:root {
  --surface: #190426;
  --tile-surface: #14141f;
  --theme-background-alt: #281335;
  --accent-primary: #ff8c42;
  --theme-primary-hover: #ffb268;
  --secondary-alt: #e06820;
  --copy: #e8e6e3;
  --ui-dim-text-content: #9a9a9a;
  --theme-highlight: #ffb380;
  --promo-action-grad-upper: #ff8c42;
  --theme-bonus-btn-grad-bottom: color-mix(in srgb, #ff8c42, #000 20%);
  --edge: #2a2a3e;
  --theme-gradient-overlay: linear-gradient(110deg,  #ff8c42 0%, #e06820 100%);
  --theme-halo: rgba(255,255,255,0.1);
  --spinania-strong-halo: rgba(255,255,255,0.2);
  --ui-font-family-heading: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --body-font: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --area-inset: 6rem 2rem;
  --ui-card-inset: 2.2rem;
  --ui-spacing: 2rem;
  --ui-curve: 10px;
  --corner-panel: 16px;
  --fill-glass-effect: #14141f;
  --edge-glass-effect: #2a2a3e;
  --ui-frosted-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  --ui-cta-text-content: #fff;
  --width-sidebar: 248px;
  --spinania-accent-label: #fff
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--body-font);
  background: var(--surface);
  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(--ui-font-family-heading);
  line-height: 1.15
}
a {
  color: var(--accent-primary);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--theme-primary-hover)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--theme-halo)
  }
  50% {
    box-shadow: 0 0 28px var(--spinania-strong-halo)
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-burger-open span:first-child {
  transform: translateY(7px) rotate(45deg)
}
.header-burger-open span:nth-child(2) {
  opacity: 0
}
.header-burger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}
@media (max-width:768px) {
  .header-nav-open {
    display: flex!important
  }
}
.widget-zone-area.main-sub-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--width-sidebar,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-rail-main {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.main-page-footer-brand {
  height: 30px;
  width: auto
}
.colophon-nav {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.colophon-nav a {
  font-size: .82rem;
  color: var(--ui-dim-text-content);
  text-decoration: none;
  transition: color .2s
}
.colophon-nav a:hover {
  color: var(--accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-separator-panel {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.colophon-bottom-area {
  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
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@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(--surface);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--ui-font-family-heading)
}
.page-header-shell-section {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.page-header-shell-section a {
  color: var(--copy);
  text-decoration: none
}
.page-header-shell-section a:hover {
  color: unset
}
.header-left-side {
  display: flex;
  align-items: center;
  gap: 40px
}
.logo-container-group img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.header-navigation-wrap {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.header-navigation-wrap a {
  color: var(--ui-dim-text-content)
}
.header-navigation-wrap a:hover {
  color: var(--copy)
}
.topbar-end {
  display: flex;
  align-items: center;
  gap: 15px
}
.missions-button-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  background: var(--theme-highlight);
  color: var(--spinania-accent-label,#fff);
  padding: 2px 8px;
  border-radius: 8px;
  box-shadow: 0 0 16px var(--theme-halo)
}
.missions-button-wrap img {
  width: 18px;
  height: 18px
}
.header-button-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.header-button-buttons a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.site-access-button {
  border: 1px solid var(--edge);
  color: var(--copy)
}
.site-access-button:hover {
  background-color: var(--theme-background-alt)
}
.register-button-holder {
  position: relative
}
.signup-cta {
  background: var(--accent-primary);
  border: 1px solid var(--accent-primary);
  color: var(--ui-cta-text-content,#fff)
}
.signup-cta:hover {
  filter: brightness(1.15)
}
.join-offer-row {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--theme-highlight);
  color: #000;
  border-radius: 15px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 2px;
  display: flex;
  align-items: center;
  gap: 2px
}
.menu-toggle-action-section {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.menu-toggle-action-section img {
  filter: invert(1)
}
.offcanvas-box {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--surface);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-box.open {
  left: 0
}
.offcanvas-close-wrap {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--copy);
  cursor: pointer
}
.offcanvas-close-wrap: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-wrap {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-body .header-navigation-wrap a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.offcanvas-backdrop-holder {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-holder.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .topbar-nav-shell-holder {
    display: none
  }
  .offcanvas-box .topbar-nav-shell-holder {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-box .header-navigation-wrap {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .menu-toggle-action-section,
  .offcanvas-backdrop-holder,
  .offcanvas-box {
    display: none
  }
}
@media (max-width:768px) {
  .main-topbar-search-block,
  .missions-button-wrap {
    display: none
  }
  .page-header-shell-section {
    padding: 0 20px
  }
  .header-left-side {
    gap: 10px
  }
  .topbar-end {
    flex-shrink: 0
  }
  .logo-container-group {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .logo-container-group img {
    max-width: 100%
  }
}
#secondary.main-side-rail-full {
  width: 248px;
  min-width: 248px;
  background: var(--theme-background-alt);
  border-right: 1px solid rgba(128,128,128,.18)
}
.main-side-rail-full .side-rail-main {
  padding: 80px 20px 20px;
  border-radius: 0;
  background: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}
.main-side-rail-full .side-panel-hr-wrapper {
  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%
}
.sidebar-expanded-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(--ui-dim-text-content);
  text-decoration: none;
  transition: .2s
}
.sidebar-expanded-entry:hover {
  background: rgba(255,255,255,.1);
  color: var(--copy)
}
.sidebar-expanded-entry img {
  object-fit: contain;
  flex-shrink: 0
}
.side-column-full-menu .side-panel-hr-wrapper {
  width: 100%;
  margin: 6px 0
}
.page-header-surface-bottom,
.page-header-surface-bottom *,
.topbar-background,
.topbar-background * {
  font-family: var(--ui-font-family-heading)!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
}
.header-surface-name {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--theme-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;
  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))
}
.topbar-background-promo {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--copy);
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.masthead-bg-action-wrapper {
  background: var(--accent-primary);
  color: var(--ui-cta-text-content,#fff);
  border: none;
  cursor: pointer;
  padding: 8px 53px!important;
  border-radius: 1000px!important;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.masthead-bg-action-wrapper:hover {
  background: var(--theme-primary-hover);
  transform: translateY(-2px)
}
.main-masthead-background-button-inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.site-header-bg-button-primary-panel {
  font-size: 21.6px!important;
  font-weight: 700;
  line-height: 1.6
}
.topbar-surface-cta-description-container {
  font-size: 12px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.page-header-surface-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--theme-background-alt);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.page-header-surface-bottom::after,
.page-header-surface-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.page-header-surface-bottom::before {
  left: 0;
  background: linear-gradient(to right,var(--surface),transparent)
}
.page-header-surface-bottom::after {
  right: 0;
  background: linear-gradient(to left,var(--surface),transparent)
}
.page-header-surface-bottom p {
  display: none
}
.reward-strip {
  gap: 14px;
  padding: 12px 24px
}
.reward-strip .reward-strip-crown-grid {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain
}
.reward-strip .site-bonus-strip-label-wrap {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--copy);
  line-height: 1.2
}
@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;
    margin-bottom: 100px
  }
  .topbar-background .masthead-surface-inner-grid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -93px;
    padding: 0 16px;
    gap: 4px
  }
  .header-surface-name {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .site-header-bg-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .topbar-background-promo {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .masthead-bg-action-wrapper {
    box-sizing: border-box
  }
  .page-header-surface-bottom {
    background: var(--theme-background-alt);
    gap: 10px;
    padding: 8px 15px
  }
  .reward-strip {
    gap: 10px;
    padding: 10px 14px
  }
  .reward-strip .reward-strip-crown-grid {
    width: 18px;
    height: 18px
  }
  .reward-strip .site-bonus-strip-label-wrap {
    font-size: 11px;
    letter-spacing: .4px
  }
}
.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 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.main-zone {
  font-size: 15px;
  line-height: 1.8;
  color: var(--ui-dim-text-content)
}
.main-zone p {
  margin-bottom: 1rem
}
.main-zone strong {
  color: var(--copy)
}
.main-zone a:not(.lead-btn-container):not(.app-banner-call-to-action):not([class*="-button"]) {
  color: var(--accent-primary);
  text-decoration: underline
}
.main-zone a:not(.lead-btn-container):not(.app-banner-call-to-action):not([class*="-button"]):hover {
  color: var(--theme-highlight)
}
@media (max-width:768px) {
  .site-primary {
    padding: 5rem 15px 30px
  }
  .main-zone {
    font-size: 14px
  }
  .main-application-banner-holder-area,
  .site-primary > .main-application-banner-holder-area {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .mobile-banner,
  .site-application-banner-mobile-block img {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.features-shell-row {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto
}
.highlight-panel {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  background-color: var(--tile-surface,var(--theme-background-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
}
.highlight-panel h3 {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  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-area {
  background-image: url(../images/cashback.png)
}
.main-vip-block {
  background-image: url(../images/vip-level.png)
}
.site-game {
  background-image: url(../images/games.png)
}
.missions-area {
  background-image: url(../images/feature-missions.png)
}
@media (max-width:1024px) {
  .features-shell-row {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .features-shell-row {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px 24px;
    gap: 12px;
    margin: 0 -16px;
    scrollbar-width: thin
  }
  .features-shell-row::-webkit-scrollbar {
    height: 4px
  }
  .features-shell-row::-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
  }
  .highlight-panel h3 {
    font-size: 12px
  }
}
.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(--theme-background-alt);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.main-title-support-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.main-title-support-group img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.heading-help-copy {
  font-weight: 700;
  font-size: 16px
}
.unit-care p {
  color: var(--ui-dim-text-content);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .area-care {
    flex-direction: column;
    padding: 0 16px
  }
}
.main-application-banner-holder-area {
  margin: 32px auto;
  max-width: 800px
}
.mobile-banner {
  display: flex;
  align-items: stretch;
  background: var(--tile-surface,var(--theme-background-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-banner-main {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.mobile-banner-caption-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--edge);
  background: var(--theme-background-alt);
  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
}
.app-banner-caption-content-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.application-banner-label-heading {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--copy);
  letter-spacing: .2px
}
.app-banner-text-rate {
  display: flex;
  gap: 1px
}
.app-banner-text-rate img {
  width: 12px;
  height: 12px
}
.app-banner-text-rate .main-star-half-container {
  opacity: .85
}
.app-promo-banner-caption-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
}
.app-banner-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--copy);
  font-family: var(--ui-font-family-heading);
  margin: 0
}
.application-banner-description {
  color: var(--ui-dim-text-content);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.mobile-banner-button-holder {
  margin-top: 4px
}
.mobile-banner-button-holder .lead-btn-container {
  margin: 0;
  display: inline-block
}
.app-promo-banner-image-holder-block {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.app-promo-banner-image-area {
  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) {
  .mobile-banner {
    flex-direction: column;
    min-height: unset
  }
  .app-promo-banner-image-holder-block {
    display: none
  }
  .site-application-banner-mobile-block {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .site-application-banner-mobile-block img {
    max-width: 320px
  }
  .app-banner-main {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .app-banner-name {
    font-size: 20px
  }
  .mobile-banner-button-holder .lead-btn-container {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-btn-container {
  font-size: 18px;
  font-weight: 700;
  background: var(--accent-primary);
  color: var(--ui-cta-text-content,var(--copy));
  padding: 10px 76px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-transform: uppercase;
  border: 1px solid var(--copy);
  text-decoration: none
}
.lead-btn-container:hover {
  background: var(--theme-primary-hover,var(--accent-primary));
  color: var(--ui-cta-text-content,var(--copy))
}
.main-updated-date {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--theme-background-alt);
  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: 1240px
}
@media (max-width:768px) {
  .main-updated-date {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-footer-area.page-footer-panel {
  background: var(--ui-site-footer-fill,var(--theme-background-alt,#060e2a));
  color: var(--theme-text-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-footer-area.page-footer-panel .colophon-banner,
.site-footer-area.page-footer-panel .colophon-bottom-area {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box
}
.site-footer-area.page-footer-panel .colophon-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0 24px
}
.site-footer-area.page-footer-panel .main-page-footer-brand {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-footer-area.page-footer-panel .colophon-payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-footer-area.page-footer-panel .colophon-payments img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-footer-area.page-footer-panel .site-footer-separator-panel {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-footer-area.page-footer-panel .colophon-bottom-area {
  display: grid;
  grid-template-columns: minmax(120px,1fr) minmax(180px,1.4fr) minmax(220px,1.4fr) minmax(180px,1fr);
  gap: 24px;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 36px
}
.site-footer-area.page-footer-panel .colophon-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-footer-area.page-footer-panel .colophon-nav a {
  color: var(--link-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-footer-area.page-footer-panel .colophon-nav a:hover {
  color: var(--theme-text-footer,#fff)
}
.site-footer-area.page-footer-panel .footer-support {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-footer-area.page-footer-panel .footer-support .site-footer-help-center-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-footer-area.page-footer-panel .footer-support p {
  color: var(--theme-text-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-footer-area.page-footer-panel .colophon-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-footer-area.page-footer-panel .colophon-email img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-footer-area.page-footer-panel .page-footer-side-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-footer-area.page-footer-panel .site-footer-lang-select-holder {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--spinania-site-footer-social-fill,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--theme-text-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-footer-area.page-footer-panel .site-footer-lang-select-holder img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-footer-area.page-footer-panel .colophon-follow-tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-footer-area.page-footer-panel .colophon-socials {
  display: flex;
  gap: 4px
}
.site-footer-area.page-footer-panel .colophon-social {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--spinania-site-footer-social-fill,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-footer-area.page-footer-panel .colophon-social:hover {
  background: var(--theme-highlight,#5a6178)
}
.site-footer-area.page-footer-panel .colophon-social img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .site-footer-area.page-footer-panel .colophon-bottom-area {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-footer-area.page-footer-panel .colophon-payments {
    gap: 24px
  }
  .site-footer-area.page-footer-panel .page-footer-side-area {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-footer-area.page-footer-panel .colophon-bottom-area {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 24px
  }
  .site-footer-area.page-footer-panel .colophon-banner {
    padding: 20px
  }
  .site-footer-area.page-footer-panel .colophon-payments img {
    width: 70px;
    height: 35px
  }
  .site-footer-area.page-footer-panel .site-footer-separator-panel {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-footer-area.page-footer-panel .colophon-bottom-area,
  .site-footer-area.page-footer-panel .footer-support,
  .site-footer-area.page-footer-panel .page-footer-side-area {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-footer-area.page-footer-panel .colophon-payments,
  .site-footer-area.page-footer-panel .colophon-socials {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-footer-area.page-footer-panel .colophon-nav {
    align-items: center
  }
  .site-footer-area.page-footer-panel .colophon-email {
    justify-content: center
  }
}
.site-footer-area .colophon-nav:not(:has(a)) {
  display: none
}
.site-footer-area .page-footer-navigation-accent-primary-holder,
.site-footer-area .site-footer-navigation-legal-area {
  text-align: left
}
.site-footer-area.page-footer-panel .colophon-nav:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-footer-area.page-footer-panel .colophon-bottom-area:has(.page-footer-navigation-accent-primary-holder a):not(:has(.site-footer-navigation-legal-area a)),
  .site-footer-area.page-footer-panel .colophon-bottom-area:not(:has(.page-footer-navigation-accent-primary-holder a)):has(.site-footer-navigation-legal-area a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-footer-area.page-footer-panel .colophon-bottom-area:not(:has(.colophon-nav a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-wrapper {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-grid {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-grid .site-primary {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
.features-shell-row,
.mobile-banner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-footer-area[class] {
  padding-left: var(--width-sidebar,0)
}
.site-footer-area[class] .colophon-bottom-area {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-footer-area[class] {
    padding-left: 0
  }
}
.call-to-action-center-block {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.call-to-action-center-block .lead-btn-container,
.call-to-action-center-block a.lead-btn-container {
  display: inline-block
}
@media (max-width:768px) {
  .call-to-action-center-block {
    display: block;
    margin: 30px auto
  }
  .main-zone .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.lead-btn-container.app-banner-call-to-action {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.features-shell-row h2,
.questions-caption-grid {
  font-family: var(--ui-font-family-heading);
  color: var(--copy);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.features-shell-row .highlight-panel {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.features-shell-row .highlight-panel 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(--ui-cta-text-content,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.main-zone table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.main-zone table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-wrapper > .widget-zone-area.main-sub-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--width-sidebar,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-wrapper > .site-content-grid {
  margin-left: var(--width-sidebar,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-grid .site-primary {
    padding-left: 20px
  }
  .site-layout-wrapper > .widget-zone-area.main-sub-grid {
    max-width: var(--width-sidebar,80px)
  }
}
@media (max-width:992px) {
  .site-layout-wrapper > .widget-zone-area.main-sub-grid {
    display: none
  }
  .site-layout-wrapper > .site-content-grid {
    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
}
.sidebar-open-glyph-wrapper img {
  width: 64px;
  height: 64px;
  object-fit: contain
}
.sidebar-expanded-entry img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.main-side-rail-full .side-rail-main {
  padding-top: 20px!important
}
.main-topbar-search-block img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.join-offer-row img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-toggle-action-section img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-heading-container {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--copy);
  line-height: 1.15;
  letter-spacing: -.02em
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img {
  max-width: 30%;
  height: auto;
  object-fit: cover
}
.content-img-left-side-container {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.content-img-end {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.main-zone h2,
.main-zone h3,
.main-zone table {
  clear: both
}
.inner-clear-wrapper {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-heading-container {
    font-size: 1.6rem
  }
  .content-body-img,
  .content-img-end,
  .content-img-left-side-container {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.main-zone h1,
.main-zone h2,
.main-zone h3 {
  font-family: var(--ui-font-family-heading);
  color: var(--copy);
  text-decoration: none;
  border: none
}
.main-zone h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.main-zone h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.main-zone h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.main-zone ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.main-zone ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.main-zone ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-primary)
}
.main-zone ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.main-zone ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.main-zone ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--accent-primary);
  font-weight: 600
}
.main-zone table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--tile-surface,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(--ui-dim-text-content,#c9ccd6);
  font-family: var(--body-font, 'Montserrat', system-ui, sans-serif)
}
.main-zone table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.main-zone table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.main-zone table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.main-zone table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.main-zone table thead tr {
  background: var(--theme-background-alt,rgba(255,255,255,.06))
}
.main-zone table thead th {
  font-weight: 700;
  color: var(--copy,#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
}
.main-zone table thead th:last-child {
  border-right: none
}
.main-zone table tbody tr:nth-child(odd) {
  background: 0 0
}
.main-zone table tbody tr:nth-child(2n) {
  background: var(--theme-background-alt,rgba(255,255,255,.03))
}
.main-zone table 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(--ui-dim-text-content,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.main-zone table tbody td:last-child {
  border-right: none
}
.main-zone table tbody tr:last-child td {
  border-bottom: none
}
.site-faq-unit {
  background: var(--theme-background-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
}
.site-faq-unit .questions-caption-grid {
  color: var(--copy,#fff);
  font-family: var(--ui-font-family-heading, 'Montserrat', system-ui, sans-serif);
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.site-faq-unit .faqs-panel {
  background: var(--tile-surface,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(--ui-dim-text-content,#b1b4bc)
}
.site-faq-unit .faqs-panel:last-child {
  margin-bottom: 0
}
.site-faq-unit .faq-query {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--copy,#fff);
  margin: 0 0 12px
}
.site-faq-unit .faq-section-response {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--ui-dim-text-content,#b1b4bc)
}
.site-faq-unit .faq-section-response p {
  margin: 0 0 8px
}
.site-faq-unit .faq-section-response p:last-child {
  margin-bottom: 0
}
.site-faq-unit .faq-section-response b,
.site-faq-unit .faq-section-response strong {
  font-weight: 700;
  color: var(--copy,#fff)
}
@media (max-width:600px) {
  .main-zone h1 {
    font-size: 2rem
  }
  .main-zone h2 {
    font-size: 1.6rem
  }
  .main-zone h3 {
    font-size: 1.2rem
  }
  .main-zone table tbody td,
  .main-zone table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .site-faq-unit {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .site-faq-unit .questions-caption-grid {
    font-size: 1.6rem;
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .site-faq-unit .faqs-panel {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .site-faq-unit .faq-query {
    font-size: 1.05rem;
    line-height: 1.35
  }
  .site-faq-unit .faq-section-response {
    font-size: .9rem
  }
}
.main-zone h2 {
  border: none;
  border-bottom: none
}
.main-zone ol li,
.main-zone ul li {
  border-bottom: none
}
.main-zone {
  max-width: 1200px;
  margin: 0 auto
}
[data-slot=content-image-1]:not(a):not(button) {
  max-width: 45%!important
}
@media (max-width:768px) {
  [data-slot=content-image-1]:not(a):not(button) {
    max-width: 100%!important
  }
}
.mobile-banner {
  background-color: #281335!important;
  background-blend-mode: multiply!important
}
.highlight-panel {
  background-color: #281335!important;
  background-blend-mode: normal!important
}
.header-surface-name {
  color: #fff!important
}
.site-header-bg-deposit,
.topbar-background-promo {
  color: #fee51f!important
}
.masthead-bg-action-wrapper,
.site-header-bg-button-primary-panel,
.topbar-surface-cta-description-container {
  color: #000!important
}