:root {
  --ui-bg: #ecf0fe;
  --ui-fill-tile: #14141f;
  --theme-fill-alt: #fbffff;
  --lead: #00b4d8;
  --onlyspins-hover-accent-primary: #26dafe;
  --onlyspins-sub: #01b5d8;
  --onlyspins-text: #233c70;
  --onlyspins-copy-muted: #6586b3;
  --highlight: #90e0ef;
  --promo-cta-grad-top-area: #00b4d8;
  --onlyspins-reward-action-grad-bottom-area: color-mix(in srgb, #00b4d8, #000 20%);
  --theme-edge: #2a2a3e;
  --gradient-fill: linear-gradient(315deg,  #00b4d8 0%, #01b5d8 100%);
  --ui-glow: rgba(255,255,255,0.1);
  --halo-heavy: rgba(255,255,255,0.2);
  --ui-font-family-heading: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --text-base: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --section-padding: 3rem 1.5rem;
  --onlyspins-inset-card: 1.2rem;
  --onlyspins-gutter: 1rem;
  --ui-radius: 6px;
  --onlyspins-card-box-corner: 10px;
  --sheen-fill: #14141f;
  --outline-sheen: #2a2a3e;
  --shadow-glass: 0 2px 12px rgba(0, 0, 0, 0.3);
  --text-button: #fff;
  --onlyspins-h-masthead: 64px;
  --bg-masthead: var(--ui-bg);
  --ui-label-topbar: var(--onlyspins-text);
  --theme-masthead-label-subtle: var(--onlyspins-copy-muted);
  --site-header-chip-outline: var(--theme-edge);
  --ui-search-border: var(--lead);
  --surface-access: var(--onlyspins-sub, #0f3460);
  --theme-offer-pill-grad: var(--gradient-fill, linear-gradient(97deg, #501091 0%, #3831a4 50%, #213a96 100%));
  --width-aside: 248px;
  --copy-highlight: #1a1a1a
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--text-base);
  background: var(--ui-bg);
  color: var(--onlyspins-text);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: var(--onlyspins-h-masthead)
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ui-font-family-heading);
  line-height: 1.15
}
a {
  color: var(--lead);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--onlyspins-hover-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(--ui-glow)
  }
  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-box {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--width-aside,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.sidebar-core {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.page-footer-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.footer-identity-holder {
  display: flex;
  align-items: center;
  gap: .5rem
}
.site-footer-emblem-section {
  height: 30px;
  width: auto
}
.footer-navbar {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.footer-navbar a {
  font-size: .82rem;
  color: var(--onlyspins-copy-muted);
  text-decoration: none;
  transition: color .2s
}
.footer-navbar a:hover {
  color: var(--lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-rule-inner {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.page-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --section-padding: 1.8rem 0.8rem;
    --onlyspins-inset-card: 0.9rem;
    --onlyspins-gutter: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --section-padding: 2.5rem 1rem;
    --onlyspins-inset-card: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --section-padding: 3.5rem 1.5rem;
    --onlyspins-inset-card: 1.5rem
  }
}
header {
  background-color: var(--bg-masthead);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--onlyspins-h-masthead);
  z-index: 9999;
  border-bottom: 1px solid var(--theme-edge);
  font-family: var(--ui-font-family-heading)
}
.site-header-holder {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  height: 100%;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto
}
.site-header-holder a {
  color: var(--ui-label-topbar);
  text-decoration: none;
  transition: color .2s
}
.site-header-left-side {
  display: flex;
  align-items: center;
  gap: 16px
}
.topbar-right-side {
  display: flex;
  align-items: center;
  gap: 18px
}
.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)
}
.emblem-holder-inner {
  display: flex;
  align-items: center;
  padding-right: 8px;
  border-right: 1px solid rgba(255,255,255,.12);
  margin-right: 4px
}
.emblem-holder-inner img {
  max-height: 34px;
  width: auto;
  max-width: 200px;
  display: block;
  object-fit: contain
}
.main-search-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--ui-search-border);
  flex-shrink: 0;
  transition: background .2s
}
.main-search-circle:hover {
  background: rgba(255,255,255,.06)
}
.main-search-circle img {
  width: 16px;
  height: 16px
}
.reward-tag-area {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px 7px 10px;
  border-radius: 1000px;
  background: var(--theme-offer-pill-grad);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 12px color-mix(in srgb,var(--highlight,#3831a4) 45%,transparent);
  transition: filter .2s,transform .15s
}
.reward-tag-area:hover {
  filter: brightness(1.12)
}
.reward-tag-area:active {
  transform: translateY(1px)
}
.reward-tag-area img {
  width: 18px;
  height: 18px
}
.site-header-navigation-shell {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 8px
}
.page-header-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 24px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  height: 100%
}
.page-header-menu li {
  display: flex;
  align-items: center;
  height: 100%
}
.page-header-menu a {
  color: var(--ui-label-topbar);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative
}
.page-header-menu a:hover {
  color: var(--lead)
}
.support-info-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ui-label-topbar);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap
}
.support-info-wrap img {
  width: 22px;
  height: 22px
}
.site-header-action-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700
}
.site-header-action-buttons a {
  padding: 9px 18px;
  border-radius: 1000px;
  line-height: 1;
  letter-spacing: .2px;
  transition: filter .2s,background .2s,transform .15s
}
.sign-in-button-container {
  border: 1px solid var(--surface-access);
  color: #fff;
  background: var(--surface-access)
}
.sign-in-button-container:hover {
  filter: brightness(1.15)
}
.signup-action-wrapper {
  background: var(--lead);
  border: 1px solid var(--lead);
  color: var(--text-button,#fff)
}
.signup-action-wrapper:hover {
  filter: brightness(1.1)
}
.signup-action-wrapper:active {
  transform: translateY(1px)
}
.offcanvas-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--bg-masthead);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-panel.open {
  left: 0
}
.offcanvas-close-row {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--ui-label-topbar);
  cursor: pointer
}
.offcanvas-site-header-container {
  display: flex;
  justify-content: flex-end
}
.main-offcanvas-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.main-offcanvas-content .page-header-menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.main-offcanvas-content .page-header-menu a {
  font-size: 16px;
  padding: 12px 0;
  display: block;
  height: auto
}
.offcanvas-backdrop-container {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-container.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .main-search-circle,
  .reward-tag-area,
  .site-header-navigation-shell,
  .support-info-wrap {
    display: none
  }
  .offcanvas-panel .reward-tag-area,
  .offcanvas-panel .site-header-navigation-shell {
    display: flex
  }
  .offcanvas-panel .page-header-menu {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .offcanvas-backdrop-container,
  .offcanvas-panel {
    display: none
  }
}
@media (max-width:768px) {
  .site-header-holder {
    padding: 0 16px
  }
  .site-header-left-side {
    gap: 10px
  }
  .site-header-action-buttons a {
    padding: 8px 14px;
    font-size: 11px
  }
  .topbar-right-side {
    flex-shrink: 0
  }
  .emblem-holder-inner {
    max-width: 100px;
    min-width: 0;
    flex-shrink: 1
  }
  .emblem-holder-inner img {
    max-width: 100%
  }
}
#secondary.main-side-rail-full {
  width: 248px;
  min-width: 248px;
  background: var(--theme-fill-alt);
  border-right: 1px solid rgba(128,128,128,.18)
}
.main-side-rail-full .sidebar-core {
  padding: 80px 20px 20px;
  border-radius: 0;
  background: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}
.main-side-rail-full .sidebar-hr-section {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 10px 0;
  background: rgba(128,128,128,.18)
}
.side-rail-wide-icon-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 4px
}
.side-rail-wide-icon-area img {
  object-fit: contain
}
.aside-full-menu-list {
  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(--onlyspins-copy-muted);
  text-decoration: none;
  transition: .2s
}
.sidebar-expanded-entry:hover {
  background: rgba(255,255,255,.1);
  color: var(--onlyspins-text)
}
.sidebar-expanded-entry img {
  object-fit: contain;
  flex-shrink: 0
}
.aside-full-menu-list .sidebar-hr-section {
  width: 100%;
  margin: 6px 0
}
.site-header-fill-bottom-area,
.site-header-fill-bottom-area *,
.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
}
.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
}
.page-header-bg-name-wrapper {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--highlight)
}
.masthead-bg-deposit-section {
  font-size: 105px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--onlyspins-text)
}
.masthead-background-promo {
  font-size: 24px;
  font-weight: 600;
  color: var(--onlyspins-text);
  margin-bottom: 20px
}
.main-page-header-surface-button {
  background: var(--lead);
  color: var(--text-button,#fff);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700
}
.main-page-header-surface-button:hover {
  background: var(--onlyspins-hover-accent-primary);
  transform: translateY(-2px)
}
.site-header-bg-action-content-body {
  display: flex;
  flex-direction: column;
  align-items: center
}
.site-header-fill-bottom-area {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--theme-fill-alt);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.site-header-fill-bottom-area::after,
.site-header-fill-bottom-area::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.site-header-fill-bottom-area::before {
  left: 0;
  background: linear-gradient(to right,var(--ui-bg),transparent)
}
.site-header-fill-bottom-area::after {
  right: 0;
  background: linear-gradient(to left,var(--ui-bg),transparent)
}
.site-header-fill-bottom-area p {
  display: none
}
@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 .site-page-header-fill-content-body-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -93px;
    padding: 0 16px;
    gap: 4px
  }
  .site-page-header-fill-content-body-wrapper > a {
    display: block;
    width: 100%
  }
  .page-header-bg-name-wrapper {
    font-size: 13px;
    margin-bottom: 4px
  }
  .masthead-bg-deposit-section {
    font-size: 42px;
    line-height: 1.1
  }
  .masthead-background-promo {
    font-size: 15px;
    margin-bottom: 16px
  }
  .main-page-header-surface-button {
    padding: 19px 32px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.35)
  }
  .header-surface-btn-main {
    font-size: 20px
  }
  .topbar-surface-cta-description-container {
    font-size: 11px
  }
  .site-header-fill-bottom-area {
    background: var(--theme-fill-alt);
    gap: 10px;
    padding: 8px 15px
  }
}
.reward-strip {
  gap: 14px;
  padding: 12px 24px
}
.reward-strip .main-bonus-strip-crown {
  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(--onlyspins-text);
  line-height: 1.2
}
@media (max-width:768px) {
  .reward-strip {
    gap: 10px;
    padding: 10px 14px
  }
  .reward-strip .main-bonus-strip-crown {
    width: 18px;
    height: 18px
  }
  .reward-strip .site-bonus-strip-label-wrap {
    font-size: 11px;
    letter-spacing: .4px
  }
}
.site-page-header-fill-content-body-wrapper > a {
  display: inline-block;
  width: auto
}
.main-page-header-surface-button {
  text-transform: capitalize;
  border-radius: 1000px!important;
  padding: 8px 53px!important;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.site-header-bg-action-content-body {
  display: flex;
  flex-direction: column;
  letter-spacing: 0
}
.header-surface-btn-main {
  font-size: 18px!important;
  font-weight: 700;
  line-height: 1.6
}
.topbar-surface-cta-description-container {
  opacity: .8;
  text-transform: none;
  line-height: 1.6;
  font-weight: 500;
  font-size: 10px!important
}
.payment-method-methods {
  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-method-methods img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.payment-method-methods img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .payment-method-methods {
    gap: 14px 20px;
    padding: 16px
  }
  .payment-method-methods img {
    width: 56px;
    height: 44px
  }
}
.site-main-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.inner-area {
  font-size: 15px;
  line-height: 1.8;
  color: var(--onlyspins-copy-muted)
}
.inner-area p {
  margin-bottom: 1rem
}
.inner-area strong {
  color: var(--onlyspins-text)
}
.inner-area a:not(.site-primary-cta):not(.main-application-banner-action-inner):not([class*="-button"]) {
  color: var(--lead);
  text-decoration: underline
}
.inner-area a:not(.site-primary-cta):not(.main-application-banner-action-inner):not([class*="-button"]):hover {
  color: var(--highlight)
}
@media (max-width:768px) {
  .site-main-grid {
    padding: 5rem 15px 30px
  }
  .inner-area {
    font-size: 14px
  }
  .site-application-banner-container,
  .site-main-grid > .site-application-banner-container {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .application-banner,
  .site-app-banner-mobile-wrap img {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.main-benefits-holder-wrap {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto
}
.perk-card {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-color: var(--ui-fill-tile,var(--theme-fill-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
}
.perk-card 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-holder {
  background-image: url(../images/fast-pay.png)
}
.main-cashback-container {
  background-image: url(../images/cashback.png)
}
.site-vip-inner {
  background-image: url(../images/vip-level.png)
}
.play-grid {
  background-image: url(../images/games.png)
}
.site-missions {
  background-image: url(../images/feature-missions.png)
}
@media (max-width:1024px) {
  .main-benefits-holder-wrap {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .main-benefits-holder-wrap {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px 24px;
    gap: 12px;
    margin: 0 -16px;
    scrollbar-width: thin
  }
  .main-benefits-holder-wrap::-webkit-scrollbar {
    height: 4px
  }
  .main-benefits-holder-wrap::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .perk-card {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .perk-card h3 {
    font-size: 12px
  }
}
.area-care {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  padding: 30px 0;
  max-width: 1400px;
  margin: 0 auto
}
.unit-care-group {
  background: var(--theme-fill-alt,#161d37);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--onlyspins-text);
  min-height: 138px
}
.main-title-support-group {
  display: flex;
  align-items: flex-start;
  gap: 10px
}
.main-title-support-group img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.site-headline-help-copy {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  color: var(--onlyspins-text)
}
.care-description {
  color: var(--onlyspins-copy-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0
}
@media (max-width:1024px) {
  .area-care {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 16px
  }
}
.site-application-banner-container {
  margin: 32px auto;
  max-width: 800px
}
.application-banner {
  display: flex;
  align-items: stretch;
  background: var(--ui-fill-tile,var(--theme-fill-alt));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--theme-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
}
.app-promo-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--theme-edge);
  background: var(--theme-fill-alt);
  align-self: flex-start
}
.app-promo-banner-caption-image-inner {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.app-promo-banner-text-main {
  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(--onlyspins-text);
  letter-spacing: .2px
}
.application-banner-tag-rate {
  display: flex;
  gap: 1px
}
.application-banner-tag-rate img {
  width: 12px;
  height: 12px
}
.application-banner-tag-rate .site-star-half-group {
  opacity: .85
}
.site-app-promo-banner-label-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-grid {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--onlyspins-text);
  font-family: var(--ui-font-family-heading);
  margin: 0
}
.app-promo-banner-description {
  color: var(--onlyspins-copy-muted);
  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 .site-primary-cta {
  margin: 0;
  display: inline-block
}
.mobile-banner-image-shell {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.app-banner-image-section {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.site-app-banner-mobile-wrap {
  display: none
}
.site-app-banner-mobile-wrap img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .application-banner {
    flex-direction: column;
    min-height: unset
  }
  .mobile-banner-image-shell {
    display: none
  }
  .site-app-banner-mobile-wrap {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .site-app-banner-mobile-wrap img {
    max-width: 320px
  }
  .app-banner-main {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .app-banner-name-grid {
    font-size: 20px
  }
  .app-banner-btn-holder-box .site-primary-cta {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.site-primary-cta {
  font-size: 18px;
  font-weight: 700;
  background: var(--lead);
  color: var(--text-button,var(--onlyspins-text));
  padding: 10px 56px;
  border-radius: 16px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.site-primary-cta:hover {
  background: var(--onlyspins-hover-accent-primary,var(--lead));
  color: var(--text-button,var(--onlyspins-text))
}
.updated-date-holder {
  background: var(--theme-fill-alt);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--lead);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--onlyspins-text);
  max-width: 1240px
}
@media (max-width:768px) {
  .updated-date-holder {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-footer-block.colophon-grid {
  background: var(--site-footer-fill,var(--theme-fill-alt,#060e2a));
  color: var(--theme-text-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-footer-block.colophon-grid .page-footer-bottom,
.site-footer-block.colophon-grid .page-footer-top-wrap,
.site-footer-block.colophon-grid > .footer-payment-methods-block {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-footer-block.colophon-grid .page-footer-top-wrap {
  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-footer-block.colophon-grid .footer-identity-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.site-footer-block.colophon-grid .site-footer-emblem-section {
  width: 135px;
  height: 34px;
  object-fit: contain;
  object-position: left center
}
.site-footer-block.colophon-grid .colophon-brand-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4
}
.site-footer-block.colophon-grid .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-block.colophon-grid .colophon-email img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-footer-block.colophon-grid .footer-navbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.site-footer-block.colophon-grid .footer-navbar a {
  color: var(--ui-link-page-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-footer-block.colophon-grid .footer-navbar a:hover {
  color: var(--theme-text-footer,#fff)
}
.site-footer-block.colophon-grid .footer-support-panel {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-footer-block.colophon-grid .footer-support-panel .main-colophon-support-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-footer-block.colophon-grid .footer-support-panel p {
  color: var(--theme-text-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-footer-block.colophon-grid .site-footer-rule-inner {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-footer-block.colophon-grid .page-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  padding-top: 0;
  padding-bottom: 24px
}
.site-footer-block.colophon-grid .main-page-footer-bottom-start {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start
}
.site-footer-block.colophon-grid .page-footer-licence-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--onlyspins-footer-certification,#869dee);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer
}
.site-footer-block.colophon-grid .page-footer-licence-block .site-footer-arrow-row {
  width: 10px;
  height: 10px;
  flex-shrink: 0
}
.site-footer-block.colophon-grid .site-footer-share-pills-block {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}
.site-footer-block.colophon-grid .site-footer-socials-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-text-footer,#fff);
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  box-sizing: border-box
}
.site-footer-block.colophon-grid .site-footer-socials-tag img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1)
}
.site-footer-block.colophon-grid .site-footer-socials-tag:hover {
  background: rgba(217,217,217,.3)
}
.site-footer-block.colophon-grid .footer-payment-methods-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 36px
}
.site-footer-block.colophon-grid .footer-payment-methods-block img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-footer-block.colophon-grid .main-site-footer-lower-right-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}
.site-footer-block.colophon-grid .colophon-lang {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--footer-social-links-bg,#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-block.colophon-grid .colophon-lang img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-footer-block.colophon-grid .site-footer-copyright {
  color: var(--theme-text-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-footer-block.colophon-grid .page-footer-top-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-footer-block.colophon-grid .page-footer-bottom {
    grid-template-columns: 1fr
  }
  .site-footer-block.colophon-grid .main-site-footer-lower-right-side {
    align-items: flex-start
  }
  .site-footer-block.colophon-grid .site-footer-copyright {
    text-align: left
  }
}
@media (max-width:600px) {
  .site-footer-block.colophon-grid .page-footer-top-wrap {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .site-footer-block.colophon-grid .site-footer-emblem-section {
    object-position: center
  }
  .site-footer-block.colophon-grid .page-footer-bottom {
    padding: 0 20px 24px
  }
  .site-footer-block.colophon-grid > .footer-payment-methods-block {
    padding: 8px 20px 32px;
    gap: 16px;
    justify-content: center
  }
  .site-footer-block.colophon-grid .footer-payment-methods-block img {
    width: 70px;
    height: 35px
  }
  .site-footer-block.colophon-grid .site-footer-rule-inner {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-footer-block.colophon-grid .footer-identity-holder,
  .site-footer-block.colophon-grid .footer-support-panel,
  .site-footer-block.colophon-grid .main-page-footer-bottom-start,
  .site-footer-block.colophon-grid .main-site-footer-lower-right-side,
  .site-footer-block.colophon-grid .page-footer-top-wrap {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-footer-block.colophon-grid .footer-payment-methods-block,
  .site-footer-block.colophon-grid .site-footer-share-pills-block {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-footer-block.colophon-grid .footer-navbar {
    align-items: center
  }
  .site-footer-block.colophon-grid .colophon-email {
    justify-content: center
  }
  .site-footer-block.colophon-grid .site-footer-copyright {
    text-align: center
  }
}
.site-footer-block .footer-navbar:not(:has(a)) {
  display: none
}
.site-footer-block .colophon-navigation-accent-primary,
.site-footer-block .footer-nav-legal-group {
  text-align: left
}
.site-footer-block.colophon-grid .footer-navbar:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-footer-block.colophon-grid .page-footer-top-wrap:has(.colophon-navigation-accent-primary a):not(:has(.footer-nav-legal-group a)),
  .site-footer-block.colophon-grid .page-footer-top-wrap:not(:has(.colophon-navigation-accent-primary a)):has(.footer-nav-legal-group a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .site-footer-block.colophon-grid .page-footer-top-wrap:not(:has(.footer-navbar a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-group {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-grid {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-grid .site-main-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
.application-banner,
.faqs-wrapper,
.main-benefits-holder-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-footer-block[class] {
  padding-left: var(--width-aside,0)
}
.site-footer-block[class] .page-footer-bottom,
.site-footer-block[class] .page-footer-top-wrap {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-footer-block[class] {
    padding-left: 0
  }
}
.call-to-action-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.call-to-action-center .site-primary-cta,
.call-to-action-center a.site-primary-cta {
  display: inline-block
}
@media (max-width:768px) {
  .call-to-action-center {
    display: block;
    margin: 30px auto
  }
  .inner-area .table-scroll > table,
  .legal-main-wrap .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.site-primary-cta.main-application-banner-action-inner {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faq-heading-box,
.faqs-wrapper h2,
.main-benefits-holder-wrap h2 {
  font-family: var(--ui-font-family-heading);
  color: var(--onlyspins-text);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.faqs-wrapper {
  padding: 0
}
.main-benefits-holder-wrap .perk-card {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.main-benefits-holder-wrap .perk-card h3 {
  margin: 0;
  font-size: 14px
}
.inner-area li {
  padding: .3rem 0;
  line-height: 1.7
}
.inner-area table {
  font-size: .92rem
}
.inner-area table th {
  background: var(--lead);
  color: var(--text-button,#fff)
}
.inner-area table td {
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.site-layout-group > .site-widget-region.sub-box {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--width-aside,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-group > .site-content-grid {
  margin-left: var(--width-aside,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-grid .site-main-grid {
    padding-left: 20px
  }
  .site-layout-group > .site-widget-region.sub-box {
    max-width: var(--width-aside,80px)
  }
}
@media (max-width:992px) {
  .site-layout-group > .site-widget-region.sub-box {
    display: none
  }
  .site-layout-group > .site-content-grid {
    margin-left: 0
  }
}
.topbar-background {
  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
}
.side-rail-wide-icon-area img {
  width: 64px;
  height: 64px;
  object-fit: contain
}
.sidebar-expanded-entry img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.main-side-rail-full .sidebar-core {
  padding-top: 20px!important
}
.main-hamburger-cta-wrapper img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-name-wrap {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--onlyspins-text);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-main-wrap {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--onlyspins-copy-muted);
  max-width: 860px
}
.legal-main-wrap p {
  margin-bottom: 1.1rem
}
.legal-main-wrap strong {
  color: var(--onlyspins-text)
}
.legal-main-wrap a {
  color: var(--lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-main-wrap a:hover {
  color: var(--onlyspins-hover-accent-primary,var(--highlight))
}
.legal-main-wrap article em {
  color: var(--onlyspins-copy-muted);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.site-content-img {
  max-width: 30%;
  height: auto;
  object-fit: cover
}
.main-img-left {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.content-img-end {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.inner-area h2,
.inner-area h3,
.inner-area table {
  clear: both
}
.main-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-name-wrap {
    font-size: 1.6rem
  }
  .legal-main-wrap h1 {
    font-size: 1.5rem
  }
  .legal-main-wrap h2 {
    font-size: 1.2rem
  }
  .content-img-end,
  .main-img-left,
  .site-content-img {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.inner-area h1,
.inner-area h2,
.inner-area h3,
.legal-main-wrap h1,
.legal-main-wrap h2,
.legal-main-wrap h3 {
  font-family: var(--ui-font-family-heading);
  color: var(--onlyspins-text);
  border-bottom: 2px solid color-mix(in srgb,var(--lead) 30%,transparent);
  padding-bottom: .3em
}
.inner-area h1,
.legal-main-wrap h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.inner-area h2,
.legal-main-wrap h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.inner-area h3,
.legal-main-wrap h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.inner-area ul,
.legal-main-wrap ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.inner-area ul li,
.legal-main-wrap ul li {
  padding-left: 0;
  margin-bottom: 1rem
}
.inner-area ul li::before,
.legal-main-wrap ul li::before {
  content: none
}
.inner-area ol,
.legal-main-wrap ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.inner-area ol li,
.legal-main-wrap ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  counter-increment: ol-counter
}
.inner-area ol li::before,
.legal-main-wrap ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--lead);
  font-weight: 600
}
.inner-area table,
.legal-main-wrap table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 1.5rem 0
}
.inner-area table th,
.legal-main-wrap table th {
  font-weight: 700;
  color: var(--text-button,#fff);
  padding: 10px 12px;
  text-align: left;
  border: none;
  background: var(--lead);
  font-size: 13px
}
.inner-area table td,
.legal-main-wrap table td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--theme-edge);
  color: var(--onlyspins-text);
  font-size: 14px
}
.inner-area table tr:last-child td,
.legal-main-wrap table tr:last-child td {
  border-bottom: none
}
.inner-area table tr:nth-child(2n) td,
.legal-main-wrap table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.inner-area table tr td,
.legal-main-wrap table tr td {
  background: 0 0
}
.faq-section-open-grid {
  margin: 30px auto
}
.faq-section-open-grid .faq-heading-box {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--onlyspins-text)
}
.faq-section-open-grid .faqs-entry {
  padding: 20px 0;
  border-bottom: 1px solid var(--theme-edge);
  overflow: visible
}
.faq-section-open-grid .faqs-entry:first-of-type {
  border-top: 1px solid var(--theme-edge)
}
.faq-section-open-grid .faqs-entry:last-child {
  border-bottom: none
}
.faq-section-open-grid .main-questions-question {
  font-weight: 700;
  font-size: 16px;
  color: var(--onlyspins-text);
  margin: 0 0 8px;
  line-height: 1.4;
  cursor: default!important;
  display: block!important;
  padding: 0!important;
  background: 0 0!important;
  border: none!important;
  user-select: text
}
.faq-section-open-grid .main-questions-question::after {
  display: none!important
}
.faq-section-open-grid .faqs-reply {
  max-height: none!important;
  overflow: visible!important;
  transition: none!important
}
.faq-section-open-grid .faqs-reply p {
  font-size: 14px;
  color: var(--onlyspins-copy-muted);
  line-height: 1.7;
  margin: 0;
  padding: 0 0 0 12px!important;
  border-left: 2px solid var(--lead)
}
.inner-area h2 {
  border: none;
  border-bottom: none
}
.inner-area ol li,
.inner-area ul li,
.legal-main-wrap ol li,
.legal-main-wrap ul li {
  border-bottom: none
}
.inner-area {
  max-width: 1200px;
  margin: 0 auto
}
[data-slot=content-image-1]:not(a):not(button) {
  max-width: 50%!important
}
[data-slot=app-content-image-1]:not(a):not(button) {
  max-width: 45%!important
}
[data-slot=app-content-image-2]:not(a):not(button) {
  max-width: 35%!important
}
[data-slot=espana-content-image-1]:not(a):not(button) {
  max-width: 40%!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-1]:not(a):not(button),
  [data-slot=app-content-image-2]:not(a):not(button),
  [data-slot=content-image-1]:not(a):not(button),
  [data-slot=espana-content-image-1]:not(a):not(button) {
    max-width: 100%!important
  }
}
.site-footer-block {
  --site-footer-fill: #ecf0fe;
  background-color: #ecf0fe!important;
  --theme-text-footer: #01b5d8;
  --ui-link-page-footer: #01b5d8
}
.site-footer-block,
.site-footer-block * {
  color: #01b5d8!important
}
#secondary {
  background-color: #cde5fd!important
}
.site-main-grid {
  background-color: #ecf0fe!important
}
.application-banner {
  background-color: #fbffff!important;
  background-blend-mode: multiply!important
}
.perk-card {
  background-color: #cde4fd!important;
  background-blend-mode: normal!important
}
.page-header-bg-name-wrapper {
  color: #fff!important
}
.masthead-background-promo,
.masthead-bg-deposit-section {
  color: #eed51b!important
}
.main-page-header-surface-button {
  --promo-cta-grad-top-area: #fb3886!important;
  --onlyspins-reward-action-grad-bottom-area: #f996ae!important;
  background: linear-gradient(180deg,var(--promo-cta-grad-top-area) 0,var(--onlyspins-reward-action-grad-bottom-area) 100%)!important;
  background-image: linear-gradient(180deg,var(--promo-cta-grad-top-area) 0,var(--onlyspins-reward-action-grad-bottom-area) 100%)!important
}
.main-page-header-surface-button:hover {
  background: linear-gradient(180deg,var(--onlyspins-reward-action-grad-bottom-area) 0,var(--promo-cta-grad-top-area) 100%)!important
}