:root {
  --ui-bg: #181311;
  --surface-panel: #1e1917;
  --alt-surface: #502e25;
  --main: #5bcc4f;
  --main-hover: #81f275;
  --theme-secondary-alt: #e76f51;
  --copy: #e8e6e3;
  --text-subtle: #f3a261;
  --theme-highlight: #ffd166;
  --promo-btn-grad-top: #5bcc4f;
  --ui-reward-btn-grad-lower: color-mix(in srgb, #5bcc4f, #000 20%);
  --wildsino-border: #2e2927;
  --gradient-overlay: linear-gradient(90deg,  #5bcc4f 0%, #e76f51 100%);
  --theme-halo: rgba(255,255,255,0.1);
  --wildsino-glow-deep: rgba(255,255,255,0.2);
  --wildsino-typeface-caption: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --ui-main-font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --area-inset: 5.5rem 2rem;
  --panel-pad: 2rem;
  --ui-spacing: 1.8rem;
  --rounding: 16px;
  --radius-card-box: 22px;
  --surface-sheen: #1e1917;
  --border-line-glass: #2e2927;
  --wildsino-frosted-depth: 0 2px 12px rgba(0, 0, 0, 0.3);
  --ui-cta-copy: #fff;
  --wildsino-side-rail-width: 248px;
  --copy-highlight: #1a1a1a
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--ui-main-font-family);
  background: var(--ui-bg);
  color: var(--copy);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 64px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wildsino-typeface-caption);
  line-height: 1.15
}
a {
  color: var(--main);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--main-hover)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--theme-halo)
  }
  50% {
    box-shadow: 0 0 28px var(--wildsino-glow-deep)
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-burger-open span:first-child {
  transform: translateY(7px) rotate(45deg)
}
.header-burger-open span:nth-child(2) {
  opacity: 0
}
.header-burger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}
@media (max-width:768px) {
  .header-nav-open {
    display: flex!important
  }
}
.widget-field.site-secondary-area {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--wildsino-side-rail-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-rail-primary {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.site-footer-brand-grid {
  height: 30px;
  width: auto
}
.site-page-footer-nav {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.site-page-footer-nav a {
  font-size: .82rem;
  color: var(--text-subtle);
  text-decoration: none;
  transition: color .2s
}
.site-page-footer-nav a:hover {
  color: var(--main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.footer-separator-panel {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --area-inset: 1.8rem 0.8rem;
    --panel-pad: 0.9rem;
    --ui-spacing: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --area-inset: 2.5rem 1rem;
    --panel-pad: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --area-inset: 3.5rem 1.5rem;
    --panel-pad: 1.5rem
  }
}
header {
  background-color: var(--ui-bg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--wildsino-typeface-caption)
}
.masthead-container {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.masthead-container a {
  color: var(--copy);
  text-decoration: none
}
.masthead-container a:hover {
  color: unset
}
.page-header-left-side {
  display: flex;
  align-items: center;
  gap: 40px
}
.wildsino-wrapper img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.main-header-nav {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.main-header-nav a {
  color: var(--text-subtle)
}
.main-header-nav a:hover {
  color: var(--copy)
}
.page-header-right-side-area {
  display: flex;
  align-items: center;
  gap: 15px
}
.topbar-action-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.topbar-action-buttons a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.sign-in-btn {
  border: 1px solid var(--wildsino-border);
  color: var(--copy)
}
.sign-in-btn:hover {
  background-color: var(--alt-surface)
}
.register-btn-container {
  position: relative
}
.register-btn {
  background: var(--main);
  border: 1px solid var(--main);
  color: var(--ui-cta-copy,#fff)
}
.register-btn:hover {
  filter: brightness(1.15)
}
.register-reward {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--theme-highlight);
  color: #000;
  border-radius: 15px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 2px;
  display: flex;
  align-items: center;
  gap: 2px
}
.menu-toggle-action {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.offcanvas-inner {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--ui-bg);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-inner.open {
  left: 0
}
.main-offcanvas-close {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--copy);
  cursor: pointer
}
.main-offcanvas-close:hover {
  background: 0 0
}
.main-offcanvas-topbar {
  display: flex;
  justify-content: flex-end
}
.offcanvas-main-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-main-container .main-header-nav {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-main-container .main-header-nav a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.site-offcanvas-backdrop-area {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.site-offcanvas-backdrop-area.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .page-header-menu-list-wrapper-grid {
    display: none
  }
  .offcanvas-inner .page-header-menu-list-wrapper-grid {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-inner .main-header-nav {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .menu-toggle-action,
  .offcanvas-inner,
  .site-offcanvas-backdrop-area {
    display: none
  }
}
@media (max-width:768px) {
  .main-topbar-search-block {
    display: none
  }
  .masthead-container {
    padding: 0 20px
  }
  .page-header-left-side {
    gap: 10px
  }
  .page-header-right-side-area {
    flex-shrink: 0
  }
  .wildsino-wrapper {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .wildsino-wrapper img {
    max-width: 100%
  }
}
#secondary.aside-full {
  width: 248px;
  min-width: 248px;
  background: var(--alt-surface);
  border-right: 1px solid rgba(128,128,128,.18)
}
.aside-full .side-rail-primary {
  padding: 80px 20px 20px;
  border-radius: 0;
  background: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}
.aside-full .site-side-rail-hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 10px 0;
  background: rgba(128,128,128,.18)
}
.side-rail-expanded-icon-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 4px
}
.side-column-full-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%
}
.sidebar-full-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  width: 100%;
  background: rgba(255,255,255,.06);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-subtle);
  text-decoration: none;
  transition: .2s
}
.sidebar-full-item:hover {
  background: rgba(255,255,255,.1);
  color: var(--copy)
}
.sidebar-full-item img {
  object-fit: contain;
  flex-shrink: 0
}
.side-column-full-menu .site-side-rail-hr {
  width: 100%;
  margin: 6px 0
}
.masthead-bg-lower,
.masthead-bg-lower *,
.topbar-bg,
.topbar-bg * {
  font-family: var(--wildsino-typeface-caption)!important
}
.topbar-bg {
  background: url(../images/header-bg.png?v=c66943cc) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.site-page-header-fill-content-body-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.site-page-header-fill-content-body-wrapper br {
  display: none
}
.site-page-header-fill-content-body-wrapper > a {
  display: inline-block;
  width: auto
}
.main-topbar-fill-title {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--theme-highlight);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.site-topbar-fill-deposit {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  line-height: 1.15;
  color: var(--copy);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.masthead-bg-reward {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--copy);
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.main-page-header-surface-button {
  background: var(--main);
  color: var(--ui-cta-copy,#fff);
  border: none;
  cursor: pointer;
  padding: 9px 58px!important;
  border-radius: 1000px!important;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  width: auto!important;
  box-shadow: none;
  transition: .5s;
  --promo-btn-grad-top: #75f84f!important;
  --ui-reward-btn-grad-lower: #226d4d!important
}
.main-page-header-surface-button:hover {
  background: var(--main-hover);
  transform: translateY(-2px)
}
.page-header-bg-btn-inner-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.site-page-header-surface-action-main {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.site-topbar-fill-action-description {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.masthead-bg-lower {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--alt-surface);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.masthead-bg-lower::after,
.masthead-bg-lower::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.masthead-bg-lower::before {
  left: 0;
  background: linear-gradient(to right,var(--ui-bg),transparent)
}
.masthead-bg-lower::after {
  right: 0;
  background: linear-gradient(to left,var(--ui-bg),transparent)
}
.masthead-bg-lower p {
  display: none
}
.main-bonus-strip-group {
  gap: 14px;
  padding: 12px 24px
}
.main-bonus-strip-group .site-bonus-strip-crown {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain
}
.main-bonus-strip-group .reward-strip-text-content {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--copy);
  line-height: 1.2
}
@media (min-width:769px) {
  .site-page-header-fill-content-body-wrapper {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .topbar-bg {
    background-image: url(../images/header-bg-mobile.png?v=00b427ea);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    max-width: none;
    border-radius: 0;
    overflow: visible;
    position: relative;
    --banner-drop: 144px;
    margin-bottom: calc(var(--banner-drop) + 16px)
  }
  .topbar-bg .site-page-header-fill-content-body-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .main-topbar-fill-title {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .site-topbar-fill-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .masthead-bg-reward {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .main-page-header-surface-button {
    box-sizing: border-box
  }
  .masthead-bg-lower {
    background: var(--alt-surface);
    gap: 10px;
    padding: 8px 15px
  }
  .main-bonus-strip-group {
    gap: 10px;
    padding: 10px 14px
  }
  .main-bonus-strip-group .site-bonus-strip-crown {
    width: 18px;
    height: 18px
  }
  .main-bonus-strip-group .reward-strip-text-content {
    font-size: 11px;
    letter-spacing: .4px
  }
}
.site-core-group {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-region-wrapper {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-subtle)
}
.content-region-wrapper p {
  margin-bottom: 1rem
}
.content-region-wrapper strong {
  color: var(--copy)
}
.content-region-wrapper a:not(.primary-cta-inner):not(.application-banner-cta):not([class*="-button"]) {
  color: var(--main);
  text-decoration: underline
}
.content-region-wrapper a:not(.primary-cta-inner):not(.application-banner-cta):not([class*="-button"]):hover {
  color: var(--theme-highlight)
}
@media (max-width:768px) {
  .site-core-group {
    padding: 5rem 15px 30px
  }
  .content-region-wrapper {
    font-size: 14px
  }
  .main-application-banner-holder-area,
  .site-core-group > .main-application-banner-holder-area {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .main-app-banner-mobile img,
  .site-mobile-banner {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.perks-holder {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto
}
.highlight-card {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 14px;
  background-color: var(--surface-panel,var(--alt-surface));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.highlight-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.highlight-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
  pointer-events: none
}
.perks-holder .highlight-card h3 {
  text-transform: none;
  border: none;
  padding: 0;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: right;
  width: auto
}
.fcdl-payouts-inner {
  background-image: url(../images/fast-pay.png?v=665e01bf)
}
.cashback-row {
  background-image: url(../images/cashback.png?v=e06d2bdb)
}
.vip-group {
  background-image: url(../images/vip-level.png?v=53be0b99)
}
.game {
  background-image: url(../images/games.png?v=da458dbf)
}
.missions-container {
  background-image: url(../images/feature-missions.png?v=2d6d6161)
}
@media (max-width:1024px) {
  .perks-holder {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .perks-holder {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px 24px;
    gap: 12px;
    margin: 0 -16px;
    scrollbar-width: thin
  }
  .perks-holder::-webkit-scrollbar {
    height: 4px
  }
  .perks-holder::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .highlight-card {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .perks-holder .highlight-card h3 {
    font-size: 12px
  }
}
.site-block-help-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  padding: 30px 0;
  max-width: 1400px;
  margin: 0 auto
}
.section-service {
  background: var(--alt-surface,#161d37);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--copy);
  min-height: 138px
}
.name-help-group {
  display: flex;
  align-items: flex-start;
  gap: 10px
}
.name-help-group img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.name-support-text-content {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  color: var(--copy)
}
.help-description-grid {
  color: var(--text-subtle);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0
}
@media (max-width:1024px) {
  .site-block-help-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 16px
  }
}
.main-application-banner-holder-area {
  margin: 32px auto;
  max-width: 800px
}
.site-mobile-banner {
  display: flex;
  align-items: stretch;
  background: var(--surface-panel,var(--alt-surface));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--wildsino-border);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.application-banner-content-body {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.application-banner-caption-area {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--wildsino-border);
  background: var(--alt-surface);
  align-self: flex-start
}
.app-promo-banner-caption-image-inner {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.app-banner-text-content-body-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.main-app-promo-banner-label-title-panel {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--copy);
  letter-spacing: .2px
}
.app-banner-caption-rate {
  display: flex;
  gap: 1px
}
.app-banner-caption-rate img {
  width: 12px;
  height: 12px
}
.app-banner-caption-rate .main-star-half {
  opacity: .85
}
.main-application-banner-tag-verify-area {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.application-banner-headline {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--copy);
  font-family: var(--wildsino-typeface-caption);
  margin: 0
}
.mobile-banner-description {
  color: var(--text-subtle);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.application-banner-action-shell {
  margin-top: 4px
}
.application-banner-action-shell .primary-cta-inner {
  margin: 0;
  display: inline-block
}
.main-app-banner-image-holder-grid {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.mobile-banner-image {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.main-app-banner-mobile {
  display: none
}
.main-app-banner-mobile img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .site-mobile-banner {
    flex-direction: column;
    min-height: unset
  }
  .main-app-banner-image-holder-grid {
    display: none
  }
  .main-app-banner-mobile {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .main-app-banner-mobile img {
    max-width: 320px
  }
  .application-banner-content-body {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .application-banner-headline {
    font-size: 20px
  }
  .application-banner-action-shell .primary-cta-inner {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.primary-cta-inner {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(180deg,var(--main) 0,var(--wildsino-primary-dark,#8d3300) 98.74%);
  color: var(--ui-cta-copy,var(--copy));
  padding: 12px 56px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  border-radius: 15px;
  text-decoration: none
}
.primary-cta-inner:hover {
  background: linear-gradient(180deg,var(--main) 0,var(--main) 98.74%);
  color: var(--ui-cta-copy,var(--copy))
}
.updated-date-container {
  background: var(--alt-surface);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--main);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--copy);
  max-width: 1400px
}
@media (max-width:768px) {
  .updated-date-container {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-page-footer-area.footer-wrapper {
  background: var(--site-footer-fill,var(--alt-surface,#060e2a));
  color: var(--theme-copy-site-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer-area.footer-wrapper .page-footer-splash-block,
.site-page-footer-area.footer-wrapper .site-footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box
}
.site-page-footer-area.footer-wrapper .page-footer-splash-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0 24px
}
.site-page-footer-area.footer-wrapper .site-footer-brand-grid {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-page-footer-area.footer-wrapper .main-colophon-payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-page-footer-area.footer-wrapper .main-colophon-payments img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-page-footer-area.footer-wrapper .footer-separator-panel {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-page-footer-area.footer-wrapper .site-footer-bottom {
  display: grid;
  grid-template-columns: minmax(120px,1fr) minmax(180px,1.4fr) minmax(220px,1.4fr) minmax(180px,1fr);
  gap: 24px;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 36px
}
.site-page-footer-area.footer-wrapper .site-page-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-page-footer-area.footer-wrapper .site-page-footer-nav a {
  color: var(--site-footer-link-item,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer-area.footer-wrapper .site-page-footer-nav a:hover {
  color: var(--theme-copy-site-footer,#fff)
}
.site-page-footer-area.footer-wrapper .colophon-assist {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer-area.footer-wrapper .colophon-assist .main-colophon-support-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer-area.footer-wrapper .colophon-assist p {
  color: var(--theme-copy-site-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer-area.footer-wrapper .site-footer-inbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-copy-site-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer-area.footer-wrapper .site-footer-inbox img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer-area.footer-wrapper .main-site-footer-side-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-page-footer-area.footer-wrapper .colophon-lang {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--ui-site-footer-social-fill,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--theme-copy-site-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-page-footer-area.footer-wrapper .colophon-lang img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-page-footer-area.footer-wrapper .site-footer-social-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-page-footer-area.footer-wrapper .colophon-socials-wrap {
  display: flex;
  gap: 4px
}
.site-page-footer-area.footer-wrapper .main-colophon-socials {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--ui-site-footer-social-fill,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-page-footer-area.footer-wrapper .main-colophon-socials:hover {
  background: var(--theme-highlight,#5a6178)
}
.site-page-footer-area.footer-wrapper .main-colophon-socials img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .site-page-footer-area.footer-wrapper .site-footer-bottom {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-page-footer-area.footer-wrapper .main-colophon-payments {
    gap: 24px
  }
  .site-page-footer-area.footer-wrapper .main-site-footer-side-area {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-page-footer-area.footer-wrapper .site-footer-bottom {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 24px
  }
  .site-page-footer-area.footer-wrapper .page-footer-splash-block {
    padding: 20px
  }
  .site-page-footer-area.footer-wrapper .main-colophon-payments img {
    width: 70px;
    height: 35px
  }
  .site-page-footer-area.footer-wrapper .footer-separator-panel {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-page-footer-area.footer-wrapper .colophon-assist,
  .site-page-footer-area.footer-wrapper .main-site-footer-side-area,
  .site-page-footer-area.footer-wrapper .site-footer-bottom {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer-area.footer-wrapper .colophon-socials-wrap,
  .site-page-footer-area.footer-wrapper .main-colophon-payments {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer-area.footer-wrapper .site-page-footer-nav {
    align-items: center
  }
  .site-page-footer-area.footer-wrapper .site-footer-inbox {
    justify-content: center
  }
}
.site-page-footer-area .site-page-footer-nav:not(:has(a)) {
  display: none
}
.site-page-footer-area .colophon-nav-legal-grid,
.site-page-footer-area .page-footer-menu-accent-primary-section {
  text-align: left
}
.site-page-footer-area.footer-wrapper .site-page-footer-nav:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-page-footer-area.footer-wrapper .site-footer-bottom:has(.page-footer-menu-accent-primary-section a):not(:has(.colophon-nav-legal-grid a)),
  .site-page-footer-area.footer-wrapper .site-footer-bottom:not(:has(.page-footer-menu-accent-primary-section a)):has(.colophon-nav-legal-grid a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-page-footer-area.footer-wrapper .site-footer-bottom:not(:has(.site-page-footer-nav a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-area {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-block {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-block .site-core-group {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.perks-holder,
.site-mobile-banner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-page-footer-area[class] {
  padding-left: var(--wildsino-side-rail-width,0)
}
.site-page-footer-area[class] .site-footer-bottom {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-page-footer-area[class] {
    padding-left: 0
  }
}
.site-cta-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.site-cta-center .primary-cta-inner,
.site-cta-center a.primary-cta-inner {
  display: inline-block
}
@media (max-width:768px) {
  .site-cta-center {
    display: block;
    margin: 30px auto
  }
  .content-region-wrapper .table-scroll > table,
  .legal-inner-container .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.primary-cta-inner.application-banner-cta {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faqs-heading,
.perks-holder h2 {
  font-family: var(--wildsino-typeface-caption);
  color: var(--copy);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.perks-holder .highlight-card {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.perks-holder .highlight-card h3 {
  margin: 0;
  font-size: 14px
}
.content-region-wrapper li {
  padding: .3rem 0;
  line-height: 1.7
}
.content-region-wrapper table {
  font-size: .92rem
}
.content-region-wrapper table th {
  background: var(--main);
  color: var(--ui-cta-copy,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.content-region-wrapper table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.content-region-wrapper table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-area > .widget-field.site-secondary-area {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--wildsino-side-rail-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-area > .site-content-block {
  margin-left: var(--wildsino-side-rail-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-block .site-core-group {
    padding-left: 20px
  }
  .site-layout-area > .widget-field.site-secondary-area {
    max-width: var(--wildsino-side-rail-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-area > .widget-field.site-secondary-area {
    display: none
  }
  .site-layout-area > .site-content-block {
    margin-left: 0
  }
}
.topbar-bg {
  position: relative;
  z-index: 1
}
.site-page-header-fill-content-body-wrapper {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.side-rail-expanded-icon-mark img {
  object-fit: contain;
  width: 64px;
  height: 64px;
  object-fit: contain
}
.sidebar-full-item img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.aside-full .side-rail-primary {
  padding-top: 20px!important
}
.main-topbar-search-block img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.register-reward img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-toggle-action img {
  filter: invert(1);
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-name {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--copy);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-inner-container {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-subtle);
  max-width: 860px
}
.legal-inner-container p {
  margin-bottom: 1.1rem
}
.legal-inner-container strong {
  color: var(--copy)
}
.content-region-wrapper li,
.legal-inner-container li {
  color: var(--text-subtle)
}
.content-region-wrapper li strong,
.legal-inner-container li strong {
  color: var(--text-subtle);
  font-weight: 700
}
.legal-inner-container a {
  color: var(--main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-inner-container a:hover {
  color: var(--main-hover,var(--theme-highlight))
}
.legal-inner-container article em {
  color: var(--text-subtle);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img-grid {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.inner-img-left {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.inner-img-end {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.content-region-wrapper h2,
.content-region-wrapper h3,
.content-region-wrapper table {
  clear: both
}
.main-inner-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-name {
    font-size: 1.6rem
  }
  .legal-inner-container h1 {
    font-size: 1.5rem
  }
  .legal-inner-container h2 {
    font-size: 1.2rem
  }
  .content-body-img-grid,
  .inner-img-end,
  .inner-img-left {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.content-region-wrapper h1,
.content-region-wrapper h2,
.content-region-wrapper h3,
.legal-inner-container h1,
.legal-inner-container h2,
.legal-inner-container h3 {
  font-family: var(--wildsino-typeface-caption);
  color: var(--copy);
  text-decoration: none;
  border: none
}
.content-region-wrapper h1,
.legal-inner-container h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.content-region-wrapper h2,
.legal-inner-container h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-region-wrapper h3,
.legal-inner-container h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.content-region-wrapper ul,
.legal-inner-container ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-region-wrapper ul li,
.legal-inner-container ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.content-region-wrapper ul li::before,
.legal-inner-container ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--main)
}
.content-region-wrapper ol,
.legal-inner-container ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-region-wrapper ol li,
.legal-inner-container ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.content-region-wrapper ol li::before,
.legal-inner-container ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--main);
  font-weight: 600
}
.content-region-wrapper table,
.legal-inner-container table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--surface-panel,rgba(255,255,255,.03));
  border: 1px solid var(--wildsino-border,rgba(255,255,255,.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.18);
  margin: 1.5rem 0;
  color: var(--text-subtle,#c9ccd6);
  font-family: var(--ui-main-font-family, 'Montserrat', system-ui, sans-serif)
}
.content-region-wrapper table thead tr:first-child th:first-child,
.legal-inner-container table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.content-region-wrapper table thead tr:first-child th:last-child,
.legal-inner-container table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.content-region-wrapper table tbody tr:last-child td:first-child,
.legal-inner-container table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.content-region-wrapper table tbody tr:last-child td:last-child,
.legal-inner-container table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.content-region-wrapper table thead tr,
.legal-inner-container table thead tr {
  background: var(--alt-surface,rgba(255,255,255,.06))
}
.content-region-wrapper table thead th,
.legal-inner-container table thead th {
  font-weight: 700;
  color: var(--copy,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--wildsino-border,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.content-region-wrapper table thead th:last-child,
.legal-inner-container table thead th:last-child {
  border-right: none
}
.content-region-wrapper table tbody tr:nth-child(odd),
.legal-inner-container table tbody tr:nth-child(odd) {
  background: 0 0
}
.content-region-wrapper table tbody tr:nth-child(2n),
.legal-inner-container table tbody tr:nth-child(2n) {
  background: var(--alt-surface,rgba(255,255,255,.03))
}
.content-region-wrapper table tbody td,
.legal-inner-container table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--wildsino-border,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--wildsino-border,rgba(255,255,255,.06));
  color: var(--text-subtle,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.content-region-wrapper table tbody td:last-child,
.legal-inner-container table tbody td:last-child {
  border-right: none
}
.content-region-wrapper table tbody tr:last-child td,
.legal-inner-container table tbody tr:last-child td {
  border-bottom: none
}
.questions-group {
  background: var(--alt-surface,rgba(255,255,255,.02));
  border: 1px solid var(--wildsino-border,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.questions-group .faqs-heading {
  color: var(--copy,#fff);
  font-family: var(--wildsino-typeface-caption, 'Montserrat', system-ui, sans-serif);
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.questions-group .faq-card-box {
  background: var(--surface-panel,rgba(255,255,255,.04));
  border: 1px solid var(--wildsino-border,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--text-subtle,#b1b4bc)
}
.questions-group .faq-card-box:last-child {
  margin-bottom: 0
}
.questions-group .faq-section-query {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--copy,#fff);
  margin: 0 0 12px
}
.questions-group .faqs-reply {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--text-subtle,#b1b4bc)
}
.questions-group .faqs-reply p {
  margin: 0 0 8px
}
.questions-group .faqs-reply p:last-child {
  margin-bottom: 0
}
.questions-group .faqs-reply b,
.questions-group .faqs-reply strong {
  font-weight: 700;
  color: var(--copy,#fff)
}
@media (max-width:600px) {
  .content-region-wrapper h1,
  .legal-inner-container h1 {
    font-size: 2rem
  }
  .content-region-wrapper h2,
  .legal-inner-container h2 {
    font-size: 1.6rem
  }
  .content-region-wrapper h3,
  .legal-inner-container h3 {
    font-size: 1.2rem
  }
  .content-region-wrapper table tbody td,
  .content-region-wrapper table thead th,
  .legal-inner-container table tbody td,
  .legal-inner-container table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .questions-group {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .questions-group .faqs-heading {
    font-size: 1.6rem;
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .questions-group .faq-card-box {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .questions-group .faq-section-query {
    font-size: 1.05rem;
    line-height: 1.35
  }
  .questions-group .faqs-reply {
    font-size: .9rem
  }
}
.content-region-wrapper h2 {
  border: none;
  border-bottom: none
}
.content-region-wrapper ol li,
.content-region-wrapper ul li,
.legal-inner-container ol li,
.legal-inner-container ul li {
  border-bottom: none
}
.content-region-wrapper {
  max-width: 1400px;
  margin: 0 auto
}
[data-slot=content-image-2]:not(a):not(button),
[data-slot=espana-content-image-1]:not(a):not(button) {
  max-width: 35%!important
}
[data-slot=app-content-image-1]:not(a):not(button) {
  max-width: 45%!important
}
[data-slot=app-content-image-2]:not(a):not(button),
[data-slot=espana-content-image-2]:not(a):not(button) {
  max-width: 50%!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-1]:not(a):not(button),
  [data-slot=app-content-image-2]:not(a):not(button),
  [data-slot=content-image-2]:not(a):not(button),
  [data-slot=espana-content-image-1]:not(a):not(button),
  [data-slot=espana-content-image-2]:not(a):not(button) {
    max-width: 100%!important
  }
}
.site-mobile-banner {
  background-color: #4f2e25!important;
  background-blend-mode: multiply!important
}
.highlight-card {
  background-color: #4f2e25!important;
  background-blend-mode: normal!important
}
.main-topbar-fill-title {
  color: #fff!important
}
.masthead-bg-reward,
.site-topbar-fill-deposit {
  color: #f8dd30!important
}
.main-page-header-surface-button,
.promo .promo-cta {
  --promo-btn-grad-top: #75f84f!important;
  --ui-reward-btn-grad-lower: #226d4d!important;
  background: linear-gradient(180deg,var(--promo-btn-grad-top) 0,var(--ui-reward-btn-grad-lower) 100%)!important;
  background-image: linear-gradient(180deg,var(--promo-btn-grad-top) 0,var(--ui-reward-btn-grad-lower) 100%)!important
}
.main-page-header-surface-button:hover,
.promo .promo-cta:hover {
  background: linear-gradient(180deg,var(--ui-reward-btn-grad-lower) 0,var(--promo-btn-grad-top) 100%)!important
}
.sign-in-btn {
  background: #f8dd2f!important;
  color: #050505!important
}