:root {
    --color-primary: #9cff33;;
  }
  
  .top-banner {
    background: #9cff33;
    color: #1b1919;
  }
  
  .header__menu .current-menu-item:not(.menu-item-as-button) a,
  .header__menu .menu-item:not(.menu-item-as-button) a:hover {
    color: #9cff33;
  }
  
  .button--alt,
  .menu-item-as-button a {
    background: #9cff33;
  }
  
  .features .feature {
    color: #9cff33;
  }
  
  .why-us__item img {
    filter: grayscale(100%) sepia(100%) hue-rotate(-20deg) saturate(700%) brightness(1);
  }
  
  .leaderboard__table-row--header {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' preserveAspectRatio='none' viewBox='0 0 1218 60'><path fill='%23fff' d='M19.002 3.598A10 10 0 0 1 26.684 0H1191.32c2.96 0 5.78 1.318 7.68 3.598l16.67 20a10 10 0 0 1 0 12.804l-16.67 20a10 10 0 0 1-7.68 3.598H26.684A10 10 0 0 1 19 56.402l-16.666-20a10 10 0 0 1 0-12.804z'/></svg>");
  }
  
  .faq__item {
    border-color: #9cff33;
  }
  
  .faq__item:hover .top {
    color: #9cff33;
  }
  
  .banner__text {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' preserveAspectRatio='none' viewBox='0 0 1016 279'><path stroke='%23fff' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='10' d='M5 144.291V88.305a30 30 0 0 1 10.26-22.591l60.931-53.237a30 30 0 0 1 19.74-7.41h456.804M1011 134.493v56.762a30 30 0 0 1-9.3 21.716l-55.04 52.461a30 30 0 0 1-20.699 8.285H466.585'/><path fill='%230F1C23' d='M8.266 139.392v101.057c0 16.569 13.432 30 30 30h885.986a30 30 0 0 0 20.214-7.833l53.482-48.772a30 30 0 0 0 9.782-22.167V38.334c0-16.568-13.428-30-29.996-30H97.544a30 30 0 0 0-19.242 6.983L19.025 64.87A30 30 0 0 0 8.266 87.886z'/><path fill='%230F1C23' stroke='%23000' stroke-width='3' d='M26.097 234.118V91.576a18.5 18.5 0 0 1 6.867-14.385l58.004-46.91a18.5 18.5 0 0 1 11.633-4.116h868.802c10.217 0 18.5 8.283 18.5 18.5V187.92a18.5 18.5 0 0 1-6.043 13.677l-50.719 46.199a18.5 18.5 0 0 1-12.458 4.823H44.597c-10.217 0-18.5-8.283-18.5-18.5Z'/></svg>");
  }
  
  .hero--front-page .hero__text h1 span {
    color: #9cff33; !important;
  }
  
  .hero .button {
    color: #9cff33;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' preserveAspectRatio='none' viewBox='0 0 200 56'><path stroke='%23911818' stroke-width='2' d='M1.18 28 18.097 1h163.806l16.917 27-16.917 27H18.097z'/><path stroke='%23fff' stroke-width='2' d='M20.491 5 6 28l14.491 23M179 5l15 23-14 22'/></svg>");
  }
  
  body {
    background-color: #42493a;
  }
  
  .leaderboard__inner {
    background: none;
  }
  
  .features {
    background-color: #42493a;
  }
  
  @media screen and (max-width: 600px) {
    .section__heading h2 {
      font-size: 20px;
    }
  
    .banner__text p {
      font-size: 14px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .banner__text {
      background: none;
      margin-top: 0;
    }
  
    .top-banner p {
      font-size: 12px;
    }
  }
  
  .hero--front-page {
    overflow: hidden;
  }
  
  .hero--front-page .hero__img img {
    max-width: 300px;
  }
  
  .hero {
    overflow: hidden;
  }
  
  .site-logo img {
    width: auto;
    max-width: 80px;
  }
  
  @media screen and (max-width: 1023px) {
    .site-logo img {
      max-width: 40px;
    }
  }
  
  .header__logo::before,
  .header__logo::after {
    content: none;
  }
  
  .footer__logo img {
    width: 30px;
  }
  
  .games__grid {
    display: flex;
  }
  
  .games__grid .game {
    max-width: 1000px;
  }
  
  .d-none {
    display: none !important;
  }
  
  .games .game__wrapper {
    height: 100%;
  }
  
  .games .game__wrapper img {
    height: 100%;
    object-fit: cover;
  }
  
  .features .features__inner {
    display: flex;
    column-gap: 60px;
  }
  
  .features .feature {
    min-width: 0;
  }
  