:root {
  --ui-glow: rgba(255,255,255,0.1);
  --lunubet-glow-deep: rgba(255,255,255,0.2);
  --block-inset: 3.5rem 1.8rem;
  --lunubet-tile-padding: 1.4rem;
  --lunubet-gutter: 1.2rem;
  --ui-rounding: 3px;
  --panel-curve: 6px;
  --theme-fill-sheen: #0d100c;
  --edge-glass-effect: #1d201c;
  --lunubet-frosted-depth: 0 2px 12px rgba(0, 0, 0, 0.3);
  --theme-legal-page-footer: #dce775;
  --positive: #2ec77b;
  --negative: #e5484d;
  --on-media: #ffffff;
  --topbar-h: 68px;
  --ui-site-header-surface: var(--lunubet-bg);
  --ui-label-topbar: var(--label);
  --page-header-text-content-dim: var(--ui-dim-text-content);
  --ui-page-header-tag-fill: var(--theme-background-alt);
  --lunubet-page-header-tag-border-line: var(--outline);
  --header-call-to-action-fill: var(--ui-accent-color);
  --ui-header-action-copy: #fff;
  --masthead-bonus-bg: var(--ui-accent-color, #355be2);
  --header-reward-copy: #fff;
  --selector-wrapper-fill: var(--theme-background-alt, #252c45);
  --theme-sign-in-fill: var(--alt, #0f3460);
  --ui-side-column-width: 0px;
  --lunubet-bg: #070a12;
  --theme-accent-primary: #dcff2e;
  --hover-main: #ffff54;
  --lead-dark: #c8eb1a;
  --alt: #2a2242;
  --theme-background-alt: #11141c;
  --ui-card-box-fill: #0d1018;
  --outline: #1d2028;
  --label: #f5f5f5;
  --ui-dim-text-content: #a0a0a0;
  --text-button: #060606;
  --ui-accent-color: #54c9fc;
  --ui-label-accent-color: #060606;
  --gradient-overlay: linear-gradient(135deg, #dcff2e 0%, #eeff40 50%, #c8eb1a 100%);
  --theme-font-headline: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --content-text: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --primary-ink: #dcff2e;
  --accent-ink: #54c9fc;
  --secondary-ink: #8179a0;
  --promo-cta-grad-top: #dcff2e!important;
  --reward-btn-grad-bottom-area: #c8eb1a!important
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--content-text);
  background: var(--lunubet-bg);
  color: var(--label);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: var(--topbar-h)
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font-headline);
  line-height: 1.15
}
a {
  color: var(--theme-accent-primary);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--hover-main)
}
.seo-region-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem 0;
  font-size: .9rem;
  color: var(--ui-dim-text-content,var(--label))
}
.seo-region-breadcrumb a {
  color: var(--theme-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(--lunubet-glow-deep)
  }
}
@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
  }
}
.colophon-emblem {
  height: 30px;
  width: auto
}
.footer-navbar {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.footer-navbar a {
  font-size: .82rem;
  color: var(--ui-dim-text-content);
  text-decoration: none;
  transition: color .2s
}
.footer-navbar a:hover {
  color: var(--theme-accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.footer-rule {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.colophon-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --block-inset: 1.8rem 0.8rem;
    --lunubet-tile-padding: 0.9rem;
    --lunubet-gutter: 0.6rem
  }
}
@media (max-width:768px) {
  :root {
    --block-inset: 2.5rem 1rem;
    --lunubet-tile-padding: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --block-inset: 3.5rem 1.5rem;
    --lunubet-tile-padding: 1.5rem
  }
}
header {
  background-color: var(--ui-site-header-surface);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--topbar-h);
  z-index: 9999;
  border-bottom: 1px solid var(--outline);
  font-family: var(--theme-font-headline);
  background-color: #0e1626!important
}
.main-site-header-shell-row {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto
}
.main-site-header-shell-row a {
  color: var(--ui-label-topbar);
  text-decoration: none;
  transition: color .2s
}
.main-site-header-shell-row a:hover {
  color: unset
}
.site-header-left-side {
  display: flex;
  align-items: center;
  gap: 32px
}
.lunubet-container {
  display: flex;
  align-items: center
}
.lunubet-container img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  display: block;
  object-fit: contain
}
.toggle-holder {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: var(--ui-page-header-tag-fill);
  padding: 4px;
  border-radius: 1000px;
  border: 1px solid var(--lunubet-page-header-tag-border-line);
  background-color: var(--selector-wrapper-fill);
  border-color: var(--lunubet-page-header-tag-border-line)
}
.toggle-holder > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--page-header-text-content-dim);
  border-radius: 1000px;
  transition: background .2s,color .2s
}
.site-picker-left-side {
  color: var(--ui-label-topbar)!important
}
.site-selector-right {
  color: var(--page-header-text-content-dim)
}
.site-picker-left-side img,
.site-selector-right img {
  filter: none
}
.page-header-menu-holder {
  display: flex;
  align-items: center;
  height: 100%
}
.page-header-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 28px;
  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(--theme-accent-primary)
}
.page-header-menu a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--theme-accent-primary)
}
.site-masthead-right {
  display: flex;
  align-items: center;
  gap: 12px
}
.page-header-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background .2s
}
.page-header-search:hover {
  background: var(--ui-page-header-tag-fill)
}
.site-masthead-cta-buttons-grid {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700
}
.site-masthead-cta-buttons-grid a {
  padding: 9px 18px;
  border-radius: 1000px;
  line-height: 1;
  letter-spacing: .2px;
  transition: filter .2s,background .2s,transform .15s
}
.sign-in-action-area {
  border: 1px solid var(--theme-sign-in-fill);
  color: var(--ui-label-topbar);
  background: var(--theme-sign-in-fill)
}
.sign-in-action-area:hover {
  filter: brightness(1.15)
}
.register-btn-container {
  position: relative
}
.sign-up-action-area {
  background: var(--theme-accent-primary);
  border: 1px solid var(--theme-accent-primary);
  color: var(--text-button,#fff);
  box-shadow: 0 2px 10px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.2)
}
.sign-up-action-area:hover {
  filter: brightness(1.1)
}
.sign-up-action-area:active {
  transform: translateY(1px)
}
.main-sign-up-promo {
  position: absolute;
  top: -13px;
  right: 2px;
  background-color: var(--masthead-bonus-bg);
  color: var(--header-reward-copy);
  border-radius: 1000px;
  font-size: 8px;
  font-weight: 700;
  padding: 3px 7px 3px 4px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
  white-space: nowrap
}
.menu-toggle-action-section {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.offcanvas-block {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--ui-site-header-surface);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-block.open {
  left: 0
}
.offcanvas-close-wrapper {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--ui-label-topbar);
  cursor: pointer
}
.main-offcanvas-topbar {
  display: flex;
  justify-content: flex-end
}
.site-offcanvas-content-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.site-offcanvas-content-body .page-header-menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.site-offcanvas-content-body .page-header-menu a {
  font-size: 16px;
  padding: 12px 0;
  display: block;
  height: auto
}
.offcanvas-backdrop-group {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-group.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .page-header-menu-holder,
  .toggle-holder {
    display: none
  }
  .offcanvas-block .page-header-menu-holder,
  .offcanvas-block .toggle-holder {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-block .page-header-menu {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 15px
  }
  .offcanvas-block .toggle-holder {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .menu-toggle-action-section,
  .offcanvas-backdrop-group,
  .offcanvas-block {
    display: none
  }
}
@media (max-width:768px) {
  .page-header-search {
    display: none
  }
  .main-site-header-shell-row {
    padding: 0 16px
  }
  .site-header-left-side {
    gap: 10px
  }
  .site-masthead-cta-buttons-grid a {
    padding: 8px 14px;
    font-size: 11px
  }
  .site-masthead-right {
    flex-shrink: 0
  }
  .lunubet-container {
    max-width: 100px;
    min-width: 0;
    flex-shrink: 1
  }
  .lunubet-container img {
    max-width: 100%
  }
}
.toggle-holder > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
.page-header-surface-bottom,
.page-header-surface-bottom *,
.site-header-fill,
.site-header-fill * {
  font-family: var(--theme-font-headline)!important
}
.site-header-fill {
  background: url(../images/header-bg.png?v=bd7c8511) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.main-topbar-fill {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.main-topbar-fill br {
  display: none
}
.main-topbar-fill > a {
  display: inline-block;
  width: auto
}
.site-header-background-name {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--ui-accent-color);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.header-surface-deposit-holder {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--label);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.masthead-fill-reward-box {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--label);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.header-background-btn {
  background: var(--theme-accent-primary);
  color: var(--text-button,#fff);
  border: none;
  cursor: pointer;
  padding: 9px 58px!important;
  border-radius: 1000px!important;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.header-background-btn:hover {
  background: var(--hover-main);
  transform: translateY(-2px)
}
.header-fill-cta-content-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.site-header-bg-button-primary-panel {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.main-topbar-fill-btn-description-wrap {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.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(--lunubet-bg),transparent)
}
.page-header-surface-bottom::after {
  right: 0;
  background: linear-gradient(to left,var(--lunubet-bg),transparent)
}
.page-header-surface-bottom p {
  display: none
}
.header-background-bottom-inner {
  text-align: center;
  margin: 0 26px
}
.header-background-bottom-inner .main-small-content {
  font-size: 11px;
  color: var(--ui-dim-text-content);
  font-weight: 600
}
.header-background-bottom-inner .big-content-body {
  font-size: 14px;
  font-weight: 700;
  color: #fff
}
@media (min-width:769px) {
  .main-topbar-fill {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .site-header-fill {
    background-image: url(../images/header-bg-mobile.png?v=d7502ef6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    max-width: none;
    border-radius: 0;
    overflow: visible;
    position: relative;
    --banner-drop: 144px;
    margin-bottom: calc(var(--banner-drop) + 16px)
  }
  .site-header-fill .main-topbar-fill {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .site-header-background-name {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .header-surface-deposit-holder {
    font-size: 66px!important;
    line-height: 1.1
  }
  .masthead-fill-reward-box {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .header-background-btn {
    box-sizing: border-box
  }
  .page-header-surface-bottom {
    background: var(--theme-background-alt);
    gap: 10px;
    padding: 8px 15px
  }
  .big-content-body {
    font-size: 14px
  }
}
.game-filter-section {
  background: var(--lunubet-bg);
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 56px;
  margin: 24px 0
}
.game-filter-section .games-filter-bar-row-group-box {
  display: flex;
  align-items: stretch;
  height: 60px;
  overflow-x: auto;
  scrollbar-width: thin;
  width: 100%;
  max-width: 1344px
}
.game-filter-section .games-filter-bar-row-group-box::-webkit-scrollbar {
  height: 4px
}
.game-filter-section .games-filter-bar-row-group-box::-webkit-scrollbar-thumb {
  background: var(--outline);
  border-radius: 2px
}
.game-filter-section .slots-selector-tab-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  height: 60px;
  background: 0 0;
  color: var(--ui-dim-text-content);
  font-family: var(--theme-font-headline);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.2px;
  text-transform: capitalize;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  flex-shrink: 0;
  transition: color .2s,background .2s
}
.game-filter-section .slots-selector-tab-wrap:hover {
  color: var(--label)
}
.game-filter-section .slots-selector-tab-wrap.is-active {
  background: var(--theme-background-alt);
  color: var(--label)
}
.game-filter-section .slots-selector-tab-wrap.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--theme-accent-primary)
}
.game-filter-section .slots-filter-symbol-grid {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}
@media (max-width:768px) {
  .game-filter-section {
    padding: 0 16px
  }
  .game-filter-section .slots-selector-tab-wrap {
    padding: 0 10px;
    font-size: 11px
  }
}
.site-primary-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.inner-field {
  font-size: 15px;
  line-height: 1.8;
  color: var(--ui-dim-text-content)
}
.inner-field p {
  margin-bottom: 1rem
}
.inner-field strong {
  color: var(--label)
}
.inner-field a:not(.lead-button-block):not(.mobile-banner-call-to-action):not([class*="-button"]) {
  color: var(--theme-accent-primary);
  text-decoration: underline
}
.inner-field a:not(.lead-button-block):not(.mobile-banner-call-to-action):not([class*="-button"]):hover {
  color: var(--ui-accent-color)
}
@media (max-width:768px) {
  .site-primary-container {
    padding: 5rem 15px 30px
  }
  .inner-field {
    font-size: 14px
  }
  .site-application-banner-container,
  .site-primary-container > .site-application-banner-container {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .main-application-banner,
  .main-mobile-banner 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;
  max-width: 1400px
}
.perk-card {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 14px;
  background-color: var(--ui-card-box-fill,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
}
.main-benefits-holder-wrap .perk-card h3 {
  text-transform: none;
  border: none;
  padding: 0;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: right;
  width: auto
}
.fcdl-payouts-wrapper {
  background-image: url(../images/fast-pay.png?v=7710e643)
}
.cashback-inner {
  background-image: url(../images/cashback.png?v=bd76098e)
}
.vip-section {
  background-image: url(../images/vip-level.png?v=4bff1963)
}
.slots {
  background-image: url(../images/games.png?v=78ad393f)
}
.missions-wrap {
  background-image: url(../images/feature-missions.png?v=280dffa4)
}
@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
  }
  .main-benefits-holder-wrap .perk-card h3 {
    font-size: 12px
  }
}
.region-service {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  padding: 30px 0;
  max-width: 1400px;
  margin: 0 auto
}
.site-unit-support {
  background: color-mix(in srgb,var(--alt,#0f3460) 50%,transparent);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--label);
  min-height: 138px;
  backdrop-filter: blur(2px)
}
.main-name-help {
  display: flex;
  align-items: flex-start;
  gap: 10px
}
.main-name-help img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.heading-help-text-content {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  color: var(--label)
}
.help-description-grid {
  color: var(--ui-dim-text-content);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0
}
@media (max-width:1024px) {
  .region-service {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 16px
  }
}
.site-application-banner-container {
  margin: 32px auto;
  max-width: 800px
}
.main-application-banner {
  display: flex;
  align-items: stretch;
  background: var(--ui-card-box-fill,var(--theme-background-alt));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--outline);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.app-banner-content-body {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.application-banner-text-area {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--outline);
  background: var(--theme-background-alt);
  align-self: flex-start
}
.app-promo-banner-caption-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.mobile-banner-text-content-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.app-banner-text-title-area {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--label);
  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-inner {
  opacity: .85
}
.mobile-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
}
.application-banner-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--label);
  font-family: var(--theme-font-headline);
  margin: 0
}
.mobile-banner-description-inner {
  color: var(--ui-dim-text-content);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.app-banner-action-container {
  margin-top: 4px
}
.app-banner-action-container .lead-button-block {
  margin: 0;
  display: inline-block
}
.main-application-banner-image-container {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.app-promo-banner-image {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.main-mobile-banner {
  display: none
}
.main-mobile-banner img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .main-application-banner {
    flex-direction: column;
    min-height: unset
  }
  .main-application-banner-image-container {
    display: none
  }
  .main-mobile-banner {
    display: block;
    padding: 0;
    line-height: 0
  }
  .main-mobile-banner img {
    max-width: 100%;
    width: 100%;
    border-radius: 0
  }
  .app-banner-content-body {
    padding: 16px 20px 24px;
    gap: 12px
  }
  .app-banner-content-body .application-banner-text-area {
    margin-top: -2px
  }
  .application-banner-name {
    font-size: 20px
  }
  .app-banner-action-container .lead-button-block {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-button-block {
  font-size: 18px;
  font-weight: 700;
  background: var(--theme-accent-primary);
  color: var(--text-button,var(--label));
  padding: 10px 76px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-transform: uppercase;
  border: 1px solid var(--label);
  text-decoration: none
}
.lead-button-block:hover {
  background: var(--hover-main,var(--theme-accent-primary));
  color: var(--text-button,var(--label))
}
.updated-date-area {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--theme-background-alt);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--theme-accent-primary);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--label);
  max-width: 1400px
}
@media (max-width:768px) {
  .updated-date-area {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-page-footer-area.site-footer-panel {
  background: var(--page-footer-fill,var(--theme-background-alt,#060e2a));
  color: var(--theme-text-content-page-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer-area.site-footer-panel .colophon-lower,
.site-page-footer-area.site-footer-panel .page-footer-splash-block {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box
}
.site-page-footer-area.site-footer-panel .page-footer-splash-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0 24px
}
.site-page-footer-area.site-footer-panel .colophon-emblem {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-page-footer-area.site-footer-panel .main-footer-payment-methods {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-page-footer-area.site-footer-panel .main-footer-payment-methods img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-page-footer-area.site-footer-panel .footer-rule {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-page-footer-area.site-footer-panel .colophon-lower {
  display: grid;
  grid-template-columns: minmax(120px,1fr) minmax(180px,1.4fr) minmax(220px,1.4fr) minmax(180px,1fr);
  gap: 24px;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 36px
}
.site-page-footer-area.site-footer-panel .footer-navbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-page-footer-area.site-footer-panel .footer-navbar a {
  color: var(--link-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer-area.site-footer-panel .footer-navbar a:hover {
  color: var(--theme-text-content-page-footer,#fff)
}
.site-page-footer-area.site-footer-panel .site-footer-support-container {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer-area.site-footer-panel .site-footer-support-container .main-site-footer-support-heading {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer-area.site-footer-panel .site-footer-support-container p {
  color: var(--theme-text-content-page-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer-area.site-footer-panel .site-footer-inbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text-content-page-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer-area.site-footer-panel .site-footer-inbox img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer-area.site-footer-panel .colophon-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-page-footer-area.site-footer-panel .site-footer-lang-select-section {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--colophon-share-surface,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--theme-text-content-page-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-page-footer-area.site-footer-panel .site-footer-lang-select-section img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-page-footer-area.site-footer-panel .page-footer-connect-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-page-footer-area.site-footer-panel .page-footer-socials-section {
  display: flex;
  gap: 4px
}
.site-page-footer-area.site-footer-panel .main-site-footer-share {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--colophon-share-surface,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-page-footer-area.site-footer-panel .main-site-footer-share:hover {
  background: var(--ui-accent-color,#5a6178)
}
.site-page-footer-area.site-footer-panel .main-site-footer-share img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .site-page-footer-area.site-footer-panel .colophon-lower {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-page-footer-area.site-footer-panel .main-footer-payment-methods {
    gap: 24px
  }
  .site-page-footer-area.site-footer-panel .colophon-side {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-page-footer-area.site-footer-panel .colophon-lower {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 24px
  }
  .site-page-footer-area.site-footer-panel .page-footer-splash-block {
    padding: 20px
  }
  .site-page-footer-area.site-footer-panel .main-footer-payment-methods img {
    width: 70px;
    height: 35px
  }
  .site-page-footer-area.site-footer-panel .footer-rule {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-page-footer-area.site-footer-panel .colophon-lower,
  .site-page-footer-area.site-footer-panel .colophon-side,
  .site-page-footer-area.site-footer-panel .site-footer-support-container {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer-area.site-footer-panel .main-footer-payment-methods,
  .site-page-footer-area.site-footer-panel .page-footer-socials-section {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer-area.site-footer-panel .footer-navbar {
    align-items: center
  }
  .site-page-footer-area.site-footer-panel .site-footer-inbox {
    justify-content: center
  }
}
.site-page-footer-area .footer-navbar:not(:has(a)) {
  display: none
}
.site-page-footer-area .colophon-menu-main-container,
.site-page-footer-area .main-footer-navbar-legal {
  text-align: left
}
.site-page-footer-area.site-footer-panel .footer-navbar:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-page-footer-area.site-footer-panel .colophon-lower:has(.colophon-menu-main-container a):not(:has(.main-footer-navbar-legal a)),
  .site-page-footer-area.site-footer-panel .colophon-lower:not(:has(.colophon-menu-main-container a)):has(.main-footer-navbar-legal a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-page-footer-area.site-footer-panel .colophon-lower:not(:has(.footer-navbar a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-grid {
  display: flex;
  min-height: calc(100vh - 64px);
  position: relative
}
.site-content-block {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-block .site-primary-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.main-application-banner,
.main-benefits-holder-wrap,
.main-faq-section-holder {
  margin-left: auto;
  margin-right: auto
}
.site-page-footer-area[class] {
  padding-left: var(--ui-side-column-width,0)
}
.site-page-footer-area[class] .colophon-lower {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  .site-page-footer-area[class] {
    padding-left: 0
  }
}
.button-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.button-center .lead-button-block,
.button-center a.lead-button-block {
  display: inline-block
}
@media (max-width:768px) {
  .button-center {
    display: block;
    margin: 30px auto
  }
  .inner-field .table-scroll > table,
  .main-legal-content-body-section .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.lead-button-block.mobile-banner-call-to-action {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.main-benefits-holder-wrap h2,
.main-faq-section-holder h2,
.questions-headline {
  font-family: var(--theme-font-headline);
  color: var(--label);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.main-faq-section-holder {
  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-field li {
  padding: .3rem 0;
  line-height: 1.7
}
.inner-field table {
  font-size: .92rem
}
.inner-field table th {
  background: var(--theme-accent-primary);
  color: var(--text-button,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.inner-field table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.inner-field table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-header-fill {
  position: relative;
  z-index: 1
}
.main-topbar-fill {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.toggle-holder img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.page-header-search img {
  opacity: .75;
  width: 18px;
  height: 18px;
  object-fit: contain
}
.main-sign-up-promo img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-toggle-action-section img {
  filter: invert(1);
  width: 24px;
  height: 24px;
  object-fit: contain
}
.slots-filter-bar a {
  text-decoration: none!important
}
.legal-name-panel {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--label);
  line-height: 1.15;
  letter-spacing: -.02em
}
.main-legal-content-body-section {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--ui-dim-text-content)
}
.main-legal-content-body-section p {
  margin-bottom: 1.1rem
}
.main-legal-content-body-section strong {
  color: var(--label)
}
.inner-field li,
.main-legal-content-body-section li {
  color: var(--ui-dim-text-content)
}
.inner-field li strong,
.main-legal-content-body-section li strong {
  color: var(--ui-dim-text-content);
  font-weight: 700
}
.main-legal-content-body-section a {
  color: var(--theme-accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.main-legal-content-body-section a:hover {
  color: var(--hover-main,var(--ui-accent-color))
}
.main-legal-content-body-section article em {
  color: var(--ui-dim-text-content);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.site-content-img {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.site-content-img.main-img-left-row {
  float: left;
  clear: both;
  margin: .75rem 1.8rem 1rem 0
}
.inner-field h2,
.inner-field h3,
.inner-field ol,
.inner-field table,
.inner-field ul {
  clear: both
}
.site-main-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-name-panel {
    font-size: 1.6rem
  }
  .main-legal-content-body-section h1 {
    font-size: 1.5rem
  }
  .main-legal-content-body-section h2 {
    font-size: 1.2rem
  }
  .main-img-left-row,
  .site-content-img {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.faq-section-query,
.inner-field h1,
.inner-field h2,
.inner-field h3,
.main-faq-section-holder h2,
.main-faq-section-holder h3,
.main-faqs-entry h3,
.main-legal-content-body-section h1,
.main-legal-content-body-section h2,
.main-legal-content-body-section h3,
.questions-headline {
  font-family: var(--theme-font-headline);
  color: var(--label);
  border-bottom: 2px solid color-mix(in srgb,var(--theme-accent-primary) 30%,transparent);
  padding-bottom: .3em
}
.inner-field h1,
.main-legal-content-body-section h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.inner-field h2,
.main-faq-section-holder h2,
.main-legal-content-body-section h2,
.questions-headline {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.faq-section-query,
.inner-field h3,
.main-faq-section-holder h3,
.main-faqs-entry h3,
.main-legal-content-body-section h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.inner-field ul,
.main-legal-content-body-section ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.inner-field ul li,
.main-legal-content-body-section ul li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: .6rem
}
.inner-field ul li::before,
.main-legal-content-body-section ul li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--theme-accent-primary)
}
.inner-field ol,
.main-legal-content-body-section ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.inner-field ol li,
.main-legal-content-body-section ol li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.inner-field ol li::before,
.main-legal-content-body-section ol li::before {
  content: counter(ol-counter) ')';
  position: absolute;
  left: 0;
  color: var(--ui-accent-color);
  font-weight: 600
}
.inner-field table,
.main-legal-content-body-section table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--ui-card-box-fill,rgba(255,255,255,.03));
  border: 1px solid var(--outline,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(--content-text, 'Montserrat', system-ui, sans-serif)
}
.inner-field table tbody tr:first-child,
.inner-field table thead tr,
.main-legal-content-body-section table tbody tr:first-child,
.main-legal-content-body-section table thead tr {
  background: var(--theme-background-alt,rgba(255,255,255,.06))
}
.inner-field table tbody tr:first-child td,
.inner-field table tbody tr:first-child th,
.inner-field table thead th,
.main-legal-content-body-section table tbody tr:first-child td,
.main-legal-content-body-section table tbody tr:first-child th,
.main-legal-content-body-section table thead th {
  font-weight: 700;
  color: var(--label,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--outline,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.inner-field table tbody tr:first-child td:last-child,
.inner-field table tbody tr:first-child th:last-child,
.inner-field table thead th:last-child,
.main-legal-content-body-section table tbody tr:first-child td:last-child,
.main-legal-content-body-section table tbody tr:first-child th:last-child,
.main-legal-content-body-section table thead th:last-child {
  border-right: none
}
.inner-field table tbody tr:not(:first-child):nth-child(odd),
.main-legal-content-body-section table tbody tr:not(:first-child):nth-child(odd) {
  background: var(--theme-background-alt,rgba(255,255,255,.03))
}
.inner-field table tbody tr:not(:first-child):nth-child(2n),
.inner-field table thead+tbody tr:nth-child(odd),
.main-legal-content-body-section table tbody tr:not(:first-child):nth-child(2n),
.main-legal-content-body-section table thead+tbody tr:nth-child(odd) {
  background: 0 0
}
.inner-field table thead + tbody tr:nth-child(2n),
.main-legal-content-body-section table thead + tbody tr:nth-child(2n) {
  background: var(--theme-background-alt,rgba(255,255,255,.03))
}
.inner-field table tbody tr:not(:first-child) td,
.inner-field table tbody tr:not(:first-child) th,
.inner-field table thead + tbody td,
.main-legal-content-body-section table tbody tr:not(:first-child) td,
.main-legal-content-body-section table tbody tr:not(:first-child) th,
.main-legal-content-body-section table thead + tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--outline,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--outline,rgba(255,255,255,.06));
  color: var(--ui-dim-text-content,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
  background: 0 0
}
.inner-field table tbody tr:last-child td,
.inner-field table tbody tr:last-child th,
.main-legal-content-body-section table tbody tr:last-child td,
.main-legal-content-body-section table tbody tr:last-child th {
  border-bottom: none
}
.inner-field table tbody td:last-child,
.inner-field table tbody th:last-child,
.main-legal-content-body-section table tbody td:last-child,
.main-legal-content-body-section table tbody th:last-child {
  border-right: none
}
.inner-field table tbody tr:first-child td:first-child,
.main-legal-content-body-section table tbody tr:first-child td:first-child {
  border-top-left-radius: 10px
}
.inner-field table tbody tr:first-child td:last-child,
.main-legal-content-body-section table tbody tr:first-child td:last-child {
  border-top-right-radius: 10px
}
.inner-field table tbody tr:last-child td:first-child,
.main-legal-content-body-section table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.inner-field table tbody tr:last-child td:last-child,
.main-legal-content-body-section table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
@media (max-width:600px) {
  .inner-field table tbody td,
  .main-legal-content-body-section table tbody td {
    padding: 10px 12px;
    font-size: .8rem
  }
}
.faq-open-area {
  margin: 30px auto
}
.faq-open-area .questions-headline {
  color: var(--label)
}
.faq-open-area .main-faqs-entry {
  padding: 20px 0;
  border-bottom: 1px solid var(--outline);
  overflow: visible
}
.faq-open-area .main-faqs-entry:first-of-type {
  border-top: 1px solid var(--outline)
}
.faq-open-area .main-faqs-entry:last-child {
  border-bottom: none
}
.faq-open-area .faq-section-query {
  font-weight: 700;
  color: var(--label);
  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-open-area .faq-section-query::after {
  display: none!important
}
.faq-open-area .faq-section-response {
  max-height: none!important;
  overflow: visible!important;
  transition: none!important
}
.faq-open-area .faq-section-response p {
  color: var(--ui-dim-text-content);
  line-height: 1.7;
  margin: 0;
  padding: 0 0 0 12px!important;
  border-left: 2px solid var(--theme-accent-primary)
}
.inner-field h2 {
  border: none;
  border-bottom: none
}
.inner-field ol li,
.inner-field ul li,
.main-legal-content-body-section ol li,
.main-legal-content-body-section ul li {
  border-bottom: none
}
.inner-field,
.main-legal-content-body-section {
  max-width: 1400px;
  margin: 0 auto
}
[data-slot=pagos-content-image-1]:not(a):not(button) {
  max-width: 55%!important;
  max-height: none!important
}
[data-slot=pagos-content-image-2]:not(a):not(button) {
  max-width: 40%!important;
  max-height: none!important
}
@media (max-width:768px) {
  [data-slot=pagos-content-image-1]:not(a):not(button),
  [data-slot=pagos-content-image-2]:not(a):not(button) {
    max-width: 100%!important
  }
}
img[src*="-mono-black"],
img[src*="-mono-white"] {
  filter: none!important
}
.site-header-background-name {
  color: #fff!important
}
.header-surface-deposit-holder,
.masthead-fill-reward-box {
  color: #ffe841!important
}
:root .header-background-btn {
  --promo-cta-grad-top: #dcff2e!important;
  --reward-btn-grad-bottom-area: #c8eb1a!important
}
:root .sign-up-action-area {
  color: #050505!important
}