:root {
  --slingo-fill: #593327;
  --theme-tile-background: #14141f;
  --theme-background-alt: #684236;
  --slingo-primary: #fa2d4c;
  --slingo-hover-accent-primary: #ff5372;
  --theme-secondary: #b52d1f;
  --theme-text-content: #e8e6e3;
  --ui-dim-text-content: #9a9a9a;
  --accent-color: #ff6b6b;
  --ui-reward-button-grad-upper: #fa2d4c;
  --theme-bonus-btn-grad-bottom: color-mix(in srgb, #fa2d4c, #000 20%);
  --slingo-edge: #2a2a3e;
  --slingo-gradient-overlay: linear-gradient(135deg, #e74c3c 0%, #b52d1f 100%);
  --aura: rgba(255,255,255,0.1);
  --halo-strong: rgba(255,255,255,0.2);
  --slingo-typeface-caption: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --ui-font-body: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --block-spacing: 3.5rem 1.8rem;
  --tile-pad: 1.4rem;
  --ui-spacing: 1.2rem;
  --ui-rounding: 16px;
  --tile-corner: 22px;
  --ui-frosted-fill: #14141f;
  --outline-sheen: #2a2a3e;
  --theme-sheen-depth: 0 2px 12px rgba(0, 0, 0, 0.3);
  --ui-cta-copy: #fff;
  --ui-aside-width: 64px;
  --ui-label-highlight: #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(--ui-font-body);
  background: var(--slingo-fill);
  color: var(--theme-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(--slingo-typeface-caption);
  line-height: 1.15
}
a {
  color: var(--slingo-primary);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--slingo-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(--aura)
  }
  50% {
    box-shadow: 0 0 28px var(--halo-strong)
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-burger-open span:first-child {
  transform: translateY(7px) rotate(45deg)
}
.header-burger-open span:nth-child(2) {
  opacity: 0
}
.header-burger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}
@media (max-width:768px) {
  .header-nav-open {
    display: flex!important
  }
}
.widget-zone-wrapper.main-sub-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--ui-aside-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-column-primary {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.colophon-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.colophon-logo {
  display: flex;
  align-items: center;
  gap: .5rem
}
.site-footer-brand-grid {
  height: 30px;
  width: auto
}
.page-footer-navbar-area {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.page-footer-navbar-area a {
  font-size: .82rem;
  color: var(--ui-dim-text-content);
  text-decoration: none;
  transition: color .2s
}
.page-footer-navbar-area a:hover {
  color: var(--slingo-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.main-footer-separator-grid {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.colophon-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --block-spacing: 1.8rem 0.8rem;
    --tile-pad: 0.9rem;
    --ui-spacing: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --block-spacing: 2.5rem 1rem;
    --tile-pad: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --block-spacing: 3.5rem 1.5rem;
    --tile-pad: 1.5rem
  }
}
header {
  background-color: var(--slingo-fill);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--slingo-typeface-caption)
}
.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(--theme-text-content);
  text-decoration: none
}
.page-header-container a:hover {
  color: unset
}
.topbar-start {
  display: flex;
  align-items: center;
  gap: 40px
}
.emblem-holder-inner img {
  max-height: 36px;
  width: auto;
  max-width: 200px;
  object-fit: contain
}
.picker-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--theme-background-alt);
  padding: 5px 10px;
  border-radius: 1000px;
  border: 1px solid var(--slingo-edge)
}
.picker-wrapper > a,
.picker-wrapper div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ui-dim-text-content)
}
.main-toggle-left-side {
  background: var(--slingo-primary);
  color: #fff!important;
  padding: 3px 8px;
  border-radius: 1000px
}
.page-header-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.page-header-menu a {
  color: var(--ui-dim-text-content)
}
.page-header-menu a:hover {
  color: var(--theme-text-content)
}
.page-header-right-side-area {
  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
}
.sign-in-btn {
  border: 1px solid var(--slingo-edge);
  color: var(--theme-text-content)
}
.sign-in-btn:hover {
  background-color: var(--theme-background-alt)
}
.join-cta-holder {
  position: relative
}
.join-btn {
  background: var(--slingo-primary);
  border: 1px solid var(--slingo-primary);
  color: var(--ui-cta-copy,#fff)
}
.join-btn:hover {
  filter: brightness(1.15)
}
.join-offer-inner {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--accent-color);
  color: #000;
  border-radius: 15px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 2px;
  display: flex;
  align-items: center;
  gap: 2px
}
.menu-toggle-action {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.menu-toggle-action img {
  filter: invert(1)
}
.offcanvas-box {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--slingo-fill);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-box.open {
  left: 0
}
.main-offcanvas-close {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--theme-text-content);
  cursor: pointer
}
.main-offcanvas-close:hover {
  background: 0 0
}
.offcanvas-topbar-grid {
  display: flex;
  justify-content: flex-end
}
.offcanvas-inner-grid {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-inner-grid .page-header-menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-inner-grid .page-header-menu a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.offcanvas-backdrop-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-wrap.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .picker-wrapper,
  .site-header-navigation-shell {
    display: none
  }
  .offcanvas-box .picker-wrapper,
  .offcanvas-box .site-header-navigation-shell {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-box .page-header-menu {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
  .offcanvas-box .picker-wrapper {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .menu-toggle-action,
  .offcanvas-backdrop-wrap,
  .offcanvas-box {
    display: none
  }
}
@media (max-width:768px) {
  .page-header-container {
    padding: 0 20px
  }
  .topbar-start {
    gap: 10px
  }
  .page-header-right-side-area {
    flex-shrink: 0
  }
  .emblem-holder-inner {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .emblem-holder-inner img {
    max-width: 100%
  }
}
.picker-wrapper > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--theme-background-alt);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-column-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  gap: 8px
}
.side-rail-icon-mark-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  transition: background .2s
}
.side-rail-icon-mark-cell:hover {
  background: var(--theme-tile-background)
}
.side-rail-icon-mark-cell img {
  opacity: .7;
  transition: opacity .2s
}
.side-rail-icon-mark-cell:hover img {
  opacity: 1
}
.side-column-hr {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.page-header-surface,
.page-header-surface *,
.site-topbar-fill-bottom-panel,
.site-topbar-fill-bottom-panel * {
  font-family: var(--slingo-typeface-caption)!important
}
.page-header-surface {
  background: url(../images/header-bg.png) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.site-page-header-fill-content-body-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.site-page-header-fill-content-body-wrapper br {
  display: none
}
.site-page-header-background-headline {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--accent-color)
}
.page-header-surface-deposit {
  font-size: 105px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--theme-text-content)
}
.header-background-bonus {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-text-content);
  margin-bottom: 20px
}
.masthead-bg-action {
  background: var(--slingo-primary);
  color: var(--ui-cta-copy,#fff);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700
}
.masthead-bg-action:hover {
  background: var(--slingo-hover-accent-primary);
  transform: translateY(-2px)
}
.page-header-bg-btn-inner-row {
  display: flex;
  flex-direction: column;
  align-items: center
}
.site-topbar-fill-bottom-panel {
  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
}
.site-topbar-fill-bottom-panel::after,
.site-topbar-fill-bottom-panel::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.site-topbar-fill-bottom-panel::before {
  left: 0;
  background: linear-gradient(to right,var(--slingo-fill),transparent)
}
.site-topbar-fill-bottom-panel::after {
  right: 0;
  background: linear-gradient(to left,var(--slingo-fill),transparent)
}
.site-topbar-fill-bottom-panel p {
  display: none
}
@media (max-width:768px) {
  .page-header-surface {
    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
  }
  .page-header-surface .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%
  }
  .site-page-header-background-headline {
    font-size: 13px;
    margin-bottom: 4px
  }
  .page-header-surface-deposit {
    font-size: 42px;
    line-height: 1.1
  }
  .header-background-bonus {
    font-size: 15px;
    margin-bottom: 16px
  }
  .masthead-bg-action {
    padding: 19px 32px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.35)
  }
  .site-topbar-surface-btn-primary {
    font-size: 20px
  }
  .topbar-surface-cta-description-container {
    font-size: 11px
  }
  .site-topbar-fill-bottom-panel {
    background: var(--theme-background-alt);
    gap: 10px;
    padding: 8px 15px
  }
}
.promo-strip-box {
  gap: 14px;
  padding: 12px 24px
}
.promo-strip-box .reward-strip-crown-area {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain
}
.promo-strip-box .promo-strip-text {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--theme-text-content);
  line-height: 1.2
}
@media (max-width:768px) {
  .promo-strip-box {
    gap: 10px;
    padding: 10px 14px
  }
  .promo-strip-box .reward-strip-crown-area {
    width: 18px;
    height: 18px
  }
  .promo-strip-box .promo-strip-text {
    font-size: 11px;
    letter-spacing: .4px
  }
}
.site-page-header-fill-content-body-wrapper > a {
  display: inline-block;
  width: auto
}
.masthead-bg-action {
  text-transform: capitalize;
  border-radius: 1000px!important;
  padding: 8px 53px!important;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.page-header-bg-btn-inner-row {
  display: flex;
  flex-direction: column;
  letter-spacing: 0
}
.site-topbar-surface-btn-primary {
  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-primary-area {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.inner-region {
  font-size: 15px;
  line-height: 1.8;
  color: var(--ui-dim-text-content)
}
.inner-region p {
  margin-bottom: 1rem
}
.inner-region strong {
  color: var(--theme-text-content)
}
.inner-region a:not(.primary-btn):not(.application-banner-cta):not([class*="-button"]) {
  color: var(--slingo-primary);
  text-decoration: underline
}
.inner-region a:not(.primary-btn):not(.application-banner-cta):not([class*="-button"]):hover {
  color: var(--accent-color)
}
@media (max-width:768px) {
  .site-primary-area {
    padding: 5rem 15px 30px
  }
  .inner-region {
    font-size: 14px
  }
  .site-app-banner-container-grid,
  .site-primary-area > .site-app-banner-container-grid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-promo-banner-mobile-section img,
  .mobile-banner-area {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.perks-holder {
  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-end;
  justify-content: flex-end;
  padding: 14px;
  background-color: var(--theme-tile-background,var(--theme-background-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: right;
  width: auto
}
.fcdl-payouts-section {
  background-image: url(../images/fast-pay.png)
}
.site-cashback-area {
  background-image: url(../images/cashback.png)
}
.main-vip {
  background-image: url(../images/vip-level.png)
}
.slots-area {
  background-image: url(../images/games.png)
}
.missions-container {
  background-image: url(../images/feature-missions.png)
}
@media (max-width:1024px) {
  .perks-holder {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .perks-holder {
    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-holder::-webkit-scrollbar {
    height: 4px
  }
  .perks-holder::-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
  }
}
.main-block-care {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.block-care {
  flex: 1;
  background: var(--theme-background-alt);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.site-heading-service-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.site-heading-service-group img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.heading-support-copy-row {
  font-weight: 700;
  font-size: 16px
}
.block-care p {
  color: var(--ui-dim-text-content);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .main-block-care {
    flex-direction: column;
    padding: 0 16px
  }
}
.site-app-banner-container-grid {
  margin: 32px auto;
  max-width: 800px
}
.mobile-banner-area {
  display: flex;
  align-items: stretch;
  background: var(--theme-tile-background,var(--theme-background-alt));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--slingo-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
}
.application-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--slingo-edge);
  background: var(--theme-background-alt);
  align-self: flex-start
}
.app-promo-banner-tag-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.app-banner-caption-content-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.app-banner-caption-heading {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-text-content);
  letter-spacing: .2px
}
.app-banner-label-rate-wrap {
  display: flex;
  gap: 1px
}
.app-banner-label-rate-wrap img {
  width: 12px;
  height: 12px
}
.app-banner-label-rate-wrap .star-half-block {
  opacity: .85
}
.mobile-banner-text-verify {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.application-banner-headline-group {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--theme-text-content);
  font-family: var(--slingo-typeface-caption);
  margin: 0
}
.application-banner-description {
  color: var(--ui-dim-text-content);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.main-app-promo-banner-btn-shell {
  margin-top: 4px
}
.main-app-promo-banner-btn-shell .primary-btn {
  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
}
.mobile-banner-image-panel {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.app-promo-banner-mobile-section {
  display: none
}
.app-promo-banner-mobile-section img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .mobile-banner-area {
    flex-direction: column;
    min-height: unset
  }
  .app-promo-banner-image-holder-block {
    display: none
  }
  .app-promo-banner-mobile-section {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .app-promo-banner-mobile-section img {
    max-width: 320px
  }
  .app-banner-main {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .application-banner-headline-group {
    font-size: 20px
  }
  .main-app-promo-banner-btn-shell .primary-btn {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.primary-btn {
  font-size: 18px;
  font-weight: 700;
  background: var(--slingo-primary);
  color: var(--ui-cta-copy,var(--theme-text-content));
  padding: 10px 56px;
  border-radius: 16px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.primary-btn:hover {
  background: var(--slingo-hover-accent-primary,var(--slingo-primary));
  color: var(--ui-cta-copy,var(--theme-text-content))
}
.updated-date-container {
  background: var(--theme-background-alt);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--slingo-primary);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--theme-text-content);
  max-width: 1240px
}
@media (max-width:768px) {
  .updated-date-container {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-page-footer-row.page-footer {
  background: var(--background-page-footer,var(--theme-background-alt,#060e2a));
  color: var(--text-content-site-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer-row.page-footer .colophon-bottom,
.site-page-footer-row.page-footer .colophon-top,
.site-page-footer-row.page-footer > .main-colophon-payments {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-page-footer-row.page-footer .colophon-top {
  display: grid;
  grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(180px,1fr) minmax(220px,297px);
  gap: 24px;
  align-items: start;
  padding-top: 28px
}
.site-page-footer-row.page-footer .colophon-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.site-page-footer-row.page-footer .site-footer-brand-grid {
  width: 135px;
  height: 34px;
  object-fit: contain;
  object-position: left center
}
.site-page-footer-row.page-footer .site-page-footer-brand-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4
}
.site-page-footer-row.page-footer .colophon-mail-section {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-content-site-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer-row.page-footer .colophon-mail-section img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer-row.page-footer .page-footer-navbar-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.site-page-footer-row.page-footer .page-footer-navbar-area a {
  color: var(--page-footer-link,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer-row.page-footer .page-footer-navbar-area a:hover {
  color: var(--text-content-site-footer,#fff)
}
.site-page-footer-row.page-footer .footer-support-panel {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer-row.page-footer .footer-support-panel .site-colophon-assist-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer-row.page-footer .footer-support-panel p {
  color: var(--text-content-site-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer-row.page-footer .main-footer-separator-grid {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-page-footer-row.page-footer .colophon-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  padding-top: 0;
  padding-bottom: 24px
}
.site-page-footer-row.page-footer .page-footer-bottom-area-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start
}
.site-page-footer-row.page-footer .site-footer-license {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ui-colophon-licence,#869dee);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer
}
.site-page-footer-row.page-footer .site-footer-license .site-footer-caret {
  width: 10px;
  height: 10px;
  flex-shrink: 0
}
.site-page-footer-row.page-footer .main-page-footer-share-pills-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}
.site-page-footer-row.page-footer .page-footer-social-links-pill {
  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(--text-content-site-footer,#fff);
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  box-sizing: border-box
}
.site-page-footer-row.page-footer .page-footer-social-links-pill img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1)
}
.site-page-footer-row.page-footer .page-footer-social-links-pill:hover {
  background: rgba(217,217,217,.3)
}
.site-page-footer-row.page-footer .main-colophon-payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 36px
}
.site-page-footer-row.page-footer .main-colophon-payments img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-page-footer-row.page-footer .main-page-footer-bottom-area-end {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}
.site-page-footer-row.page-footer .footer-lang-select {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--page-footer-socials-surface,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--text-content-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-row.page-footer .footer-lang-select img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-page-footer-row.page-footer .main-colophon-legal {
  color: var(--text-content-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-row.page-footer .colophon-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-page-footer-row.page-footer .colophon-bottom {
    grid-template-columns: 1fr
  }
  .site-page-footer-row.page-footer .main-page-footer-bottom-area-end {
    align-items: flex-start
  }
  .site-page-footer-row.page-footer .main-colophon-legal {
    text-align: left
  }
}
@media (max-width:600px) {
  .site-page-footer-row.page-footer .colophon-top {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .site-page-footer-row.page-footer .site-footer-brand-grid {
    object-position: center
  }
  .site-page-footer-row.page-footer .colophon-bottom {
    padding: 0 20px 24px
  }
  .site-page-footer-row.page-footer > .main-colophon-payments {
    padding: 8px 20px 32px;
    gap: 16px;
    justify-content: center
  }
  .site-page-footer-row.page-footer .main-colophon-payments img {
    width: 70px;
    height: 35px
  }
  .site-page-footer-row.page-footer .main-footer-separator-grid {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-page-footer-row.page-footer .colophon-logo,
  .site-page-footer-row.page-footer .colophon-top,
  .site-page-footer-row.page-footer .footer-support-panel,
  .site-page-footer-row.page-footer .main-page-footer-bottom-area-end,
  .site-page-footer-row.page-footer .page-footer-bottom-area-left {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer-row.page-footer .main-colophon-payments,
  .site-page-footer-row.page-footer .main-page-footer-share-pills-group {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer-row.page-footer .page-footer-navbar-area {
    align-items: center
  }
  .site-page-footer-row.page-footer .colophon-mail-section {
    justify-content: center
  }
  .site-page-footer-row.page-footer .main-colophon-legal {
    text-align: center
  }
}
.site-page-footer-row .page-footer-navbar-area:not(:has(a)) {
  display: none
}
.site-page-footer-row .colophon-navigation-accent-primary-section,
.site-page-footer-row .footer-nav-legal-group {
  text-align: left
}
.site-page-footer-row.page-footer .page-footer-navbar-area:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-page-footer-row.page-footer .colophon-top:has(.colophon-navigation-accent-primary-section a):not(:has(.footer-nav-legal-group a)),
  .site-page-footer-row.page-footer .colophon-top:not(:has(.colophon-navigation-accent-primary-section a)):has(.footer-nav-legal-group a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .site-page-footer-row.page-footer .colophon-top:not(:has(.page-footer-navbar-area a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-grid {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-block {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-block .site-primary-area {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
.faqs-section,
.mobile-banner-area,
.perks-holder {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-page-footer-row[class] {
  padding-left: var(--ui-aside-width,0)
}
.site-page-footer-row[class] .colophon-bottom,
.site-page-footer-row[class] .colophon-top {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-page-footer-row[class] {
    padding-left: 0
  }
}
.call-to-action-center-block {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.call-to-action-center-block .primary-btn,
.call-to-action-center-block a.primary-btn {
  display: inline-block
}
.primary-btn.application-banner-cta {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faqs-section h2,
.perks-holder h2 {
  font-family: var(--slingo-typeface-caption);
  color: var(--theme-text-content);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.perks-holder .perk-card {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.perks-holder .perk-card h3 {
  margin: 0;
  font-size: 14px
}
.inner-region li {
  padding: .3rem 0;
  line-height: 1.7
}
.inner-region table {
  font-size: .92rem
}
.inner-region table th {
  background: var(--slingo-primary);
  color: var(--ui-cta-copy,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.inner-region table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.inner-region table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-grid > .widget-zone-wrapper.main-sub-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--ui-aside-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-grid > .site-content-block {
  margin-left: var(--ui-aside-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-block .site-primary-area {
    padding-left: 20px
  }
  .site-layout-grid > .widget-zone-wrapper.main-sub-grid {
    max-width: var(--ui-aside-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-grid > .widget-zone-wrapper.main-sub-grid {
    display: none
  }
  .site-layout-grid > .site-content-block {
    margin-left: 0
  }
}
.page-header-surface {
  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
}
@media (max-width:768px) {
  .call-to-action-center-block {
    display: block;
    margin: 30px auto
  }
  .inner-region .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.side-rail-icon-mark-cell img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.side-rail-icon-mark-cell.side-column-icon-mark-lg img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.picker-wrapper img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.join-offer-inner img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-toggle-action img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-headline {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--theme-text-content);
  line-height: 1.15;
  letter-spacing: -.02em
}
img {
  max-width: 100%;
  height: auto
}
.main-img-wrapper {
  max-width: 30%;
  height: auto;
  object-fit: cover
}
.main-img-left-side-row {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.main-img-right-group {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.inner-region h2,
.inner-region h3,
.inner-region table {
  clear: both
}
.content-clear-box {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-headline {
    font-size: 1.6rem
  }
  .main-img-left-side-row,
  .main-img-right-group,
  .main-img-wrapper {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.inner-region h1,
.inner-region h2,
.inner-region h3 {
  font-family: var(--slingo-typeface-caption);
  color: var(--theme-text-content);
  text-decoration: none;
  border: none
}
.inner-region h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.inner-region h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.inner-region h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.inner-region ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.inner-region ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.inner-region ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--slingo-primary)
}
.inner-region ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.inner-region ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.inner-region ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--slingo-primary);
  font-weight: 600
}
.inner-region table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--theme-tile-background,rgba(255,255,255,.03));
  border: 1px solid var(--slingo-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(--ui-font-body, 'Montserrat', system-ui, sans-serif)
}
.inner-region table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.inner-region table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.inner-region table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.inner-region table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.inner-region table thead tr {
  background: var(--theme-background-alt,rgba(255,255,255,.06))
}
.inner-region table thead th {
  font-weight: 700;
  color: var(--theme-text-content,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--slingo-edge,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.inner-region table thead th:last-child {
  border-right: none
}
.inner-region table tbody tr:nth-child(odd) {
  background: 0 0
}
.inner-region table tbody tr:nth-child(2n) {
  background: var(--theme-background-alt,rgba(255,255,255,.03))
}
.inner-region table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--slingo-edge,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--slingo-edge,rgba(255,255,255,.06));
  color: var(--ui-dim-text-content,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.inner-region table tbody td:last-child {
  border-right: none
}
.inner-region table tbody tr:last-child td {
  border-bottom: none
}
@media (max-width:600px) {
  .inner-region h1 {
    font-size: 2rem
  }
  .inner-region h2 {
    font-size: 1.6rem
  }
  .inner-region h3 {
    font-size: 1.2rem
  }
  .inner-region table tbody td,
  .inner-region table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
}
.main-questions-numbered {
  margin: 30px auto;
  counter-reset: faq-num
}
.main-questions-numbered h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--theme-text-content)
}
.main-questions-numbered .questions-unit-wrap {
  counter-increment: faq-num;
  position: relative;
  padding: 20px 0 20px 64px;
  border-bottom: 1px solid var(--slingo-edge)
}
.main-questions-numbered .questions-unit-wrap:first-child {
  border-top: 1px solid var(--slingo-edge)
}
.main-questions-numbered .questions-unit-wrap:last-child {
  border-bottom: none
}
.main-questions-numbered .questions-unit-wrap::before {
  content: counter(faq-num,decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--slingo-primary);
  line-height: 1;
  font-family: var(--slingo-typeface-caption)
}
.main-questions-numbered .faq-query {
  font-size: 15px;
  font-weight: 700;
  color: var(--theme-text-content);
  margin: 0 0 8px;
  line-height: 1.4
}
.main-questions-numbered .faqs-reply p {
  font-size: 14px;
  color: var(--ui-dim-text-content);
  line-height: 1.7;
  margin: 0
}
@media (max-width:600px) {
  .main-questions-numbered .questions-unit-wrap {
    padding-left: 48px
  }
  .main-questions-numbered .questions-unit-wrap::before {
    font-size: 1.2rem
  }
}
.inner-region h2 {
  border: none;
  border-bottom: none
}
.inner-region ol li,
.inner-region ul li {
  border-bottom: none
}
.inner-region {
  max-width: 1200px;
  margin: 0 auto
}
.mobile-banner-area {
  background-color: #684235!important;
  background-blend-mode: multiply!important
}
.perk-card {
  background-color: #684235!important;
  background-blend-mode: normal!important
}
.site-page-header-background-headline {
  color: #f8f7f7!important
}
.header-background-bonus,
.page-header-surface-deposit {
  color: #fee94d!important
}
.masthead-bg-action {
  background: #fa2d4c!important
}