:root {
  --theme-glow: rgba(255,255,255,0.1);
  --halo-heavy: rgba(255,255,255,0.2);
  --area-pad: 4.5rem 2rem;
  --ui-card-inset: 1.8rem;
  --ui-gutter: 1.5rem;
  --luna-casino-corner: 10px;
  --card-corner: 16px;
  --sheen-fill: #0e1722;
  --outline-frosted: #1e2732;
  --glass-effect-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  --theme-licence-page-footer: #9fa8da;
  --positive: #2ec77b;
  --negative: #e5484d;
  --on-media: #ffffff;
  --h-header: 68px;
  --masthead-bg: var(--theme-background);
  --copy-masthead: var(--label);
  --site-header-copy-subtle: var(--soft-copy);
  --site-header-pill-background: var(--alt-bg);
  --header-badge-outline: var(--luna-casino-edge);
  --site-header-button-background: var(--accent-color);
  --page-header-cta-copy: #fff;
  --luna-casino-header-reward-bg: var(--accent-color, #355be2);
  --topbar-offer-copy: #fff;
  --selector-wrapper-background: var(--alt-bg, #252c45);
  --ui-access-bg: var(--luna-casino-secondary, #0f3460);
  --ui-side-column-width: 64px;
  --theme-background: #08111c;
  --alt-bg: #505677;
  --ui-main: #5c6bc0;
  --hover-lead: #8291e6;
  --luna-casino-primary-dark: #4857ac;
  --luna-casino-secondary: #3949ab;
  --label: #e8e6e3;
  --soft-copy: #9a9a9a;
  --theme-text-btn: #ffffff;
  --accent-color: #9fa8da;
  --highlight-label: #060606;
  --luna-casino-edge: #1e2732;
  --surface-panel: #0e1722;
  --gradient-fill: linear-gradient(135deg, #5c6bc0 0%, #6e7dd2 50%, #4857ac 100%);
  --headline-text: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --ui-main-font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --primary-ink: #7283db;
  --accent-ink: #9fa8da;
  --secondary-ink: #637ae1;
  --ui-reward-button-grad-upper: #5c6bc0!important;
  --luna-casino-reward-action-grad-bottom-area: #4857ac!important
}
*,
::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(--theme-background);
  color: var(--label);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: var(--h-header)
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headline-text);
  line-height: 1.15
}
a {
  color: var(--ui-main);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--hover-lead)
}
.seo-region-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem 0;
  font-size: .9rem;
  color: var(--soft-copy,var(--label))
}
.seo-region-breadcrumb a {
  color: var(--ui-main)
}
@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-glow)
  }
  50% {
    box-shadow: 0 0 28px var(--halo-heavy)
  }
}
@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-inner.main-sub-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--ui-side-column-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-rail-main {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.page-footer-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.site-footer-identity-inner {
  display: flex;
  align-items: center;
  gap: .5rem
}
.colophon-logo-group {
  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(--soft-copy);
  text-decoration: none;
  transition: color .2s
}
.site-page-footer-nav a:hover {
  color: var(--ui-main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-split {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.page-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-pad: 1.8rem 0.8rem;
    --ui-card-inset: 0.9rem;
    --ui-gutter: 0.6rem
  }
}
@media (max-width:768px) {
  :root {
    --area-pad: 2.5rem 1rem;
    --ui-card-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --area-pad: 3.5rem 1.5rem;
    --ui-card-inset: 1.5rem
  }
}
header {
  background-color: var(--masthead-bg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--h-header);
  z-index: 9999;
  border-bottom: 1px solid var(--luna-casino-edge);
  font-family: var(--headline-text)
}
.site-header-holder {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto
}
.site-header-holder a {
  color: var(--copy-masthead);
  text-decoration: none;
  transition: color .2s
}
.site-header-holder a:hover {
  color: unset
}
.topbar-start {
  display: flex;
  align-items: center;
  gap: 32px
}
.logo-container-group {
  display: flex;
  align-items: center
}
.logo-container-group img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  display: block;
  object-fit: contain
}
.toggle-holder {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: var(--site-header-pill-background);
  padding: 4px;
  border-radius: 1000px;
  border: 1px solid var(--header-badge-outline);
  background-color: var(--selector-wrapper-background);
  border-color: var(--header-badge-outline)
}
.toggle-holder > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--site-header-copy-subtle);
  border-radius: 1000px;
  transition: background .2s,color .2s
}
.main-picker-start {
  color: var(--copy-masthead)!important
}
.toggle-right-block {
  color: var(--site-header-copy-subtle)
}
.main-picker-start img,
.toggle-right-block img {
  filter: none
}
.main-site-header-menu-container {
  display: flex;
  align-items: center;
  height: 100%
}
.site-header-menu-list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 28px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  height: 100%
}
.site-header-menu-list li {
  display: flex;
  align-items: center;
  height: 100%
}
.site-header-menu-list a {
  color: var(--copy-masthead);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative
}
.site-header-menu-list a:hover {
  color: var(--ui-main)
}
.site-header-menu-list a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--ui-main)
}
.page-header-right-side-area {
  display: flex;
  align-items: center;
  gap: 12px
}
.main-topbar-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background .2s
}
.main-topbar-search:hover {
  background: var(--site-header-pill-background)
}
.main-topbar-search img {
  opacity: .75
}
.topbar-button-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700
}
.topbar-button-buttons a {
  padding: 9px 18px;
  border-radius: 1000px;
  line-height: 1;
  letter-spacing: .2px;
  transition: filter .2s,background .2s,transform .15s
}
.site-signin-btn {
  border: 1px solid var(--ui-access-bg);
  color: var(--copy-masthead);
  background: var(--ui-access-bg)
}
.site-signin-btn:hover {
  filter: brightness(1.15)
}
.site-sign-up-btn-shell {
  position: relative
}
.join-button {
  background: var(--ui-main);
  border: 1px solid var(--ui-main);
  color: var(--theme-text-btn,#fff);
  box-shadow: 0 2px 10px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.2)
}
.join-button:hover {
  filter: brightness(1.1)
}
.join-button:active {
  transform: translateY(1px)
}
.signup-offer {
  position: absolute;
  top: -13px;
  right: 2px;
  background-color: var(--luna-casino-header-reward-bg);
  color: var(--topbar-offer-copy);
  border-radius: 1000px;
  font-size: 8px;
  font-weight: 700;
  padding: 3px 7px 3px 4px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
  white-space: nowrap
}
.hamburger-button {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.hamburger-button img {
  filter: invert(1)
}
.offcanvas-box {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--masthead-bg);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-box.open {
  left: 0
}
.main-offcanvas-close-area {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--copy-masthead);
  cursor: pointer
}
.site-offcanvas-header {
  display: flex;
  justify-content: flex-end
}
.offcanvas-inner-grid {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-inner-grid .site-header-menu-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-inner-grid .site-header-menu-list a {
  font-size: 16px;
  padding: 12px 0;
  display: block;
  height: auto
}
.offcanvas-backdrop-inner {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-inner.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .main-site-header-menu-container,
  .toggle-holder {
    display: none
  }
  .offcanvas-box .main-site-header-menu-container,
  .offcanvas-box .toggle-holder {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-box .site-header-menu-list {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 15px
  }
  .offcanvas-box .toggle-holder {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .hamburger-button,
  .offcanvas-backdrop-inner,
  .offcanvas-box {
    display: none
  }
}
@media (max-width:768px) {
  .main-topbar-search {
    display: none
  }
  .site-header-holder {
    padding: 0 16px
  }
  .topbar-start {
    gap: 10px
  }
  .topbar-button-buttons a {
    padding: 8px 14px;
    font-size: 11px
  }
  .page-header-right-side-area {
    flex-shrink: 0
  }
  .logo-container-group {
    max-width: 100px;
    min-width: 0;
    flex-shrink: 1
  }
  .logo-container-group img {
    max-width: 100%
  }
}
.toggle-holder > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--alt-bg);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-rail-main {
  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(--surface-panel)
}
.main-side-rail-icon-mark-unit img {
  object-fit: contain;
  opacity: .7;
  transition: opacity .2s
}
.main-side-rail-icon-mark-unit:hover img {
  opacity: 1
}
.aside-hr {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.header-fill-bottom-inner,
.header-fill-bottom-inner *,
.topbar-background,
.topbar-background * {
  font-family: var(--headline-text)!important
}
.topbar-background {
  background: url(../images/header-bg.png) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.page-header-background-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.page-header-background-inner br {
  display: none
}
.page-header-background-inner > a {
  display: inline-block;
  width: auto
}
.page-header-bg-name-wrapper {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.topbar-fill-deposit-group {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--banner-amount,#ffd21e);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.header-fill-reward {
  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-bg-cta {
  background: var(--ui-main);
  color: var(--theme-text-btn,#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
}
.header-bg-cta:hover {
  background: var(--hover-lead);
  transform: translateY(-2px)
}
.masthead-bg-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.site-header-bg-button-primary-panel {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.topbar-surface-cta-description-container {
  font-size: 13px!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(--alt-bg);
  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(--theme-background),transparent)
}
.header-fill-bottom-inner::after {
  right: 0;
  background: linear-gradient(to left,var(--theme-background),transparent)
}
.header-fill-bottom-inner p {
  display: none
}
.masthead-bg-lower-inner {
  text-align: center;
  margin: 0 26px
}
.masthead-bg-lower-inner .small-content-group {
  font-size: 10px;
  color: var(--soft-copy);
  font-weight: 700
}
.masthead-bg-lower-inner .site-big-content-body {
  font-size: 16px;
  font-weight: 700;
  color: #fff
}
@media (min-width:769px) {
  .page-header-background-inner {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .topbar-background {
    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;
    --banner-drop: 144px;
    margin-bottom: calc(var(--banner-drop) + 16px)
  }
  .topbar-background .page-header-background-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .page-header-bg-name-wrapper {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .topbar-fill-deposit-group {
    font-size: 66px!important;
    line-height: 1.1
  }
  .header-fill-reward {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .header-fill-bottom-inner {
    background: var(--alt-bg);
    gap: 10px;
    padding: 8px 15px
  }
  .site-big-content-body {
    font-size: 14px
  }
}
.pay-methods {
  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
}
.pay-methods img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.pay-methods img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .pay-methods {
    gap: 14px 20px;
    padding: 16px
  }
  .pay-methods img {
    width: 56px;
    height: 44px
  }
}
.site-core {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.inner-field {
  font-size: 15px;
  line-height: 1.8;
  color: var(--soft-copy)
}
.inner-field p {
  margin-bottom: 1rem
}
.inner-field strong {
  color: var(--label)
}
.inner-field a:not(.primary-btn):not(.mobile-banner-cta):not([class*="-button"]) {
  color: var(--ui-main);
  text-decoration: underline
}
.inner-field a:not(.primary-btn):not(.mobile-banner-cta):not([class*="-button"]):hover {
  color: var(--accent-color)
}
@media (max-width:768px) {
  .site-core {
    padding: 5rem 15px 30px
  }
  .inner-field {
    font-size: 14px
  }
  .site-app-banner-container-grid,
  .site-core > .site-app-banner-container-grid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .application-banner-mobile-block img,
  .site-application-banner-section {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.features-holder-inner {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1400px
}
.highlight-card {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 14px;
  background-color: var(--surface-panel,var(--alt-bg));
  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
}
.features-holder-inner .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
}
.site-fcdl-payouts {
  background-image: url(../images/fast-pay.png)
}
.site-cashback {
  background-image: url(../images/cashback.png)
}
.site-vip-row {
  background-image: url(../images/vip-level.png)
}
.play-grid {
  background-image: url(../images/games.png)
}
.missions-wrapper {
  background-image: url(../images/feature-missions.png)
}
@media (max-width:1024px) {
  .features-holder-inner {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .features-holder-inner {
    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
  }
  .features-holder-inner::-webkit-scrollbar {
    height: 4px
  }
  .features-holder-inner::-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
  }
  .features-holder-inner .highlight-card h3 {
    font-size: 12px
  }
}
.main-block-care {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  padding: 30px 0;
  max-width: 1400px;
  margin: 0 auto
}
.unit-care-container {
  background: var(--alt-bg,#161d37);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--label);
  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
}
.main-heading-help-text-content {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  color: var(--label)
}
.care-description-holder {
  color: var(--soft-copy);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0
}
@media (max-width:1024px) {
  .main-block-care {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 16px
  }
}
.site-app-banner-container-grid {
  margin: 32px auto;
  max-width: 800px
}
.site-application-banner-section {
  display: flex;
  align-items: stretch;
  background: var(--surface-panel,var(--alt-bg));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--luna-casino-edge);
  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-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--luna-casino-edge);
  background: var(--alt-bg);
  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
}
.app-banner-text-content-body-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.app-banner-text-title-area {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--label);
  letter-spacing: .2px
}
.mobile-banner-tag-rate-grid {
  display: flex;
  gap: 1px
}
.mobile-banner-tag-rate-grid img {
  width: 12px;
  height: 12px
}
.mobile-banner-tag-rate-grid .star-half-block {
  opacity: .85
}
.mobile-banner-caption-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
}
.application-banner-headline-grid {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--label);
  font-family: var(--headline-text);
  margin: 0
}
.app-promo-banner-description-box {
  color: var(--soft-copy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.app-promo-banner-action-holder {
  margin-top: 4px
}
.app-promo-banner-action-holder .primary-btn {
  margin: 0;
  display: inline-block
}
.app-promo-banner-image-holder-block {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.app-promo-banner-image-inner {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.application-banner-mobile-block {
  display: none
}
.application-banner-mobile-block img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .site-application-banner-section {
    flex-direction: column;
    min-height: unset
  }
  .app-promo-banner-image-holder-block {
    display: none
  }
  .application-banner-mobile-block {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .application-banner-mobile-block img {
    max-width: 320px
  }
  .app-banner-content-body-wrapper {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .application-banner-headline-grid {
    font-size: 20px
  }
  .app-promo-banner-action-holder .primary-btn {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.primary-btn {
  font-size: 18px;
  font-weight: 700;
  background: var(--ui-main);
  color: var(--theme-text-btn,#fff);
  padding: 10px 56px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none;
  transition: filter .2s
}
.primary-btn:hover {
  filter: brightness(1.15);
  color: var(--theme-text-btn,#fff)
}
.updated-date-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--alt-bg);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--ui-main);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--label);
  max-width: 1400px
}
@media (max-width:768px) {
  .updated-date-wrap {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-footer-block.colophon-container {
  background: var(--surface-footer,var(--alt-bg,#060e2a));
  color: var(--page-footer-text-content,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-footer-block.colophon-container .page-footer-bottom,
.site-footer-block.colophon-container .page-footer-top-wrap,
.site-footer-block.colophon-container > .site-footer-banking-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-footer-block.colophon-container .page-footer-top-wrap {
  display: grid;
  grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(180px,1fr) minmax(220px,297px);
  gap: 24px;
  align-items: start;
  padding-top: 28px
}
.site-footer-block.colophon-container .site-footer-identity-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.site-footer-block.colophon-container .colophon-logo-group {
  width: 135px;
  height: 34px;
  object-fit: contain;
  object-position: left center
}
.site-footer-block.colophon-container .colophon-brand-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4
}
.site-footer-block.colophon-container .colophon-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--page-footer-text-content,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-footer-block.colophon-container .colophon-email img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-footer-block.colophon-container .site-page-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.site-footer-block.colophon-container .site-page-footer-nav a {
  color: var(--link-page-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-footer-block.colophon-container .site-page-footer-nav a:hover {
  color: var(--page-footer-text-content,#fff)
}
.site-footer-block.colophon-container .colophon-assist {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-footer-block.colophon-container .colophon-assist .site-colophon-assist-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-footer-block.colophon-container .colophon-assist p {
  color: var(--page-footer-text-content,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-footer-block.colophon-container .site-footer-split {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-footer-block.colophon-container .page-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  padding-top: 0;
  padding-bottom: 24px
}
.site-footer-block.colophon-container .page-footer-bottom-area-left-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start
}
.site-footer-block.colophon-container .site-footer-licence-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-licence-page-footer,#869dee);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer
}
.site-footer-block.colophon-container .site-footer-licence-wrapper .footer-indicator-wrapper {
  width: 10px;
  height: 10px;
  flex-shrink: 0
}
.site-footer-block.colophon-container .site-footer-share-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}
.site-footer-block.colophon-container .footer-social-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(217,217,217,.2);
  border: 1px solid #fff;
  border-radius: 25px;
  box-shadow: 4px 5px 4px rgba(0,0,0,.25);
  padding: 8px 22px;
  min-width: 110px;
  min-height: 38px;
  color: var(--page-footer-text-content,#fff);
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  box-sizing: border-box
}
.site-footer-block.colophon-container .footer-social-tag img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1)
}
.site-footer-block.colophon-container .footer-social-tag:hover {
  background: rgba(217,217,217,.3)
}
.site-footer-block.colophon-container .site-footer-banking-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 36px
}
.site-footer-block.colophon-container .site-footer-banking-container img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-footer-block.colophon-container .site-footer-bottom-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}
.site-footer-block.colophon-container .page-footer-lang-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--site-footer-socials-surface,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--page-footer-text-content,#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.colophon-container .page-footer-lang-wrapper img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-footer-block.colophon-container .colophon-legal {
  color: var(--page-footer-text-content,#a2a5af);
  font-size: 10px;
  font-weight: 400;
  line-height: 22.29px;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  max-width: 480px
}
@media (max-width:960px) {
  .site-footer-block.colophon-container .page-footer-top-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-footer-block.colophon-container .page-footer-bottom {
    grid-template-columns: 1fr
  }
  .site-footer-block.colophon-container .site-footer-bottom-right {
    align-items: flex-start
  }
  .site-footer-block.colophon-container .colophon-legal {
    text-align: left
  }
}
@media (max-width:600px) {
  .site-footer-block.colophon-container .page-footer-top-wrap {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .site-footer-block.colophon-container .colophon-logo-group {
    object-position: center
  }
  .site-footer-block.colophon-container .page-footer-bottom {
    padding: 0 20px 24px
  }
  .site-footer-block.colophon-container > .site-footer-banking-container {
    padding: 8px 20px 32px;
    gap: 16px;
    justify-content: center
  }
  .site-footer-block.colophon-container .site-footer-banking-container img {
    width: 70px;
    height: 35px
  }
  .site-footer-block.colophon-container .site-footer-split {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-footer-block.colophon-container .colophon-assist,
  .site-footer-block.colophon-container .page-footer-bottom-area-left-side,
  .site-footer-block.colophon-container .page-footer-top-wrap,
  .site-footer-block.colophon-container .site-footer-bottom-right,
  .site-footer-block.colophon-container .site-footer-identity-inner {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-footer-block.colophon-container .site-footer-banking-container,
  .site-footer-block.colophon-container .site-footer-share-pills {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-footer-block.colophon-container .site-page-footer-nav {
    align-items: center
  }
  .site-footer-block.colophon-container .colophon-email {
    justify-content: center
  }
  .site-footer-block.colophon-container .colophon-legal {
    text-align: center
  }
}
.site-footer-block .site-page-footer-nav:not(:has(a)) {
  display: none
}
.site-footer-block .colophon-navigation-accent-primary,
.site-footer-block .site-footer-navigation-legal-area {
  text-align: left
}
.site-footer-block.colophon-container .site-page-footer-nav:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-footer-block.colophon-container .page-footer-top-wrap:has(.colophon-navigation-accent-primary a):not(:has(.site-footer-navigation-legal-area a)),
  .site-footer-block.colophon-container .page-footer-top-wrap:not(:has(.colophon-navigation-accent-primary a)):has(.site-footer-navigation-legal-area a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .site-footer-block.colophon-container .page-footer-top-wrap:not(:has(.site-page-footer-nav a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-inner {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-inner {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-inner .site-core {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.features-holder-inner,
.site-application-banner-section {
  margin-left: auto;
  margin-right: auto
}
.site-footer-block[class] {
  padding-left: var(--ui-side-column-width,0)
}
.site-footer-block[class] .page-footer-bottom,
.site-footer-block[class] .page-footer-top-wrap {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-footer-block[class] {
    padding-left: 0
  }
}
.cta-center-section {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.cta-center-section .primary-btn,
.cta-center-section a.primary-btn {
  display: inline-block
}
@media (max-width:768px) {
  .cta-center-section {
    display: block;
    margin: 30px auto
  }
  .inner-field .table-scroll > table,
  .legal-inner .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.primary-btn.mobile-banner-cta {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.features-holder-inner h2,
.main-questions-heading {
  font-family: var(--headline-text);
  color: var(--label);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.features-holder-inner .highlight-card {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.features-holder-inner .highlight-card h3 {
  margin: 0;
  font-size: 14px
}
.inner-field li {
  padding: .3rem 0;
  line-height: 1.7
}
.inner-field table {
  font-size: .92rem
}
.inner-field table th {
  background: var(--ui-main);
  color: var(--theme-text-btn,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.inner-field table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.inner-field table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-inner > .widget-zone-inner.main-sub-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--ui-side-column-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-inner > .site-inner {
  margin-left: var(--ui-side-column-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-inner .site-core {
    padding-left: 20px
  }
  .site-layout-inner > .widget-zone-inner.main-sub-grid {
    max-width: var(--ui-side-column-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-inner > .widget-zone-inner.main-sub-grid {
    display: none
  }
  .site-layout-inner > .site-inner {
    margin-left: 0
  }
}
.topbar-background {
  position: relative;
  z-index: 1
}
.page-header-background-inner {
  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.aside-glyph-lg-holder img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.toggle-holder img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.main-topbar-search img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.signup-offer img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.hamburger-button img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-title-panel {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--label);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-inner {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--soft-copy)
}
.legal-inner p {
  margin-bottom: 1.1rem
}
.legal-inner strong {
  color: var(--label)
}
.inner-field li,
.legal-inner li {
  color: var(--soft-copy)
}
.inner-field li strong,
.legal-inner li strong {
  color: var(--soft-copy);
  font-weight: 700
}
.legal-inner a {
  color: var(--ui-main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-inner a:hover {
  color: var(--hover-lead,var(--accent-color))
}
.legal-inner article em {
  color: var(--soft-copy);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.main-content-body-img-panel {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.main-content-body-img-panel.content-img-left-side-container {
  float: left;
  clear: both;
  margin: .75rem 1.8rem 1rem 0
}
.main-content-body-img-panel.content-body-img-right {
  float: right;
  clear: both;
  margin: .75rem 0 1rem 1.8rem
}
.inner-field h2,
.inner-field h3,
.inner-field ol,
.inner-field table,
.inner-field ul {
  clear: both
}
.content-clear-group {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-title-panel {
    font-size: 1.6rem
  }
  .legal-inner h1 {
    font-size: 1.5rem
  }
  .legal-inner h2 {
    font-size: 1.2rem
  }
  .content-body-img-right,
  .content-img-left-side-container,
  .main-content-body-img-panel {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.faq-question-item-row,
.inner-field h1,
.inner-field h2,
.inner-field h3,
.legal-inner h1,
.legal-inner h2,
.legal-inner h3,
.main-questions-heading {
  font-family: var(--headline-text);
  color: var(--label);
  text-decoration: none;
  border: none
}
.inner-field h1,
.legal-inner h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.inner-field h2,
.legal-inner h2,
.main-questions-heading {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.faq-question-item-row,
.inner-field h3,
.legal-inner h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.inner-field ul,
.legal-inner ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.inner-field ul li,
.legal-inner ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.inner-field ul li::before,
.legal-inner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ui-main)
}
.inner-field ol,
.legal-inner ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.inner-field ol li,
.legal-inner ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.inner-field ol li::before,
.legal-inner ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--ui-main);
  font-weight: 600
}
.inner-field table,
.legal-inner 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(--luna-casino-edge,rgba(255,255,255,.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.18);
  margin: 1.5rem 0;
  color: var(--soft-copy,#c9ccd6);
  font-family: var(--ui-main-font-family, 'Montserrat', system-ui, sans-serif)
}
.inner-field table thead tr:first-child th:first-child,
.legal-inner table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.inner-field table thead tr:first-child th:last-child,
.legal-inner table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.inner-field table tbody tr:last-child td:first-child,
.legal-inner table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.inner-field table tbody tr:last-child td:last-child,
.legal-inner table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.inner-field table thead tr,
.legal-inner table thead tr {
  background: var(--alt-bg,rgba(255,255,255,.06))
}
.inner-field table thead th,
.legal-inner table thead th {
  font-weight: 700;
  color: var(--label,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--luna-casino-edge,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.inner-field table thead th:last-child,
.legal-inner table thead th:last-child {
  border-right: none
}
.inner-field table tbody tr:nth-child(odd),
.legal-inner table tbody tr:nth-child(odd) {
  background: 0 0
}
.inner-field table tbody tr:nth-child(2n),
.legal-inner table tbody tr:nth-child(2n) {
  background: var(--alt-bg,rgba(255,255,255,.03))
}
.inner-field table tbody td,
.legal-inner table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--luna-casino-edge,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--luna-casino-edge,rgba(255,255,255,.06));
  color: var(--soft-copy,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.inner-field table tbody td:last-child,
.legal-inner table tbody td:last-child {
  border-right: none
}
.inner-field table tbody tr:last-child td,
.legal-inner table tbody tr:last-child td {
  border-bottom: none
}
.questions-unit-holder {
  background: var(--alt-bg,rgba(255,255,255,.02));
  border: 1px solid var(--luna-casino-edge,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.questions-unit-holder .main-questions-heading {
  color: var(--label,#fff);
  font-family: var(--headline-text, 'Montserrat', system-ui, sans-serif);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.questions-unit-holder .faq-section-card-box-wrap {
  background: var(--surface-panel,rgba(255,255,255,.04));
  border: 1px solid var(--luna-casino-edge,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--soft-copy,#b1b4bc)
}
.questions-unit-holder .faq-section-card-box-wrap:last-child {
  margin-bottom: 0
}
.questions-unit-holder .faq-question-item-row {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--label,#fff);
  margin: 0 0 12px
}
.questions-unit-holder .faq-section-answer {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--soft-copy,#b1b4bc)
}
.questions-unit-holder .faq-section-answer p {
  margin: 0 0 8px
}
.questions-unit-holder .faq-section-answer p:last-child {
  margin-bottom: 0
}
.questions-unit-holder .faq-section-answer b,
.questions-unit-holder .faq-section-answer strong {
  font-weight: 700;
  color: var(--label,#fff)
}
@media (max-width:600px) {
  .inner-field h1,
  .legal-inner h1 {
    font-size: 2rem
  }
  .inner-field h2,
  .legal-inner h2,
  .main-questions-heading {
    font-size: 1.6rem
  }
  .faq-question-item-row,
  .inner-field h3,
  .legal-inner h3 {
    font-size: 1.2rem
  }
  .inner-field table tbody td,
  .inner-field table thead th,
  .legal-inner table tbody td,
  .legal-inner table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .questions-unit-holder {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .questions-unit-holder .main-questions-heading {
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .questions-unit-holder .faq-section-card-box-wrap {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .questions-unit-holder .faq-question-item-row {
    line-height: 1.35
  }
}
.inner-field h2 {
  border: none;
  border-bottom: none
}
.inner-field ol li,
.inner-field ul li,
.legal-inner ol li,
.legal-inner ul li {
  border-bottom: none
}
.inner-field,
.legal-inner {
  max-width: 1400px;
  margin: 0 auto
}
[data-slot=content-image-1]:not(a):not(button),
[data-slot=espana-content-image-2]:not(a):not(button) {
  max-width: 50%!important;
  max-height: none!important
}
[data-slot=app-content-image-2]:not(a):not(button),
[data-slot=content-image-2]:not(a):not(button),
[data-slot=content-image-3]:not(a):not(button),
[data-slot=espana-content-image-1]:not(a):not(button) {
  max-width: 30%!important;
  max-height: none!important
}
[data-slot=app-content-image-1]:not(a):not(button) {
  max-width: 40%!important;
  max-height: none!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-1]:not(a):not(button),
  [data-slot=content-image-2]:not(a):not(button),
  [data-slot=content-image-3]: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
  }
}
img[src*="-mono-black"],
img[src*="-mono-white"] {
  filter: none!important
}
.page-header-bg-name-wrapper {
  color: #fff!important
}
.header-fill-reward,
.topbar-fill-deposit-group {
  color: #ffe730!important
}
:root .header-bg-cta {
  --ui-reward-button-grad-upper: #5c6bc0!important;
  --luna-casino-reward-action-grad-bottom-area: #4857ac!important
}