:root {
  --shine: rgba(176,96,224,0.25);
  --halo-heavy: rgba(176,96,224,0.45);
  --text-caption: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --ui-font-body: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --block-spacing: 2.5rem 1.2rem;
  --panel-inset: 1rem;
  --betninja-spacing: 0.8rem;
  --ui-curve: 0;
  --radius-card-box: 0;
  --betninja-glass-background: rgba(20,14,34,0.65);
  --border-line-glass: rgba(176,96,224,0.15);
  --ui-frosted-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  --theme-certification-page-footer: #d8a0ff;
  --positive: #2ec77b;
  --negative: #e5484d;
  --on-media: #ffffff;
  --width-aside: 248px;
  --fill: #181516;
  --accent-primary: #17c93a;
  --ui-hover-accent-primary: #3def60;
  --betninja-primary-dark: #03b526;
  --sub: #000000;
  --alt-bg: #221f20;
  --bg-panel: #1e1b1c;
  --betninja-edge: #2e2b2c;
  --copy: #f5f5f5;
  --soft-copy: #a6a6a6;
  --theme-text-btn: #060606;
  --highlight: #ffe41b;
  --betninja-emphasis-copy: #060606;
  --betninja-gradient-overlay: linear-gradient(135deg, #17c93a 0%, #29db4c 50%, #03b526 100%);
  --primary-ink: #17c93a;
  --accent-ink: #ffe41b;
  --secondary-ink: #8c8c8c;
  --promo-btn-grad-top: #17c93a!important;
  --theme-bonus-btn-grad-bottom: #03b526!important;
  --icon-color: #f5f5f5!important
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--ui-font-body);
  background: var(--fill);
  color: var(--copy);
  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(--text-caption);
  line-height: 1.15
}
a {
  color: var(--accent-primary);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--ui-hover-accent-primary)
}
.seo-region-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem 0;
  font-size: .9rem;
  color: var(--soft-copy,var(--copy))
}
.seo-region-breadcrumb a {
  color: var(--accent-primary)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--shine)
  }
  50% {
    box-shadow: 0 0 28px var(--halo-heavy)
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-burger-open span:first-child {
  transform: translateY(7px) rotate(45deg)
}
.header-burger-open span:nth-child(2) {
  opacity: 0
}
.header-burger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}
@media (max-width:768px) {
  .header-nav-open {
    display: flex!important
  }
}
.site-widget-region.sub-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--width-aside,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.site-side-panel-core {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.page-footer-brand {
  height: 30px;
  width: auto
}
.colophon-menu {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.colophon-menu a {
  font-size: .82rem;
  color: var(--soft-copy);
  text-decoration: none;
  transition: color .2s
}
.colophon-menu a:hover {
  color: var(--accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-rule {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.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-spacing: 1.8rem 0.8rem;
    --panel-inset: 0.9rem;
    --betninja-spacing: 0.6rem
  }
}
@media (max-width:768px) {
  :root {
    --block-spacing: 2.5rem 1rem;
    --panel-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --block-spacing: 3.5rem 1.5rem;
    --panel-inset: 1.5rem
  }
}
header {
  background-color: var(--fill);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--text-caption);
  background-color: #141415!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(--copy);
  text-decoration: none
}
.site-page-header-wrapper a:hover {
  color: unset
}
.site-page-header-left-side {
  display: flex;
  align-items: center;
  gap: 40px
}
.logo-holder-area img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.switcher-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--alt-bg);
  padding: 5px 10px;
  border-radius: 1000px;
  border: 1px solid var(--betninja-edge)
}
.switcher-wrapper > a,
.switcher-wrapper div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--soft-copy)
}
.picker-left-side-wrap {
  background: var(--accent-primary);
  padding: 3px 8px;
  border-radius: 1000px
}
.site-header-menu-list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.site-header-menu-list a {
  color: var(--soft-copy)
}
.site-header-menu-list a:hover {
  color: var(--copy)
}
.page-header-right-row {
  display: flex;
  align-items: center;
  gap: 15px
}
.main-missions-action {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  background: var(--highlight);
  color: var(--betninja-emphasis-copy,#fff);
  padding: 2px 8px;
  border-radius: 8px;
  box-shadow: 0 0 16px var(--shine)
}
.main-missions-action img {
  width: 18px;
  height: 18px
}
.site-header-cta-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.site-header-cta-buttons a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.site-sign-in-button {
  border: 1px solid var(--betninja-edge);
  color: var(--copy)
}
.site-sign-in-button:hover {
  background-color: var(--alt-bg)
}
.join-button-wrapper {
  position: relative
}
.sign-up-btn {
  background: var(--accent-primary);
  border: 1px solid var(--accent-primary);
  color: var(--theme-text-btn,#fff)
}
.sign-up-btn:hover {
  filter: brightness(1.15)
}
.hamburger-button {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.hamburger-button img {
  filter: invert(1)
}
.offcanvas-row {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--fill);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-row.open {
  left: 0
}
.offcanvas-close-wrapper {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--copy);
  cursor: pointer
}
.offcanvas-close-wrapper:hover {
  background: 0 0
}
.main-offcanvas-masthead {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-body .site-header-menu-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-body .site-header-menu-list a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.offcanvas-backdrop-block {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-block.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .switcher-wrapper,
  .topbar-nav-shell-holder {
    display: none
  }
  .offcanvas-row .switcher-wrapper,
  .offcanvas-row .topbar-nav-shell-holder {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-row .site-header-menu-list {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
  .offcanvas-row .switcher-wrapper {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .hamburger-button,
  .offcanvas-backdrop-block,
  .offcanvas-row {
    display: none
  }
}
@media (max-width:768px) {
  .main-missions-action {
    display: none
  }
  .site-page-header-wrapper {
    padding: 0 20px
  }
  .site-page-header-left-side {
    gap: 10px
  }
  .page-header-right-row {
    flex-shrink: 0
  }
  .logo-holder-area {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .logo-holder-area img {
    max-width: 100%
  }
}
.switcher-wrapper > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary.sidebar-wide {
  width: 248px;
  min-width: 248px;
  background: var(--alt-bg);
  border-right: 1px solid rgba(128,128,128,.18)
}
.sidebar-wide .site-side-panel-core {
  padding: 80px 20px 20px;
  border-radius: 0;
  background: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}
.sidebar-wide .side-column-hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 10px 0;
  background: rgba(128,128,128,.18)
}
.sidebar-open-glyph-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 4px
}
.sidebar-open-glyph-wrapper img {
  object-fit: contain
}
.side-column-full-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%
}
.side-column-full-entry {
  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(--soft-copy);
  text-decoration: none;
  transition: .2s
}
.side-column-full-entry:hover {
  background: rgba(255,255,255,.1);
  color: var(--copy)
}
.side-column-full-entry img {
  object-fit: contain;
  flex-shrink: 0
}
.side-column-full-menu .side-column-hr {
  width: 100%;
  margin: 6px 0
}
.header-surface-box,
.header-surface-box *,
.site-header-fill-lower,
.site-header-fill-lower * {
  font-family: var(--text-caption)!important
}
.header-surface-box {
  background: url(../images/header-bg.png) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.site-page-header-fill-content-body-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.site-page-header-fill-content-body-wrapper br {
  display: none
}
.site-page-header-fill-content-body-wrapper > 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(--highlight);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.topbar-background-deposit {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--copy);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.site-header-bg-promo {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--copy);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.main-page-header-surface-button {
  background: var(--accent-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
}
.main-page-header-surface-button:hover {
  background: var(--ui-hover-accent-primary);
  transform: translateY(-2px)
}
.main-masthead-background-button-inner-wrapper {
  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
}
.main-topbar-fill-btn-description-wrap {
  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-bg);
  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(--fill),transparent)
}
.site-header-fill-lower::after {
  right: 0;
  background: linear-gradient(to left,var(--fill),transparent)
}
.site-header-fill-lower p {
  display: none
}
.topbar-bg-bottom-area-inner {
  text-align: center;
  margin: 0 26px
}
.topbar-bg-bottom-area-inner .main-small-content {
  font-size: 11px;
  color: var(--soft-copy);
  font-weight: 700
}
.topbar-bg-bottom-area-inner .big-inner-container {
  font-size: 15px;
  font-weight: 700;
  color: #fff
}
@media (min-width:769px) {
  .site-page-header-fill-content-body-wrapper {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .header-surface-box {
    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)
  }
  .header-surface-box .site-page-header-fill-content-body-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .page-header-bg-name-wrapper {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .topbar-background-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .site-header-bg-promo {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .site-header-fill-lower {
    background: var(--alt-bg);
    gap: 10px;
    padding: 8px 15px
  }
  .big-inner-container {
    font-size: 14px
  }
}
.banking-methods-wrapper {
  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-wrapper img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.banking-methods-wrapper img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .banking-methods-wrapper {
    gap: 14px 20px;
    padding: 16px
  }
  .banking-methods-wrapper img {
    width: 56px;
    height: 44px
  }
}
.site-primary-area {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.main-zone {
  font-size: 15px;
  line-height: 1.85;
  color: var(--soft-copy)
}
.main-zone p {
  margin-bottom: 1rem
}
.main-zone strong {
  color: var(--copy)
}
.main-zone a:not(.lead-button):not(.mobile-banner-action):not([class*="-button"]) {
  color: var(--accent-primary);
  text-decoration: underline
}
.main-zone a:not(.lead-button):not(.mobile-banner-action):not([class*="-button"]):hover {
  color: var(--highlight)
}
@media (max-width:768px) {
  .site-primary-area {
    padding: 5rem 15px 30px
  }
  .main-zone {
    font-size: 14px
  }
  .app-promo-banner-holder,
  .site-primary-area > .app-promo-banner-holder {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-banner-group,
  .site-application-banner-mobile-block img {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.highlights-container {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1400px
}
.highlight-tile {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  background-color: var(--bg-panel,var(--alt-bg));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.highlight-tile:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.highlight-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
  pointer-events: none
}
.highlights-container .highlight-tile h3 {
  text-transform: none;
  border: none;
  padding: 0;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: left;
  width: auto
}
.fcdl-payouts-grid {
  background-image: url(../images/fast-pay.png)
}
.main-cashback-holder {
  background-image: url(../images/cashback.png)
}
.main-vip {
  background-image: url(../images/vip-level.png)
}
.site-slots {
  background-image: url(../images/games.png)
}
.missions-wrap {
  background-image: url(../images/feature-missions.png)
}
@media (max-width:1024px) {
  .highlights-container {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .highlights-container {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px 24px;
    gap: 12px;
    margin: 0 -16px;
    scrollbar-width: thin
  }
  .highlights-container::-webkit-scrollbar {
    height: 4px
  }
  .highlights-container::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .highlight-tile {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .highlights-container .highlight-tile h3 {
    font-size: 12px
  }
}
.main-area-care {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.unit-care {
  flex: 1;
  background: var(--alt-bg);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.main-name-service {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.main-name-service img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.heading-help-copy {
  font-weight: 700;
  font-size: 16px
}
.unit-care p {
  color: var(--soft-copy);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .main-area-care {
    flex-direction: column;
    padding: 0 16px
  }
}
.app-promo-banner-holder {
  margin: 32px auto;
  max-width: 800px
}
.app-banner-group {
  display: flex;
  align-items: stretch;
  background: var(--bg-panel,var(--alt-bg));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--betninja-edge);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.site-mobile-banner-content {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.mobile-banner-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--betninja-edge);
  background: var(--alt-bg);
  align-self: flex-start
}
.application-banner-caption-image-group {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.mobile-banner-caption-main-box {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.mobile-banner-caption-title-box {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--copy);
  letter-spacing: .2px
}
.app-promo-banner-text-rate-row {
  display: flex;
  gap: 1px
}
.app-promo-banner-text-rate-row img {
  width: 12px;
  height: 12px
}
.app-promo-banner-text-rate-row .star-half-inner {
  opacity: .85
}
.mobile-banner-text-verify {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.application-banner-headline-group {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--copy);
  font-family: var(--text-caption);
  margin: 0
}
.application-banner-description-row {
  color: var(--soft-copy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.app-promo-banner-action-holder {
  margin-top: 4px
}
.app-promo-banner-action-holder .lead-button {
  margin: 0;
  display: inline-block
}
.app-banner-image-shell {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.app-promo-banner-image-wrap {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.site-application-banner-mobile-block {
  display: none
}
.site-application-banner-mobile-block 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-shell {
    display: none
  }
  .site-application-banner-mobile-block {
    display: block;
    padding: 0;
    line-height: 0
  }
  .site-application-banner-mobile-block img {
    max-width: 100%;
    width: 100%;
    border-radius: 0
  }
  .site-mobile-banner-content {
    padding: 16px 20px 24px;
    gap: 12px
  }
  .site-mobile-banner-content .mobile-banner-text {
    margin-top: -2px
  }
  .application-banner-headline-group {
    font-size: 20px
  }
  .app-promo-banner-action-holder .lead-button {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-button {
  font-size: 18px;
  font-weight: 700;
  background: var(--accent-primary);
  color: var(--theme-text-btn,var(--copy));
  padding: 10px 56px;
  border-radius: 6px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.lead-button:hover {
  background: var(--ui-hover-accent-primary,var(--accent-primary));
  color: var(--theme-text-btn,var(--copy))
}
.site-updated-date {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--alt-bg);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--accent-primary);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--copy);
  max-width: 1400px
}
@media (max-width:768px) {
  .site-updated-date {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-page-footer-area.footer-wrapper {
  background: var(--background-page-footer,var(--alt-bg,#060e2a));
  color: var(--theme-text-page-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer-area.footer-wrapper .site-footer-hero-banner,
.site-page-footer-area.footer-wrapper .site-page-footer-lower {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box
}
.site-page-footer-area.footer-wrapper .site-footer-hero-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0 24px
}
.site-page-footer-area.footer-wrapper .page-footer-brand {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-page-footer-area.footer-wrapper .site-footer-banking-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-page-footer-area.footer-wrapper .site-footer-banking-container img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-page-footer-area.footer-wrapper .site-footer-rule {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-page-footer-area.footer-wrapper .site-page-footer-lower {
  display: grid;
  grid-template-columns: minmax(120px,1fr) minmax(180px,1.4fr) minmax(220px,1.4fr) minmax(180px,1fr);
  gap: 24px;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 36px
}
.site-page-footer-area.footer-wrapper .colophon-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-page-footer-area.footer-wrapper .colophon-menu a {
  color: var(--ui-link-page-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer-area.footer-wrapper .colophon-menu a:hover {
  color: var(--theme-text-page-footer,#fff)
}
.site-page-footer-area.footer-wrapper .colophon-help-center {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer-area.footer-wrapper .colophon-help-center .site-footer-help-center-heading {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer-area.footer-wrapper .colophon-help-center p {
  color: var(--theme-text-page-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer-area.footer-wrapper .site-footer-inbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text-page-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer-area.footer-wrapper .site-footer-inbox img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer-area.footer-wrapper .colophon-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-page-footer-area.footer-wrapper .colophon-locale-container {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--ui-site-footer-social-fill,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--theme-text-page-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-page-footer-area.footer-wrapper .colophon-locale-container img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-page-footer-area.footer-wrapper .site-footer-follow-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-page-footer-area.footer-wrapper .page-footer-socials {
  display: flex;
  gap: 4px
}
.site-page-footer-area.footer-wrapper .page-footer-socials-section {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--ui-site-footer-social-fill,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-page-footer-area.footer-wrapper .page-footer-socials-section:hover {
  background: var(--highlight,#5a6178)
}
.site-page-footer-area.footer-wrapper .page-footer-socials-section img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .site-page-footer-area.footer-wrapper .site-page-footer-lower {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-page-footer-area.footer-wrapper .site-footer-banking-container {
    gap: 24px
  }
  .site-page-footer-area.footer-wrapper .colophon-side {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-page-footer-area.footer-wrapper .site-page-footer-lower {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 24px
  }
  .site-page-footer-area.footer-wrapper .site-footer-hero-banner {
    padding: 20px
  }
  .site-page-footer-area.footer-wrapper .site-footer-banking-container img {
    width: 70px;
    height: 35px
  }
  .site-page-footer-area.footer-wrapper .site-footer-rule {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-page-footer-area.footer-wrapper .colophon-help-center,
  .site-page-footer-area.footer-wrapper .colophon-side,
  .site-page-footer-area.footer-wrapper .site-page-footer-lower {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer-area.footer-wrapper .page-footer-socials,
  .site-page-footer-area.footer-wrapper .site-footer-banking-container {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer-area.footer-wrapper .colophon-menu {
    align-items: center
  }
  .site-page-footer-area.footer-wrapper .site-footer-inbox {
    justify-content: center
  }
}
.site-page-footer-area .colophon-menu:not(:has(a)) {
  display: none
}
.site-page-footer-area .colophon-navigation-accent-primary,
.site-page-footer-area .page-footer-navbar-legal {
  text-align: left
}
.site-page-footer-area.footer-wrapper .colophon-menu:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-page-footer-area.footer-wrapper .site-page-footer-lower:has(.colophon-navigation-accent-primary a):not(:has(.page-footer-navbar-legal a)),
  .site-page-footer-area.footer-wrapper .site-page-footer-lower:not(:has(.colophon-navigation-accent-primary a)):has(.page-footer-navbar-legal a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-page-footer-area.footer-wrapper .site-page-footer-lower:not(:has(.colophon-menu a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-area {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-main-wrapper {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-main-wrapper .site-primary-area {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.app-banner-group,
.highlights-container {
  margin-left: auto;
  margin-right: auto
}
.site-page-footer-area[class] {
  padding-left: var(--width-aside,0)
}
.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
  }
}
.site-cta-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.site-cta-center .lead-button,
.site-cta-center a.lead-button {
  display: inline-block
}
@media (max-width:768px) {
  .site-cta-center {
    display: block;
    margin: 30px auto
  }
  .main-legal-holder .table-scroll > table,
  .main-zone .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.lead-button.mobile-banner-action {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faqs-heading,
.highlights-container h2 {
  font-family: var(--text-caption);
  color: var(--copy);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.highlights-container .highlight-tile {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.highlights-container .highlight-tile h3 {
  margin: 0;
  font-size: 14px
}
.main-zone li {
  padding: .3rem 0;
  line-height: 1.7
}
.main-zone table {
  font-size: .92rem
}
.main-zone table th {
  background: var(--accent-primary);
  color: var(--theme-text-btn,#fff)
}
.main-zone table td {
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.site-layout-area > .site-widget-region.sub-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--width-aside,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-area > .site-main-wrapper {
  margin-left: var(--width-aside,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-main-wrapper .site-primary-area {
    padding-left: 20px
  }
  .site-layout-area > .site-widget-region.sub-grid {
    max-width: var(--width-aside,80px)
  }
}
@media (max-width:992px) {
  .site-layout-area > .site-widget-region.sub-grid {
    display: none
  }
  .site-layout-area > .site-main-wrapper {
    margin-left: 0
  }
}
.header-surface-box {
  position: relative;
  z-index: 1
}
.site-page-header-fill-content-body-wrapper {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.sidebar-open-glyph-wrapper img {
  width: 64px;
  height: 64px;
  object-fit: contain
}
.side-column-full-entry img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.sidebar-wide .site-side-panel-core {
  padding-top: 20px!important
}
.switcher-wrapper img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.hamburger-button img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-name {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--copy);
  line-height: 1.15;
  letter-spacing: -.02em
}
.main-legal-holder {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--soft-copy)
}
.main-legal-holder p {
  margin-bottom: 1.1rem
}
.main-legal-holder strong {
  color: var(--copy)
}
.main-legal-holder li,
.main-zone li {
  color: var(--soft-copy)
}
.main-legal-holder li strong,
.main-zone li strong {
  color: var(--soft-copy);
  font-weight: 700
}
.main-legal-holder a {
  color: var(--accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.main-legal-holder a:hover {
  color: var(--ui-hover-accent-primary,var(--highlight))
}
.main-legal-holder article em {
  color: var(--soft-copy);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.main-img-wrapper {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.main-img-wrapper.main-content-img-start {
  float: left;
  clear: both;
  margin: .75rem 1.8rem 1rem 0
}
.main-img-wrapper.site-inner-img-right {
  float: right;
  clear: both;
  margin: .75rem 0 1rem 1.8rem
}
.main-zone h2,
.main-zone h3,
.main-zone ol,
.main-zone table,
.main-zone ul {
  clear: both
}
.content-body-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-name {
    font-size: 1.6rem
  }
  .main-legal-holder h1 {
    font-size: 1.5rem
  }
  .main-legal-holder h2 {
    font-size: 1.2rem
  }
  .main-content-img-start,
  .main-img-wrapper,
  .site-inner-img-right {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.faq-ask,
.faqs-heading,
.main-legal-holder h1,
.main-legal-holder h2,
.main-legal-holder h3,
.main-zone h1,
.main-zone h2,
.main-zone h3 {
  font-family: var(--text-caption);
  color: var(--copy);
  border-bottom: 2px solid color-mix(in srgb,var(--accent-primary) 30%,transparent);
  padding-bottom: .3em
}
.main-legal-holder h1,
.main-zone h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.faqs-heading,
.main-legal-holder h2,
.main-zone h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.faq-ask,
.main-legal-holder h3,
.main-zone h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.main-legal-holder ul,
.main-zone ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.main-legal-holder ul li,
.main-zone ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.main-legal-holder ul li::before,
.main-zone ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-primary)
}
.main-legal-holder ol,
.main-zone ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.main-legal-holder ol li,
.main-zone ol li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.main-legal-holder ol li::before,
.main-zone ol li::before {
  content: counter(ol-counter) ')';
  position: absolute;
  left: 0;
  color: var(--highlight);
  font-weight: 600
}
.main-legal-holder table,
.main-zone table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 1.5rem 0
}
.main-legal-holder table th,
.main-zone table th {
  font-weight: 700;
  color: var(--theme-text-btn,#fff);
  padding: 10px 12px;
  text-align: left;
  border: none;
  background: var(--accent-primary);
  font-size: 13px
}
.main-legal-holder table td,
.main-zone table td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--betninja-edge);
  color: var(--copy);
  font-size: 14px
}
.main-legal-holder table tr:last-child td,
.main-zone table tr:last-child td {
  border-bottom: none
}
.main-legal-holder table tr:nth-child(2n) td,
.main-zone table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.main-legal-holder table tr td,
.main-zone table tr td {
  background: 0 0
}
.faq-block {
  background: var(--alt-bg,rgba(255,255,255,.02));
  border: 1px solid var(--betninja-edge,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.faq-block .faqs-heading {
  color: var(--copy,#fff);
  font-family: var(--text-caption, 'Montserrat', system-ui, sans-serif);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.faq-block .faq-section-card-box {
  background: var(--bg-panel,rgba(255,255,255,.04));
  border: 1px solid var(--betninja-edge,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--soft-copy,#b1b4bc)
}
.faq-block .faq-section-card-box:last-child {
  margin-bottom: 0
}
.faq-block .faq-ask {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--copy,#fff);
  margin: 0 0 12px
}
.faq-block .questions-reply-wrap {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--soft-copy,#b1b4bc)
}
.faq-block .questions-reply-wrap p {
  margin: 0 0 8px
}
.faq-block .questions-reply-wrap p:last-child {
  margin-bottom: 0
}
.faq-block .questions-reply-wrap b,
.faq-block .questions-reply-wrap strong {
  font-weight: 700;
  color: var(--copy,#fff)
}
@media (max-width:600px) {
  .faq-block {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .faq-block .faqs-heading {
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .faq-block .faq-section-card-box {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .faq-block .faq-ask {
    line-height: 1.35
  }
}
.main-zone h2 {
  border: none;
  border-bottom: none
}
.main-legal-holder ol li,
.main-legal-holder ul li,
.main-zone ol li,
.main-zone ul li {
  border-bottom: none
}
.main-legal-holder,
.main-zone {
  max-width: 1400px;
  margin: 0 auto
}
img[src*="-mono-black"],
img[src*="-mono-white"] {
  filter: none!important
}
.site-header-menu-list a,
.site-page-header-wrapper a,
header,
header * {
  color: #fff!important
}
.site-page-footer-area {
  --background-page-footer: #221f1f;
  background-color: #221f1f!important
}
.application-banner-action,
.cta-btn,
.first-btn,
.lead-button,
.main-missions-action,
.main-page-header-surface-button,
.mobile-banner-action,
.picker-left-side-wrap,
.second-btn,
.sidebar-btn,
.sign-up-btn,
.site-footer-cta,
.site-sign-in-button,
a.first-btn,
a.second-btn {
  color: #000!important
}
.first-btn,
.site-sign-in-button,
a.first-btn {
  background: #252525!important;
  border-color: #252525!important;
  color: #fff!important
}
.application-banner-action,
.application-banner-action *,
.lead-button,
.lead-button *,
.sign-up-btn,
.sign-up-btn * {
  color: #000!important
}
.second-btn,
.sign-up-btn,
a.second-btn {
  background: #010305!important;
  border-color: #010305!important;
  color: #fff!important
}
section {
  background-color: #17c93a!important;
  color: #000!important
}
.application-banner-action,
.application-banner-action *,
.mobile-banner-action,
.mobile-banner-action *,
:root .application-banner-action.application-banner-action,
:root .mobile-banner-action.mobile-banner-action,
section * {
  color: #000!important
}
.highlight-tile {
  background-color: #303030!important;
  background-blend-mode: normal!important
}
.page-header-bg-name-wrapper {
  color: #fff!important
}
.site-header-bg-promo,
.topbar-background-deposit {
  color: #ffe100!important
}
.main-page-header-surface-button,
.promo .promo-cta {
  background: #18c637!important;
  color: #000!important
}
.header-bg-button-core,
.main-topbar-fill-btn-description-wrap {
  color: #000!important
}
:root .colophon-locale-container {
  color: #f5f5f5!important;
  background: #121212!important
}
:root .colophon-help-center,
:root .colophon-help-center * {
  color: #f5f5f5!important
}
:root .lead-button {
  color: #000!important
}
:root .mobile-banner-text-verify {
  color: #f5f5f5!important
}
:root .main-page-header-surface-button {
  --promo-btn-grad-top: #17c93a!important;
  --theme-bonus-btn-grad-bottom: #03b526!important
}
:root .site-page-footer-area.footer-wrapper {
  background: #221f1f!important
}
:root .site-page-footer-area.footer-wrapper .page-footer-socials-section {
  background: #4d4d4d!important
}
:root .main-missions-action,
:root .main-missions-action .missions-heading {
  color: #000!important
}
:root .switcher-wrapper {
  background-color: #000!important
}
:root .switcher-wrapper a,
:root .switcher-wrapper span {
  color: #fff!important
}
:root .picker-left-side-wrap,
:root .picker-left-side-wrap .selector-title {
  color: #000!important
}
:root .site-sign-in-button {
  color: #f5f5f5!important
}
:root .sign-up-btn {
  background: #17c637!important;
  color: #000!important
}