:root {
  --ui-bg: #0c0604;
  --ui-tile-surface: #14141f;
  --theme-background-alt: #1b1513;
  --lead: #ff3d00;
  --ui-hover-accent-primary: #ff6326;
  --glorion-sub: #c62800;
  --theme-text: #e8e6e3;
  --theme-label-faded: #9a9a9a;
  --ui-accent: #ff9e80;
  --glorion-reward-cta-grad-top-area: #ff3d00;
  --glorion-reward-action-grad-bottom-area: color-mix(in srgb, #ff3d00, #000 20%);
  --glorion-border-line: #2a2a3e;
  --ui-gradient: linear-gradient(160deg,  #ff3d00 0%, #c62800 100%);
  --ui-glow: rgba(255,255,255,0.1);
  --glorion-glow-deep: rgba(255,255,255,0.2);
  --heading-font: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --text-base: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --section-padding: 3rem 1.5rem;
  --panel-inset: 1.2rem;
  --glorion-spacing: 1rem;
  --corner: 14px;
  --card-corner: 20px;
  --surface-frosted: #14141f;
  --edge-glass-effect: #2a2a3e;
  --shadow-glass: 0 2px 12px rgba(0, 0, 0, 0.3);
  --ui-text-content-button: #fff;
  --width-sidebar: 64px;
  --text-content-accent-color: #fff
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--text-base);
  background: var(--ui-bg);
  color: var(--theme-text);
  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(--heading-font);
  line-height: 1.15
}
a {
  color: var(--lead);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--ui-hover-accent-primary)
}
@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(--ui-glow)
  }
  50% {
    box-shadow: 0 0 28px var(--glorion-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-zone-area.site-secondary-alt-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--width-sidebar,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-column-core-holder {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.footer {
  padding: 2.5rem 0 2rem;
  position: relative;
  z-index: 1;
  background: var(--theme-background-alt)
}
.colophon-logo-group {
  height: 30px;
  width: auto
}
.page-footer-navigation-grid {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.page-footer-navigation-grid a {
  font-size: .82rem;
  color: var(--theme-label-faded);
  text-decoration: none;
  transition: color .2s
}
.page-footer-navigation-grid a:hover {
  color: var(--lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.main-footer-separator-grid {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.colophon-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --section-padding: 1.8rem 0.8rem;
    --panel-inset: 0.9rem;
    --glorion-spacing: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --section-padding: 2.5rem 1rem;
    --panel-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --section-padding: 3.5rem 1.5rem;
    --panel-inset: 1.5rem
  }
}
header {
  background-color: var(--ui-bg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--heading-font)
}
.main-site-header-shell-row {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.main-site-header-shell-row a {
  color: var(--theme-text);
  text-decoration: none
}
.main-site-header-shell-row a:hover {
  color: unset
}
.header-left-row {
  display: flex;
  align-items: center;
  gap: 40px
}
.glorion-shell-box img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.picker-container {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--theme-background-alt);
  padding: 5px 10px;
  border-radius: 1000px;
  border: 1px solid var(--glorion-border-line)
}
.picker-container > a,
.picker-container div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--theme-label-faded)
}
.toggle-start {
  background: var(--lead);
  color: #fff!important;
  padding: 3px 8px;
  border-radius: 1000px
}
.page-header-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.page-header-menu a {
  color: var(--theme-label-faded)
}
.page-header-menu a:hover {
  color: var(--theme-text)
}
.site-masthead-right {
  display: flex;
  align-items: center;
  gap: 15px
}
.main-missions-action-grid {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  background: var(--ui-accent);
  color: var(--text-content-accent-color,#fff);
  padding: 2px 8px;
  border-radius: 8px;
  box-shadow: 0 0 16px var(--ui-glow)
}
.main-missions-action-grid img {
  width: 18px;
  height: 18px
}
.topbar-button-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.topbar-button-buttons a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.sign-in-button {
  border: 1px solid var(--glorion-border-line);
  color: var(--theme-text)
}
.sign-in-button:hover {
  background-color: var(--theme-background-alt)
}
.site-signup-action-holder {
  position: relative
}
.register-btn {
  background: var(--lead);
  border: 1px solid var(--lead);
  color: var(--ui-text-content-button,#fff)
}
.register-btn:hover {
  filter: brightness(1.15)
}
.menu-toggle-action-section {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.menu-toggle-action-section img {
  filter: invert(1)
}
.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
}
.offcanvas-close-wrap {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--theme-text);
  cursor: pointer
}
.offcanvas-close-wrap:hover {
  background: 0 0
}
.site-offcanvas-header {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-block .page-header-menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-block .page-header-menu a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.site-offcanvas-backdrop-section {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.site-offcanvas-backdrop-section.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .page-header-navigation-wrapper,
  .picker-container {
    display: none
  }
  .offcanvas-inner .page-header-navigation-wrapper,
  .offcanvas-inner .picker-container {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-inner .page-header-menu {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
  .offcanvas-inner .picker-container {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .menu-toggle-action-section,
  .offcanvas-inner,
  .site-offcanvas-backdrop-section {
    display: none
  }
}
@media (max-width:768px) {
  .main-missions-action-grid {
    display: none
  }
  .main-site-header-shell-row {
    padding: 0 20px
  }
  .header-left-row {
    gap: 10px
  }
  .site-masthead-right {
    flex-shrink: 0
  }
  .glorion-shell-box {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .glorion-shell-box img {
    max-width: 100%
  }
}
.picker-container > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--theme-background-alt);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-column-core-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  gap: 8px
}
.main-side-rail-icon-mark-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  transition: background .2s
}
.main-side-rail-icon-mark-unit:hover {
  background: var(--ui-tile-surface)
}
.main-side-rail-icon-mark-unit img {
  opacity: .7;
  transition: opacity .2s
}
.main-side-rail-icon-mark-unit:hover img {
  opacity: 1
}
.sidebar-hr-section {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.header-fill-bottom-inner,
.header-fill-bottom-inner *,
.masthead-surface,
.masthead-surface * {
  font-family: var(--heading-font)!important
}
.masthead-surface {
  background: url(../images/header-bg.png) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.topbar-surface-content-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.topbar-surface-content-section br {
  display: none
}
.topbar-surface-content-section > a {
  display: inline-block;
  width: auto
}
.site-header-background-name {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.topbar-background-deposit {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  background: linear-gradient(180deg,#ffec60 0,#ffe100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.header-background-bonus {
  font-size: 28.8px!important;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.header-background-btn {
  background: var(--lead);
  color: var(--ui-text-content-button,#fff);
  border: none;
  cursor: pointer;
  padding: 8px 53px!important;
  border-radius: 1000px!important;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.header-background-btn:hover {
  background: var(--ui-hover-accent-primary);
  transform: translateY(-2px)
}
.page-header-bg-btn-inner-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.header-surface-btn-main {
  font-size: 21.6px!important;
  font-weight: 700;
  line-height: 1.6
}
.page-header-fill-action-description {
  font-size: 12px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.header-fill-bottom-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--theme-background-alt);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.header-fill-bottom-inner::after,
.header-fill-bottom-inner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.header-fill-bottom-inner::before {
  left: 0;
  background: linear-gradient(to right,var(--ui-bg),transparent)
}
.header-fill-bottom-inner::after {
  right: 0;
  background: linear-gradient(to left,var(--ui-bg),transparent)
}
.header-fill-bottom-inner p {
  display: none
}
.header-background-bottom-inner {
  text-align: center;
  margin: 0 26px
}
.header-background-bottom-inner .small-main {
  font-size: 10px;
  color: var(--theme-label-faded);
  font-weight: 700
}
.header-background-bottom-inner .big-content-wrapper {
  font-size: 18px;
  font-weight: 800;
  color: #fff
}
@media (min-width:769px) {
  .topbar-surface-content-section {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .masthead-surface {
    background-image: url(../images/header-bg-mobile.png);
    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;
    margin-bottom: 100px
  }
  .masthead-surface .topbar-surface-content-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -93px;
    padding: 0 16px;
    gap: 4px
  }
  .site-header-background-name {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .topbar-background-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .header-background-bonus {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .header-background-btn {
    box-sizing: border-box
  }
  .header-fill-bottom-inner {
    background: var(--theme-background-alt);
    gap: 10px;
    padding: 8px 15px
  }
  .big-content-wrapper {
    font-size: 14px
  }
}
.payment-methods-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 20px 24px;
  margin: 24px auto;
  max-width: 1100px;
  background: 0 0
}
.payment-methods-box img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.payment-methods-box img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .payment-methods-box {
    gap: 14px 20px;
    padding: 16px
  }
  .payment-methods-box img {
    width: 56px;
    height: 44px
  }
}
.slots-sort-grid {
  background: var(--ui-bg);
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 56px;
  margin: 24px 0
}
.slots-sort-grid .game-sort-row-group {
  display: flex;
  align-items: stretch;
  height: 60px;
  overflow-x: auto;
  scrollbar-width: thin;
  width: 100%;
  max-width: 1344px
}
.slots-sort-grid .game-sort-row-group::-webkit-scrollbar {
  height: 4px
}
.slots-sort-grid .game-sort-row-group::-webkit-scrollbar-thumb {
  background: var(--glorion-border-line);
  border-radius: 2px
}
.slots-sort-grid .play-selector-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  height: 60px;
  background: 0 0;
  color: var(--theme-label-faded);
  font-family: var(--heading-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.2px;
  text-transform: capitalize;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  flex-shrink: 0;
  transition: color .2s,background .2s
}
.slots-sort-grid .play-selector-tab:hover {
  color: var(--theme-text)
}
.slots-sort-grid .play-selector-tab.is-active {
  background: var(--theme-background-alt);
  color: var(--theme-text)
}
.slots-sort-grid .play-selector-tab.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--lead)
}
.slots-sort-grid .games-filter-bar-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}
@media (max-width:768px) {
  .slots-sort-grid {
    padding: 0 16px
  }
  .slots-sort-grid .play-selector-tab {
    padding: 0 10px;
    font-size: 11px
  }
}
.site-main-area-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.main-zone {
  font-size: 15px;
  line-height: 1.8;
  color: var(--theme-label-faded)
}
.main-zone p {
  margin-bottom: 1rem
}
.main-zone strong {
  color: var(--theme-text)
}
.main-zone a:not(.primary-btn):not(.app-promo-banner-cta):not([class*="-button"]) {
  color: var(--lead);
  text-decoration: underline
}
.main-zone a:not(.primary-btn):not(.app-promo-banner-cta):not([class*="-button"]):hover {
  color: var(--ui-accent)
}
@media (max-width:768px) {
  .site-main-area-section {
    padding: 5rem 15px 30px
  }
  .main-zone {
    font-size: 14px
  }
  .mobile-banner-container,
  .site-main-area-section > .mobile-banner-container {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-promo-banner,
  .app-promo-banner-mobile img {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.highlights-shell {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto
}
.main-perk-tile {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-color: var(--ui-tile-surface,var(--theme-background-alt));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.main-perk-tile:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.main-perk-tile::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
}
.main-perk-tile h3 {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: left;
  width: auto
}
.fcdl-payouts-section {
  background-image: url(../images/fast-pay.png)
}
.cashback-container {
  background-image: url(../images/cashback.png)
}
.site-vip-row {
  background-image: url(../images/vip-level.png)
}
.slots {
  background-image: url(../images/games.png)
}
.missions-container {
  background-image: url(../images/feature-missions.png)
}
@media (max-width:1024px) {
  .highlights-shell {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .highlights-shell {
    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
  }
  .highlights-shell::-webkit-scrollbar {
    height: 4px
  }
  .highlights-shell::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .main-perk-tile {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .main-perk-tile h3 {
    font-size: 12px
  }
}
.main-area-care {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.group-service-wrapper {
  flex: 1;
  background: var(--theme-background-alt);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.main-name-help {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.main-name-help img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.heading-support-copy-row {
  font-weight: 700;
  font-size: 16px
}
.group-service-wrapper p {
  color: var(--theme-label-faded);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .main-area-care {
    flex-direction: column;
    padding: 0 16px
  }
}
.mobile-banner-container {
  margin: 32px auto;
  max-width: 800px
}
.app-promo-banner {
  display: flex;
  align-items: stretch;
  background: var(--ui-tile-surface,var(--theme-background-alt));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--glorion-border-line);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.app-banner-content-body-wrapper {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.app-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--glorion-border-line);
  background: var(--theme-background-alt);
  align-self: flex-start
}
.app-promo-banner-caption-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.mobile-banner-caption-main-box {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.application-banner-label-title-group {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-text);
  letter-spacing: .2px
}
.app-banner-text-rate {
  display: flex;
  gap: 1px
}
.app-banner-text-rate img {
  width: 12px;
  height: 12px
}
.app-banner-text-rate .main-star-half-grid {
  opacity: .85
}
.site-app-promo-banner-label-verify {
  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
}
.app-banner-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--theme-text);
  font-family: var(--heading-font);
  margin: 0
}
.site-application-banner-description {
  color: var(--theme-label-faded);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.application-banner-button-container {
  margin-top: 4px
}
.application-banner-button-container .primary-btn {
  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
}
.app-promo-banner-image-area {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.app-promo-banner-mobile {
  display: none
}
.app-promo-banner-mobile img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .app-promo-banner {
    flex-direction: column;
    min-height: unset
  }
  .main-app-banner-image-holder-grid {
    display: none
  }
  .app-promo-banner-mobile {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .app-promo-banner-mobile img {
    max-width: 320px
  }
  .app-banner-content-body-wrapper {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .app-banner-name {
    font-size: 20px
  }
  .application-banner-button-container .primary-btn {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.primary-btn {
  font-size: 18px;
  font-weight: 700;
  background: var(--lead);
  color: var(--ui-text-content-button,var(--theme-text));
  padding: 12px 56px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-transform: uppercase;
  text-decoration: none
}
.primary-btn:hover {
  background: var(--ui-hover-accent-primary,var(--lead));
  color: var(--ui-text-content-button,var(--theme-text))
}
.updated-date-holder {
  background: var(--theme-background-alt);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--lead);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--theme-text);
  max-width: 1240px
}
@media (max-width:768px) {
  .updated-date-holder {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-footer-block.footer {
  background: var(--surface-footer,var(--theme-background-alt,#060e2a));
  color: var(--theme-text-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-footer-block.footer .colophon-bottom,
.site-footer-block.footer .colophon-splash {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box
}
.site-footer-block.footer .colophon-splash {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0 24px
}
.site-footer-block.footer .colophon-logo-group {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-footer-block.footer .main-footer-payment-methods {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-footer-block.footer .main-footer-payment-methods img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-footer-block.footer .main-footer-separator-grid {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-footer-block.footer .colophon-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-footer-block.footer .page-footer-navigation-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-footer-block.footer .page-footer-navigation-grid a {
  color: var(--ui-link-site-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-footer-block.footer .page-footer-navigation-grid a:hover {
  color: var(--theme-text-footer,#fff)
}
.site-footer-block.footer .page-footer-help-center {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-footer-block.footer .page-footer-help-center .site-footer-help-center-heading {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-footer-block.footer .page-footer-help-center p {
  color: var(--theme-text-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-footer-block.footer .footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-footer-block.footer .footer-mail img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-footer-block.footer .site-page-footer-side-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-footer-block.footer .colophon-locale-container {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--ui-page-footer-share-fill,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--theme-text-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-footer-block.footer .colophon-locale-container img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-footer-block.footer .page-footer-connect-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-footer-block.footer .colophon-socials-wrap {
  display: flex;
  gap: 4px
}
.site-footer-block.footer .main-colophon-socials {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--ui-page-footer-share-fill,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-footer-block.footer .main-colophon-socials:hover {
  background: var(--ui-accent,#5a6178)
}
.site-footer-block.footer .main-colophon-socials img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .site-footer-block.footer .colophon-bottom {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-footer-block.footer .main-footer-payment-methods {
    gap: 24px
  }
  .site-footer-block.footer .site-page-footer-side-wrap {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-footer-block.footer .colophon-bottom {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 24px
  }
  .site-footer-block.footer .colophon-splash {
    padding: 20px
  }
  .site-footer-block.footer .main-footer-payment-methods img {
    width: 70px;
    height: 35px
  }
  .site-footer-block.footer .main-footer-separator-grid {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-footer-block.footer .colophon-bottom,
  .site-footer-block.footer .page-footer-help-center,
  .site-footer-block.footer .site-page-footer-side-wrap {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-footer-block.footer .colophon-socials-wrap,
  .site-footer-block.footer .main-footer-payment-methods {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-footer-block.footer .page-footer-navigation-grid {
    align-items: center
  }
  .site-footer-block.footer .footer-mail {
    justify-content: center
  }
}
.site-footer-block .page-footer-navigation-grid:not(:has(a)) {
  display: none
}
.site-footer-block .page-footer-nav-primary-section,
.site-footer-block .page-footer-navbar-legal {
  text-align: left
}
.site-footer-block.footer .page-footer-navigation-grid:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-footer-block.footer .colophon-bottom:has(.page-footer-nav-primary-section a):not(:has(.page-footer-navbar-legal a)),
  .site-footer-block.footer .colophon-bottom:not(:has(.page-footer-nav-primary-section a)):has(.page-footer-navbar-legal a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-footer-block.footer .colophon-bottom:not(:has(.page-footer-navigation-grid a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-wrap {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-block {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-block .site-main-area-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
.app-promo-banner,
.highlights-shell {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-footer-block[class] {
  padding-left: var(--width-sidebar,0)
}
.site-footer-block[class] .colophon-bottom {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-footer-block[class] {
    padding-left: 0
  }
}
.call-to-action-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.call-to-action-center .primary-btn,
.call-to-action-center a.primary-btn {
  display: inline-block
}
@media (max-width:768px) {
  .call-to-action-center {
    display: block;
    margin: 30px auto
  }
  .legal-inner-area .table-scroll > table,
  .main-zone .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.primary-btn.app-promo-banner-cta {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.highlights-shell h2,
.questions-headline {
  font-family: var(--heading-font);
  color: var(--theme-text);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.highlights-shell .main-perk-tile {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.highlights-shell .main-perk-tile h3 {
  margin: 0;
  font-size: 14px
}
.main-zone li {
  padding: .3rem 0;
  line-height: 1.7
}
.main-zone table {
  font-size: .92rem
}
.main-zone table th {
  background: var(--lead);
  color: var(--ui-text-content-button,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.main-zone table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.main-zone table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-wrap > .widget-zone-area.site-secondary-alt-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--width-sidebar,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-wrap > .site-content-block {
  margin-left: var(--width-sidebar,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-block .site-main-area-section {
    padding-left: 20px
  }
  .site-layout-wrap > .widget-zone-area.site-secondary-alt-grid {
    max-width: var(--width-sidebar,80px)
  }
}
@media (max-width:992px) {
  .site-layout-wrap > .widget-zone-area.site-secondary-alt-grid {
    display: none
  }
  .site-layout-wrap > .site-content-block {
    margin-left: 0
  }
}
.masthead-surface {
  position: relative;
  z-index: 1
}
.topbar-surface-content-section {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.main-side-rail-icon-mark-unit img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.main-side-rail-icon-mark-unit.sidebar-icon-lg-box img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.picker-container img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.menu-toggle-action-section img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.games-filter-bar a {
  text-decoration: none!important
}
.legal-heading {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--theme-text);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-inner-area {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--theme-label-faded);
  max-width: 860px
}
.legal-inner-area p {
  margin-bottom: 1.1rem
}
.legal-inner-area strong {
  color: var(--theme-text)
}
.legal-inner-area a {
  color: var(--lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-inner-area a:hover {
  color: var(--ui-hover-accent-primary,var(--ui-accent))
}
.legal-inner-area article em {
  color: var(--theme-label-faded);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img-panel {
  max-width: 30%;
  height: auto;
  object-fit: cover
}
.content-body-img-left-side {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.main-content-body-img-right {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.main-zone h2,
.main-zone h3,
.main-zone table {
  clear: both
}
.site-main-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-heading {
    font-size: 1.6rem
  }
  .legal-inner-area h1 {
    font-size: 1.5rem
  }
  .legal-inner-area h2 {
    font-size: 1.2rem
  }
  .content-body-img-left-side,
  .content-body-img-panel,
  .main-content-body-img-right {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.legal-inner-area h1,
.legal-inner-area h2,
.legal-inner-area h3,
.main-zone h1,
.main-zone h2,
.main-zone h3 {
  font-family: var(--heading-font);
  color: var(--theme-text);
  text-decoration: none;
  border: none
}
.legal-inner-area h1,
.main-zone h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.legal-inner-area h2,
.main-zone h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.legal-inner-area h3,
.main-zone h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.legal-inner-area ul,
.main-zone ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.legal-inner-area ul li,
.main-zone ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.legal-inner-area ul li::before,
.main-zone ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lead)
}
.legal-inner-area ol,
.main-zone ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.legal-inner-area ol li,
.main-zone ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.legal-inner-area ol li::before,
.main-zone ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--lead);
  font-weight: 600
}
.legal-inner-area table,
.main-zone table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--ui-tile-surface,rgba(255,255,255,.03));
  border: 1px solid var(--glorion-border-line,rgba(255,255,255,.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.18);
  margin: 1.5rem 0;
  color: var(--theme-label-faded,#c9ccd6);
  font-family: var(--text-base, 'Montserrat', system-ui, sans-serif)
}
.legal-inner-area table thead tr:first-child th:first-child,
.main-zone table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.legal-inner-area table thead tr:first-child th:last-child,
.main-zone table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.legal-inner-area table tbody tr:last-child td:first-child,
.main-zone table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.legal-inner-area table tbody tr:last-child td:last-child,
.main-zone table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.legal-inner-area table thead tr,
.main-zone table thead tr {
  background: var(--theme-background-alt,rgba(255,255,255,.06))
}
.legal-inner-area table thead th,
.main-zone table thead th {
  font-weight: 700;
  color: var(--theme-text,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--glorion-border-line,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.legal-inner-area table thead th:last-child,
.main-zone table thead th:last-child {
  border-right: none
}
.legal-inner-area table tbody tr:nth-child(odd),
.main-zone table tbody tr:nth-child(odd) {
  background: 0 0
}
.legal-inner-area table tbody tr:nth-child(2n),
.main-zone table tbody tr:nth-child(2n) {
  background: var(--theme-background-alt,rgba(255,255,255,.03))
}
.legal-inner-area table tbody td,
.main-zone table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--glorion-border-line,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--glorion-border-line,rgba(255,255,255,.06));
  color: var(--theme-label-faded,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.legal-inner-area table tbody td:last-child,
.main-zone table tbody td:last-child {
  border-right: none
}
.legal-inner-area table tbody tr:last-child td,
.main-zone table tbody tr:last-child td {
  border-bottom: none
}
.faq-block {
  background: var(--theme-background-alt,rgba(255,255,255,.02));
  border: 1px solid var(--glorion-border-line,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.faq-block .questions-headline {
  color: var(--theme-text,#fff);
  font-family: var(--heading-font, '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
}
.faq-block .faq-section-card-box {
  background: var(--ui-tile-surface,rgba(255,255,255,.04));
  border: 1px solid var(--glorion-border-line,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--theme-label-faded,#b1b4bc)
}
.faq-block .faq-section-card-box:last-child {
  margin-bottom: 0
}
.faq-block .questions-question-item-area {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--theme-text,#fff);
  margin: 0 0 12px
}
.faq-block .site-faqs-reply {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--theme-label-faded,#b1b4bc)
}
.faq-block .site-faqs-reply p {
  margin: 0 0 8px
}
.faq-block .site-faqs-reply p:last-child {
  margin-bottom: 0
}
.faq-block .site-faqs-reply b,
.faq-block .site-faqs-reply strong {
  font-weight: 700;
  color: var(--theme-text,#fff)
}
@media (max-width:600px) {
  .legal-inner-area h1,
  .main-zone h1 {
    font-size: 2rem
  }
  .legal-inner-area h2,
  .main-zone h2 {
    font-size: 1.6rem
  }
  .legal-inner-area h3,
  .main-zone h3 {
    font-size: 1.2rem
  }
  .legal-inner-area table tbody td,
  .legal-inner-area table thead th,
  .main-zone table tbody td,
  .main-zone table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .faq-block {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .faq-block .questions-headline {
    font-size: 1.6rem;
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .faq-block .faq-section-card-box {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .faq-block .questions-question-item-area {
    font-size: 1.05rem;
    line-height: 1.35
  }
  .faq-block .site-faqs-reply {
    font-size: .9rem
  }
}
.main-zone h2 {
  border: none;
  border-bottom: none
}
.legal-inner-area ol li,
.legal-inner-area ul li,
.main-zone ol li,
.main-zone ul li {
  border-bottom: none
}
.main-zone {
  max-width: 1200px;
  margin: 0 auto
}
[data-slot=content-image-1]:not(a):not(button) {
  max-width: 45%!important
}
[data-slot=app-content-image-1]:not(a):not(button) {
  max-width: 35%!important
}
[data-slot=espana-content-image-1]:not(a):not(button) {
  max-width: 40%!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-1]:not(a):not(button),
  [data-slot=content-image-1]:not(a):not(button),
  [data-slot=espana-content-image-1]:not(a):not(button) {
    max-width: 100%!important
  }
}
.site-header-background-name {
  color: #fff!important
}
.header-background-bonus,
.topbar-background-deposit {
  color: #ffe83e!important
}
.header-background-btn {
  background: #df1d2a!important
}