:root {
  --aura: rgba(80,216,192,0.25);
  --halo-strong: rgba(80,216,192,0.45);
  --headline-font: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --main-typeface: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --area-inset: 7rem 2.5rem;
  --ui-card-inset: 2.5rem;
  --ui-spacing: 2.2rem;
  --ui-rounding: 16px;
  --card-box-curve: 22px;
  --surface-frosted: rgba(14,28,28,0.65);
  --outline-frosted: rgba(80,216,192,0.15);
  --theme-sheen-depth: 0 2px 12px rgba(0, 0, 0, 0.3);
  --theme-legal-page-footer: #80ffe0;
  --positive: #2ec77b;
  --negative: #e5484d;
  --on-media: #ffffff;
  --betista-h-masthead: 64px;
  --bg-topbar: var(--background);
  --theme-label-header: var(--label);
  --page-header-text-content-dim: var(--betista-copy-faded);
  --site-header-pill-background: var(--surface-alt);
  --site-header-chip-outline: var(--edge);
  --page-header-button-surface: var(--ui-highlight);
  --masthead-cta-text: #fff;
  --header-reward-surface: var(--ui-highlight, #355be2);
  --header-reward-copy: #fff;
  --betista-side-rail-width: 248px;
  --background: #fdfdfd;
  --theme-lead: #d30329;
  --hover-main: #f9294f;
  --ui-primary-dark: #bf0015;
  --theme-secondary: #fdfdfd;
  --surface-alt: #f3f3f3;
  --ui-card-box-fill: #f7f7f7;
  --edge: #e7e7e7;
  --label: #060606;
  --betista-copy-faded: #484848;
  --button-copy: #f5f5f5;
  --ui-highlight: #ca0c21;
  --text-content-accent-color: #f5f5f5;
  --ui-gradient: linear-gradient(135deg, #d30329 0%, #e5153b 50%, #bf0015 100%);
  --primary-ink: #d30329;
  --accent-ink: #ca0c21;
  --secondary-ink: #676767;
  --betista-reward-cta-grad-top-area: #d30329!important;
  --ui-bonus-btn-grad-lower: #bf0015!important;
  --icon-color: #fde429!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(--main-typeface);
  background: var(--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(--betista-h-masthead)
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headline-font);
  line-height: 1.15
}
a {
  color: var(--theme-lead);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--hover-main)
}
.seo-region-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem 0;
  font-size: .9rem;
  color: var(--betista-copy-faded,var(--label))
}
.seo-region-breadcrumb a {
  color: var(--theme-lead)
}
@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(--aura)
  }
  50% {
    box-shadow: 0 0 28px var(--halo-strong)
  }
}
@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-area {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--betista-side-rail-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.site-side-panel-core {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.colophon-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.colophon-logo {
  display: flex;
  align-items: center;
  gap: .5rem
}
.page-footer-logo {
  height: 30px;
  width: auto
}
.footer-navbar {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.footer-navbar a {
  font-size: .82rem;
  color: var(--betista-copy-faded);
  text-decoration: none;
  transition: color .2s
}
.footer-navbar a:hover {
  color: var(--theme-lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.footer-rule {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --area-inset: 1.8rem 0.8rem;
    --ui-card-inset: 0.9rem;
    --ui-spacing: 0.6rem
  }
}
@media (max-width:768px) {
  :root {
    --area-inset: 2.5rem 1rem;
    --ui-card-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --area-inset: 3.5rem 1.5rem;
    --ui-card-inset: 1.5rem
  }
}
header {
  background-color: var(--bg-topbar);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--betista-h-masthead);
  z-index: 9999;
  border-bottom: 1px solid var(--edge);
  font-family: var(--headline-font);
  background-color: #10100f!important
}
.header-shell-container {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto
}
.header-shell-container a {
  color: var(--theme-label-header);
  text-decoration: none;
  transition: color .2s
}
.header-shell-container a:hover {
  color: unset
}
.header-left-row {
  display: flex;
  align-items: center;
  gap: 32px
}
.emblem-wrapper-box {
  display: flex;
  align-items: center
}
.emblem-wrapper-box img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  display: block;
  object-fit: contain
}
.toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: var(--site-header-pill-background);
  padding: 4px;
  border-radius: 1000px;
  border: 1px solid var(--site-header-chip-outline)
}
.toggle-wrapper > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--page-header-text-content-dim);
  border-radius: 1000px;
  transition: background .2s,color .2s
}
.main-picker-start {
  background: var(--theme-lead);
  color: var(--masthead-cta-text)!important
}
.main-picker-start img {
  filter: brightness(0) invert(1)
}
.topbar-nav-shell-holder {
  display: flex;
  align-items: center;
  height: 100%
}
.page-header-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 28px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  height: 100%
}
.page-header-menu li {
  display: flex;
  align-items: center;
  height: 100%
}
.page-header-menu a {
  color: var(--theme-label-header);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative
}
.page-header-menu a:hover {
  color: var(--theme-lead)
}
.page-header-menu a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--theme-lead)
}
.page-header-right-side-area {
  display: flex;
  align-items: center;
  gap: 12px
}
.missions-btn-container {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(180deg,var(--ui-highlight,#5d7ce8) 0,color-mix(in srgb,var(--ui-highlight,#4453c2),#000 25%) 100%);
  color: var(--text-content-accent-color,#fff);
  padding: 7px 12px 7px 8px;
  border-radius: 8px;
  box-shadow: 0 0 8px color-mix(in srgb,var(--ui-highlight,#433ca7) 70%,transparent),inset 0 1px 0 rgba(255,255,255,.4);
  transition: filter .2s,transform .15s
}
.missions-btn-container:hover {
  filter: brightness(1.1)
}
.missions-btn-container:active {
  transform: translateY(1px)
}
.missions-btn-container img {
  width: 18px;
  height: 18px
}
.site-missions-name-area {
  letter-spacing: .2px
}
.topbar-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background .2s
}
.topbar-search:hover {
  background: var(--site-header-pill-background)
}
.topbar-search img {
  opacity: .75
}
.site-header-action-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700
}
.site-header-action-buttons a {
  padding: 9px 18px;
  border-radius: 1000px;
  line-height: 1;
  letter-spacing: .2px;
  transition: filter .2s,background .2s,transform .15s
}
.sign-in-button {
  border: 1px solid var(--site-header-chip-outline);
  color: var(--theme-label-header)
}
.sign-in-button:hover {
  background: var(--site-header-pill-background)
}
.join-cta-holder {
  position: relative
}
.join-button {
  background: var(--theme-lead);
  border: 1px solid var(--theme-lead);
  color: var(--button-copy,#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)
}
.register-offer {
  position: absolute;
  top: -13px;
  right: 2px;
  background-color: var(--header-reward-surface);
  color: var(--header-reward-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
}
.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(--bg-topbar);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.site-offcanvas.open {
  left: 0
}
.offcanvas-close-wrapper {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--theme-label-header);
  cursor: pointer
}
.offcanvas-topbar {
  display: flex;
  justify-content: flex-end
}
.offcanvas-inner-grid {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-inner-grid .page-header-menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-inner-grid .page-header-menu a {
  font-size: 16px;
  padding: 12px 0;
  display: block;
  height: auto
}
.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) {
  .toggle-wrapper,
  .topbar-nav-shell-holder {
    display: none
  }
  .site-offcanvas .toggle-wrapper,
  .site-offcanvas .topbar-nav-shell-holder {
    display: flex;
    max-width: fit-content
  }
  .site-offcanvas .page-header-menu {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 15px
  }
  .site-offcanvas .toggle-wrapper {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .menu-btn-button-panel,
  .offcanvas-backdrop-box,
  .site-offcanvas {
    display: none
  }
}
@media (max-width:768px) {
  .missions-btn-container,
  .topbar-search {
    display: none
  }
  .header-shell-container {
    padding: 0 16px
  }
  .header-left-row {
    gap: 10px
  }
  .site-header-action-buttons a {
    padding: 8px 14px;
    font-size: 11px
  }
  .page-header-right-side-area {
    flex-shrink: 0
  }
  .emblem-wrapper-box {
    max-width: 100px;
    min-width: 0;
    flex-shrink: 1
  }
  .emblem-wrapper-box img {
    max-width: 100%
  }
}
.toggle-wrapper > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary.side-column-open {
  width: 248px;
  min-width: 248px;
  background: var(--surface-alt);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-column-open .site-side-panel-core {
  padding: 80px 20px 20px;
  border-radius: 0;
  background: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}
.side-column-open .main-side-panel-hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 10px 0;
  background: rgba(128,128,128,.18)
}
.side-panel-open-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 4px
}
.side-panel-open-symbol img {
  object-fit: contain
}
.side-column-full-navigation {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%
}
.sidebar-full-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  width: 100%;
  background: rgba(255,255,255,.06);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--betista-copy-faded);
  text-decoration: none;
  transition: .2s
}
.sidebar-full-item:hover {
  background: rgba(255,255,255,.1);
  color: var(--label)
}
.sidebar-full-item img {
  object-fit: contain;
  flex-shrink: 0
}
.side-column-full-navigation .main-side-panel-hr {
  width: 100%;
  margin: 6px 0
}
.masthead-bg-lower,
.masthead-bg-lower *,
.topbar-background,
.topbar-background * {
  font-family: var(--headline-font)!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
}
.masthead-surface-inner-grid {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.masthead-surface-inner-grid br {
  display: none
}
.masthead-surface-inner-grid > a {
  display: inline-block;
  width: auto
}
.masthead-bg-headline {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  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(--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))
}
.masthead-background-promo {
  font-size: 28.8px!important;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.page-header-bg-button {
  background: var(--theme-lead);
  color: var(--button-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
}
.page-header-bg-button:hover {
  background: var(--hover-main);
  transform: translateY(-2px)
}
.masthead-bg-btn-content {
  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-fill-button-description-row {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.masthead-bg-lower {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--surface-alt);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.masthead-bg-lower::after,
.masthead-bg-lower::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.masthead-bg-lower::before {
  left: 0;
  background: linear-gradient(to right,var(--background),transparent)
}
.masthead-bg-lower::after {
  right: 0;
  background: linear-gradient(to left,var(--background),transparent)
}
.masthead-bg-lower p {
  display: none
}
.page-header-bg-bottom-content-body-section {
  text-align: center;
  margin: 0 26px
}
.page-header-bg-bottom-content-body-section .small-inner-area {
  font-size: 10px;
  color: var(--betista-copy-faded);
  font-weight: 700
}
.page-header-bg-bottom-content-body-section .main-big-content-body-block {
  font-size: 16px;
  font-weight: 700;
  color: #fff
}
@media (min-width:769px) {
  .masthead-surface-inner-grid {
    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 .masthead-surface-inner-grid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .masthead-bg-headline {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .site-topbar-fill-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .masthead-background-promo {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .masthead-bg-lower {
    background: var(--surface-alt);
    gap: 10px;
    padding: 8px 15px
  }
  .main-big-content-body-block {
    font-size: 14px
  }
}
.payment-methods-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 20px 24px;
  margin: 24px auto;
  max-width: 1100px;
  background: 0 0
}
.payment-methods-box img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.payment-methods-box img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .payment-methods-box {
    gap: 14px 20px;
    padding: 16px
  }
  .payment-methods-box img {
    width: 56px;
    height: 44px
  }
}
.play-filter-bar {
  background: var(--background);
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 56px;
  margin: 24px 0
}
.play-filter-bar .play-sort-row-group-holder {
  display: flex;
  align-items: stretch;
  height: 60px;
  overflow-x: auto;
  scrollbar-width: thin;
  width: 100%;
  max-width: 1344px
}
.play-filter-bar .play-sort-row-group-holder::-webkit-scrollbar {
  height: 4px
}
.play-filter-bar .play-sort-row-group-holder::-webkit-scrollbar-thumb {
  background: var(--edge);
  border-radius: 2px
}
.play-filter-bar .game-filter-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  height: 60px;
  background: 0 0;
  color: var(--betista-copy-faded);
  font-family: var(--headline-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.2px;
  text-transform: capitalize;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  flex-shrink: 0;
  transition: color .2s,background .2s
}
.play-filter-bar .game-filter-tab:hover {
  color: var(--label)
}
.play-filter-bar .game-filter-tab.is-active {
  background: var(--surface-alt);
  color: var(--label)
}
.play-filter-bar .game-filter-tab.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--theme-lead)
}
.play-filter-bar .main-game-filter-bar-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}
@media (max-width:768px) {
  .play-filter-bar {
    padding: 0 16px
  }
  .play-filter-bar .game-filter-tab {
    padding: 0 10px;
    font-size: 11px
  }
}
.site-core-group {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-field-area {
  font-size: 15px;
  line-height: 1.8;
  color: var(--betista-copy-faded)
}
.content-field-area p {
  margin-bottom: 1rem
}
.content-field-area strong {
  color: var(--label)
}
.content-field-area a:not(.main-button):not(.main-application-banner-action-inner):not([class*="-button"]) {
  color: var(--theme-lead);
  text-decoration: underline
}
.content-field-area a:not(.main-button):not(.main-application-banner-action-inner):not([class*="-button"]):hover {
  color: var(--ui-highlight)
}
@media (max-width:768px) {
  .site-core-group {
    padding: 5rem 15px 30px
  }
  .content-field-area {
    font-size: 14px
  }
  .site-app-banner-container-grid,
  .site-core-group > .site-app-banner-container-grid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .application-banner,
  .main-app-banner-mobile img {
    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
}
.highlight-panel {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 14px;
  background-color: var(--ui-card-box-fill,var(--surface-alt));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.highlight-panel:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.highlight-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 .highlight-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: right;
  width: auto
}
.fcdl-payouts-area {
  background-image: url(../images/fast-pay.png)
}
.cashback-container {
  background-image: url(../images/cashback.png)
}
.vip-container {
  background-image: url(../images/vip-level.png)
}
.slots {
  background-image: url(../images/games.png)
}
.main-missions-group {
  background-image: url(../images/feature-missions.png)
}
@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
  }
  .highlight-panel {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .main-benefits-holder-wrap .highlight-panel h3 {
    font-size: 12px
  }
}
.region-service {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  padding: 30px 0;
  max-width: 1400px;
  margin: 0 auto
}
.group-care {
  background: var(--surface-alt,#161d37);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--label);
  min-height: 138px
}
.main-name-help {
  display: flex;
  align-items: flex-start;
  gap: 10px
}
.main-name-help img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.site-title-support-copy-container {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  color: var(--label)
}
.help-description-grid {
  color: var(--betista-copy-faded);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0
}
@media (max-width:1024px) {
  .region-service {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 16px
  }
}
.site-app-banner-container-grid {
  margin: 32px auto;
  max-width: 800px
}
.application-banner {
  display: flex;
  align-items: stretch;
  background: var(--ui-card-box-fill,var(--surface-alt));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--edge);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.app-promo-banner-content {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.application-banner-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--edge);
  background: var(--surface-alt);
  align-self: flex-start
}
.app-promo-banner-tag-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.mobile-banner-caption-main-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.mobile-banner-text-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--label);
  letter-spacing: .2px
}
.app-banner-caption-rate {
  display: flex;
  gap: 1px
}
.app-banner-caption-rate img {
  width: 12px;
  height: 12px
}
.app-banner-caption-rate .star-half-panel {
  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-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--label);
  font-family: var(--headline-font);
  margin: 0
}
.main-application-banner-description-row {
  color: var(--betista-copy-faded);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.application-banner-cta-wrapper {
  margin-top: 4px
}
.application-banner-cta-wrapper .main-button {
  margin: 0;
  display: inline-block
}
.application-banner-image-shell {
  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
}
.main-app-banner-mobile {
  display: none
}
.main-app-banner-mobile img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .application-banner {
    flex-direction: column;
    min-height: unset
  }
  .application-banner-image-shell {
    display: none
  }
  .main-app-banner-mobile {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .main-app-banner-mobile img {
    max-width: 320px
  }
  .app-promo-banner-content {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .application-banner-name {
    font-size: 20px
  }
  .application-banner-cta-wrapper .main-button {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.main-button {
  font-size: 18px;
  font-weight: 700;
  background: var(--theme-lead);
  color: var(--button-copy,var(--label));
  padding: 10px 56px;
  border-radius: 16px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.main-button:hover {
  background: var(--hover-main,var(--theme-lead));
  color: var(--button-copy,var(--label))
}
.updated-date-group {
  background: var(--surface-alt);
  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(--label);
  max-width: 1400px
}
@media (max-width:768px) {
  .updated-date-group {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.main-site-colophon.colophon {
  background: var(--colophon-background,var(--surface-alt,#060e2a));
  color: var(--page-footer-text-content,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.main-site-colophon.colophon .colophon-top,
.main-site-colophon.colophon .site-footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.main-site-colophon.colophon .colophon-top {
  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: 36px
}
.main-site-colophon.colophon .colophon-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.main-site-colophon.colophon .page-footer-logo {
  width: 135px;
  height: 34px;
  object-fit: contain;
  object-position: left center
}
.main-site-colophon.colophon .colophon-connect-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.main-site-colophon.colophon .page-footer-socials {
  display: flex;
  gap: 4px
}
.main-site-colophon.colophon .footer-social-links {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--page-footer-socials-surface,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.main-site-colophon.colophon .footer-social-links:hover {
  background: var(--ui-highlight,#5a6178)
}
.main-site-colophon.colophon .footer-social-links img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
.main-site-colophon.colophon .main-page-footer-brand-mark-title-wrapper {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 8px
}
.main-site-colophon.colophon .footer-navbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.main-site-colophon.colophon .footer-navbar a {
  color: var(--ui-link-site-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.main-site-colophon.colophon .footer-navbar a:hover {
  color: var(--page-footer-text-content,#fff)
}
.main-site-colophon.colophon .colophon-assist {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.main-site-colophon.colophon .colophon-assist .colophon-help-heading {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.main-site-colophon.colophon .colophon-assist p {
  color: var(--page-footer-text-content,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.main-site-colophon.colophon .footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--page-footer-text-content,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.main-site-colophon.colophon .footer-mail img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.main-site-colophon.colophon .footer-rule {
  height: 0;
  background: 0 0;
  margin: 0
}
.main-site-colophon.colophon .site-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "license  right" "copyright right";
  column-gap: 24px;
  row-gap: 8px;
  align-items: start;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 36px
}
.main-site-colophon.colophon .site-footer-licence {
  grid-area: license;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-legal-page-footer,#869dee);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer
}
.main-site-colophon.colophon .page-footer-copyright {
  grid-area: copyright;
  color: var(--page-footer-text-content,#a2a5af);
  font-size: 12px;
  font-weight: 400;
  line-height: 22.29px;
  margin: 0;
  max-width: 720px
}
.main-site-colophon.colophon .site-page-footer-lower-right-side {
  grid-area: right;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 16px
}
.main-site-colophon.colophon .site-footer-licence .page-footer-indicator {
  width: 12px;
  height: 12px
}
.main-site-colophon.colophon .footer-secure-chip-box {
  height: 48px;
  width: auto;
  max-width: none;
  object-fit: contain
}
.main-site-colophon.colophon .site-footer-lang-select-holder {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--page-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
}
.main-site-colophon.colophon .site-footer-lang-select-holder .page-footer-indicator {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .main-site-colophon.colophon .colophon-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
}
@media (max-width:600px) {
  .main-site-colophon.colophon .colophon-top {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .main-site-colophon.colophon .page-footer-logo {
    object-position: center
  }
  .main-site-colophon.colophon .site-footer-bottom {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    gap: 16px;
    grid-template-areas: "license" "copyright" "right";
    grid-template-columns: 1fr;
    row-gap: 12px
  }
  .main-site-colophon.colophon .footer-rule {
    margin: 0
  }
  .main-site-colophon.colophon .colophon-assist,
  .main-site-colophon.colophon .colophon-logo,
  .main-site-colophon.colophon .colophon-top,
  .main-site-colophon.colophon .site-footer-bottom {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .main-site-colophon.colophon .page-footer-socials,
  .main-site-colophon.colophon .site-page-footer-lower-right-side {
    justify-content: center;
    flex-wrap: wrap
  }
  .main-site-colophon.colophon .footer-navbar {
    align-items: center
  }
  .main-site-colophon.colophon .footer-mail {
    justify-content: center
  }
  .main-site-colophon.colophon .footer-secure-chip-box {
    height: 36px
  }
  .main-site-colophon.colophon .site-page-footer-lower-right-side {
    align-self: start
  }
}
.main-site-colophon .footer-navbar:not(:has(a)) {
  display: none
}
.main-site-colophon .main-footer-navbar-legal,
.main-site-colophon .page-footer-navigation-accent-primary-holder {
  text-align: left
}
.main-site-colophon.colophon .footer-navbar:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .main-site-colophon.colophon .colophon-top:has(.page-footer-navigation-accent-primary-holder a):not(:has(.main-footer-navbar-legal a)),
  .main-site-colophon.colophon .colophon-top:not(:has(.page-footer-navigation-accent-primary-holder a)):has(.main-footer-navbar-legal a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .main-site-colophon.colophon .colophon-top:not(:has(.footer-navbar a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-wrap {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-inner {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-inner .site-core-group {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.application-banner,
.main-benefits-holder-wrap {
  margin-left: auto;
  margin-right: auto
}
.main-site-colophon[class] {
  padding-left: var(--betista-side-rail-width,0)
}
.main-site-colophon[class] .colophon-top,
.main-site-colophon[class] .site-footer-bottom {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .main-site-colophon[class] {
    padding-left: 0
  }
}
.call-to-action-center-block {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.call-to-action-center-block .main-button,
.call-to-action-center-block a.main-button {
  display: inline-block
}
@media (max-width:768px) {
  .call-to-action-center-block {
    display: block;
    margin: 30px auto
  }
  .content-field-area .table-scroll > table,
  .legal-inner-area .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.main-button.main-application-banner-action-inner {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faq-caption,
.main-benefits-holder-wrap h2 {
  font-family: var(--headline-font);
  color: var(--label);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.main-benefits-holder-wrap .highlight-panel {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.main-benefits-holder-wrap .highlight-panel h3 {
  margin: 0;
  font-size: 14px
}
.content-field-area li {
  padding: .3rem 0;
  line-height: 1.7
}
.content-field-area table {
  font-size: .92rem
}
.content-field-area table th {
  background: var(--theme-lead);
  color: var(--button-copy,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.content-field-area table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.content-field-area table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-wrap > .widget-zone.alt-area {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--betista-side-rail-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-wrap > .site-inner {
  margin-left: var(--betista-side-rail-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-inner .site-core-group {
    padding-left: 20px
  }
  .site-layout-wrap > .widget-zone.alt-area {
    max-width: var(--betista-side-rail-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-wrap > .widget-zone.alt-area {
    display: none
  }
  .site-layout-wrap > .site-inner {
    margin-left: 0
  }
}
.topbar-background {
  position: relative;
  z-index: 1
}
.masthead-surface-inner-grid {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.side-panel-open-symbol img {
  width: 64px;
  height: 64px;
  object-fit: contain
}
.sidebar-full-item img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.side-column-open .site-side-panel-core {
  padding-top: 20px!important
}
.toggle-wrapper img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.topbar-search img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.register-offer img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-btn-button-panel img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.game-sort-row a {
  text-decoration: none!important
}
.site-legal-headline {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--label);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-inner-area {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--betista-copy-faded)
}
.legal-inner-area p {
  margin-bottom: 1.1rem
}
.legal-inner-area strong {
  color: var(--label)
}
.content-field-area li,
.legal-inner-area li {
  color: var(--betista-copy-faded)
}
.content-field-area li strong,
.legal-inner-area li strong {
  color: var(--betista-copy-faded);
  font-weight: 700
}
.legal-inner-area a {
  color: var(--theme-lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-inner-area a:hover {
  color: var(--hover-main,var(--ui-highlight))
}
.legal-inner-area article em {
  color: var(--betista-copy-faded);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.main-img-wrap {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.main-img-wrap.content-img-left-side-container {
  float: left;
  clear: both;
  margin: .75rem 1.8rem 1rem 0
}
.main-img-wrap.inner-img-end {
  float: right;
  clear: both;
  margin: .75rem 0 1rem 1.8rem
}
.content-field-area h2,
.content-field-area h3,
.content-field-area ol,
.content-field-area table,
.content-field-area ul {
  clear: both
}
.main-inner-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .site-legal-headline {
    font-size: 1.6rem
  }
  .legal-inner-area h1 {
    font-size: 1.5rem
  }
  .legal-inner-area h2 {
    font-size: 1.2rem
  }
  .content-img-left-side-container,
  .inner-img-end,
  .main-img-wrap {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.content-field-area h1,
.content-field-area h2,
.content-field-area h3,
.faq-caption,
.faq-section-query,
.legal-inner-area h1,
.legal-inner-area h2,
.legal-inner-area h3 {
  font-family: var(--headline-font);
  color: var(--label);
  text-decoration: none;
  border: none
}
.content-field-area h1,
.legal-inner-area h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.content-field-area h2,
.faq-caption,
.legal-inner-area h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-field-area h3,
.faq-section-query,
.legal-inner-area h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.content-field-area ul,
.legal-inner-area ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-field-area ul li,
.legal-inner-area ul li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: .6rem
}
.content-field-area ul li::before,
.legal-inner-area ul li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--theme-lead)
}
.content-field-area ol,
.legal-inner-area ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-field-area ol li,
.legal-inner-area ol li {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: .75rem;
  counter-increment: ol-counter;
  min-height: 1.8rem
}
.content-field-area ol li::before,
.legal-inner-area ol li::before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  top: .05em;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--theme-lead);
  color: var(--background);
  font-size: .75em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 24px
}
.content-field-area table,
.legal-inner-area table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--ui-card-box-fill,rgba(255,255,255,.03));
  border: 1px solid var(--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(--betista-copy-faded,#c9ccd6);
  font-family: var(--main-typeface, 'Montserrat', system-ui, sans-serif)
}
.content-field-area table tbody tr:first-child,
.content-field-area table thead tr,
.legal-inner-area table tbody tr:first-child,
.legal-inner-area table thead tr {
  background: var(--surface-alt,rgba(255,255,255,.06))
}
.content-field-area table tbody tr:first-child td,
.content-field-area table tbody tr:first-child th,
.content-field-area table thead th,
.legal-inner-area table tbody tr:first-child td,
.legal-inner-area table tbody tr:first-child th,
.legal-inner-area table thead th {
  font-weight: 700;
  color: var(--label,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--edge,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.content-field-area table tbody tr:first-child td:last-child,
.content-field-area table tbody tr:first-child th:last-child,
.content-field-area table thead th:last-child,
.legal-inner-area table tbody tr:first-child td:last-child,
.legal-inner-area table tbody tr:first-child th:last-child,
.legal-inner-area table thead th:last-child {
  border-right: none
}
.content-field-area table tbody tr:not(:first-child):nth-child(odd),
.legal-inner-area table tbody tr:not(:first-child):nth-child(odd) {
  background: var(--surface-alt,rgba(255,255,255,.03))
}
.content-field-area table tbody tr:not(:first-child):nth-child(2n),
.content-field-area table thead+tbody tr:nth-child(odd),
.legal-inner-area table tbody tr:not(:first-child):nth-child(2n),
.legal-inner-area table thead+tbody tr:nth-child(odd) {
  background: 0 0
}
.content-field-area table thead + tbody tr:nth-child(2n),
.legal-inner-area table thead + tbody tr:nth-child(2n) {
  background: var(--surface-alt,rgba(255,255,255,.03))
}
.content-field-area table tbody tr:not(:first-child) td,
.content-field-area table tbody tr:not(:first-child) th,
.content-field-area table thead + tbody td,
.legal-inner-area table tbody tr:not(:first-child) td,
.legal-inner-area table tbody tr:not(:first-child) th,
.legal-inner-area table thead + tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--edge,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--edge,rgba(255,255,255,.06));
  color: var(--betista-copy-faded,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
  background: 0 0
}
.content-field-area table tbody tr:last-child td,
.content-field-area table tbody tr:last-child th,
.legal-inner-area table tbody tr:last-child td,
.legal-inner-area table tbody tr:last-child th {
  border-bottom: none
}
.content-field-area table tbody td:last-child,
.content-field-area table tbody th:last-child,
.legal-inner-area table tbody td:last-child,
.legal-inner-area table tbody th:last-child {
  border-right: none
}
.content-field-area table tbody tr:first-child td:first-child,
.legal-inner-area table tbody tr:first-child td:first-child {
  border-top-left-radius: 10px
}
.content-field-area table tbody tr:first-child td:last-child,
.legal-inner-area table tbody tr:first-child td:last-child {
  border-top-right-radius: 10px
}
.content-field-area table tbody tr:last-child td:first-child,
.legal-inner-area table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.content-field-area table tbody tr:last-child td:last-child,
.legal-inner-area table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.questions-group {
  background: var(--surface-alt,rgba(255,255,255,.02));
  border: 1px solid var(--edge,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.questions-group .faq-caption {
  color: var(--label,#fff);
  font-family: var(--headline-font, 'Montserrat', system-ui, sans-serif);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.questions-group .faq-card-box {
  background: var(--ui-card-box-fill,rgba(255,255,255,.04));
  border: 1px solid var(--edge,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--betista-copy-faded,#b1b4bc)
}
.questions-group .faq-card-box:last-child {
  margin-bottom: 0
}
.questions-group .faq-section-query {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--label,#fff);
  margin: 0 0 12px
}
.questions-group .questions-reply-wrap {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--betista-copy-faded,#b1b4bc)
}
.questions-group .questions-reply-wrap p {
  margin: 0 0 8px
}
.questions-group .questions-reply-wrap p:last-child {
  margin-bottom: 0
}
.questions-group .questions-reply-wrap b,
.questions-group .questions-reply-wrap strong {
  font-weight: 700;
  color: var(--label,#fff)
}
@media (max-width:600px) {
  .content-field-area h1,
  .legal-inner-area h1 {
    font-size: 2rem
  }
  .content-field-area h2,
  .faq-caption,
  .legal-inner-area h2 {
    font-size: 1.6rem
  }
  .content-field-area h3,
  .faq-section-query,
  .legal-inner-area h3 {
    font-size: 1.2rem
  }
  .content-field-area table tbody td,
  .legal-inner-area table tbody td {
    padding: 10px 12px;
    font-size: .8rem
  }
  .questions-group {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .questions-group .faq-caption {
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .questions-group .faq-card-box {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .questions-group .faq-section-query {
    line-height: 1.35
  }
}
.content-field-area h2 {
  border: none;
  border-bottom: none
}
.content-field-area ol li,
.content-field-area ul li,
.legal-inner-area ol li,
.legal-inner-area ul li {
  border-bottom: none
}
.content-field-area,
.legal-inner-area {
  max-width: 1400px;
  margin: 0 auto
}
img[src*="-mono-black"],
img[src*="-mono-white"] {
  filter: none!important
}
.header-shell-container a,
.page-header-menu a,
header,
header * {
  color: #fff!important
}
.main-site-colophon {
  --colophon-background: #10100f;
  background-color: #10100f!important;
  --page-footer-text-content: #ffffff;
  --ui-link-site-footer: #ffffff
}
.main-site-colophon,
.main-site-colophon * {
  color: #fff!important
}
.first-btn,
.sign-in-button,
a.first-btn {
  background: #202020!important;
  border-color: #202020!important;
  color: #fff!important
}
#secondary {
  background-color: #10100f!important
}
.join-button,
.second-btn,
a.second-btn {
  background: #ae0027!important;
  border-color: #ae0027!important;
  color: #fff!important
}
.highlight-panel {
  background-color: #f9e7e7!important;
  background-blend-mode: normal!important
}
.highlight-panel,
.highlight-panel *,
.main-benefits-holder-wrap .highlight-panel {
  color: #000!important
}
.masthead-bg-headline {
  color: #fff!important
}
.masthead-background-promo,
.site-topbar-fill-deposit {
  color: #ffe100!important
}
.page-header-bg-button,
.promo .promo-cta {
  background: #c0002a!important;
  color: #fff!important
}
.header-bg-button-core,
.topbar-fill-button-description-row,
:root .site-footer-lang-select-holder {
  color: #fff!important
}
:root .site-footer-lang-select-holder {
  background: #190f0f!important
}
:root .colophon-assist,
:root .colophon-assist * {
  color: #f5f5f5!important
}
:root .main-button {
  background: #d30329!important;
  color: #f5f5f5!important
}
:root .application-banner-text-verify-row {
  background: #d30329!important;
  color: #f5f5f5!important
}
:root .page-header-bg-button {
  --betista-reward-cta-grad-top-area: #d30329!important;
  --ui-bonus-btn-grad-lower: #bf0015!important
}
:root .page-header-bg-bottom-content-body-section .main-big-content-body-block,
:root .page-header-bg-bottom-content-body-section .small-inner-area {
  color: #000!important
}
:root .main-site-colophon.colophon {
  background: #10100f!important;
  color: #fff!important
}
:root .register-offer {
  background-color: #ed9907!important;
  color: #000!important
}
:root .toggle-wrapper a,
:root .toggle-wrapper span {
  color: #000!important
}
:root .main-picker-start,
:root .main-picker-start .selector-title {
  color: #fff!important
}
:root .sign-in-button {
  color: #f5f5f5!important
}
:root .join-button {
  background: #c0002a!important;
  color: #f5f5f5!important
}