/* Generated PNG redeem icons replace the old CSS-drawn symbols. */
.redeem .tierlockIcon,
.redeem .tierlockLock,
.redeem .methodIcon {
  display: none !important;
}

.redeem .tierlockIconImg {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 58px;
  filter: drop-shadow(0 0 10px rgba(246, 198, 49, 0.35));
}

.redeem .methodIconImg {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 36px;
  filter: drop-shadow(0 0 8px rgba(246, 198, 49, 0.3));
}

@media (min-width: 769px) {
  .redeem .tierlockIconImg {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }
}

.redeemKycNotice {
  border: 1px solid rgba(246, 216, 125, 0.34);
  background: linear-gradient(120deg, rgba(173, 120, 24, 0.26), rgba(15, 17, 14, 0.92));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
  color: #f6f1e6;
  display: grid;
  gap: 8px;
  margin: 20px auto 10px;
  max-width: 520px;
  padding: 18px;
  text-align: left;
}

.redeemKycNotice b {
  color: #f6d87d;
  font: 600 24px/1 Oswald, sans-serif;
  text-transform: uppercase;
}

.redeemKycNotice span {
  color: #ded8c7;
  line-height: 1.45;
}

.redeemKycNotice a {
  align-items: center;
  background: linear-gradient(120deg, #b98519, #f2d576);
  border-radius: 4px;
  color: #101108;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-top: 4px;
  min-height: 44px;
  padding: 10px 16px;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .page.redeem {
    padding-top: 122px !important;
  }

  .page.redeem .eyebrow {
    margin-top: 0 !important;
  }

  .redeemKycNotice {
    margin: 14px 0 12px !important;
    padding: 16px !important;
    text-align: center;
  }

  .redeemKycNotice b {
    font-size: 28px !important;
  }

  .redeemKycNotice span {
    font-size: 18px !important;
  }

  .redeemKycNotice a {
    width: 100%;
  }
}

.redeem .redeemActions {
  width: min(100%, 420px);
  margin: 26px auto 0;
}

.redeem .redeemKycBtn,
.redeem .redeemPrizeBtn {
  width: 100%;
  min-height: 58px;
  margin: 0 0 16px;
  border: 0;
  border-radius: 7px;
  font-size: 17px;
  font-weight: 900;
}

.redeem .redeemKycBtn {
  color: #111;
  background: linear-gradient(180deg, #ffc317, #eba900);
}

.redeem .redeemPrizeBtn {
  color: #fff;
  background: linear-gradient(180deg, color-mix(in srgb, var(--site-primary-button-color, #3dbb3d) 78%, #ffffff), var(--site-primary-button-color, #3dbb3d));
  gap: 12px;
}

.redeem .redeemPrizeBtn span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  color: #0aad12;
  background: #fff;
}

.redeem .tierlockNote {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  margin: 6px 0 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(212, 169, 60, .5);
  text-align: left;
}

.redeem .tierlockIcon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 58px;
  color: #ffc317;
  position: relative;
  font-size: 0;
}

.redeem .tierlockIcon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffc317;
  clip-path: polygon(50% 0, 96% 18%, 88% 72%, 50% 100%, 12% 72%, 4% 18%);
}

.redeem .tierlockIcon::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #020302;
  clip-path: polygon(50% 0, 96% 18%, 88% 72%, 50% 100%, 12% 72%, 4% 18%);
}

.redeem .tierlockLock {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 18px;
  border: 3px solid #ffc317;
  border-radius: 3px;
  margin-top: 12px;
}

.redeem .tierlockLock::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 18px;
  height: 18px;
  border: 3px solid #ffc317;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
}

.redeem .tierlockLock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 4px;
  height: 8px;
  background: #ffc317;
  border-radius: 999px;
  transform: translateX(-50%);
}

.redeem .tierlockNote p {
  margin: 0;
  color: #d8d1c3;
  line-height: 1.45;
}

.redeem .tierlockNote b {
  color: #d4a93c;
}

.redeem .methods {
  display: grid;
  justify-content: stretch;
  gap: 14px;
  margin-top: 0;
  text-align: left;
}

.redeem .methods a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #d4a93c;
}

.redeem .methodIcon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(212, 169, 60, .75);
  border-radius: 999px;
  color: #f6d87d;
  position: relative;
  font-size: 0;
}

.redeem .methodLightning::before {
  content: "";
  width: 12px;
  height: 20px;
  background: #f6d87d;
  clip-path: polygon(52% 0, 18% 45%, 45% 45%, 28% 100%, 82% 36%, 55% 36%);
}

.redeem .methodCloud::before {
  content: "";
  width: 19px;
  height: 12px;
  background: #f6d87d;
  border-radius: 999px;
  box-shadow: -5px 2px 0 -1px #f6d87d, 5px 2px 0 -1px #f6d87d;
}

.redeem .methodCloud::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 5px;
  left: 6px;
  top: 18px;
  background: #f6d87d;
  border-radius: 999px;
}

.redeem .methodBank::before {
  content: "";
  width: 21px;
  height: 18px;
  background: #f6d87d;
  clip-path: polygon(50% 0, 100% 28%, 92% 28%, 92% 38%, 8% 38%, 8% 28%, 0 28%, 50% 0, 14% 48%, 25% 48%, 25% 82%, 14% 82%, 14% 100%, 86% 100%, 86% 82%, 75% 82%, 75% 48%, 86% 48%, 86% 42%, 14% 42%, 14% 48%, 40% 48%, 40% 82%, 60% 82%, 60% 48%);
}

@media (max-width: 700px) {
  header {
    height: 96px !important;
    padding: 0 18px 0 12px !important;
    background: #020302 !important;
    border-bottom: 1px solid rgba(219, 174, 61, .75) !important;
    overflow: visible !important;
    z-index: 60 !important;
  }

  header .brand {
    position: relative !important;
    width: 176px !important;
    height: 132px !important;
    align-self: flex-start !important;
    margin-top: 25px !important;
    z-index: 3 !important;
  }

  header .brand img {
    width: 176px !important;
    height: 176px !important;
    max-width: none !important;
    object-fit: contain !important;
    filter: none !important;
  }

  header .brand span {
    display: none !important;
  }

  header .menu {
    display: inline-grid !important;
    place-items: center !important;
    min-width: 56px !important;
    min-height: 56px !important;
    color: #fff !important;
    font-size: 42px !important;
    line-height: 1 !important;
    margin-left: 8px !important;
  }

  header nav .account,
  header > a.account,
  header a[href="/login"],
  header a[href="/register"] {
    background: linear-gradient(180deg, color-mix(in srgb, var(--site-primary-button-color, #3dbb3d) 72%, #ffffff), var(--site-primary-button-color, #3dbb3d)) !important;
    border: 2px solid rgba(16, 67, 12, .95) !important;
    color: #fff !important;
    border-radius: 999px !important;
    min-width: 84px !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .35), 0 6px 18px rgba(0, 0, 0, .55) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6) !important;
  }

  .mobileOverlayAd {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 80 !important;
    display: block !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(105%) !important;
    transition: opacity .22s ease, transform .22s ease !important;
    height: clamp(94px, 25vw, 128px) !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .mobileOverlayAd.isVisible {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .mobileOverlayAd img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 42% !important;
  }

  nav.open {
    top: 96px !important;
    z-index: 55 !important;
  }

  .hero {
    height: calc(142.86vw + 168px) !important;
    min-height: calc(142.86vw + 168px) !important;
    margin-top: -88px !important;
    padding: 0 !important;
    align-items: stretch !important;
    background: url('/assets/mobile-home-reference-v1.png') center top / 100% 100% no-repeat !important;
    overflow: hidden !important;
  }

  .hero::after,
  .heroGlow,
  .hero aside,
  .heroNoPurchase,
  .heroTitleGraphic,
  .heroCoinsGraphic,
  .heroGraphicContent .heroTitleGraphic,
  .heroGraphicContent .heroCoinsGraphic,
  .heroContent .heroTitleGraphic,
  .heroContent .heroCoinsGraphic,
  .heroContent > img:not(.heroTitleGraphic):not(.heroCoinsGraphic),
  .heroContent > p,
  .heroContent > strong,
  .heroContent > h1,
  .heroContent > .eyebrow,
  .heroContent > .btn:not(.heroPlayGraphic) {
    display: none !important;
  }

  .heroContent {
    position: absolute !important;
    inset: 0 !important;
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2 !important;
  }

  .heroPlayGraphic,
  .heroContent .heroPlayGraphic,
  a.heroPlayGraphic {
    position: absolute !important;
    left: var(--site-hero-button-x, 3.5vw) !important;
    top: var(--site-hero-button-y, calc(94vw + 110px)) !important;
    width: var(--site-hero-button-width, 52vw) !important;
    height: var(--site-hero-button-height, 14vw) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--site-hero-button-overlay-bg, transparent) !important;
    border: var(--site-hero-button-overlay-border, 0) !important;
    box-shadow: var(--site-hero-button-overlay-shadow, none) !important;
    opacity: 1 !important;
    z-index: 4 !important;
  }

  .heroPlayGraphic img,
  .heroContent .heroPlayGraphic img {
    display: none !important;
  }

  .intro {
    padding: 0 !important;
    background: #020302 !important;
    background-image: none !important;
    text-align: center !important;
    max-width: none !important;
    margin-top: 35px !important;
    position: relative !important;
    z-index: 3 !important;
    display: block !important;
  }

  .intro h2,
  .intro > p {
    display: none !important;
  }

  .intro::before {
    display: none !important;
    content: none !important;
    background: none !important;
  }

  .intro .steps {
    border: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 16px 34px !important;
    background: #020302 !important;
    background-image: none !important;
  }

  .intro .steps::before,
  .intro .steps::after {
    display: none !important;
    content: none !important;
    background: none !important;
  }

  .intro .steps > div {
    display: block !important;
    border: 1px solid rgba(219, 174, 61, .45) !important;
    border-radius: 12px !important;
    padding: 18px 18px 20px !important;
    background: rgba(3, 5, 3, .72) !important;
    background-image: none !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .42) !important;
    text-align: left !important;
  }

  .intro .steps b {
    color: rgba(246, 216, 125, .42) !important;
    font-size: 44px !important;
    line-height: .9 !important;
    display: block !important;
    margin-bottom: 12px !important;
  }

  .intro .steps h3 {
    color: #fff7e8 !important;
    font-size: 24px !important;
    line-height: 1.05 !important;
    margin: 0 0 10px !important;
  }

  .intro .steps p {
    color: #d8d1c3 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    margin: 0 0 12px !important;
  }

  .intro .steps .stepLink,
  .intro .steps .btn {
    margin-top: 8px !important;
  }

  .intro .steps .btn.gold {
    background: url('/assets/play-games-gold-button-v1.png') center / contain no-repeat !important;
    border: 0 !important;
    box-shadow: none !important;
    color: transparent !important;
    display: block !important;
    height: clamp(58px, 14vw, 76px) !important;
    margin: 16px auto 0 !important;
    max-width: 430px !important;
    padding: 0 !important;
    text-indent: -9999px !important;
    width: min(100%, 430px) !important;
  }

  .intro .steps .btn.gold::after {
    display: none !important;
    content: none !important;
  }

  .mobileCarousel {
    display: block !important;
    background: #020302 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .intro.hasMobileCarousel .mobileCarousel {
    margin-bottom: 0 !important;
  }

  .mobileCarousel + .steps {
    margin-top: 0 !important;
  }

  .intro.hasMobileCarousel .mobileCarousel + .steps {
    padding-top: 25px !important;
  }

  .authHelpLink {
    color: #f6d87d !important;
    display: inline-block !important;
    font-weight: 800 !important;
    margin: 8px 0 12px !important;
    text-transform: uppercase !important;
  }

  .authLead {
    color: #cfcabf !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin: 0 0 18px !important;
  }

  .passwordResetPage .notice,
  .passwordResetPage .error {
    text-align: left !important;
  }

  .mobileCarouselTrack {
    display: flex !important;
    gap: 14px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    padding: 0 16px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .mobileCarouselTrack::-webkit-scrollbar {
    display: none !important;
  }

  .mobileCarouselSlide {
    flex: 0 0 86% !important;
    scroll-snap-align: center !important;
    border: 1px solid rgba(219, 174, 61, .48) !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #070806 !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .55) !important;
  }

  .mobileCarouselSlide img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
  }

  .mobileCarouselDots {
    display: flex !important;
    justify-content: center !important;
    gap: 7px !important;
    margin-top: 10px !important;
  }

  .mobileCarouselDots button {
    width: 8px !important;
    height: 8px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(246, 216, 125, .32) !important;
  }

  .mobileCarouselDots button.active {
    width: 22px !important;
    background: #6fe25d !important;
  }

  #root > section.page:not(.hero),
  main > section.page:not(.hero),
  .authPage,
  .gamesPage,
  .dashboard,
  .kyc,
  .redeem,
  .contact,
  .policyPage {
    margin-top: 30px !important;
  }

  .featured {
    padding: 38px 18px 48px !important;
    background:
      linear-gradient(rgba(2, 3, 2, .88), rgba(2, 3, 2, .94)),
      url('/assets/pattern.jpg') center / cover !important;
  }

  .featured .sectionHead {
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 18px !important;
  }

  .featured .sectionHead h2 {
    font-size: 34px !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  .featured .sectionHead > a {
    font-size: 13px !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .featured .gameGrid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 14px !important;
  }

  .featured .gameCard,
  .featured .gameCard.gameAccessCard {
    background: #050605 !important;
    border: 0 !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  .featured .gameCard .gameCardMedia {
    display: block !important;
    background: #050605 !important;
  }

  .featured .gameCard .gameCardMedia > div {
    aspect-ratio: 1 / 1 !important;
    border-radius: 13px 13px 0 0 !important;
    overflow: hidden !important;
    background: #111 !important;
  }

  .featured .gameCard .gameCardMedia img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .featured .gameCard .gameCardMedia i,
  .featured .gameCard .gameCardMedia div span,
  .featured .gameCard p,
  .featured .gameAccessControls {
    display: none !important;
  }

  .featured .gameCard h3,
  .featured .gameCard.gameAccessCard > .gameCardMedia h3 {
    display: block !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 9px 8px 11px !important;
    background: #050605 !important;
    color: #d4a93c !important;
    text-align: center !important;
    font-size: clamp(17px, 4.7vw, 22px) !important;
    line-height: 1.05 !important;
    letter-spacing: .02em !important;
    overflow-wrap: anywhere !important;
  }

  .featured .featuredBottomLink {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    margin: 22px auto 0 !important;
    border: 1px solid rgba(219, 174, 61, .55) !important;
    border-radius: 999px !important;
    color: #f6d87d !important;
    background: rgba(5, 6, 5, .86) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  .redeem {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .redeem .redeemActions {
    width: min(100%, 340px) !important;
    margin: 24px auto 0 !important;
  }

  .redeem .redeemKycBtn,
  .redeem .redeemPrizeBtn {
    width: 100% !important;
    min-height: 60px !important;
    margin: 0 0 16px !important;
    border: 0 !important;
    border-radius: 7px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2), 0 8px 22px rgba(0, 0, 0, .45) !important;
  }

  .redeem .redeemKycBtn {
    color: #111 !important;
    background: linear-gradient(180deg, #ffc317, #eba900) !important;
  }

  .redeem .redeemPrizeBtn {
    color: #fff !important;
    background: linear-gradient(180deg, color-mix(in srgb, var(--site-primary-button-color, #3dbb3d) 78%, #ffffff), var(--site-primary-button-color, #3dbb3d)) !important;
    gap: 12px !important;
  }

  .redeem .redeemPrizeBtn span {
    display: inline-grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 5px !important;
    color: #0aad12 !important;
    background: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .redeem .tierlockNote {
    display: grid !important;
    grid-template-columns: 56px 1fr !important;
    gap: 13px !important;
    align-items: center !important;
    margin: 4px 0 22px !important;
    padding-bottom: 22px !important;
    border-bottom: 1px solid rgba(212, 169, 60, .55) !important;
    text-align: left !important;
  }

  .redeem .tierlockIcon {
    display: grid !important;
    place-items: center !important;
    width: 52px !important;
    height: 58px !important;
    color: #ffc317 !important;
    border: 3px solid #ffc317 !important;
    clip-path: polygon(50% 0, 93% 17%, 93% 58%, 50% 100%, 7% 58%, 7% 17%) !important;
    font-size: 24px !important;
    line-height: 1 !important;
  }

  .redeem .tierlockNote p {
    margin: 0 !important;
    color: #d8d1c3 !important;
    font-size: 16px !important;
    line-height: 1.38 !important;
  }

  .redeem .tierlockNote b {
    color: #d4a93c !important;
  }

  .redeem .methods {
    display: grid !important;
    gap: 15px !important;
    justify-content: stretch !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .redeem .methods a {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    color: #d4a93c !important;
    font-size: 17px !important;
    font-weight: 700 !important;
  }

  .redeem .methodIcon {
    display: inline-grid !important;
    place-items: center !important;
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    border: 1px solid rgba(212, 169, 60, .75) !important;
    border-radius: 999px !important;
    color: #f6d87d !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .redeem .tierlockIcon {
    border: 0 !important;
    clip-path: none !important;
    font-size: 0 !important;
    position: relative !important;
  }

  .redeem .tierlockIcon::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: #ffc317 !important;
    clip-path: polygon(50% 0, 96% 18%, 88% 72%, 50% 100%, 12% 72%, 4% 18%) !important;
  }

  .redeem .tierlockIcon::after {
    content: "" !important;
    position: absolute !important;
    inset: 4px !important;
    background: #020302 !important;
    clip-path: polygon(50% 0, 96% 18%, 88% 72%, 50% 100%, 12% 72%, 4% 18%) !important;
  }

  .redeem .tierlockLock {
    position: relative !important;
    z-index: 1 !important;
    width: 22px !important;
    height: 18px !important;
    border: 3px solid #ffc317 !important;
    border-radius: 3px !important;
    margin-top: 12px !important;
  }

  .redeem .tierlockLock::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: -18px !important;
    width: 18px !important;
    height: 18px !important;
    border: 3px solid #ffc317 !important;
    border-bottom: 0 !important;
    border-radius: 999px 999px 0 0 !important;
    transform: translateX(-50%) !important;
  }

  .redeem .tierlockLock::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 5px !important;
    width: 4px !important;
    height: 8px !important;
    background: #ffc317 !important;
    border-radius: 999px !important;
    transform: translateX(-50%) !important;
  }

  .redeem .methodIcon {
    position: relative !important;
    font-size: 0 !important;
  }

  .redeem .methodLightning::before {
    content: "" !important;
    width: 12px !important;
    height: 20px !important;
    background: #f6d87d !important;
    clip-path: polygon(52% 0, 18% 45%, 45% 45%, 28% 100%, 82% 36%, 55% 36%) !important;
  }

  .redeem .methodCloud::before {
    content: "" !important;
    width: 19px !important;
    height: 12px !important;
    background: #f6d87d !important;
    border-radius: 999px !important;
    box-shadow: -5px 2px 0 -1px #f6d87d, 5px 2px 0 -1px #f6d87d !important;
  }

  .redeem .methodCloud::after {
    content: "" !important;
    position: absolute !important;
    width: 21px !important;
    height: 5px !important;
    left: 6px !important;
    top: 18px !important;
    background: #f6d87d !important;
    border-radius: 999px !important;
  }

  .redeem .methodBank::before {
    content: "" !important;
    width: 21px !important;
    height: 18px !important;
    background: #f6d87d !important;
    clip-path: polygon(50% 0, 100% 28%, 92% 28%, 92% 38%, 8% 38%, 8% 28%, 0 28%, 50% 0, 14% 48%, 25% 48%, 25% 82%, 14% 82%, 14% 100%, 86% 100%, 86% 82%, 75% 82%, 75% 48%, 86% 48%, 86% 42%, 14% 42%, 14% 48%, 40% 48%, 40% 82%, 60% 82%, 60% 48%) !important;
  }
}

@media (max-width: 430px) {
  .hero {
    height: calc(142.86vw + 168px) !important;
    min-height: calc(142.86vw + 168px) !important;
  }

  header .brand {
    width: 164px !important;
  }

  header .brand img {
    width: 164px !important;
    height: 164px !important;
  }
}
