.mobileQuickLogin {
  display: none;
  color: #071006;
  background: #38d657;
  border: 1px solid #71f08a;
  border-radius: 999px;
  padding: 11px 15px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-decoration: none;
  box-shadow: 0 6px 20px #0006;
}

.authOr {
  text-align: center;
  color: #858579;
  margin: 18px 0 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.createAccountCta {
  border-color: #d4a93c !important;
  color: #f6d87d !important;
  background: #151711 !important;
  margin-top: 0 !important;
}

.requestGameIdBtn,
.miniBtn.request {
  white-space: normal !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

.gameCard.gameAccessCard .passwordLine {
  margin-top: -2px !important;
}

.detailPasswordLabel {
  margin-left: 0 !important;
}

.credentialGrid textarea + textarea {
  margin-top: 8px !important;
  border-color: #564622 !important;
}

.copyAccount {
  min-width: 44px !important;
}

@media (max-width: 700px) {
  .mobileQuickLogin {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: 10px !important;
    font-size: 16px !important;
    min-height: 46px !important;
    padding: 10px 16px !important;
  }

  .authOr {
    font-size: 18px !important;
    margin: 20px 0 12px !important;
  }

  .createAccountCta {
    font-size: 19px !important;
  }

  .gameCard.gameAccessCard .miniBtn.request {
    font-size: 16px !important;
    min-height: 48px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .gameCard.gameAccessCard .passwordLine {
    margin-top: 0 !important;
  }

  .detailPasswordLabel {
    display: block !important;
    margin-top: 12px !important;
  }

  .detailAccountBox .accountReady,
  .detailAccountBox .accountPending {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 8px !important;
  }

  .credentialGrid textarea + textarea {
    margin-top: 10px !important;
  }
}

.heroGraphicContent {
  max-width: min(760px, 52vw);
}

.heroGraphicContent > img {
  animation: none !important;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.65));
  object-fit: contain;
  display: block;
}

.heroTitleGraphic {
  width: min(640px, 100%);
  height: auto;
  margin: 10px 0 14px;
}

.heroCoinsGraphic {
  width: min(420px, 74%);
  height: auto;
  margin: 10px 0 18px;
}

.heroPlayGraphic {
  display: inline-flex;
  width: min(255px, 58%);
  transition: transform .22s ease, filter .22s ease;
}

.heroPlayGraphic img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.55));
}

.heroPlayGraphic:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.08);
}

.heroNoPurchase {
  color: #fff7e8;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin: 0;
  font-weight: 900;
  text-shadow: 0 3px 16px rgba(0,0,0,.85);
}

@media (max-width: 950px) {
  .heroGraphicContent {
    max-width: min(680px, 88vw);
  }
}

@media (max-width: 560px) {
  .heroTitleGraphic {
    width: 100%;
    margin-top: 8px;
  }
  .heroCoinsGraphic {
    width: 88%;
  }
  .heroPlayGraphic {
    width: min(245px, 72%);
  }
  .heroNoPurchase {
    font-size: 14px;
    letter-spacing: .12em;
  }
}

/* Hero overlay sizing v2 */
.heroGraphicContent {
  max-width: min(900px, 58vw) !important;
  transform: translateY(-8px);
}

.heroTitleGraphic {
  width: min(850px, 100%) !important;
  margin: 0 0 10px !important;
}

.heroCoinsGraphic {
  width: min(650px, 82%) !important;
  margin: 4px 0 12px !important;
}

.heroPlayGraphic {
  width: min(330px, 46%) !important;
  margin-top: 4px;
}

@media (max-width: 950px) {
  .heroGraphicContent {
    max-width: min(760px, 92vw) !important;
    transform: none;
  }
  .heroTitleGraphic {
    width: min(760px, 100%) !important;
  }
  .heroCoinsGraphic {
    width: min(560px, 84%) !important;
  }
  .heroPlayGraphic {
    width: min(310px, 58%) !important;
  }
}

@media (max-width: 560px) {
  .heroGraphicContent {
    max-width: 94vw !important;
  }
  .heroTitleGraphic {
    width: 100% !important;
    margin-bottom: 8px !important;
  }
  .heroCoinsGraphic {
    width: 92% !important;
  }
  .heroPlayGraphic {
    width: min(285px, 78%) !important;
  }
}

/* Hero overlay sizing v3 */
.heroGraphicContent {
  max-width: min(1120px, 72vw) !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.heroTitleGraphic {
  width: min(1120px, 100%) !important;
  margin: 0 0 18px !important;
}

.heroCoinsGraphic {
  width: min(560px, 48%) !important;
  margin: 0 0 18px !important;
}

.heroPlayGraphic {
  width: min(330px, 32%) !important;
  margin-top: 0 !important;
}

@media (max-width: 950px) {
  .heroGraphicContent {
    max-width: min(900px, 94vw) !important;
  }

  .heroTitleGraphic {
    width: min(900px, 100%) !important;
  }

  .heroCoinsGraphic {
    width: min(520px, 68%) !important;
  }

  .heroPlayGraphic {
    width: min(310px, 48%) !important;
  }
}

@media (max-width: 560px) {
  .heroTitleGraphic {
    width: 118% !important;
    max-width: none !important;
  }

  .heroCoinsGraphic {
    width: min(390px, 82%) !important;
  }

  .heroPlayGraphic {
    width: min(285px, 76%) !important;
  }
}

/* Hero overlay sizing v4 */
.heroGraphicContent {
  max-width: min(1180px, 74vw) !important;
}

.heroTitleGraphic {
  width: min(1180px, 104%) !important;
  margin: 0 0 18px !important;
}

.heroCoinsGraphic {
  width: min(560px, 48%) !important;
  margin: 0 0 16px !important;
  transform: translateX(-70px);
}

.heroPlayGraphic {
  width: min(330px, 32%) !important;
}

@media (max-width: 950px) {
  .heroGraphicContent {
    max-width: min(940px, 94vw) !important;
  }

  .heroTitleGraphic {
    width: min(940px, 108%) !important;
  }

  .heroCoinsGraphic {
    width: min(520px, 68%) !important;
    transform: translateX(-34px);
  }
}

@media (max-width: 560px) {
  .heroTitleGraphic {
    width: 122% !important;
  }

  .heroCoinsGraphic {
    width: min(390px, 82%) !important;
    transform: translateX(-16px);
  }
}

/* Hero overlay sizing v5 */
.heroGraphicContent {
  max-width: min(1280px, 82vw) !important;
  align-items: center !important;
  text-align: center !important;
}

.heroTitleGraphic {
  width: min(1280px, 100%) !important;
  max-width: none !important;
  margin: 0 auto 22px !important;
  align-self: center !important;
}

.heroCoinsGraphic {
  width: min(430px, 34%) !important;
  margin: 0 0 12px !important;
  transform: translateX(-82px) !important;
  align-self: flex-start !important;
}

.heroPlayGraphic {
  width: min(330px, 32%) !important;
  align-self: flex-start !important;
}

@media (max-width: 950px) {
  .heroGraphicContent {
    max-width: min(980px, 96vw) !important;
  }

  .heroTitleGraphic {
    width: min(980px, 116%) !important;
  }

  .heroCoinsGraphic {
    width: min(390px, 52%) !important;
    transform: translateX(-34px) !important;
  }

  .heroPlayGraphic {
    width: min(310px, 48%) !important;
  }
}

@media (max-width: 560px) {
  .heroGraphicContent {
    max-width: 96vw !important;
  }

  .heroTitleGraphic {
    width: 138% !important;
  }

  .heroCoinsGraphic {
    width: min(305px, 64%) !important;
    transform: translateX(-10px) !important;
  }

  .heroPlayGraphic {
    width: min(285px, 76%) !important;
  }
}

/* Hero overlay sizing v6 - force actual overlay image sizing */
.heroGraphicContent {
  max-width: min(760px, 54vw) !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.heroTitleGraphic {
  width: 200% !important;
  max-width: none !important;
  align-self: center !important;
  margin: 0 0 28px !important;
  transform: translateX(-25%) !important;
}

.heroCoinsGraphic {
  width: min(390px, 52%) !important;
  margin: 0 0 10px !important;
  transform: none !important;
  align-self: flex-start !important;
}

.heroPlayGraphic {
  width: min(330px, 44%) !important;
  margin: 0 !important;
  transform: none !important;
  align-self: flex-start !important;
}

@media (max-width: 950px) {
  .heroGraphicContent {
    max-width: min(700px, 92vw) !important;
  }

  .heroTitleGraphic {
    width: 180% !important;
    transform: translateX(-22%) !important;
  }

  .heroCoinsGraphic {
    width: min(350px, 55%) !important;
  }

  .heroPlayGraphic {
    width: min(310px, 48%) !important;
  }
}

@media (max-width: 560px) {
  .heroGraphicContent {
    max-width: 94vw !important;
  }

  .heroTitleGraphic {
    width: 155% !important;
    transform: translateX(-18%) !important;
  }

  .heroCoinsGraphic {
    width: min(285px, 62%) !important;
  }

  .heroPlayGraphic {
    width: min(275px, 72%) !important;
  }
}

/* Hero overlay sizing v7 - explicit visual placement */
.heroGraphicContent {
  max-width: 760px !important;
  width: 760px !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.heroGraphicContent .heroTitleGraphic,
.heroContent .heroTitleGraphic,
img.heroTitleGraphic,
img[src*="sweepstakes-gaming"] {
  display: block !important;
  width: min(600px, 70vw) !important;
  min-width: min(600px, 70vw) !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 0 26px 50% !important;
  transform: translateX(-50%) !important;
  align-self: center !important;
}

.heroGraphicContent .heroCoinsGraphic,
.heroContent .heroCoinsGraphic,
img.heroCoinsGraphic,
img[src*="signup-500"] {
  display: block !important;
  width: min(360px, 47%) !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 0 10px 0 !important;
  transform: none !important;
  align-self: flex-start !important;
}

.heroGraphicContent .heroPlayGraphic,
.heroContent .heroPlayGraphic,
a.heroPlayGraphic {
  display: block !important;
  width: min(330px, 44%) !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
  align-self: flex-start !important;
}

@media (max-width: 950px) {
  .heroGraphicContent {
    width: min(700px, 92vw) !important;
    max-width: min(700px, 92vw) !important;
  }

  .heroGraphicContent .heroTitleGraphic,
  .heroContent .heroTitleGraphic,
  img.heroTitleGraphic,
  img[src*="sweepstakes-gaming"] {
    width: min(760px, 112vw) !important;
    min-width: min(760px, 112vw) !important;
  }

  .heroGraphicContent .heroCoinsGraphic,
  .heroContent .heroCoinsGraphic,
  img.heroCoinsGraphic,
  img[src*="signup-500"] {
    width: min(330px, 52%) !important;
  }
}

@media (max-width: 560px) {
  .heroGraphicContent {
    width: 94vw !important;
    max-width: 94vw !important;
  }

  .heroGraphicContent .heroTitleGraphic,
  .heroContent .heroTitleGraphic,
  img.heroTitleGraphic,
  img[src*="sweepstakes-gaming"] {
    width: 126vw !important;
    min-width: 126vw !important;
  }

  .heroGraphicContent .heroCoinsGraphic,
  .heroContent .heroCoinsGraphic,
  img.heroCoinsGraphic,
  img[src*="signup-500"] {
    width: min(270px, 58%) !important;
  }

  .heroGraphicContent .heroPlayGraphic,
  .heroContent .heroPlayGraphic,
  a.heroPlayGraphic {
    width: min(275px, 72%) !important;
  }
}

/* Hero overlay sizing v8 - locked final image sizes */
.heroGraphicContent {
  width: 760px !important;
  max-width: 54vw !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.heroGraphicContent .heroTitleGraphic,
.heroContent .heroTitleGraphic,
img.heroTitleGraphic,
img[src*="sweepstakes-gaming"] {
  width: 600px !important;
  min-width: 0 !important;
  max-width: 70vw !important;
  height: auto !important;
  margin: 0 auto 28px !important;
  transform: none !important;
  align-self: center !important;
}

.heroGraphicContent .heroCoinsGraphic,
.heroContent .heroCoinsGraphic,
img.heroCoinsGraphic,
img[src*="signup-500"] {
  width: 340px !important;
  min-width: 0 !important;
  max-width: 47% !important;
  height: auto !important;
  margin: 0 0 10px 0 !important;
  transform: none !important;
  align-self: flex-start !important;
}

.heroGraphicContent .heroPlayGraphic,
.heroContent .heroPlayGraphic,
a.heroPlayGraphic {
  display: inline-flex !important;
  width: 330px !important;
  min-width: 0 !important;
  max-width: 44% !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
  align-self: flex-start !important;
  overflow: visible !important;
}

.heroGraphicContent .heroPlayGraphic img,
.heroContent .heroPlayGraphic img,
a.heroPlayGraphic img,
.heroPlayGraphic > img,
img[src*="play-now-button"] {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
}

@media (max-width: 950px) {
  .heroGraphicContent {
    width: min(700px, 92vw) !important;
    max-width: min(700px, 92vw) !important;
  }

  .heroGraphicContent .heroTitleGraphic,
  .heroContent .heroTitleGraphic,
  img.heroTitleGraphic,
  img[src*="sweepstakes-gaming"] {
    width: min(600px, 90vw) !important;
    max-width: 90vw !important;
  }

  .heroGraphicContent .heroCoinsGraphic,
  .heroContent .heroCoinsGraphic,
  img.heroCoinsGraphic,
  img[src*="signup-500"] {
    width: min(320px, 52%) !important;
    max-width: 52% !important;
  }

  .heroGraphicContent .heroPlayGraphic,
  .heroContent .heroPlayGraphic,
  a.heroPlayGraphic {
    width: min(310px, 48%) !important;
    max-width: 48% !important;
  }
}

@media (max-width: 560px) {
  .heroGraphicContent {
    width: 94vw !important;
    max-width: 94vw !important;
  }

  .heroGraphicContent .heroTitleGraphic,
  .heroContent .heroTitleGraphic,
  img.heroTitleGraphic,
  img[src*="sweepstakes-gaming"] {
    width: min(520px, 112vw) !important;
    max-width: 112vw !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .heroGraphicContent .heroCoinsGraphic,
  .heroContent .heroCoinsGraphic,
  img.heroCoinsGraphic,
  img[src*="signup-500"] {
    width: min(270px, 58%) !important;
    max-width: 58% !important;
  }

  .heroGraphicContent .heroPlayGraphic,
  .heroContent .heroPlayGraphic,
  a.heroPlayGraphic {
    width: min(275px, 72%) !important;
    max-width: 72% !important;
  }
}

/* Hero mobile title adjustment only */
@media (max-width: 560px) {
  .heroGraphicContent .heroTitleGraphic,
  .heroContent .heroTitleGraphic,
  img.heroTitleGraphic,
  img[src*="sweepstakes-gaming"] {
    width: min(470px, 102vw) !important;
    max-width: 102vw !important;
  }
}

/* Mobile-only hero title reduction */
@media (max-width: 560px) {
  .heroGraphicContent .heroTitleGraphic,
  .heroContent .heroTitleGraphic,
  img.heroTitleGraphic,
  img[src*="sweepstakes-gaming"] {
    width: min(430px, 94vw) !important;
    max-width: 94vw !important;
  }
}

/* Desktop-only how-it-works background */
@media (min-width: 951px) {
  .intro {
    max-width: none !important;
    position: relative;
    background:
      linear-gradient(90deg, rgba(6,7,6,.88), rgba(6,7,6,.58), rgba(6,7,6,.88)),
      url('/assets/howitworks.jpg') center / cover no-repeat;
  }

  .intro > * {
    position: relative;
    z-index: 1;
  }

  .intro .steps {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(8, 9, 7, .72);
    backdrop-filter: blur(2px);
  }
}

/* Desktop-only translucent how-it-works blocks */
@media (min-width: 951px) {
  .intro .steps {
    background: rgba(8, 9, 7, .5) !important;
  }

  .intro .steps > div {
    background: rgba(8, 9, 7, .5) !important;
  }
}

/* Desktop-only transparent steps wrapper with 50% blocks */
@media (min-width: 951px) {
  .intro .steps {
    background: transparent !important;
    backdrop-filter: none !important;
  }

  .intro .steps > div {
    background: rgba(0, 0, 0, .5) !important;
  }
}

/* Desktop-only brighter how-it-works background */
@media (min-width: 951px) {
  .intro {
    background:
      linear-gradient(90deg, rgba(6,7,6,.48), rgba(6,7,6,.22), rgba(6,7,6,.48)),
      url('/assets/howitworks.jpg') center / cover no-repeat !important;
  }
}

/* Gold menu icons */
nav > a:not(.account) {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}

nav > a:not(.account)::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  display: inline-block;
  background: linear-gradient(180deg, #ffe58b, #c7921f);
  filter: drop-shadow(0 0 6px rgba(223, 174, 47, .35));
  -webkit-mask: var(--nav-icon) center / contain no-repeat;
  mask: var(--nav-icon) center / contain no-repeat;
}

nav > a:not(.account):nth-child(1)::before {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 11.2 12 3l9 8.2-1.4 1.5L18 11.3V21h-5v-6h-2v6H6v-9.7l-1.6 1.4L3 11.2Z'/%3E%3C/svg%3E");
}

nav > a:not(.account):nth-child(2)::before {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 3h12a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm0 2v6h12V5H6Zm2 8v2h2v-2H8Zm4 0v2h2v-2h-2Zm4 0v2h2v-2h-2ZM8 17v2h2v-2H8Zm4 0v2h2v-2h-2Zm4 0v2h2v-2h-2ZM8 7h8v2H8V7Z'/%3E%3C/svg%3E");
}

nav > a:not(.account):nth-child(3)::before {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2v3.1c3.4.4 6 2.5 6 5.1 0 2.1-1.7 3.7-4.7 4.6l-1.3.4c-1.9.6-2.6 1.1-2.6 1.9 0 .9 1.1 1.6 2.8 1.6 1.8 0 3.2-.7 4.6-2l1.8 2.1c-1.5 1.4-3.2 2.2-5.1 2.5V24h-3v-2.7c-3.4-.4-5.7-2.2-5.7-4.7 0-2.2 1.6-3.7 4.9-4.8l1.4-.4c1.8-.6 2.5-1.1 2.5-1.8 0-.8-.9-1.5-2.5-1.5-1.7 0-3.1.6-4.4 1.8L4.9 7.8c1.4-1.4 3.3-2.3 5.6-2.7V2h1.5Z'/%3E%3C/svg%3E");
}

nav > a:not(.account):nth-child(4)::before {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13 2v3.2c2.2.3 4 .9 5.4 2l-2 2.8c-1.2-.8-2.5-1.3-4.1-1.3-1.4 0-2.2.5-2.2 1.2 0 .8.8 1.1 3.4 1.8 3.5.9 5.2 2.3 5.2 5 0 2.8-2.2 4.7-5.7 5.1V24h-2.4v-2.2c-2.7-.3-5.1-1.2-6.8-2.7l2.1-2.7c1.6 1.2 3.2 1.9 5.1 1.9 1.5 0 2.5-.5 2.5-1.4 0-.8-.7-1.2-3.1-1.8-3.7-.9-5.5-2.2-5.5-4.9 0-2.7 2.2-4.6 5.7-5V2H13Z'/%3E%3C/svg%3E");
}

nav > a:not(.account):nth-child(5)::before {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3a8 8 0 0 0-8 8v5a3 3 0 0 0 3 3h2v-7H6v-1a6 6 0 0 1 12 0v1h-3v7h2.1A4.9 4.9 0 0 1 13 21h-2v-2h2a3 3 0 0 0 3-3v-2h2v2h-1v-5a8 8 0 0 0-8-8Z'/%3E%3C/svg%3E");
}

nav > a:not(.account).active::before,
nav > a:not(.account):hover::before {
  background: linear-gradient(180deg, #fff3a8, #e1ad2e);
  filter: drop-shadow(0 0 9px rgba(245, 191, 47, .65));
}

@media (max-width: 950px) {
  nav > a:not(.account) {
    justify-content: flex-start;
    gap: 10px;
  }

  nav > a:not(.account)::before {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}

/* Gold menu icon refinements */
nav > a:not(.account)::before {
  width: 20px !important;
  height: 20px !important;
  flex-basis: 20px !important;
}

nav > a:not(.account):nth-child(2)::before {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 3h14v4.1L11.5 21H7.2l7.4-13.8H5V3Z'/%3E%3C/svg%3E") !important;
}

nav > a:not(.account):nth-child(3)::before {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6Zm3 1.5A2.5 2.5 0 0 1 5.5 9v6A2.5 2.5 0 0 1 8 16.5h8A2.5 2.5 0 0 1 18.5 14V9A2.5 2.5 0 0 1 16 6.5H8A2.5 2.5 0 0 1 6 7.5ZM12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z'/%3E%3C/svg%3E") !important;
}

@media (max-width: 950px) {
  nav > a:not(.account)::before {
    width: 22px !important;
    height: 22px !important;
    flex-basis: 22px !important;
  }
}

/* Generated gold nav icon assets */
nav > a:not(.account)::before {
  width: 26px !important;
  height: 26px !important;
  flex-basis: 26px !important;
  background: transparent center / contain no-repeat !important;
  filter: drop-shadow(0 0 7px rgba(236, 180, 33, .55));
  -webkit-mask: none !important;
  mask: none !important;
}

nav > a:not(.account):nth-child(1)::before {
  background-image: url('/assets/nav-icon-home-v3.png') !important;
}

nav > a:not(.account):nth-child(2)::before {
  background-image: url('/assets/nav-icon-play-v3.png') !important;
}

nav > a:not(.account):nth-child(3)::before {
  background-image: url('/assets/nav-icon-reload-v3.png') !important;
}

nav > a:not(.account):nth-child(4)::before {
  background-image: url('/assets/nav-icon-redeem-v3.png') !important;
}

nav > a:not(.account):nth-child(5)::before {
  background-image: url('/assets/nav-icon-contact-v3.png') !important;
}

nav > a:not(.account).active::before,
nav > a:not(.account):hover::before {
  filter: drop-shadow(0 0 10px rgba(255, 210, 65, .75));
}

@media (max-width: 950px) {
  nav > a:not(.account)::before {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px !important;
  }
}
