:root {
  --theme-fill: #f4f6fa;
  --theme-tile-background: #eef0f4;
  --bet25-alt-background: #ffffff;
  --theme-lead: #FCD50C;
  --main-hover: #fffb32;
  --sub: #7090aa;
  --theme-text-content: #000000;
  --copy-faded: #000000;
  --emphasis: #d4e4f0;
  --offer-action-grad-upper: #FCD50C;
  --ui-bonus-btn-grad-lower: color-mix(in srgb, #FCD50C, #000 20%);
  --bet25-border: #dee0e4;
  --blend: linear-gradient(90deg,  #FCD50C 0%, #7090aa 100%);
  --theme-halo: rgba(255,255,255,0.1);
  --bet25-glow-deep: rgba(255,255,255,0.2);
  --bet25-typeface-caption: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --ui-font-body: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --area-pad: 5.5rem 2rem;
  --bet25-inset-card: 2rem;
  --ui-spacing: 1.8rem;
  --corner: 10px;
  --corner-card: 16px;
  --theme-fill-sheen: #eef0f4;
  --border-line-frosted: #dee0e4;
  --frosted-shade: 0 2px 12px rgba(0, 0, 0, 0.3);
  --ui-cta-copy: #1a1a1a;
  --theme-side-rail-width: 64px;
  --bet25-accent-label: #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-font-body);
  background: var(--theme-fill);
  color: var(--theme-text-content);
  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(--bet25-typeface-caption);
  line-height: 1.15
}
a {
  color: var(--theme-lead);
  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(--bet25-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-region.sub {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--theme-side-rail-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-column-core-holder {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.page-footer-logo {
  height: 30px;
  width: auto
}
.colophon-menu {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.colophon-menu a {
  font-size: .82rem;
  color: var(--copy-faded);
  text-decoration: none;
  transition: color .2s
}
.colophon-menu a:hover {
  color: var(--theme-lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.page-footer-rule {
  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;
    --bet25-inset-card: 0.9rem;
    --ui-spacing: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --area-pad: 2.5rem 1rem;
    --bet25-inset-card: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --area-pad: 3.5rem 1.5rem;
    --bet25-inset-card: 1.5rem
  }
}
header {
  background-color: var(--theme-fill);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--bet25-typeface-caption);
  background-color: #d91b19!important
}
.topbar-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.topbar-wrapper a {
  color: var(--theme-text-content);
  text-decoration: none
}
.topbar-wrapper a:hover {
  color: unset
}
.masthead-left-side-row {
  display: flex;
  align-items: center;
  gap: 40px
}
.bet25-shell-box img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.topbar-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.topbar-navigation a {
  color: var(--copy-faded)
}
.topbar-navigation a:hover {
  color: var(--theme-text-content)
}
.header-end {
  display: flex;
  align-items: center;
  gap: 15px
}
.topbar-call-to-action-buttons-group {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.topbar-call-to-action-buttons-group a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.site-sign-in-button {
  border: 1px solid var(--bet25-border);
  color: var(--theme-text-content)
}
.site-sign-in-button:hover {
  background-color: var(--bet25-alt-background)
}
.register-btn-container {
  position: relative
}
.site-sign-up-button {
  background: var(--theme-lead);
  border: 1px solid var(--theme-lead);
  color: var(--ui-cta-copy,#fff)
}
.site-sign-up-button:hover {
  filter: brightness(1.15)
}
.join-offer-inner {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--emphasis);
  border-radius: 15px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 2px;
  display: flex;
  align-items: center;
  gap: 2px
}
.menu-btn-button-panel {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.menu-btn-button-panel img {
  filter: invert(1)
}
.offcanvas-block {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--theme-fill);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-block.open {
  left: 0
}
.offcanvas-close-section {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--theme-text-content);
  cursor: pointer
}
.offcanvas-close-section:hover {
  background: 0 0
}
.offcanvas-topbar-grid {
  display: flex;
  justify-content: flex-end
}
.main-offcanvas-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.main-offcanvas-content .topbar-navigation {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.main-offcanvas-content .topbar-navigation a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.offcanvas-backdrop-box {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-box.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .site-header-navigation-shell {
    display: none
  }
  .offcanvas-block .site-header-navigation-shell {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-block .topbar-navigation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .menu-btn-button-panel,
  .offcanvas-backdrop-box,
  .offcanvas-block {
    display: none
  }
}
@media (max-width:768px) {
  .main-site-header-search {
    display: none
  }
  .topbar-wrapper {
    padding: 0 20px
  }
  .masthead-left-side-row {
    gap: 10px
  }
  .header-end {
    flex-shrink: 0
  }
  .bet25-shell-box {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .bet25-shell-box img {
    max-width: 100%
  }
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--bet25-alt-background);
  border-right: 1px solid rgba(128,128,128,.18);
  background-color: #da1b18!important
}
.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(--theme-tile-background)
}
.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
}
.masthead-background-block,
.masthead-background-block *,
.site-header-fill-bottom-area,
.site-header-fill-bottom-area * {
  font-family: var(--bet25-typeface-caption)!important
}
.masthead-background-block {
  background: url(../images/header-bg.png?v=dbe37ed1) 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
}
.page-header-surface-headline {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--emphasis);
  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;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--theme-text-content);
  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;
  color: var(--theme-text-content);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.masthead-bg-action-wrapper {
  background: var(--theme-lead);
  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
}
.masthead-bg-action-wrapper: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
}
.header-bg-button-core {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.topbar-surface-button-description {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.site-header-fill-bottom-area {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--bet25-alt-background);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.site-header-fill-bottom-area::after,
.site-header-fill-bottom-area::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.site-header-fill-bottom-area::before {
  left: 0;
  background: linear-gradient(to right,var(--theme-fill),transparent)
}
.site-header-fill-bottom-area::after {
  right: 0;
  background: linear-gradient(to left,var(--theme-fill),transparent)
}
.site-header-fill-bottom-area p {
  display: none
}
.page-header-surface-bottom-area-inner-panel {
  text-align: center;
  margin: 0 26px
}
.page-header-surface-bottom-area-inner-panel .small-inner {
  font-size: 11px;
  color: var(--copy-faded);
  font-weight: 700
}
.page-header-surface-bottom-area-inner-panel .big-main-area {
  font-size: 15px;
  font-weight: 700
}
@media (min-width:769px) {
  .topbar-surface-content-section {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .masthead-background-block {
    background-image: url(../images/header-bg-mobile.png?v=325a6a4b);
    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)
  }
  .masthead-background-block .topbar-surface-content-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .page-header-surface-headline {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .site-topbar-fill-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .header-background-bonus {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .site-header-fill-bottom-area {
    background: var(--bet25-alt-background);
    gap: 10px;
    padding: 8px 15px
  }
  .big-main-area {
    font-size: 14px
  }
}
.banking-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
}
.banking-methods img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.banking-methods img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .banking-methods {
    gap: 14px 20px;
    padding: 16px
  }
  .banking-methods img {
    width: 56px;
    height: 44px
  }
}
.slots-filter {
  background: var(--theme-fill);
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 56px;
  margin: 24px 0
}
.slots-filter .site-play-filter-bar-row {
  display: flex;
  align-items: stretch;
  height: 60px;
  overflow-x: auto;
  scrollbar-width: thin;
  width: 100%;
  max-width: 1344px
}
.slots-filter .site-play-filter-bar-row::-webkit-scrollbar {
  height: 4px
}
.slots-filter .site-play-filter-bar-row::-webkit-scrollbar-thumb {
  background: var(--bet25-border);
  border-radius: 2px
}
.slots-filter .games-selector-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  height: 60px;
  background: 0 0;
  color: var(--copy-faded);
  font-family: var(--bet25-typeface-caption);
  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-filter .games-selector-tab:hover {
  color: var(--theme-text-content)
}
.slots-filter .games-selector-tab.is-active {
  background: var(--bet25-alt-background);
  color: var(--theme-text-content)
}
.slots-filter .games-selector-tab.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--theme-lead)
}
.slots-filter .main-game-filter-bar-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}
@media (max-width:768px) {
  .slots-filter {
    padding: 0 16px
  }
  .slots-filter .games-selector-tab {
    padding: 0 10px;
    font-size: 11px
  }
}
.main-site {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.main-region {
  font-size: 15px;
  line-height: 1.8;
  color: var(--copy-faded)
}
.main-region p {
  margin-bottom: 1rem
}
.main-region strong {
  color: var(--theme-text-content)
}
.main-region a:not(.lead-cta):not(.main-app-promo-banner-call-to-action-area):not([class*="-button"]) {
  color: var(--theme-lead);
  text-decoration: underline
}
.main-region a:not(.lead-cta):not(.main-app-promo-banner-call-to-action-area):not([class*="-button"]):hover {
  color: var(--emphasis)
}
@media (max-width:768px) {
  .main-site {
    padding: 5rem 15px 30px
  }
  .main-region {
    font-size: 14px
  }
  .app-promo-banner-holder,
  .main-site > .app-promo-banner-holder {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .main-application-banner-mobile img,
  .site-mobile-banner {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.main-benefits-holder-wrap {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1400px
}
.feature-panel {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  background-color: var(--theme-tile-background,var(--bet25-alt-background));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.feature-panel:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.feature-panel::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-benefits-holder-wrap .feature-panel 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: left;
  width: auto
}
.fcdl-payouts-holder {
  background-image: url(../images/fast-pay.png?v=7710e643)
}
.cashback-inner {
  background-image: url(../images/cashback.png?v=bd76098e)
}
.vip-section {
  background-image: url(../images/vip-level.png?v=4bff1963)
}
.site-game {
  background-image: url(../images/games.png?v=78ad393f)
}
.missions-wrap {
  background-image: url(../images/feature-missions.png?v=280dffa4)
}
@media (max-width:1024px) {
  .main-benefits-holder-wrap {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .main-benefits-holder-wrap {
    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
  }
  .main-benefits-holder-wrap::-webkit-scrollbar {
    height: 4px
  }
  .main-benefits-holder-wrap::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .feature-panel {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .main-benefits-holder-wrap .feature-panel h3 {
    font-size: 12px
  }
}
.site-area-support {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.unit-support {
  flex: 1;
  background: var(--bet25-alt-background);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.title-help-grid {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.title-help-grid img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.site-title-support-copy-container {
  font-weight: 700;
  font-size: 16px
}
.unit-support p {
  color: var(--copy-faded);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .site-area-support {
    flex-direction: column;
    padding: 0 16px
  }
}
.app-promo-banner-holder {
  margin: 32px auto;
  max-width: 800px
}
.site-mobile-banner {
  display: flex;
  align-items: stretch;
  background: var(--theme-tile-background,var(--bet25-alt-background));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--bet25-border);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.app-banner-main {
  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(--bet25-border);
  background: var(--bet25-alt-background);
  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-inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.application-banner-label-heading {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-text-content);
  letter-spacing: .2px
}
.mobile-banner-tag-rate {
  display: flex;
  gap: 1px
}
.mobile-banner-tag-rate img {
  width: 12px;
  height: 12px
}
.mobile-banner-tag-rate .main-star-half-container {
  opacity: .85
}
.application-banner-text-verify-row {
  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-title-panel {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--theme-text-content);
  font-family: var(--bet25-typeface-caption);
  margin: 0
}
.main-application-banner-description-row {
  color: var(--copy-faded);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.mobile-banner-button-holder {
  margin-top: 4px
}
.mobile-banner-button-holder .lead-cta {
  margin: 0;
  display: inline-block
}
.app-banner-image-holder {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.main-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-application-banner-mobile {
  display: none
}
.main-application-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
  }
  .app-banner-image-holder {
    display: none
  }
  .main-application-banner-mobile {
    display: block;
    padding: 0;
    line-height: 0
  }
  .main-application-banner-mobile img {
    max-width: 100%;
    width: 100%;
    border-radius: 0
  }
  .app-banner-main {
    padding: 16px 20px 24px;
    gap: 12px
  }
  .app-banner-main .application-banner-caption-area {
    margin-top: -2px
  }
  .application-banner-title-panel {
    font-size: 20px
  }
  .mobile-banner-button-holder .lead-cta {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-cta {
  font-size: 18px;
  font-weight: 700;
  background: var(--theme-lead);
  color: var(--ui-cta-copy,#fff);
  padding: 10px 56px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none;
  transition: filter .2s
}
.lead-cta:hover {
  filter: brightness(1.15);
  color: var(--ui-cta-copy,#fff)
}
.updated-date-inner {
  background: var(--bet25-alt-background);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--theme-lead);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--theme-text-content);
  max-width: 1400px
}
@media (max-width:768px) {
  .updated-date-inner {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-footer-section.site-footer-panel {
  background: var(--surface-footer,var(--bet25-alt-background,#060e2a));
  color: var(--theme-text-content-page-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-footer-section.site-footer-panel .page-footer-bottom,
.site-footer-section.site-footer-panel .site-footer-splash {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box
}
.site-footer-section.site-footer-panel .site-footer-splash {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0 24px
}
.site-footer-section.site-footer-panel .page-footer-logo {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-footer-section.site-footer-panel .footer-banking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-footer-section.site-footer-panel .footer-banking img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-footer-section.site-footer-panel .page-footer-rule {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-footer-section.site-footer-panel .page-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-footer-section.site-footer-panel .colophon-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-footer-section.site-footer-panel .colophon-menu a {
  color: var(--page-footer-link,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-footer-section.site-footer-panel .colophon-menu a:hover {
  color: var(--theme-text-content-page-footer,#fff)
}
.site-footer-section.site-footer-panel .colophon-assist {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-footer-section.site-footer-panel .colophon-assist .site-footer-help-center-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-footer-section.site-footer-panel .colophon-assist p {
  color: var(--theme-text-content-page-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-footer-section.site-footer-panel .site-footer-contact-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text-content-page-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-footer-section.site-footer-panel .site-footer-contact-box img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-footer-section.site-footer-panel .colophon-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-footer-section.site-footer-panel .colophon-locale-container {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--theme-footer-socials-background,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--theme-text-content-page-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-section.site-footer-panel .colophon-locale-container img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-footer-section.site-footer-panel .site-footer-social-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-footer-section.site-footer-panel .page-footer-socials-container {
  display: flex;
  gap: 4px
}
.site-footer-section.site-footer-panel .colophon-social {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--theme-footer-socials-background,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-footer-section.site-footer-panel .colophon-social:hover {
  background: var(--emphasis,#5a6178)
}
.site-footer-section.site-footer-panel .colophon-social img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .site-footer-section.site-footer-panel .page-footer-bottom {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-footer-section.site-footer-panel .footer-banking {
    gap: 24px
  }
  .site-footer-section.site-footer-panel .colophon-side {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-footer-section.site-footer-panel .page-footer-bottom {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 24px
  }
  .site-footer-section.site-footer-panel .site-footer-splash {
    padding: 20px
  }
  .site-footer-section.site-footer-panel .footer-banking img {
    width: 70px;
    height: 35px
  }
  .site-footer-section.site-footer-panel .page-footer-rule {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-footer-section.site-footer-panel .colophon-assist,
  .site-footer-section.site-footer-panel .colophon-side,
  .site-footer-section.site-footer-panel .page-footer-bottom {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-footer-section.site-footer-panel .footer-banking,
  .site-footer-section.site-footer-panel .page-footer-socials-container {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-footer-section.site-footer-panel .colophon-menu {
    align-items: center
  }
  .site-footer-section.site-footer-panel .site-footer-contact-box {
    justify-content: center
  }
}
.site-footer-section .colophon-menu:not(:has(a)) {
  display: none
}
.site-footer-section .colophon-menu-main-container,
.site-footer-section .colophon-nav-legal-grid {
  text-align: left
}
.site-footer-section.site-footer-panel .colophon-menu:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-footer-section.site-footer-panel .page-footer-bottom:has(.colophon-menu-main-container a):not(:has(.colophon-nav-legal-grid a)),
  .site-footer-section.site-footer-panel .page-footer-bottom:not(:has(.colophon-menu-main-container a)):has(.colophon-nav-legal-grid a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-footer-section.site-footer-panel .page-footer-bottom:not(:has(.colophon-menu 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 .main-site {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.main-benefits-holder-wrap,
.site-mobile-banner {
  margin-left: auto;
  margin-right: auto
}
.site-footer-section[class] {
  padding-left: var(--theme-side-rail-width,0)
}
.site-footer-section[class] .page-footer-bottom {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-footer-section[class] {
    padding-left: 0
  }
}
.call-to-action-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.call-to-action-center .lead-cta,
.call-to-action-center a.lead-cta {
  display: inline-block
}
@media (max-width:768px) {
  .call-to-action-center {
    display: block;
    margin: 30px auto
  }
  .main-legal-content-body-section .table-scroll > table,
  .main-region .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.lead-cta.main-app-promo-banner-call-to-action-area {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faq-heading-box,
.main-benefits-holder-wrap h2 {
  font-family: var(--bet25-typeface-caption);
  color: var(--theme-text-content);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.main-benefits-holder-wrap .feature-panel {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.main-benefits-holder-wrap .feature-panel h3 {
  margin: 0;
  font-size: 14px
}
.main-region li {
  padding: .3rem 0;
  line-height: 1.7
}
.main-region table {
  font-size: .92rem
}
.main-region table th {
  background: var(--theme-lead);
  color: var(--ui-cta-copy,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.main-region table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.main-region table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-wrap > .widget-region.sub {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--theme-side-rail-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-wrap > .site-content-block {
  margin-left: var(--theme-side-rail-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-block .main-site {
    padding-left: 20px
  }
  .site-layout-wrap > .widget-region.sub {
    max-width: var(--theme-side-rail-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-wrap > .widget-region.sub {
    display: none
  }
  .site-layout-wrap > .site-content-block {
    margin-left: 0
  }
}
.masthead-background-block {
  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.side-rail-icon-lg img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.main-site-header-search img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.join-offer-inner img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-btn-button-panel img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.slots-sort-panel a {
  text-decoration: none!important
}
.legal-heading {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--theme-text-content);
  line-height: 1.15;
  letter-spacing: -.02em
}
.main-legal-content-body-section {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--copy-faded)
}
.main-legal-content-body-section p {
  margin-bottom: 1.1rem
}
.main-legal-content-body-section strong {
  color: var(--theme-text-content)
}
.main-legal-content-body-section li,
.main-region li {
  color: var(--copy-faded)
}
.main-legal-content-body-section li strong,
.main-region li strong {
  color: var(--copy-faded);
  font-weight: 700
}
.main-legal-content-body-section a {
  color: var(--theme-lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.main-legal-content-body-section a:hover {
  color: var(--main-hover,var(--emphasis))
}
.main-legal-content-body-section article em {
  color: var(--copy-faded);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img-holder {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.content-img-left-side-container {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.content-body-img-right {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.main-region h2,
.main-region h3,
.main-region table {
  clear: both
}
.inner-clear-area {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-heading {
    font-size: 1.6rem
  }
  .main-legal-content-body-section h1 {
    font-size: 1.5rem
  }
  .main-legal-content-body-section h2 {
    font-size: 1.2rem
  }
  .content-body-img-holder,
  .content-body-img-right,
  .content-img-left-side-container {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.faq-heading-box,
.main-legal-content-body-section h1,
.main-legal-content-body-section h2,
.main-legal-content-body-section h3,
.main-questions-question,
.main-region h1,
.main-region h2,
.main-region h3 {
  font-family: var(--bet25-typeface-caption);
  color: var(--theme-text-content);
  text-decoration: none;
  border: none
}
.main-legal-content-body-section h1,
.main-region h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.faq-heading-box,
.main-legal-content-body-section h2,
.main-region h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.main-legal-content-body-section h3,
.main-questions-question,
.main-region h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.main-legal-content-body-section ul,
.main-region ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.main-legal-content-body-section ul li,
.main-region ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.main-legal-content-body-section ul li::before,
.main-region ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme-lead)
}
.main-legal-content-body-section ol,
.main-region ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.main-legal-content-body-section ol li,
.main-region ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.main-legal-content-body-section ol li::before,
.main-region ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--theme-lead);
  font-weight: 600
}
.main-legal-content-body-section table,
.main-region table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--theme-tile-background,rgba(255,255,255,.03));
  border: 1px solid var(--bet25-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(--copy-faded,#c9ccd6);
  font-family: var(--ui-font-body, 'Montserrat', system-ui, sans-serif)
}
.main-legal-content-body-section table thead tr:first-child th:first-child,
.main-region table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.main-legal-content-body-section table thead tr:first-child th:last-child,
.main-region table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.main-legal-content-body-section table tbody tr:last-child td:first-child,
.main-region table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.main-legal-content-body-section table tbody tr:last-child td:last-child,
.main-region table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.main-legal-content-body-section table thead tr,
.main-region table thead tr {
  background: var(--bet25-alt-background,rgba(255,255,255,.06))
}
.main-legal-content-body-section table thead th,
.main-region table thead th {
  font-weight: 700;
  color: var(--theme-text-content,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--bet25-border,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.main-legal-content-body-section table thead th:last-child,
.main-region table thead th:last-child {
  border-right: none
}
.main-legal-content-body-section table tbody tr:nth-child(odd),
.main-region table tbody tr:nth-child(odd) {
  background: 0 0
}
.main-legal-content-body-section table tbody tr:nth-child(2n),
.main-region table tbody tr:nth-child(2n) {
  background: var(--bet25-alt-background,rgba(255,255,255,.03))
}
.main-legal-content-body-section table tbody td,
.main-region table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--bet25-border,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--bet25-border,rgba(255,255,255,.06));
  color: var(--copy-faded,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.main-legal-content-body-section table tbody td:last-child,
.main-region table tbody td:last-child {
  border-right: none
}
.main-legal-content-body-section table tbody tr:last-child td,
.main-region table tbody tr:last-child td {
  border-bottom: none
}
.faqs-group {
  background: var(--bet25-alt-background,rgba(255,255,255,.02));
  border: 1px solid var(--bet25-border,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.faqs-group .faq-heading-box {
  color: var(--theme-text-content,#fff);
  font-family: var(--bet25-typeface-caption, 'Montserrat', system-ui, sans-serif);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.faqs-group .faq-card-box {
  background: var(--theme-tile-background,rgba(255,255,255,.04));
  border: 1px solid var(--bet25-border,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--copy-faded,#b1b4bc)
}
.faqs-group .faq-card-box:last-child {
  margin-bottom: 0
}
.faqs-group .main-questions-question {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--theme-text-content,#fff);
  margin: 0 0 12px
}
.faqs-group .faq-section-answer {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--copy-faded,#b1b4bc)
}
.faqs-group .faq-section-answer p {
  margin: 0 0 8px
}
.faqs-group .faq-section-answer p:last-child {
  margin-bottom: 0
}
.faqs-group .faq-section-answer b,
.faqs-group .faq-section-answer strong {
  font-weight: 700;
  color: var(--theme-text-content,#fff)
}
@media (max-width:600px) {
  .main-legal-content-body-section h1,
  .main-region h1 {
    font-size: 2rem
  }
  .faq-heading-box,
  .main-legal-content-body-section h2,
  .main-region h2 {
    font-size: 1.6rem
  }
  .main-legal-content-body-section h3,
  .main-questions-question,
  .main-region h3 {
    font-size: 1.2rem
  }
  .main-legal-content-body-section table tbody td,
  .main-legal-content-body-section table thead th,
  .main-region table tbody td,
  .main-region table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .faqs-group {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .faqs-group .faq-heading-box {
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .faqs-group .faq-card-box {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .faqs-group .main-questions-question {
    line-height: 1.35
  }
}
.main-region h2 {
  border: none;
  border-bottom: none
}
.main-legal-content-body-section ol li,
.main-legal-content-body-section ul li,
.main-region ol li,
.main-region ul li {
  border-bottom: none
}
.main-legal-content-body-section,
.main-region {
  max-width: 1400px;
  margin: 0 auto
}
.site-footer-section {
  --theme-text-content-page-footer: #000000;
  --page-footer-link: #000000
}
.site-footer-section,
.site-footer-section * {
  color: #000!important
}
.header-background-bonus,
.site-topbar-fill-deposit {
  color: #fcd50c!important
}
.masthead-bg-action-wrapper,
.promo .promo-cta {
  background: linear-gradient(180deg,var(--offer-action-grad-upper) 0,var(--ui-bonus-btn-grad-lower) 100%)!important;
  background-image: linear-gradient(180deg,var(--offer-action-grad-upper) 0,var(--ui-bonus-btn-grad-lower) 100%)!important
}
.masthead-bg-action-wrapper:hover,
.promo .promo-cta:hover {
  background: linear-gradient(180deg,var(--ui-bonus-btn-grad-lower) 0,var(--offer-action-grad-upper) 100%)!important
}
.offcanvas-block,
.offcanvas-block *,
.page-header-surface-bottom-area-inner-panel .big-main-area,
.site-footer-section.site-footer-panel {
  color: #000!important
}
.site-sign-in-button {
  background: #c10c0a!important;
  color: #000!important
}
.site-sign-up-button {
  background: #fcd50b!important;
  color: #000!important
}
.join-offer-inner {
  background-color: #ff0400!important;
  color: #000!important
}