:root {
  --betlabel-glow: rgba(228,88,9,0.25);
  --betlabel-strong-halo: rgba(228,88,9,0.45);
  --headline-text: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --text-base: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --block-inset: 3.5rem 1.8rem;
  --tile-pad: 1.4rem;
  --ui-space: 1.2rem;
  --theme-radius: 0;
  --betlabel-rounding-card: 0;
  --surface-sheen: rgba(30,16,0,0.65);
  --outline-sheen: rgba(228,88,9,0.15);
  --ui-frosted-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  --betlabel-footer-certification: #f6da24;
  --positive: #2ec77b;
  --negative: #e5484d;
  --on-media: #ffffff;
  --ui-aside-width: 64px;
  --surface: #121317;
  --betlabel-primary: #08a401;
  --hover-lead: #2eca27;
  --betlabel-primary-dark: #009000;
  --ui-secondary: #121317;
  --alt-background: #1c1d21;
  --ui-card-box-fill: #18191d;
  --ui-outline: #28292d;
  --theme-text: #f5f5f5;
  --betlabel-copy-muted: #a4a4a4;
  --theme-text-btn: #000000;
  --ui-highlight: #08a401;
  --label-accent: #000000;
  --blend: linear-gradient(135deg, #08a401 0%, #1ab613 50%, #009000 100%);
  --primary-ink: #08a401;
  --accent-ink: #08a401;
  --secondary-ink: #87888d;
  --offer-action-grad-upper: #08a401!important;
  --betlabel-promo-button-grad-bottom-area: #009000!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(--text-base);
  background: var(--surface);
  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(--headline-text);
  line-height: 1.15
}
a {
  color: var(--betlabel-primary);
  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(--betlabel-copy-muted,var(--theme-text))
}
.seo-region-breadcrumb a {
  color: var(--betlabel-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(--betlabel-glow)
  }
  50% {
    box-shadow: 0 0 28px var(--betlabel-strong-halo)
  }
}
@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.alt {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--ui-aside-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-column-core-holder {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.page-footer-top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.colophon-brand-mark-area {
  display: flex;
  align-items: center;
  gap: .5rem
}
.page-footer-brand {
  height: 30px;
  width: auto
}
.main-page-footer-navigation {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.main-page-footer-navigation a {
  font-size: .82rem;
  color: var(--betlabel-copy-muted);
  text-decoration: none;
  transition: color .2s
}
.main-page-footer-navigation a:hover {
  color: var(--betlabel-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-page-footer-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --block-inset: 1.8rem 0.8rem;
    --tile-pad: 0.9rem;
    --ui-space: 0.6rem
  }
}
@media (max-width:768px) {
  :root {
    --block-inset: 2.5rem 1rem;
    --tile-pad: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --block-inset: 3.5rem 1.5rem;
    --tile-pad: 1.5rem
  }
}
header {
  background-color: var(--surface);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--headline-text);
  background-color: #121317!important
}
.site-page-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.site-page-header-wrapper a {
  color: var(--theme-text);
  text-decoration: none
}
.site-page-header-wrapper a:hover {
  color: unset
}
.header-left-row {
  display: flex;
  align-items: center;
  gap: 40px
}
.site-emblem-container-area img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.toggle-holder {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--alt-background);
  padding: 5px 10px;
  border-radius: 1000px;
  border: 1px solid var(--ui-outline)
}
.toggle-holder > a,
.toggle-holder div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--betlabel-copy-muted)
}
.selector-left-side {
  background: var(--betlabel-primary);
  padding: 3px 8px;
  border-radius: 1000px
}
.main-page-header-navigation-panel {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.main-page-header-navigation-panel a {
  color: var(--betlabel-copy-muted)
}
.main-page-header-navigation-panel a:hover {
  color: var(--theme-text)
}
.site-page-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-access-action {
  border: 1px solid var(--ui-outline);
  color: var(--theme-text)
}
.site-access-action:hover {
  background-color: var(--alt-background)
}
.main-register-action-holder {
  position: relative
}
.site-sign-up-button {
  background: var(--betlabel-primary);
  border: 1px solid var(--betlabel-primary);
  color: var(--theme-text-btn,#fff)
}
.site-sign-up-button:hover {
  filter: brightness(1.15)
}
.join-offer-row {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--ui-highlight);
  color: #000;
  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)
}
.site-offcanvas {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--surface);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.site-offcanvas.open {
  left: 0
}
.site-offcanvas-close {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--theme-text);
  cursor: pointer
}
.site-offcanvas-close:hover {
  background: 0 0
}
.site-offcanvas-header {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-body-group {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-body-group .main-page-header-navigation-panel {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-body-group .main-page-header-navigation-panel 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) {
  .page-header-menu-holder,
  .toggle-holder {
    display: none
  }
  .site-offcanvas .page-header-menu-holder,
  .site-offcanvas .toggle-holder {
    display: flex;
    max-width: fit-content
  }
  .site-offcanvas .main-page-header-navigation-panel {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
  .site-offcanvas .toggle-holder {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .menu-btn-button-panel,
  .offcanvas-backdrop-box,
  .site-offcanvas {
    display: none
  }
}
@media (max-width:768px) {
  .site-page-header-wrapper {
    padding: 0 20px
  }
  .header-left-row {
    gap: 10px
  }
  .site-page-header-end {
    flex-shrink: 0
  }
  .site-emblem-container-area {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .site-emblem-container-area img {
    max-width: 100%
  }
}
.toggle-holder > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--alt-background);
  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
}
.side-column-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  transition: background .2s
}
.side-column-icon-item:hover {
  background: var(--ui-card-box-fill)
}
.side-column-icon-item img {
  object-fit: contain;
  opacity: .7;
  transition: opacity .2s
}
.side-column-icon-item:hover img {
  opacity: 1
}
.side-panel-hr-wrapper {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.masthead-background-block,
.masthead-background-block *,
.site-header-fill-lower,
.site-header-fill-lower * {
  font-family: var(--headline-text)!important
}
.masthead-background-block {
  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
}
.page-header-bg-name-wrapper {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--ui-highlight);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.masthead-bg-deposit-section {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--theme-text);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.topbar-background-promo {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--theme-text);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.masthead-bg-action {
  background: var(--betlabel-primary);
  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
}
.masthead-bg-action:hover {
  background: var(--hover-lead);
  transform: translateY(-2px)
}
.site-header-bg-action-content-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.site-page-header-surface-action-main {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.main-header-background-action-description {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.site-header-fill-lower {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--alt-background);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.site-header-fill-lower::after,
.site-header-fill-lower::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.site-header-fill-lower::before {
  left: 0;
  background: linear-gradient(to right,var(--surface),transparent)
}
.site-header-fill-lower::after {
  right: 0;
  background: linear-gradient(to left,var(--surface),transparent)
}
.site-header-fill-lower p {
  display: none
}
.site-header-background-bottom-content-body-inner {
  text-align: center;
  margin: 0 26px
}
.site-header-background-bottom-content-body-inner .main-small-content {
  font-size: 11px;
  color: var(--betlabel-copy-muted);
  font-weight: 600
}
.site-header-background-bottom-content-body-inner .site-big-content-body {
  font-size: 14px;
  font-weight: 700;
  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-background-block {
    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)
  }
  .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-bg-name-wrapper {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .masthead-bg-deposit-section {
    font-size: 66px!important;
    line-height: 1.1
  }
  .topbar-background-promo {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .masthead-bg-action {
    box-sizing: border-box
  }
  .site-header-fill-lower {
    background: var(--alt-background);
    gap: 10px;
    padding: 8px 15px
  }
  .site-big-content-body {
    font-size: 14px
  }
}
.banking-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
}
.banking-methods-box img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.banking-methods-box img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .banking-methods-box {
    gap: 14px 20px;
    padding: 16px
  }
  .banking-methods-box img {
    width: 56px;
    height: 44px
  }
}
.game-sort-row {
  width: 100%;
  max-width: 1400px;
  margin: 24px auto;
  padding: 12px 0;
  background: var(--surface);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin
}
.game-sort-row::-webkit-scrollbar {
  height: 4px
}
.game-sort-row::-webkit-scrollbar-thumb {
  background: var(--ui-outline);
  border-radius: 2px
}
.game-sort-row-group {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  white-space: nowrap;
  width: max-content
}
.play-sort-tag-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--alt-background,#151c35);
  border: 1px solid var(--ui-outline);
  color: var(--theme-text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2px;
  transition: background .2s,border-color .2s,color .2s,transform .15s;
  flex: 0 0 auto
}
.play-sort-tag-box:hover {
  background: var(--ui-card-box-fill,var(--alt-background));
  border-color: var(--betlabel-primary);
  color: var(--theme-text)
}
.play-sort-tag-box.active {
  background: var(--betlabel-primary);
  border-color: var(--betlabel-primary);
  color: var(--theme-text-btn,#fff)
}
.site-play-sort-icon {
  width: 20px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: .85
}
.play-sort-tag-box:hover .site-play-sort-icon {
  opacity: 1
}
@media (max-width:768px) {
  .game-sort-row-group {
    gap: 6px;
    padding: 0 12px
  }
  .play-sort-tag-box {
    padding: 10px 14px;
    font-size: 13px
  }
}
.site-primary-area {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-body-zone {
  font-size: 15px;
  line-height: 1.85;
  color: var(--betlabel-copy-muted)
}
.content-body-zone p {
  margin-bottom: 1rem
}
.content-body-zone strong {
  color: var(--theme-text)
}
.content-body-zone a:not(.lead-btn-container):not(.mobile-banner-cta):not([class*="-button"]) {
  color: var(--betlabel-primary);
  text-decoration: underline
}
.content-body-zone a:not(.lead-btn-container):not(.mobile-banner-cta):not([class*="-button"]):hover {
  color: var(--ui-highlight)
}
@media (max-width:768px) {
  .site-primary-area {
    padding: 5rem 15px 30px
  }
  .content-body-zone {
    font-size: 14px
  }
  .app-promo-banner-wrapper,
  .site-primary-area > .app-promo-banner-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-banner-group,
  .app-promo-banner-mobile img {
    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-box {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 14px;
  background-color: var(--ui-card-box-fill,var(--alt-background));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.highlight-card-box:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.highlight-card-box::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-box 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-inner {
  background-image: url(../images/fast-pay.png)
}
.site-cashback {
  background-image: url(../images/cashback.png)
}
.site-vip {
  background-image: url(../images/vip-level.png)
}
.play {
  background-image: url(../images/games.png)
}
.site-missions-inner {
  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-box {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .features-holder-inner .highlight-card-box h3 {
    font-size: 12px
  }
}
.app-promo-banner-wrapper {
  margin: 32px auto;
  max-width: 800px
}
.app-banner-group {
  display: flex;
  align-items: stretch;
  background: var(--ui-card-box-fill,var(--alt-background));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--ui-outline);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.application-banner-main {
  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(--ui-outline);
  background: var(--alt-background);
  align-self: flex-start
}
.application-banner-caption-image-section {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.main-application-banner-label-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.mobile-banner-caption-title-box {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-text);
  letter-spacing: .2px
}
.app-promo-banner-text-rate {
  display: flex;
  gap: 1px
}
.app-promo-banner-text-rate img {
  width: 12px;
  height: 12px
}
.app-promo-banner-text-rate .star-half-wrap {
  opacity: .85
}
.main-application-banner-tag-verify-area {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.app-promo-banner-headline {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--theme-text);
  font-family: var(--headline-text);
  margin: 0
}
.site-application-banner-description {
  color: var(--betlabel-copy-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.main-app-banner-cta-wrapper {
  margin-top: 4px
}
.main-app-banner-cta-wrapper .lead-btn-container {
  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
}
.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-banner-group {
    flex-direction: column;
    min-height: unset
  }
  .app-banner-image-holder {
    display: none
  }
  .app-promo-banner-mobile {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .app-promo-banner-mobile img {
    max-width: 320px
  }
  .application-banner-main {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .app-promo-banner-headline {
    font-size: 20px
  }
  .main-app-banner-cta-wrapper .lead-btn-container {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-btn-container {
  font-size: 18px;
  font-weight: 700;
  background: var(--betlabel-primary);
  color: var(--theme-text-btn,var(--theme-text));
  padding: 10px 56px;
  border-radius: 6px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.lead-btn-container:hover {
  background: var(--hover-lead,var(--betlabel-primary));
  color: var(--theme-text-btn,var(--theme-text))
}
.main-updated-date-panel {
  background: var(--alt-background);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--betlabel-primary);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--theme-text);
  max-width: 1400px
}
@media (max-width:768px) {
  .main-updated-date-panel {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-page-footer-area.site-footer-grid {
  background: var(--surface-footer,var(--alt-background,#060e2a));
  color: var(--ui-page-footer-text-content,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer-area.site-footer-grid .page-footer-top-area,
.site-page-footer-area.site-footer-grid .site-page-footer-lower {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-page-footer-area.site-footer-grid .page-footer-top-area {
  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;
  padding-bottom: 28px
}
.site-page-footer-area.site-footer-grid .colophon-brand-mark-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.site-page-footer-area.site-footer-grid .page-footer-brand {
  width: 135px;
  height: 34px;
  object-fit: contain;
  object-position: left center
}
.site-page-footer-area.site-footer-grid .site-footer-follow-caption {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-page-footer-area.site-footer-grid .page-footer-socials-container {
  display: flex;
  gap: 4px
}
.site-page-footer-area.site-footer-grid .main-colophon-socials {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--site-footer-socials-surface,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-page-footer-area.site-footer-grid .main-colophon-socials:hover {
  background: var(--ui-highlight,#5a6178)
}
.site-page-footer-area.site-footer-grid .main-colophon-socials img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
.site-page-footer-area.site-footer-grid .footer-brand-title-group {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 8px
}
.site-page-footer-area.site-footer-grid .main-page-footer-navigation {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.site-page-footer-area.site-footer-grid .main-page-footer-navigation a {
  color: var(--theme-nav-link-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer-area.site-footer-grid .main-page-footer-navigation a:hover {
  color: var(--ui-page-footer-text-content,#fff)
}
.site-page-footer-area.site-footer-grid .colophon-help-center {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer-area.site-footer-grid .colophon-help-center .colophon-help-heading {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer-area.site-footer-grid .colophon-help-center p {
  color: var(--ui-page-footer-text-content,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer-area.site-footer-grid .site-footer-inbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ui-page-footer-text-content,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer-area.site-footer-grid .site-footer-inbox img {
  width: 18px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer-area.site-footer-grid .site-footer-banking-band-section {
  background: var(--footer-methods-bg,#0f0f0f);
  padding: 14px 40px
}
.site-page-footer-area.site-footer-grid .site-footer-banking {
  max-width: 1225px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}
.site-page-footer-area.site-footer-grid .site-footer-banking img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-page-footer-area.site-footer-grid .site-page-footer-lower {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 24px
}
.site-page-footer-area.site-footer-grid .main-footer-bottom-area-left-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start
}
.site-page-footer-area.site-footer-grid .footer-certification-holder {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--betlabel-footer-certification,#869dee);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer
}
.site-page-footer-area.site-footer-grid .footer-certification-holder .site-footer-caret {
  width: 10px;
  height: 10px;
  flex-shrink: 0
}
.site-page-footer-area.site-footer-grid .page-footer-license-row-group {
  display: inline-flex;
  align-items: center;
  gap: 12px
}
.site-page-footer-area.site-footer-grid .colophon-licence-pill {
  height: 46px;
  width: auto;
  object-fit: contain
}
.site-page-footer-area.site-footer-grid .footer-lang-select {
  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(--ui-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-page-footer-area.site-footer-grid .footer-lang-select img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-page-footer-area.site-footer-grid .site-footer-legal {
  color: var(--ui-page-footer-text-content,#a2a5af);
  font-size: 12px;
  font-weight: 400;
  line-height: 22.29px;
  margin: 0;
  text-align: right;
  align-self: end
}
@media (max-width:960px) {
  .site-page-footer-area.site-footer-grid .page-footer-top-area {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-page-footer-area.site-footer-grid .site-footer-banking {
    gap: 24px
  }
  .site-page-footer-area.site-footer-grid .site-page-footer-lower {
    grid-template-columns: 1fr
  }
  .site-page-footer-area.site-footer-grid .site-footer-legal {
    text-align: left
  }
}
@media (max-width:600px) {
  .site-page-footer-area.site-footer-grid .page-footer-top-area {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .site-page-footer-area.site-footer-grid .page-footer-brand {
    object-position: center
  }
  .site-page-footer-area.site-footer-grid .site-footer-banking-band-section {
    padding: 12px 20px
  }
  .site-page-footer-area.site-footer-grid .site-footer-banking {
    justify-content: center;
    gap: 16px
  }
  .site-page-footer-area.site-footer-grid .site-footer-banking img {
    width: 70px;
    height: 35px
  }
  .site-page-footer-area.site-footer-grid .site-page-footer-lower {
    padding: 20px;
    gap: 18px
  }
  .site-page-footer-area.site-footer-grid .colophon-brand-mark-area,
  .site-page-footer-area.site-footer-grid .colophon-help-center,
  .site-page-footer-area.site-footer-grid .main-footer-bottom-area-left-side,
  .site-page-footer-area.site-footer-grid .page-footer-top-area {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer-area.site-footer-grid .page-footer-socials-container,
  .site-page-footer-area.site-footer-grid .site-footer-banking {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer-area.site-footer-grid .main-page-footer-navigation {
    align-items: center
  }
  .site-page-footer-area.site-footer-grid .site-footer-inbox {
    justify-content: center
  }
  .site-page-footer-area.site-footer-grid .site-footer-legal {
    text-align: center
  }
}
.site-page-footer-area .main-page-footer-navigation:not(:has(a)) {
  display: none
}
.site-page-footer-area .site-footer-nav-primary-inner,
.site-page-footer-area .site-footer-navigation-legal-area {
  text-align: left
}
.site-page-footer-area.site-footer-grid .main-page-footer-navigation:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-page-footer-area.site-footer-grid .page-footer-top-area:has(.site-footer-nav-primary-inner a):not(:has(.site-footer-navigation-legal-area a)),
  .site-page-footer-area.site-footer-grid .page-footer-top-area:not(:has(.site-footer-nav-primary-inner a)):has(.site-footer-navigation-legal-area a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .site-page-footer-area.site-footer-grid .page-footer-top-area:not(:has(.main-page-footer-navigation a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-box {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-main-box {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-main-box .site-primary-area {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.app-banner-group,
.faqs-shell,
.features-holder-inner {
  margin-left: auto;
  margin-right: auto
}
.site-page-footer-area[class] {
  padding-left: var(--ui-aside-width,0)
}
.site-page-footer-area[class] .page-footer-top-area,
.site-page-footer-area[class] .site-page-footer-lower {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-page-footer-area[class] {
    padding-left: 0
  }
}
.button-center-block {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.button-center-block .lead-btn-container,
.button-center-block a.lead-btn-container {
  display: inline-block
}
@media (max-width:768px) {
  .button-center-block {
    display: block;
    margin: 30px auto
  }
  .content-body-zone .table-scroll > table,
  .legal-inner-area .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.lead-btn-container.mobile-banner-cta {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faqs-shell h2,
.features-holder-inner h2,
.questions-title {
  font-family: var(--headline-text);
  color: var(--theme-text);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.faqs-shell {
  padding: 0
}
.features-holder-inner .highlight-card-box {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.features-holder-inner .highlight-card-box h3 {
  margin: 0;
  font-size: 14px
}
.content-body-zone li {
  padding: .3rem 0;
  line-height: 1.7
}
.content-body-zone table {
  font-size: .92rem
}
.content-body-zone table th {
  background: var(--betlabel-primary);
  color: var(--theme-text-btn,#fff)
}
.content-body-zone table td {
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.content-body-zone table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-box > .widget-zone.alt {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--ui-aside-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-box > .site-main-box {
  margin-left: var(--ui-aside-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-main-box .site-primary-area {
    padding-left: 20px
  }
  .site-layout-box > .widget-zone.alt {
    max-width: var(--ui-aside-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-box > .widget-zone.alt {
    display: none
  }
  .site-layout-box > .site-main-box {
    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
}
.side-column-icon-item img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.side-column-icon-item.side-rail-icon-mark-lg img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.toggle-holder img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.join-offer-row img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-btn-button-panel img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.game-sort-row a,
.play-sort-tag-box,
.play-sort-tag-box:hover,
.play-sort-tag-box:visited {
  text-decoration: none!important
}
.legal-name-wrap {
  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(--betlabel-copy-muted)
}
.legal-inner-area p {
  margin-bottom: 1.1rem
}
.legal-inner-area strong {
  color: var(--theme-text)
}
.content-body-zone li,
.legal-inner-area li {
  color: var(--betlabel-copy-muted)
}
.content-body-zone li strong,
.legal-inner-area li strong {
  color: var(--betlabel-copy-muted);
  font-weight: 700
}
.legal-inner-area a {
  color: var(--betlabel-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-inner-area a:hover {
  color: var(--hover-lead,var(--ui-highlight))
}
.legal-inner-area article em {
  color: var(--betlabel-copy-muted);
  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-body-img-holder.main-img-left-side {
  float: left;
  clear: both;
  margin: .75rem 1.8rem 1rem 0
}
.content-body-img-holder.main-img-end {
  float: right;
  clear: both;
  margin: .75rem 0 1rem 1.8rem
}
.content-body-zone h2,
.content-body-zone h3,
.content-body-zone ol,
.content-body-zone table,
.content-body-zone ul {
  clear: both
}
.site-content-body-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-name-wrap {
    font-size: 1.6rem
  }
  .legal-inner-area h1 {
    font-size: 1.5rem
  }
  .legal-inner-area h2 {
    font-size: 1.2rem
  }
  .content-body-img-holder,
  .main-img-end,
  .main-img-left-side {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.content-body-zone h1,
.content-body-zone h2,
.content-body-zone h3,
.faqs-shell h2,
.faqs-shell h3,
.legal-inner-area h1,
.legal-inner-area h2,
.legal-inner-area h3,
.questions-entry h3,
.questions-question-item-area,
.questions-title {
  font-family: var(--headline-text);
  color: var(--theme-text);
  text-decoration: none;
  border: none
}
.content-body-zone h1,
.legal-inner-area h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.content-body-zone h2,
.faqs-shell h2,
.legal-inner-area h2,
.questions-title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-body-zone h3,
.faqs-shell h3,
.legal-inner-area h3,
.questions-entry h3,
.questions-question-item-area {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
@media (max-width:600px) {
  .content-body-zone h1,
  .legal-inner-area h1 {
    font-size: 2rem
  }
  .content-body-zone h2,
  .faqs-shell h2,
  .legal-inner-area h2,
  .questions-title {
    font-size: 1.6rem
  }
  .content-body-zone h3,
  .faqs-shell h3,
  .legal-inner-area h3,
  .questions-entry h3,
  .questions-question-item-area {
    font-size: 1.2rem
  }
}
.content-body-zone ul,
.legal-inner-area ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-body-zone ul li,
.legal-inner-area ul li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: .6rem
}
.content-body-zone ul li::before,
.legal-inner-area ul li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: var(--ui-highlight)
}
.content-body-zone ol,
.legal-inner-area ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-body-zone ol li,
.legal-inner-area ol li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.content-body-zone ol li::before,
.legal-inner-area ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--betlabel-primary);
  font-size: 1.1em;
  font-weight: 800
}
.content-body-zone table,
.legal-inner-area table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--ui-outline);
  margin: 1.5rem 0
}
.content-body-zone table th,
.legal-inner-area table th {
  font-weight: 700;
  color: var(--theme-text);
  padding: .65rem .9rem;
  text-align: left;
  border: 1px solid var(--ui-outline);
  background: 0 0
}
.content-body-zone table td,
.legal-inner-area table td {
  padding: .65rem .9rem;
  border: 1px solid var(--ui-outline);
  color: var(--theme-text)
}
.faq-section-open-group {
  margin: 30px auto
}
.faq-section-open-group .questions-title {
  color: var(--theme-text)
}
.faq-section-open-group .questions-entry {
  padding: 20px 0;
  border-bottom: 1px solid var(--ui-outline);
  overflow: visible
}
.faq-section-open-group .questions-entry:first-of-type {
  border-top: 1px solid var(--ui-outline)
}
.faq-section-open-group .questions-entry:last-child {
  border-bottom: none
}
.faq-section-open-group .questions-question-item-area {
  font-weight: 700;
  color: var(--theme-text);
  margin: 0 0 8px;
  line-height: 1.4;
  cursor: default!important;
  display: block!important;
  padding: 0!important;
  background: 0 0!important;
  border: none!important;
  user-select: text
}
.faq-section-open-group .questions-question-item-area::after {
  display: none!important
}
.faq-section-open-group .questions-reply-wrapper {
  max-height: none!important;
  overflow: visible!important;
  transition: none!important
}
.faq-section-open-group .questions-reply-wrapper p {
  color: var(--betlabel-copy-muted);
  line-height: 1.7;
  margin: 0;
  padding: 0 0 0 12px!important;
  border-left: 2px solid var(--betlabel-primary)
}
.content-body-zone h2 {
  border: none;
  border-bottom: none
}
.content-body-zone ol li,
.content-body-zone ul li,
.legal-inner-area ol li,
.legal-inner-area ul li {
  border-bottom: none
}
.content-body-zone,
.legal-inner-area {
  max-width: 1400px;
  margin: 0 auto
}
img[src*="-mono-black"],
img[src*="-mono-white"] {
  filter: none!important
}
.site-page-footer-area {
  --surface-footer: #1c1d21;
  background-color: #1c1d21!important
}
.app-promo-banner-cta,
.app-promo-banner-cta *,
.cta-btn,
.first-btn,
.lead-btn-container,
.lead-btn-container *,
.masthead-bg-action,
.mobile-banner-cta,
.page-footer-call-to-action-holder,
.second-btn,
.selector-left-side,
.sidebar-btn,
.site-access-action,
.site-missions-button,
.site-sign-up-button,
.site-sign-up-button *,
a.first-btn,
a.second-btn {
  color: #fff!important
}
.second-btn,
.site-sign-up-button,
a.second-btn {
  background: #4ea522!important;
  border-color: #4ea522!important;
  color: #fff!important
}
.highlight-card-box {
  background-color: #055b01!important;
  background-blend-mode: normal!important
}
.page-header-bg-name-wrapper {
  color: #fff!important
}
.masthead-bg-deposit-section,
.topbar-background-promo {
  color: #ffe100!important
}
.masthead-bg-action,
.promo .promo-cta {
  background: #08a400!important;
  color: #fff!important
}
.main-header-background-action-description,
.site-page-header-surface-action-main {
  color: #fff!important
}
:root .masthead-bg-action {
  --offer-action-grad-upper: #08a401!important;
  --betlabel-promo-button-grad-bottom-area: #009000!important
}
:root .site-page-footer-area.site-footer-grid {
  background: #1c1d21!important
}
:root .site-page-footer-area.site-footer-grid .footer-certification-holder {
  color: #fff!important
}
:root .site-page-footer-area.site-footer-grid .site-footer-banking-band-section {
  background: #1c1d21!important
}
:root .join-offer-row {
  background-color: #ffe102!important
}