html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif
}

body {
  margin: 0
}

nav {
  display: block
}

a {
  background-color: #0000
}

a:active,
a:hover {
  outline: 0
}

img {
  border: 0
}

input {
  color: inherit;
  font: inherit;
  margin: 0
}

input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}





* {
  box-sizing: border-box
}

html {
  height: 100%
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px
}

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

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

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block
}

input.w-button {
  -webkit-appearance: button
}

h2 {
  margin-bottom: 10px;
  font-weight: 700
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px
}

p {
  margin-top: 0;
  margin-bottom: 10px
}

.w-form {
  margin: 0 0 15px
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0
}

@media screen and (max-width:767px) {
  .w-nav-brand {
    padding-left: 10px
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-nav:after {
  clear: both
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.w-nav-link.w--current {
  color: #0082f3
}

.w-nav-menu {
  float: right;
  position: relative
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative
}

.w-nav-button:focus {
  outline: 0
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block
}

@media screen and (max-width:767px) {

  .w-nav-brand {
    padding-left: 10px
  }
}

:root {
  --bg-color: #161515;
  --accent-color: #ff8c4b;
  --secondary-bg-color: #2a2a2a
}

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

body {
  background-color: var(--bg-color);
  color: #fff;
  font-family: Archivo Variable, sans-serif;
  font-size: 14px;
  line-height: 1.2
}

h2,
h1 {
  color: var(--accent-color);
  font-variation-settings: "wdth" 125;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Archivo Variable, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5
}

a {
  color: #fff;
  font-family: Archivo Variable, sans-serif;
  text-decoration: none
}

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

.container {
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em
}

.container.navbar-container {
  align-items: center;
  max-width: none;
  padding: 12px;
  display: flex
}

._100width {
  width: 100%
}

.button {
  background-color: var(--accent-color);
  color: var(--bg-color);
  text-transform: uppercase;
  border-radius: 0;
  padding: 24px 42px;
  font-size: 17px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s
}

.button:hover {
  color: var(--bg-color);
  background-color: #ff5c00
}

.button.cta {
  height: 73px
}

.section.secondary {
  background-color: var(--secondary-bg-color)
}

.navbar {
  z-index: 19;
  background-color: #f74a5300;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0
}

.navbar-holder {
  width: 100%;
  height: 100%
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex
}

.nav-menu-link-holder {
  background-color: var(--accent-color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding: 82px 13px;
  display: flex
}

.nav-menu {
  background-color: var(--bg-color);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40vw;
  height: 100%;
  margin: 0;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden
}

.nav-links {
  grid-column-gap: 6px;
  border-bottom: 1px solid var(--bg-color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .8s cubic-bezier(.175, .885, .32, 1.275);
  display: flex
}

.nav-links:hover {
  background-color: #e2793d
}

.nav-link {
  color: var(--secondary-bg-color);
  font-variation-settings: "wdth" 125, "wght" 900;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 62px;
  font-weight: 800;
  transition: font-variation-settings .45s, opacity .6s
}

.nav-link:hover {
  opacity: .7
}

.nav-link.w--current {
  color: #000;
  font-variation-settings: "wdth" 125, "wght" 100
}

.title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800
}

.menu-button {
  background-color: var(--accent-color);
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 69px;
  transition: background-color .375s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: relative
}

.brand {
  justify-content: center;
  align-items: center;
  width: 69px;
  min-width: 69px;
  padding-bottom: 0;
  display: flex
}

.footer-container {
  z-index: 2;
  background-color: var(--bg-color);
  padding-top: 100px;
  padding-bottom: 20px;
  position: relative
}

.hero-text {
  color: var(--accent-color);
  font-variation-settings: "wght" 900, "wdth" 125;
  text-align: center;
  text-transform: uppercase;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 11vw;
  font-weight: 700;
  line-height: .9;
  position: relative
}

.nav-logo {
  object-fit: cover;
  width: 100%
}

.footer-grid-holder {
  grid-column-gap: 230px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid
}

.footer-grid-content {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex
}

.footer-heading {
  color: var(--accent-color);
  font-variation-settings: "wdth" 125;
  font-size: 52px;
  font-weight: 900
}

.footer-heading-holder {
  grid-column-gap: 16px;
  align-items: center;
  display: flex
}

.footer-links-holder {
  justify-content: space-between;
  display: flex
}

.footer-links-container {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex
}

.footer-links {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  transition: color .3s
}

.footer-links:hover {
  color: var(--accent-color)
}

.footer-copy-right {
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 120px;
  display: flex
}

.footer-copy-right-content {
  grid-column-gap: 16px;
  border-top: 1px solid #2f2f2f;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  display: flex
}

.footer-copy-right-links {
  color: #c9c9c9;
  font-size: 18px;
  transition: color .35s
}

.footer-copy-right-links:hover {
  color: var(--accent-color)
}

.footer-copy-right-links.white {
  color: #fff
}

.links-holder {
  grid-column-gap: 16px;
  display: flex
}

.menu-icon {
  width: 32px;
  position: relative
}

.middle-name {
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: #02112038;
  padding: 9px 11px
}

.game-name {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500
}

.red-text {
  color: var(--accent-color)
}

.hero-section-holder {
  background-color: var(--bg-color);
  margin-top: -100px;
  padding-top: 130px;
  position: relative;
  overflow: hidden;
}

.main-background-holder {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
  height: 100%;
}

.main-background-image {
  opacity: 1;
  width: 100%;
      will-change: opacity, transform;
    opacity: 0.8;
     transform: translate3d(0px, 4.9485%, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
    transform-style: preserve-3d;
}


.hero-text-wrapper {
  z-index: 0;
  position: relative
}

.main-character-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -145px;
  padding-right: 65px;
  display: flex;
  position: relative
}

.main-character-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 650px;
  display: flex;
  position: relative;
  left: 128px
}

.main-character-image {
  z-index: 1;
  width: 100%;
  position: relative
}

.main-text-holder {
  z-index: 4;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative
}

.main-text-container {
  grid-row-gap: 42px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 685px;
  display: flex
}

.main-text {
  color: #fff;
  font-size: 38px
}

.about-the-game {
  padding-top: 113px;
  padding-bottom: 113px;
  overflow: hidden
}

.about-the-game-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid
}

.about-the-game-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.button-cutout {
  background-color: var(--accent-color);
  color: var(--bg-color);
  text-transform: uppercase;
  padding: 24px 25px;
  font-size: 17px;
  font-weight: 500;
  transition: color .3s, background-color .35s;
  position: relative
}

.button-cutout:hover {
  color: var(--bg-color);
  background-color: #ff782b
}

.cutout {
  background-color: var(--bg-color);
  width: 24px;
  height: 12px;
  position: absolute;
  inset: auto -8px -1px auto;
  transform: rotate(-45deg)
}

.cutout.dark {
  background-color: var(--secondary-bg-color)
}

.about-the-game-description {
  max-width: 490px;
  margin-top: 12px;
  margin-bottom: 64px
}

.about-the-game-image-holder {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden
}

.about-the-game-image {
  width: 100%
}

.meet-the-heros-container {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid
}

.meet-the-heros-holder {
  background-color: var(--bg-color);
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden
}

.white-text {
  color: #fff
}

.hero-paragraph {
  max-width: 490px;
  margin-top: 12px;
  margin-bottom: 64px
}

.heros-illustation-holder {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.hero-illustation-container {
  width: 100%;
  height: 100%
}

.hero-illustation-container._01 {
  margin-top: 40%
}

.hero-illustation-container._03 {
  margin-top: -40%
}

.hero-illustation {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .7s, transform .75s
}

.hero-illustation:hover {
  opacity: .77;
  transform: scale(1.1)
}

.maps-section {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden
}

.maps-container {
  z-index: 0;
  border-bottom: 1px solid var(--accent-color);
  width: 90%;
  margin-bottom: 35px;
  padding-bottom: 35px;
  position: relative
}

.maps-heading-holder {
  z-index: 2;
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 560px;
  padding-bottom: 32px;
  display: flex;
  position: relative
}

.outline-button {
  z-index: 2;
  grid-column-gap: 32px;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  border-radius: 0;
  align-items: center;
  padding: 18px 32px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative
}

.maps {
  flex-direction: column;
  align-items: flex-start;
  display: flex
}

.arrow-image {
  width: 29px
}

.maps-grid-holder {
  width: 100%;
  margin-top: -37%;
  padding-top: 60px;
  padding-bottom: 60px
}

.maps-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: end
}

.map-video-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative
}

.map-video-image {
  width: 100%
}

.map-playback-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden
}

.map-playback {
  background-color: var(--accent-color);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  transition: background-color .475s;
  display: flex
}

.map-playback:hover {
  background-color: var(--bg-color)
}

.map-playback-icon {
  width: 41px;
  margin-left: 6px
}

.maps-character-holder {
  position: relative
}

.map-background {
  width: 49%;
  position: absolute;
  inset: auto auto 0% 0%
}

.chacater-image {
  width: 470px;
  position: relative
}

.items-section {
  padding-bottom: 470px;
  overflow: hidden
}

.items-heading {
  border-top: 1px solid var(--accent-color);
  padding-top: 40px
}

.heading-holder {
  max-width: 70%
}

.game-items-holder {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden
}

.game-items {
  width: 120%;
  min-width: 120%
}

.dark-section {
  background-color: var(--bg-color)
}

.cta-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -300px;
  display: flex
}

.cta-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #100f0f;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  max-width: 100%;
  padding-top: 29px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid
}

.cta-content {
  padding-bottom: 30px
}

.grey-text {
  color: #ffffffb3
}

.cta-form {
  align-items: center;
  display: flex
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-right-style: none;
  border-radius: 0;
  height: 73px;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 21px
}

.text-field:focus {
  border-top-color: var(--accent-color);
  border-bottom-color: var(--accent-color);
  border-left-color: var(--accent-color)
}

.cta-form-block {
  margin-top: 40px
}

.cta-hero {
  width: 100%
}

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

.blog-heading {
  max-width: 450px
}

.blog-section {
  grid-row-gap: 72px;
  flex-direction: column;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex
}

.blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}

.blog-item-wrapper {
  z-index: 1;
  grid-row-gap: 24px;
  border-top: 8px solid var(--accent-color);
  background-color: var(--secondary-bg-color);
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden
}

.blog-content {
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 24px;
  display: flex
}

.blog-date {
  color: #ffffff9e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300
}

.blog-title {
  font-size: 22px;
  font-weight: 700
}

.blog-short-description {
  font-size: 17px
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 200px
}

.blog-button-holder {
  padding: 24px;
  display: flex
}

.footer-logo-holder {
  justify-content: space-between;
  align-items: center;
  display: flex
}

.footer-logo-container {
  width: 69px
}

.footer-logo {
  width: 100%
}

.overlay-gradient {
  z-index: 2;
  background-image: linear-gradient(180deg, #16151500, var(--bg-color)64%);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%
}

.hero-section-wrapper {
  z-index: 3;
  position: relative
}

.number {
  color: var(--bg-color);
  font-size: 18px
}

.white-cover-image {
  width: 101%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%
}

.white-cover-image._02 {
  background-color: var(--accent-color);
  height: 0%;
  inset: 0% 0% auto;
  overflow: hidden
}

.red-box {
  background-color: var(--accent-color);
  opacity: .23;
  filter: blur(21px);
  position: absolute;
  inset: 0%
}

.loader-holder {
  z-index: 22;
  background-color: var(--bg-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden
}

.loader-container {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%
}

.loading-text {
  color: var(--accent-color);
  font-variation-settings: "wdth" 62, "wght" 100;
  font-size: 32px;
  font-weight: 700
}

.loading-bar {
  background-color: var(--secondary-bg-color);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  height: 10px;
  display: flex
}

.loading {
  background-color: var(--accent-color);
  width: 60%;
  height: 100%
}

.loading-logo {
  width: 48px
}

.bg-overlay {
  background-image: radial-gradient(circle, #0000, #0003);
  position: absolute;
  inset: 0%
}

.character-drop-shadow {
  background-image: radial-gradient(circle, #000, #0000 71%);
  width: 300px;
  height: 300px;
  position: absolute;
  top: -18px;
  left: 94px
}

.white-paragraph {
  color: #fff
}

@media screen and (min-width:1440px) {
  .container {
    max-width: 1340px
  }

  .chacater-image {
    position: relative;
    left: 112px
  }

  .cta-container {
    grid-column-gap: 60px;
    max-width: 90%;
    padding-left: 70px;
    padding-right: 70px
  }

  .cta-form-block {
    max-width: 490px
  }
}

@media screen and (max-width:991px) {

  h2 {
    font-size: 38px
  }

  .container {
    padding-left: 1em;
    padding-right: 1em
  }

  .button.cta {
    width: 100%
  }

  .navbar-container {
    grid-column-gap: 80px
  }

  .nav-menu-link-holder {
    justify-content: space-between;
    width: 60vw;
    min-width: 60vw;
    max-width: 60vw;
    height: auto
  }

  .nav-menu {
    width: 60vw
  }

  .nav-links {
    grid-row-gap: 20px;
    flex-direction: row;
    height: auto
  }

  .hero-text {
    font-size: 10vh
  }

  .footer-grid-holder {
    grid-column-gap: 130px
  }

  .footer-heading {
    font-size: 32px
  }

  .footer-links-holder {
    grid-column-gap: 40px
  }

  .footer-copy-right-content {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start
  }

  .main-character-container {
    max-width: 510px;
    left: 104px
  }

  .cta-form {
    flex-direction: column
  }

  .text-field {
    border-bottom-style: none;
    border-right-style: solid
  }

  .text-field:focus {
    border-right-color: var(--accent-color)
  }

  .blog-grid {
    grid-column-gap: 12px;
    flex-direction: column;
    align-items: center;
    display: flex
  }

  .blog-item {
    width: 70%
  }

  .blog-item-wrapper {
    width: 100%
  }

  .blog-content {
    padding: 10px
  }

  .character-drop-shadow {
    opacity: .45
  }
}

@media screen and (max-width:767px) {

  h2 {
    font-size: 28px
  }

  p {
    font-size: 16px
  }

  .nav-menu-link-holder {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw
  }

  .nav-menu {
    width: 80vw
  }

  .brand {
    padding-left: 0
  }

  .hero-text {
    font-size: 7vh
  }

  .footer-grid-holder {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex
  }

  .footer-grid-content {
    grid-row-gap: 6px
  }

  .footer-heading {
    font-size: 42px
  }

  .links-holder {
    justify-content: space-between;
    width: 100%
  }

  .main-character-holder {
    justify-content: flex-start;
    margin-top: -96px;
    padding-right: 0
  }

  .main-character-container {
    max-width: 370px;
    left: 50px
  }

  .main-text {
    font-size: 28px
  }

  .about-the-game-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }

  .meet-the-heros-container {
    grid-row-gap: 100px;
    flex-direction: column;
    display: flex
  }

  .meet-the-heros-holder {
    padding-top: 64px;
    padding-bottom: 92px
  }

  .map-background {
    width: 50%
  }

  .chacater-image {
    width: 190px
  }

  .text-field {
    border-bottom-style: none;
    border-right-style: solid
  }

  .bg-overlay {
    background-image: linear-gradient(0deg, var(--bg-color), #16151500 25%), radial-gradient(circle farthest-corner at 50% 50%, #0000, #0003)
  }
}

@media screen and (max-width:479px) {

  .container,
  .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em
  }

  .container.hero-container {
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
    display: flex
  }

  .navbar-container {
    grid-column-gap: 0px
  }

  .nav-menu-link-holder {
    grid-row-gap: 70px;
    justify-content: center;
    align-items: center;
    width: 90vw;
    min-width: 90vw;
    max-width: 90vw;
    padding: 80px 14px
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    width: 90vw;
    display: flex
  }

  .nav-link {
    font-size: 38px
  }

  .menu-button {
    width: 52px;
    height: 52px;
    padding: 11px 11px 11px 14px
  }

  .brand {
    width: 52px;
    min-width: 52px
  }

  .footer-container {
    padding-top: 60px
  }

  .hero-text {
    font-size: 13vw
  }

  .footer-grid-holder {
    display: flex
  }

  .footer-heading {
    font-size: 32px
  }

  .footer-links-holder {
    grid-column-gap: 0px
  }

  .footer-links {
    font-size: 20px
  }

  .footer-copy-right-content {
    grid-row-gap: 30px
  }

  .links-holder._02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }

  .menu-icon {
    width: 24px
  }

  .main-background-holder {
    height: 50%
  }

  .main-background-image {
    object-fit: cover;
    height: 100%

  }

  .hero-text-wrapper {
    top: 52px
  }

  .main-character-holder {
    margin-top: 0
  }

  .main-character-container {
    max-width: 390px;
    left: 40px
  }

  .main-text {
    font-size: 25px
  }

  .about-the-game {
    padding-top: 83px;
    padding-bottom: 83px
  }

  .about-the-game-grid {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }

  .maps-grid-holder {
    margin-top: 1%
  }

  .maps-grid {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
    display: flex
  }

  .map-playback {
    width: 80px;
    height: 80px
  }

  .map-playback-icon {
    width: 24px
  }

  .maps-character-holder {
    padding-top: 71px;
    overflow: hidden
  }

  .map-background {
    width: 100%
  }

  .game-items {
    min-width: 270%
  }

  .cta-container {
    flex-direction: column-reverse;
    padding-left: 19px;
    padding-right: 19px;
    display: flex
  }

  .cta-content {
    padding-bottom: 19px
  }

  .text-field {
    border-radius: 0;
    padding-left: 12px;
    font-size: 18px
  }

  .blog-section {
    grid-row-gap: 24px;
    padding-top: 59px;
    padding-bottom: 59px
  }

  .blog-item {
    width: 100%
  }

  .footer-logo-holder {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start
  }

  .overlay-gradient {
    background-image: linear-gradient(180deg, #16151500, var(--bg-color)24%);
    height: 70%
  }
}





      .cta-holder {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: -300px;
        display: flex;
      }
      .cta-container {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        background-color: #100f0f;
        grid-template-rows: auto;
        grid-template-columns: 1.25fr 1fr;
        grid-auto-columns: 1fr;
        align-items: start;
        max-width: 100%;
        padding-top: 29px;
        padding-left: 30px;
        padding-right: 30px;
        display: grid;
      }
      .cta-content {
        padding-bottom: 30px;
      }
      .grey-text {
        color: #ffffffb3;
      }
      .cta-form-block {
        margin-top: 40px;
      }
      .cta-hero {
        width: 100%;
      }
      .center-text {
        text-align: center;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
      }
      .blog-heading {
        max-width: 450px;
      }
      .blog-section {
        grid-row-gap: 72px;
        flex-direction: column;
        padding-top: 90px;
        padding-bottom: 90px;
        display: flex;
      }
      .blog-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        align-items: start;
        display: grid;
      }
      .blog-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
        position: relative;
      }
      .blog-item-wrapper {
        z-index: 1;
        grid-row-gap: 24px;
        border-top: 8px solid var(--accent-color);
        background-color: var(--secondary-bg-color);
        flex-direction: column;
        height: 100%;
        display: flex;
        position: relative;
        overflow: hidden;
      }
      .blog-content {
        grid-row-gap: 8px;
        flex-direction: column;
        padding: 24px;
        display: flex;
      }
      .blog-date {
        color: #ffffff9e;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 300;
      }
      .blog-title {
        font-size: 22px;
        font-weight: 700;
      }
      .blog-short-description {
        font-size: 17px;
      }
      .blog-image {
        object-fit: cover;
        width: 100%;
        height: 200px;
      }
      .blog-button-holder {
        padding: 24px;
        display: flex;
      }
      .white-cover-image {
        width: 100%;
        height: 0%;
        position: absolute;
        inset: auto 0% 0%;
      }
      .white-cover-image._02 {
        background-color: var(--accent-color);
        height: 0%;
        inset: 0% 0% auto;
        overflow: hidden;
      }
      .red-box {
        background-color: var(--accent-color);
        opacity: 0.23;
        filter: blur(21px);
        position: absolute;
        inset: 0%;
      }
      /* Новые стили для счётчика в секции CLAIM YOUR CHICKENS */
      .counter-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
        background-color: var(--secondary-bg-color);
        border: 2px solid var(--accent-color);
        border-radius: 10px;
        max-width: 400px;
        margin: 0 auto;
      }
      .counter-text {
        color: var(--accent-color);
        font-variation-settings: "wght" 900, "wdth" 125;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
      }
      .counter-number {
        color: #fff;
        font-size: 48px;
        font-weight: 900;
        font-variation-settings: "wght" 900, "wdth" 125;
        text-align: center;
      }
      /* Адаптивность для счётчика */
      @media screen and (max-width: 991px) {
        .counter-container {
          max-width: 300px;
          padding: 15px;
        }
        .counter-text {
          font-size: 20px;
        }
        .counter-number {
          font-size: 36px;
        }
      }
      @media screen and (max-width: 479px) {
        .counter-container {
          max-width: 100%;
          padding: 10px;
        }
        .counter-text {
          font-size: 18px;
        }
        .counter-number {
          font-size: 30px;
        }
      }
      /* Адаптивность из оригинального CSS */
      @media screen and (min-width: 1440px) {
        .container {
          max-width: 1340px;
        }
        .cta-container {
          grid-column-gap: 60px;
          max-width: 90%;
          padding-left: 70px;
          padding-right: 70px;
        }
        .cta-form-block {
          max-width: 490px;
        }
      }
      @media screen and (max-width: 991px) {
        h2 {
          font-size: 38px;
        }
        .container {
          padding-left: 1em;
          padding-right: 1em;
        }
        .blog-grid {
          grid-column-gap: 12px;
          flex-direction: column;
          align-items: center;
          display: flex;
        }
        .blog-item {
          width: 70%;
        }
        .blog-item-wrapper {
          width: 100%;
        }
        .blog-content {
          padding: 10px;
        }
      }
      @media screen and (max-width: 767px) {
        h2 {
          font-size: 28px;
        }
        p {
          font-size: 16px;
        }
      }
      @media screen and (max-width: 479px) {
        .container {
          padding-left: 1em;
          padding-right: 1em;
        }
        .cta-container {
          flex-direction: column-reverse;
          padding-left: 19px;
          padding-right: 19px;
          display: flex;
        }
        .cta-content {
          padding-bottom: 19px;
        }
        .blog-section {
          grid-row-gap: 24px;
          padding-top: 59px;
          padding-bottom: 59px;
        }
        .blog-item {
          width: 100%;
        }
      }
   @font-face {
    font-family: 'Archivo Variable';
    src: url('https://cdn.prod.website-files.com/66db7f57ef9c0c7a7026f696/66db7f57ef9c0c7a7026f6ca_Archivo-VariableFont_wdth%2Cwght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}