:root {
  --theme-glow: rgba(212,175,55,0.25);
  --strong-aura: rgba(212,175,55,0.45);
  --section-spacing: 4.5rem 2rem;
  --piperspin-tile-padding: 1.8rem;
  --piperspin-gutter: 1.5rem;
  --piperspin-corner: 6px;
  --piperspin-rounding-card: 10px;
  --surface-frosted: rgba(28,14,18,0.65);
  --outline-sheen: rgba(212,175,55,0.15);
  --theme-glass-shade: 0 2px 12px rgba(0, 0, 0, 0.3);
  --footer-certification: #ffd700;
  --positive: #2ec77b;
  --negative: #e5484d;
  --on-media: #ffffff;
  --width-aside: 248px;
  --background: #0a0608;
  --ui-surface-alt: #140c10;
  --ui-main: #0162d8;
  --ui-hover-primary: #2788fe;
  --dark-lead: #004ec4;
  --ui-secondary-alt: #c0392b;
  --text-content: #f0ece6;
  --ui-dim-label: #b0a898;
  --theme-text-btn: #f5f5f5;
  --ui-highlight: #ffd700;
  --ui-label-highlight: #060606;
  --piperspin-border-line: rgba(212,175,55,0.15);
  --bg-panel: rgba(28,14,18,0.65);
  --piperspin-blend: linear-gradient(135deg, #0162d8 0%, #1374ea 50%, #004ec4 100%);
  --ui-font-family-heading: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --ui-font-body: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --primary-ink: #287cf4;
  --accent-ink: #ffd700;
  --secondary-ink: #dc5443;
  --piperspin-reward-action-grad-top: #0162d8!important;
  --ui-bonus-btn-grad-lower: #004ec4!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(--background);
  color: var(--text-content);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 64px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ui-font-family-heading);
  line-height: 1.15
}
a {
  color: var(--ui-main);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--ui-hover-primary)
}
.seo-region-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem 0;
  font-size: .9rem;
  color: var(--ui-dim-label,var(--text-content))
}
.seo-region-breadcrumb a {
  color: var(--ui-main)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--theme-glow)
  }
  50% {
    box-shadow: 0 0 28px var(--strong-aura)
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-burger-open span:first-child {
  transform: translateY(7px) rotate(45deg)
}
.header-burger-open span:nth-child(2) {
  opacity: 0
}
.header-burger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}
@media (max-width:768px) {
  .header-nav-open {
    display: flex!important
  }
}
.widget-region.sub {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--width-aside,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-column-primary {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.page-footer-top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.colophon-logo {
  display: flex;
  align-items: center;
  gap: .5rem
}
.colophon-emblem {
  height: 30px;
  width: auto
}
.site-footer-navbar {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.site-footer-navbar a {
  font-size: .82rem;
  color: var(--ui-dim-label);
  text-decoration: none;
  transition: color .2s
}
.site-footer-navbar a:hover {
  color: var(--ui-main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.footer-separator-panel {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.colophon-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --section-spacing: 1.8rem 0.8rem;
    --piperspin-tile-padding: 0.9rem;
    --piperspin-gutter: 0.6rem
  }
}
@media (max-width:768px) {
  :root {
    --section-spacing: 2.5rem 1rem;
    --piperspin-tile-padding: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --section-spacing: 3.5rem 1.5rem;
    --piperspin-tile-padding: 1.5rem
  }
}
header {
  background-color: var(--background);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--ui-font-family-heading)
}
.page-header-container {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.page-header-container a {
  color: var(--text-content);
  text-decoration: none
}
.page-header-container a:hover {
  color: unset
}
.masthead-left-side-row {
  display: flex;
  align-items: center;
  gap: 40px
}
.piperspin-shell-box img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.header-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.header-navigation a {
  color: var(--ui-dim-label)
}
.header-navigation a:hover {
  color: var(--text-content)
}
.page-header-end {
  display: flex;
  align-items: center;
  gap: 15px
}
.site-header-call-to-action-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.site-header-call-to-action-buttons a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.access-button {
  border: 1px solid var(--piperspin-border-line);
  color: var(--text-content)
}
.access-button:hover {
  background-color: var(--ui-surface-alt)
}
.join-cta-holder {
  position: relative
}
.sign-up-btn {
  background: var(--ui-main);
  border: 1px solid var(--ui-main);
  color: var(--theme-text-btn,#fff)
}
.sign-up-btn:hover {
  filter: brightness(1.15)
}
.sign-up-offer {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--ui-highlight);
  color: #000;
  border-radius: 15px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 2px;
  display: flex;
  align-items: center;
  gap: 2px
}
.main-hamburger-cta-wrapper {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.main-hamburger-cta-wrapper img {
  filter: invert(1)
}
.offcanvas-inner {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--background);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-inner.open {
  left: 0
}
.offcanvas-close-row {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--text-content);
  cursor: pointer
}
.offcanvas-close-row:hover {
  background: 0 0
}
.offcanvas-site-header-block {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-body .header-navigation {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-body .header-navigation a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.site-offcanvas-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.site-offcanvas-backdrop.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .site-header-navigation-shell {
    display: none
  }
  .offcanvas-inner .site-header-navigation-shell {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-inner .header-navigation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .main-hamburger-cta-wrapper,
  .offcanvas-inner,
  .site-offcanvas-backdrop {
    display: none
  }
}
@media (max-width:768px) {
  .main-site-header-search {
    display: none
  }
  .page-header-container {
    padding: 0 20px
  }
  .masthead-left-side-row {
    gap: 10px
  }
  .page-header-end {
    flex-shrink: 0
  }
  .piperspin-shell-box {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .piperspin-shell-box img {
    max-width: 100%
  }
}
#secondary.side-column-full {
  width: 248px;
  min-width: 248px;
  background: var(--ui-surface-alt);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-column-full .side-column-primary {
  padding: 80px 20px 20px;
  border-radius: 0;
  background: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}
.side-column-full .site-sidebar-hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 10px 0;
  background: rgba(128,128,128,.18)
}
.sidebar-wide-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 4px
}
.sidebar-wide-symbol img {
  object-fit: contain
}
.side-column-full-navigation {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%
}
.aside-wide-entry-row {
  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(--ui-dim-label);
  text-decoration: none;
  transition: .2s
}
.aside-wide-entry-row:hover {
  background: rgba(255,255,255,.1);
  color: var(--text-content)
}
.aside-wide-entry-row img {
  object-fit: contain;
  flex-shrink: 0
}
.side-column-full-navigation .site-sidebar-hr {
  width: 100%;
  margin: 6px 0
}
.main-header-surface-bottom-area,
.main-header-surface-bottom-area *,
.site-header-fill,
.site-header-fill * {
  font-family: var(--ui-font-family-heading)!important
}
.site-header-fill {
  background: url(../images/header-bg.png) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.page-header-background-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.page-header-background-inner br {
  display: none
}
.page-header-background-inner > a {
  display: inline-block;
  width: auto
}
.site-header-bg-headline {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--ui-highlight);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.site-header-bg-deposit {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--text-content);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.site-header-surface-offer {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--text-content);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.masthead-bg-action {
  background: var(--ui-main);
  color: var(--theme-text-btn,#fff);
  border: none;
  cursor: pointer;
  padding: 9px 58px!important;
  border-radius: 1000px!important;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.masthead-bg-action:hover {
  background: var(--ui-hover-primary);
  transform: translateY(-2px)
}
.page-header-background-button-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
}
.page-header-background-cta-description {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.main-header-surface-bottom-area {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--ui-surface-alt);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.main-header-surface-bottom-area::after,
.main-header-surface-bottom-area::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.main-header-surface-bottom-area::before {
  left: 0;
  background: linear-gradient(to right,var(--background),transparent)
}
.main-header-surface-bottom-area::after {
  right: 0;
  background: linear-gradient(to left,var(--background),transparent)
}
.main-header-surface-bottom-area p {
  display: none
}
.main-page-header-surface-bottom {
  text-align: center;
  margin: 0 26px
}
.main-page-header-surface-bottom .small-inner-area {
  font-size: 11px;
  color: var(--ui-dim-label);
  font-weight: 700
}
.main-page-header-surface-bottom .big-inner {
  font-size: 15px;
  font-weight: 700;
  color: #fff
}
@media (min-width:769px) {
  .page-header-background-inner {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .site-header-fill {
    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)
  }
  .site-header-fill .page-header-background-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .site-header-bg-headline {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .site-header-bg-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .site-header-surface-offer {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .main-header-surface-bottom-area {
    background: var(--ui-surface-alt);
    gap: 10px;
    padding: 8px 15px
  }
  .big-inner {
    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
  }
}
.slots-sort-grid {
  background: var(--background);
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 56px;
  margin: 24px 0
}
.slots-sort-grid .play-selector-line {
  display: flex;
  align-items: stretch;
  height: 60px;
  overflow-x: auto;
  scrollbar-width: thin;
  width: 100%;
  max-width: 1344px
}
.slots-sort-grid .play-selector-line::-webkit-scrollbar {
  height: 4px
}
.slots-sort-grid .play-selector-line::-webkit-scrollbar-thumb {
  background: var(--piperspin-border-line);
  border-radius: 2px
}
.slots-sort-grid .play-selector-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  height: 60px;
  background: 0 0;
  color: var(--ui-dim-label);
  font-family: var(--ui-font-family-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.2px;
  text-transform: capitalize;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  flex-shrink: 0;
  transition: color .2s,background .2s
}
.slots-sort-grid .play-selector-tab:hover {
  color: var(--text-content)
}
.slots-sort-grid .play-selector-tab.is-active {
  background: var(--ui-surface-alt);
  color: var(--text-content)
}
.slots-sort-grid .play-selector-tab.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--ui-main)
}
.slots-sort-grid .slots-selector-icon-wrap {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}
@media (max-width:768px) {
  .slots-sort-grid {
    padding: 0 16px
  }
  .slots-sort-grid .play-selector-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.85;
  color: var(--ui-dim-label)
}
.content-field-area p {
  margin-bottom: 1rem
}
.content-field-area strong {
  color: var(--text-content)
}
.content-field-area a:not(.accent-primary-action):not(.main-app-banner-button):not([class*="-button"]) {
  color: var(--ui-main);
  text-decoration: underline
}
.content-field-area a:not(.accent-primary-action):not(.main-app-banner-button):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
  }
  .app-banner-group,
  .application-banner-mobile-block img {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.perks-shell {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1400px
}
.perk-card {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 14px;
  background-color: var(--bg-panel,var(--ui-surface-alt));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.perk-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.perk-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
  pointer-events: none
}
.perks-shell .perk-card h3 {
  text-transform: none;
  border: none;
  padding: 0;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: right;
  width: auto
}
.site-fcdl-payouts-inner {
  background-image: url(../images/fast-pay.png)
}
.cashback-inner {
  background-image: url(../images/cashback.png)
}
.vip-group {
  background-image: url(../images/vip-level.png)
}
.site-game {
  background-image: url(../images/games.png)
}
.missions-wrapper {
  background-image: url(../images/feature-missions.png)
}
@media (max-width:1024px) {
  .perks-shell {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .perks-shell {
    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
  }
  .perks-shell::-webkit-scrollbar {
    height: 4px
  }
  .perks-shell::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .perk-card {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .perks-shell .perk-card h3 {
    font-size: 12px
  }
}
.region-help {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  padding: 30px 0;
  max-width: 1400px;
  margin: 0 auto
}
.group-care {
  background: var(--ui-surface-alt,#161d37);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text-content);
  min-height: 138px
}
.main-name-service {
  display: flex;
  align-items: flex-start;
  gap: 10px
}
.main-name-service img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.name-support-text-holder {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  color: var(--text-content)
}
.care-description {
  color: var(--ui-dim-label);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0
}
@media (max-width:1024px) {
  .region-help {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 16px
  }
}
.site-app-banner-container-grid {
  margin: 32px auto;
  max-width: 800px
}
.app-banner-group {
  display: flex;
  align-items: stretch;
  background: var(--bg-panel,var(--ui-surface-alt));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--piperspin-border-line);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.app-banner-main {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.app-banner-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--piperspin-border-line);
  background: var(--ui-surface-alt);
  align-self: flex-start
}
.application-banner-caption-image-section {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.mobile-banner-caption-main-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.app-banner-tag-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-content);
  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-wrap {
  opacity: .85
}
.application-banner-tag-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 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--text-content);
  font-family: var(--ui-font-family-heading);
  margin: 0
}
.application-banner-description {
  color: var(--ui-dim-label);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.app-banner-btn-holder-box {
  margin-top: 4px
}
.app-banner-btn-holder-box .accent-primary-action {
  margin: 0;
  display: inline-block
}
.main-application-banner-image-container {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.application-banner-image {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.application-banner-mobile-block {
  display: none
}
.application-banner-mobile-block img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .app-banner-group {
    flex-direction: column;
    min-height: unset
  }
  .main-application-banner-image-container {
    display: none
  }
  .application-banner-mobile-block {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .application-banner-mobile-block img {
    max-width: 320px
  }
  .app-banner-main {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .application-banner-headline {
    font-size: 20px
  }
  .app-banner-btn-holder-box .accent-primary-action {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.accent-primary-action {
  font-size: 18px;
  font-weight: 700;
  background: var(--ui-main);
  color: var(--theme-text-btn,var(--text-content));
  padding: 10px 56px;
  border-radius: 16px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.accent-primary-action:hover {
  background: var(--ui-hover-primary,var(--ui-main));
  color: var(--theme-text-btn,var(--text-content))
}
.updated-date-grid {
  background: var(--ui-surface-alt);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--ui-main);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--text-content);
  max-width: 1400px
}
@media (max-width:768px) {
  .updated-date-grid {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-page-footer.page-footer-panel {
  background: var(--ui-colophon-bg,var(--ui-surface-alt,#060e2a));
  color: var(--theme-copy-site-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer.page-footer-panel .colophon-lower,
.site-page-footer.page-footer-panel .page-footer-top-area,
.site-page-footer.page-footer-panel > .site-footer-banking-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-page-footer.page-footer-panel .page-footer-top-area {
  display: grid;
  grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(180px,1fr) minmax(220px,297px);
  gap: 24px;
  align-items: start;
  padding-top: 28px
}
.site-page-footer.page-footer-panel .colophon-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.site-page-footer.page-footer-panel .colophon-emblem {
  width: 135px;
  height: 34px;
  object-fit: contain;
  object-position: left center
}
.site-page-footer.page-footer-panel .colophon-brand-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4
}
.site-page-footer.page-footer-panel .page-footer-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-copy-site-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer.page-footer-panel .page-footer-email img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer.page-footer-panel .site-footer-navbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.site-page-footer.page-footer-panel .site-footer-navbar a {
  color: var(--link-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer.page-footer-panel .site-footer-navbar a:hover {
  color: var(--theme-copy-site-footer,#fff)
}
.site-page-footer.page-footer-panel .page-footer-support {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer.page-footer-panel .page-footer-support .site-footer-assist-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer.page-footer-panel .page-footer-support p {
  color: var(--theme-copy-site-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer.page-footer-panel .footer-separator-panel {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-page-footer.page-footer-panel .colophon-lower {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  padding-top: 0;
  padding-bottom: 24px
}
.site-page-footer.page-footer-panel .main-page-footer-bottom-start {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start
}
.site-page-footer.page-footer-panel .page-footer-licence-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--footer-certification,#869dee);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer
}
.site-page-footer.page-footer-panel .page-footer-licence-block .main-colophon-arrow {
  width: 10px;
  height: 10px;
  flex-shrink: 0
}
.site-page-footer.page-footer-panel .colophon-social-links-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}
.site-page-footer.page-footer-panel .footer-social-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(217,217,217,.2);
  border: 1px solid #fff;
  border-radius: 25px;
  box-shadow: 4px 5px 4px rgba(0,0,0,.25);
  padding: 8px 22px;
  min-width: 110px;
  min-height: 38px;
  color: var(--theme-copy-site-footer,#fff);
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  box-sizing: border-box
}
.site-page-footer.page-footer-panel .footer-social-tag img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1)
}
.site-page-footer.page-footer-panel .footer-social-tag:hover {
  background: rgba(217,217,217,.3)
}
.site-page-footer.page-footer-panel .site-footer-banking-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 36px
}
.site-page-footer.page-footer-panel .site-footer-banking-container img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-page-footer.page-footer-panel .site-colophon-bottom-area-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}
.site-page-footer.page-footer-panel .site-footer-locale {
  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-copy-site-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.page-footer-panel .site-footer-locale img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-page-footer.page-footer-panel .page-footer-copyright {
  color: var(--theme-copy-site-footer,#a2a5af);
  font-size: 10px;
  font-weight: 400;
  line-height: 22.29px;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  max-width: 480px
}
@media (max-width:960px) {
  .site-page-footer.page-footer-panel .page-footer-top-area {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-page-footer.page-footer-panel .colophon-lower {
    grid-template-columns: 1fr
  }
  .site-page-footer.page-footer-panel .site-colophon-bottom-area-right {
    align-items: flex-start
  }
  .site-page-footer.page-footer-panel .page-footer-copyright {
    text-align: left
  }
}
@media (max-width:600px) {
  .site-page-footer.page-footer-panel .page-footer-top-area {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .site-page-footer.page-footer-panel .colophon-emblem {
    object-position: center
  }
  .site-page-footer.page-footer-panel .colophon-lower {
    padding: 0 20px 24px
  }
  .site-page-footer.page-footer-panel > .site-footer-banking-container {
    padding: 8px 20px 32px;
    gap: 16px;
    justify-content: center
  }
  .site-page-footer.page-footer-panel .site-footer-banking-container img {
    width: 70px;
    height: 35px
  }
  .site-page-footer.page-footer-panel .footer-separator-panel {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-page-footer.page-footer-panel .colophon-logo,
  .site-page-footer.page-footer-panel .main-page-footer-bottom-start,
  .site-page-footer.page-footer-panel .page-footer-support,
  .site-page-footer.page-footer-panel .page-footer-top-area,
  .site-page-footer.page-footer-panel .site-colophon-bottom-area-right {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer.page-footer-panel .colophon-social-links-pills,
  .site-page-footer.page-footer-panel .site-footer-banking-container {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer.page-footer-panel .site-footer-navbar {
    align-items: center
  }
  .site-page-footer.page-footer-panel .page-footer-email {
    justify-content: center
  }
  .site-page-footer.page-footer-panel .page-footer-copyright {
    text-align: center
  }
}
.site-page-footer .site-footer-navbar:not(:has(a)) {
  display: none
}
.site-page-footer .site-footer-nav-primary-inner,
.site-page-footer .site-footer-navigation-legal-block {
  text-align: left
}
.site-page-footer.page-footer-panel .site-footer-navbar:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-page-footer.page-footer-panel .page-footer-top-area:has(.site-footer-nav-primary-inner a):not(:has(.site-footer-navigation-legal-block a)),
  .site-page-footer.page-footer-panel .page-footer-top-area:not(:has(.site-footer-nav-primary-inner a)):has(.site-footer-navigation-legal-block a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .site-page-footer.page-footer-panel .page-footer-top-area:not(:has(.site-footer-navbar a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-wrap {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-grid {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-grid .site-core-group {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.app-banner-group,
.main-faq-section-holder,
.perks-shell {
  margin-left: auto;
  margin-right: auto
}
.site-page-footer[class] {
  padding-left: var(--width-aside,0)
}
.site-page-footer[class] .colophon-lower,
.site-page-footer[class] .page-footer-top-area {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-page-footer[class] {
    padding-left: 0
  }
}
.cta-center-section {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.cta-center-section .accent-primary-action,
.cta-center-section a.accent-primary-action {
  display: inline-block
}
@media (max-width:768px) {
  .cta-center-section {
    display: block;
    margin: 30px auto
  }
  .content-field-area .table-scroll > table,
  .legal-inner-container .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.accent-primary-action.main-app-banner-button {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faq-heading-box,
.main-faq-section-holder h2,
.perks-shell h2 {
  font-family: var(--ui-font-family-heading);
  color: var(--text-content);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.main-faq-section-holder {
  padding: 0
}
.perks-shell .perk-card {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.perks-shell .perk-card 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(--ui-main);
  color: var(--theme-text-btn,#fff)
}
.content-field-area table td {
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.site-layout-wrap > .widget-region.sub {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--width-aside,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-wrap > .site-content-grid {
  margin-left: var(--width-aside,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-grid .site-core-group {
    padding-left: 20px
  }
  .site-layout-wrap > .widget-region.sub {
    max-width: var(--width-aside,80px)
  }
}
@media (max-width:992px) {
  .site-layout-wrap > .widget-region.sub {
    display: none
  }
  .site-layout-wrap > .site-content-grid {
    margin-left: 0
  }
}
.site-header-fill {
  position: relative;
  z-index: 1
}
.page-header-background-inner {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.sidebar-wide-symbol img {
  width: 64px;
  height: 64px;
  object-fit: contain
}
.aside-wide-entry-row img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.side-column-full .side-column-primary {
  padding-top: 20px!important
}
.main-site-header-search img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.sign-up-offer img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.main-hamburger-cta-wrapper img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.play-filter-bar-holder a {
  text-decoration: none!important
}
.legal-heading {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--text-content);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-inner-container {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--ui-dim-label)
}
.legal-inner-container p {
  margin-bottom: 1.1rem
}
.legal-inner-container strong {
  color: var(--text-content)
}
.content-field-area li,
.legal-inner-container li {
  color: var(--ui-dim-label)
}
.content-field-area li strong,
.legal-inner-container li strong {
  color: var(--ui-dim-label);
  font-weight: 700
}
.legal-inner-container a {
  color: var(--ui-main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-inner-container a:hover {
  color: var(--ui-hover-primary,var(--ui-highlight))
}
.legal-inner-container article em {
  color: var(--ui-dim-label);
  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-body-img-left-side-grid {
  float: left;
  clear: both;
  margin: .75rem 1.8rem 1rem 0
}
.main-img-wrap.site-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
}
.site-content-body-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-heading {
    font-size: 1.6rem
  }
  .legal-inner-container h1 {
    font-size: 1.5rem
  }
  .legal-inner-container h2 {
    font-size: 1.2rem
  }
  .content-body-img-left-side-grid,
  .main-img-wrap,
  .site-inner-img-end {
    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-heading-box,
.legal-inner-container h1,
.legal-inner-container h2,
.legal-inner-container h3,
.main-faq-section-holder h2,
.main-faq-section-holder h3,
.main-questions-question,
.questions-cell h3 {
  font-family: var(--ui-font-family-heading);
  color: var(--text-content);
  text-decoration: none;
  border: none
}
.content-field-area h1,
.legal-inner-container h1 {
  font-size: 3rem;
  font-weight: 900;
  margin-top: 3.5rem;
  margin-bottom: 1rem
}
.content-field-area h2,
.faq-heading-box,
.legal-inner-container h2,
.main-faq-section-holder h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-top: 2.8rem;
  margin-bottom: .8rem
}
.content-field-area h3,
.legal-inner-container h3,
.main-faq-section-holder h3,
.main-questions-question,
.questions-cell h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-field-area ul,
.legal-inner-container ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-field-area ul li,
.legal-inner-container ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.content-field-area ul li::before,
.legal-inner-container ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ui-main)
}
.content-field-area ol,
.legal-inner-container ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-field-area ol li,
.legal-inner-container ol li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.content-field-area ol li::before,
.legal-inner-container ol li::before {
  content: counter(ol-counter) ')';
  position: absolute;
  left: 0;
  color: var(--ui-highlight);
  font-weight: 600
}
.content-field-area table,
.legal-inner-container table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 1.5rem 0
}
.content-field-area table th,
.legal-inner-container table th {
  font-weight: 700;
  color: var(--theme-text-btn,#fff);
  padding: 10px 12px;
  text-align: left;
  border: none;
  background: var(--ui-main);
  font-size: 13px
}
.content-field-area table td,
.legal-inner-container table td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--piperspin-border-line);
  color: var(--text-content);
  font-size: 14px
}
.content-field-area table tr:last-child td,
.legal-inner-container table tr:last-child td {
  border-bottom: none
}
.content-field-area table tr:nth-child(2n) td,
.legal-inner-container table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.content-field-area table tr td,
.legal-inner-container table tr td {
  background: 0 0
}
.faqs-open {
  margin: 30px auto
}
.faqs-open .faq-heading-box {
  color: var(--text-content)
}
.faqs-open .questions-cell {
  padding: 20px 0;
  border-bottom: 1px solid var(--piperspin-border-line);
  overflow: visible
}
.faqs-open .questions-cell:first-of-type {
  border-top: 1px solid var(--piperspin-border-line)
}
.faqs-open .questions-cell:last-child {
  border-bottom: none
}
.faqs-open .main-questions-question {
  font-weight: 700;
  color: var(--text-content);
  margin: 0 0 8px;
  line-height: 1.4;
  cursor: default!important;
  display: block!important;
  padding: 0!important;
  background: 0 0!important;
  border: none!important;
  user-select: text
}
.faqs-open .main-questions-question::after {
  display: none!important
}
.faqs-open .questions-answer {
  max-height: none!important;
  overflow: visible!important;
  transition: none!important
}
.faqs-open .questions-answer p {
  color: var(--ui-dim-label);
  line-height: 1.7;
  margin: 0;
  padding: 0 0 0 12px!important;
  border-left: 2px solid var(--ui-main)
}
.content-field-area h2 {
  border: none;
  border-bottom: none
}
.content-field-area ol li,
.content-field-area ul li,
.legal-inner-container ol li,
.legal-inner-container ul li {
  border-bottom: none
}
.content-field-area,
.legal-inner-container {
  max-width: 1400px;
  margin: 0 auto
}
img[src*="-mono-black"],
img[src*="-mono-white"] {
  filter: none!important
}
.site-header-bg-headline {
  color: #fff!important
}
.site-header-bg-deposit,
.site-header-surface-offer {
  color: #fee525!important
}
:root .masthead-bg-action {
  --piperspin-reward-action-grad-top: #0162d8!important;
  --ui-bonus-btn-grad-lower: #004ec4!important
}