:root {
  --theme-bg: #0D131C;
  --ui-fill-tile: #131922;
  --surface-alt: #1c222b;
  --main: #d4af37;
  --ui-hover-primary: #e6c347;
  --theme-secondary-alt: #b8860b;
  --theme-text-content: #e8e6e3;
  --ui-dim-text-content: #9a9a9a;
  --ui-highlight: #ffd700;
  --promo-cta-grad-top: #d4af37;
  --betfury-promo-action-grad-bottom: color-mix(in srgb, #d4af37, #000 20%);
  --betfury-edge: #232932;
  --ui-gradient: linear-gradient(110deg,  #auto 0%, #auto 100%);
  --betfury-glow: rgba(255,255,255,0.1);
  --strong-aura: rgba(255,255,255,0.2);
  --ui-title-font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --main-typeface: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --inset-block: 6rem 2rem;
  --tile-inset: 2.2rem;
  --gutter: 2rem;
  --ui-curve: 10px;
  --corner-panel: 16px;
  --betfury-glass-background: #131922;
  --sheen-border: #232932;
  --theme-sheen-depth: 0 2px 12px rgba(0, 0, 0, 0.3);
  --text-content-button: #fff;
  --topbar-h: 64px;
  --masthead-bg: var(--theme-bg);
  --copy-header: var(--theme-text-content);
  --theme-masthead-label-subtle: var(--ui-dim-text-content);
  --ui-site-header-badge-border-line: var(--betfury-edge);
  --ui-search-border-line: var(--main);
  --login-fill: var(--theme-secondary-alt, #0f3460);
  --offer-badge-grad: var(--ui-gradient, linear-gradient(97deg, #501091 0%, #3831a4 50%, #213a96 100%));
  --betfury-width-aside: 64px
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--main-typeface);
  background: var(--theme-bg);
  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: var(--topbar-h)
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ui-title-font-family);
  line-height: 1.15
}
a {
  color: var(--main);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--ui-hover-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(--betfury-glow)
  }
  50% {
    box-shadow: 0 0 28px var(--strong-aura)
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-burger-open span:first-child {
  transform: translateY(7px) rotate(45deg)
}
.header-burger-open span:nth-child(2) {
  opacity: 0
}
.header-burger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}
@media (max-width:768px) {
  .header-nav-open {
    display: flex!important
  }
}
.widget-zone.main-sub-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--betfury-width-aside,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.main-side-column {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.footer {
  padding: 2.5rem 0 2rem;
  position: relative;
  z-index: 1;
  background: var(--surface-alt)
}
.colophon-logo-group {
  height: 30px;
  width: auto
}
.site-footer-navbar {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.site-footer-navbar a {
  font-size: .82rem;
  color: var(--ui-dim-text-content);
  text-decoration: none;
  transition: color .2s
}
.site-footer-navbar a:hover {
  color: var(--main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-separator {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.site-page-footer-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --inset-block: 1.8rem 0.8rem;
    --tile-inset: 0.9rem;
    --gutter: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --inset-block: 2.5rem 1rem;
    --tile-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --inset-block: 3.5rem 1.5rem;
    --tile-inset: 1.5rem
  }
}
header {
  background-color: var(--masthead-bg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--topbar-h);
  z-index: 9999;
  border-bottom: 1px solid var(--betfury-edge);
  font-family: var(--ui-title-font-family);
  background-color: #111923!important
}
.page-header-shell-section {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  height: 100%;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto
}
.page-header-shell-section a {
  color: var(--copy-header);
  text-decoration: none;
  transition: color .2s
}
.site-header-left-side {
  display: flex;
  align-items: center;
  gap: 16px
}
.page-header-end-container {
  display: flex;
  align-items: center;
  gap: 18px
}
.burger-button-panel {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.burger-button-panel img {
  filter: invert(1)
}
.logo-holder-area {
  display: flex;
  align-items: center;
  padding-right: 8px;
  border-right: 1px solid rgba(255,255,255,.12);
  margin-right: 4px
}
.logo-holder-area img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.search-circle-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--ui-search-border-line);
  flex-shrink: 0;
  transition: background .2s
}
.search-circle-block:hover {
  background: rgba(255,255,255,.06)
}
.search-circle-block 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(--offer-badge-grad);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 12px color-mix(in srgb,var(--ui-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
}
.masthead-nav-shell {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 8px
}
.header-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 24px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  height: 100%
}
.header-navigation li {
  display: flex;
  align-items: center;
  height: 100%
}
.header-navigation a {
  color: var(--copy-header);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative
}
.header-navigation a:hover {
  color: var(--main)
}
.site-service-info {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--copy-header);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap
}
.site-service-info img {
  width: 22px;
  height: 22px
}
.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
}
.site-access-button {
  border: 1px solid var(--login-fill);
  color: #fff;
  background: var(--login-fill)
}
.site-access-button:hover {
  filter: brightness(1.15)
}
.join-button-container {
  background: var(--main);
  border: 1px solid var(--main);
  color: var(--text-content-button,#fff)
}
.join-button-container:hover {
  filter: brightness(1.1)
}
.join-button-container:active {
  transform: translateY(1px)
}
.main-offcanvas-grid {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--masthead-bg);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.main-offcanvas-grid.open {
  left: 0
}
.main-offcanvas-close {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--copy-header);
  cursor: pointer
}
.site-offcanvas-masthead {
  display: flex;
  justify-content: flex-end
}
.offcanvas-main-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-main-container .header-navigation {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-main-container .header-navigation a {
  font-size: 16px;
  padding: 12px 0;
  display: block;
  height: auto
}
.site-offcanvas-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.site-offcanvas-backdrop.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .masthead-nav-shell,
  .reward-tag-area,
  .search-circle-block,
  .site-service-info {
    display: none
  }
  .main-offcanvas-grid .masthead-nav-shell,
  .main-offcanvas-grid .reward-tag-area {
    display: flex
  }
  .main-offcanvas-grid .header-navigation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .main-offcanvas-grid,
  .site-offcanvas-backdrop {
    display: none
  }
}
@media (max-width:768px) {
  .page-header-shell-section {
    padding: 0 16px
  }
  .site-header-left-side {
    gap: 10px
  }
  .site-masthead-cta-buttons-grid a {
    padding: 8px 14px;
    font-size: 11px
  }
  .page-header-end-container {
    flex-shrink: 0
  }
  .logo-holder-area {
    max-width: 100px;
    min-width: 0;
    flex-shrink: 1
  }
  .logo-holder-area img {
    max-width: 100%
  }
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--surface-alt);
  border-right: 1px solid rgba(128,128,128,.18)
}
.main-side-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  gap: 8px
}
.site-aside-glyph-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  transition: background .2s
}
.site-aside-glyph-item:hover {
  background: var(--ui-fill-tile)
}
.site-aside-glyph-item img {
  opacity: .7;
  transition: opacity .2s
}
.site-aside-glyph-item:hover img {
  opacity: 1
}
.main-side-panel-hr {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.masthead-bg-lower,
.masthead-bg-lower *,
.topbar-background,
.topbar-background * {
  font-family: var(--ui-title-font-family)!important
}
.topbar-background {
  background: url(../images/header-bg.png?v=401375d8) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.topbar-background-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.topbar-background-inner br {
  display: none
}
.topbar-background-inner > a {
  display: inline-block;
  width: auto
}
.site-page-header-background-headline {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--ui-highlight);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.site-header-bg-deposit {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--theme-text-content);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.masthead-background-promo {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--theme-text-content);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.site-page-header-surface-button {
  background: var(--main);
  color: var(--text-content-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
}
.site-page-header-surface-button:hover {
  background: var(--ui-hover-primary);
  transform: translateY(-2px)
}
.masthead-bg-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.site-header-surface-cta-core {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.page-header-background-cta-description {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.masthead-bg-lower {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--surface-alt);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.masthead-bg-lower::after,
.masthead-bg-lower::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.masthead-bg-lower::before {
  left: 0;
  background: linear-gradient(to right,var(--theme-bg),transparent)
}
.masthead-bg-lower::after {
  right: 0;
  background: linear-gradient(to left,var(--theme-bg),transparent)
}
.masthead-bg-lower p {
  display: none
}
.page-header-bg-lower-inner {
  text-align: center;
  margin: 0 26px
}
.page-header-bg-lower-inner .small-content-body {
  font-size: 10px;
  color: var(--ui-dim-text-content);
  font-weight: 700
}
.page-header-bg-lower-inner .site-big-content-body {
  font-size: 16px;
  font-weight: 700;
  color: #fff
}
@media (min-width:769px) {
  .topbar-background-inner {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .topbar-background {
    background-image: url(../images/header-bg-mobile.png?v=e7d5dac5);
    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)
  }
  .topbar-background .topbar-background-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .site-page-header-background-headline {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .site-header-bg-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .masthead-background-promo {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .masthead-bg-lower {
    background: var(--surface-alt);
    gap: 10px;
    padding: 8px 15px
  }
  .site-big-content-body {
    font-size: 14px
  }
}
.banking-methods-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 20px 24px;
  margin: 24px auto;
  max-width: 1100px;
  background: 0 0
}
.banking-methods-box img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.banking-methods-box img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .banking-methods-box {
    gap: 14px 20px;
    padding: 16px
  }
  .banking-methods-box img {
    width: 56px;
    height: 44px
  }
}
.main-game-filter-bar {
  width: 100%;
  max-width: 1400px;
  margin: 24px auto;
  padding: 12px 0;
  background: var(--theme-bg);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin
}
.main-game-filter-bar::-webkit-scrollbar {
  height: 4px
}
.main-game-filter-bar::-webkit-scrollbar-thumb {
  background: var(--betfury-edge);
  border-radius: 2px
}
.game-sort-row-group {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  white-space: nowrap;
  width: max-content
}
.site-games-sort-pill-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--surface-alt,#151c35);
  border: 1px solid var(--betfury-edge);
  color: var(--theme-text-content);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2px;
  transition: background .2s,border-color .2s,color .2s,transform .15s;
  flex: 0 0 auto
}
.site-games-sort-pill-block:hover {
  background: var(--ui-fill-tile,var(--surface-alt));
  border-color: var(--main);
  color: var(--theme-text-content)
}
.site-games-sort-pill-block.active {
  background: var(--main);
  border-color: var(--main);
  color: var(--text-content-button,#fff)
}
.games-selector-symbol {
  width: 20px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: .85
}
.site-games-sort-pill-block:hover .games-selector-symbol {
  opacity: 1
}
@media (max-width:768px) {
  .game-sort-row-group {
    gap: 6px;
    padding: 0 12px
  }
  .site-games-sort-pill-block {
    padding: 10px 14px;
    font-size: 13px
  }
}
.site-core-group {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-body-field-wrap {
  font-size: 15px;
  line-height: 1.8;
  color: var(--ui-dim-text-content)
}
.content-body-field-wrap p {
  margin-bottom: 1rem
}
.content-body-field-wrap strong {
  color: var(--theme-text-content)
}
.content-body-field-wrap a:not(.lead-cta):not(.mobile-banner-action):not([class*="-button"]) {
  color: var(--main);
  text-decoration: underline
}
.content-body-field-wrap a:not(.lead-cta):not(.mobile-banner-action):not([class*="-button"]):hover {
  color: var(--ui-highlight)
}
@media (max-width:768px) {
  .site-core-group {
    padding: 5rem 15px 30px
  }
  .content-body-field-wrap {
    font-size: 14px
  }
  .application-banner-shell,
  .site-core-group > .application-banner-shell {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-promo-banner-mobile img,
  .mobile-banner-panel {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.features-holder {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1400px
}
.main-highlight-card {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  background-color: var(--ui-fill-tile,var(--surface-alt));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.main-highlight-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.main-highlight-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
}
.features-holder .main-highlight-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: left;
  width: auto
}
.fcdl-payouts-container {
  background-image: url(../images/fast-pay.png?v=7710e643)
}
.main-cashback-area {
  background-image: url(../images/cashback.png?v=bd76098e)
}
.main-vip-block {
  background-image: url(../images/vip-level.png?v=4bff1963)
}
.site-game {
  background-image: url(../images/games.png?v=78ad393f)
}
.missions-panel {
  background-image: url(../images/feature-missions.png?v=280dffa4)
}
@media (max-width:1024px) {
  .features-holder {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .features-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
  }
  .features-holder::-webkit-scrollbar {
    height: 4px
  }
  .features-holder::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .main-highlight-card {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .features-holder .main-highlight-card h3 {
    font-size: 12px
  }
}
.main-area-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(--surface-alt);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.name-care {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.name-care img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.site-title-support-copy-container {
  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-area-care {
    flex-direction: column;
    padding: 0 16px
  }
}
.application-banner-shell {
  margin: 32px auto;
  max-width: 800px
}
.mobile-banner-panel {
  display: flex;
  align-items: stretch;
  background: var(--ui-fill-tile,var(--surface-alt));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--betfury-edge);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.application-banner-inner {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.application-banner-caption-area {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--betfury-edge);
  background: var(--surface-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-banner-text-content-body-wrap {
  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-promo-banner-caption-rate {
  display: flex;
  gap: 1px
}
.app-promo-banner-caption-rate img {
  width: 12px;
  height: 12px
}
.app-promo-banner-caption-rate .main-star-half {
  opacity: .85
}
.application-banner-caption-verify {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.app-banner-headline-row {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--theme-text-content);
  font-family: var(--ui-title-font-family);
  margin: 0
}
.site-app-promo-banner-description {
  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-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
}
.application-banner-image-container {
  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 {
  display: none
}
.app-promo-banner-mobile img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .mobile-banner-panel {
    flex-direction: column;
    min-height: unset
  }
  .mobile-banner-image-shell {
    display: none
  }
  .app-promo-banner-mobile {
    display: block;
    padding: 0;
    line-height: 0
  }
  .app-promo-banner-mobile img {
    max-width: 100%;
    width: 100%;
    border-radius: 0
  }
  .application-banner-inner {
    padding: 16px 20px 24px;
    gap: 12px
  }
  .application-banner-inner .application-banner-caption-area {
    margin-top: -2px
  }
  .app-banner-headline-row {
    font-size: 20px
  }
  .app-banner-action-container .lead-cta {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-cta {
  font-size: 18px;
  font-weight: 700;
  background: var(--main);
  color: var(--text-content-button,#fff);
  padding: 10px 56px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none;
  transition: filter .2s
}
.lead-cta:hover {
  filter: brightness(1.15);
  color: var(--text-content-button,#fff)
}
.main-updated-date-panel {
  background: var(--surface-alt);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--main);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--theme-text-content);
  max-width: 1400px
}
@media (max-width:768px) {
  .main-updated-date-panel {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-footer-section.footer {
  background: var(--fill-footer,var(--surface-alt,#060e2a));
  color: var(--copy-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-footer-section.footer .site-colophon-banner,
.site-footer-section.footer .site-page-footer-lower,
.site-footer-section.footer .site-page-footer-middle-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-footer-section.footer .site-colophon-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 32px;
  padding-bottom: 16px
}
.site-footer-section.footer .colophon-logo-group {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-footer-section.footer .colophon-payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-footer-section.footer .colophon-payments img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-footer-section.footer .site-page-footer-middle-grid {
  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: 24px
}
.site-footer-section.footer .site-footer-navbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-footer-section.footer .site-footer-navbar a {
  color: var(--site-footer-link-item,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-footer-section.footer .site-footer-navbar a:hover {
  color: var(--copy-footer,#fff)
}
.site-footer-section.footer .site-footer-navbar:not(:has(a)) {
  display: none
}
.site-footer-section.footer .site-footer-nav-primary-inner,
.site-footer-section.footer .site-footer-navbar-legal {
  text-align: left
}
@media (min-width:961px) {
  .site-footer-section.footer .site-page-footer-middle-grid:has(.site-footer-nav-primary-inner a):not(:has(.site-footer-navbar-legal a)),
  .site-footer-section.footer .site-page-footer-middle-grid:not(:has(.site-footer-nav-primary-inner a)):has(.site-footer-navbar-legal a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-footer-section.footer .site-page-footer-middle-grid:not(:has(.site-footer-navbar a)) {
    grid-template-columns: 1fr auto
  }
}
.site-footer-section.footer .page-footer-support-area {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-footer-section.footer .page-footer-support-area .colophon-help-heading {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-footer-section.footer .page-footer-support-area p {
  color: var(--copy-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-footer-section.footer .site-footer-inbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--copy-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-footer-section.footer .site-footer-inbox img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-footer-section.footer .page-footer-side-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-footer-section.footer .site-footer-lang-select {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--theme-footer-socials-background,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--copy-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-section.footer .site-footer-lang-select img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-footer-section.footer .colophon-connect-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-footer-section.footer .page-footer-socials-container {
  display: flex;
  gap: 4px
}
.site-footer-section.footer .main-colophon-socials {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--theme-footer-socials-background,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-footer-section.footer .main-colophon-socials:hover {
  background: var(--ui-highlight,#5a6178)
}
.site-footer-section.footer .main-colophon-socials img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
.site-footer-section.footer .site-footer-separator {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-footer-section.footer .site-page-footer-lower {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 32px
}
.site-footer-section.footer .site-footer-legal {
  color: var(--copy-footer,#a2a5af);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 900px;
  white-space: pre-line
}
@media (max-width:960px) {
  .site-footer-section.footer .site-page-footer-middle-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-footer-section.footer .colophon-payments {
    gap: 24px
  }
  .site-footer-section.footer .page-footer-side-area {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-footer-section.footer .site-colophon-banner,
  .site-footer-section.footer .site-page-footer-middle-grid {
    padding: 20px
  }
  .site-footer-section.footer .site-page-footer-middle-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }
  .site-footer-section.footer .site-page-footer-lower {
    padding: 20px
  }
  .site-footer-section.footer .colophon-payments {
    justify-content: center
  }
  .site-footer-section.footer .colophon-payments img {
    width: 70px;
    height: 35px
  }
  .site-footer-section.footer .site-footer-separator {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-footer-section.footer .page-footer-side-area,
  .site-footer-section.footer .page-footer-support-area,
  .site-footer-section.footer .site-page-footer-middle-grid {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-footer-section.footer .colophon-payments,
  .site-footer-section.footer .page-footer-socials-container {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-footer-section.footer .site-footer-navbar {
    align-items: center
  }
  .site-footer-section.footer .site-footer-inbox {
    justify-content: center
  }
}
.site-layout-box {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-body {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-body .site-core-group {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.features-holder,
.mobile-banner-panel {
  margin-left: auto;
  margin-right: auto
}
.site-footer-section[class] {
  padding-left: var(--betfury-width-aside,0)
}
.site-footer-section[class] .site-page-footer-lower {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-footer-section[class] {
    padding-left: 0
  }
}
.call-to-action-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.call-to-action-center .lead-cta,
.call-to-action-center a.lead-cta {
  display: inline-block
}
@media (max-width:768px) {
  .call-to-action-center {
    display: block;
    margin: 30px auto
  }
  .content-body-field-wrap .table-scroll > table,
  .legal-inner .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.lead-cta.mobile-banner-action {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.features-holder h2,
.site-faq-heading {
  font-family: var(--ui-title-font-family);
  color: var(--theme-text-content);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.features-holder .main-highlight-card {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.features-holder .main-highlight-card h3 {
  margin: 0;
  font-size: 14px
}
.content-body-field-wrap li {
  padding: .3rem 0;
  line-height: 1.7
}
.content-body-field-wrap table {
  font-size: .92rem
}
.content-body-field-wrap table th {
  background: var(--main);
  color: var(--text-content-button,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.content-body-field-wrap table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.content-body-field-wrap table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-box > .widget-zone.main-sub-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--betfury-width-aside,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-box > .site-content-body {
  margin-left: var(--betfury-width-aside,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-body .site-core-group {
    padding-left: 20px
  }
  .site-layout-box > .widget-zone.main-sub-grid {
    max-width: var(--betfury-width-aside,80px)
  }
}
@media (max-width:992px) {
  .site-layout-box > .widget-zone.main-sub-grid {
    display: none
  }
  .site-layout-box > .site-content-body {
    margin-left: 0
  }
}
.topbar-background {
  position: relative;
  z-index: 1
}
.topbar-background-inner {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.site-aside-glyph-item img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.site-aside-glyph-item.aside-glyph-lg-holder img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.burger-button-panel img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.main-game-filter-bar a,
.site-games-sort-pill-block,
.site-games-sort-pill-block:hover,
.site-games-sort-pill-block:visited {
  text-decoration: none!important
}
.site-legal-headline {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--theme-text-content);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-inner {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--ui-dim-text-content)
}
.legal-inner p {
  margin-bottom: 1.1rem
}
.legal-inner strong {
  color: var(--theme-text-content)
}
.content-body-field-wrap li,
.legal-inner li {
  color: var(--ui-dim-text-content)
}
.content-body-field-wrap li strong,
.legal-inner li strong {
  color: var(--ui-dim-text-content);
  font-weight: 700
}
.legal-inner a {
  color: var(--main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-inner a:hover {
  color: var(--ui-hover-primary,var(--ui-highlight))
}
.legal-inner article em {
  color: var(--ui-dim-text-content);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.main-img-wrapper {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.site-inner-img-end {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.content-body-field-wrap h2,
.content-body-field-wrap h3,
.content-body-field-wrap table {
  clear: both
}
.content-clear-group {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .site-legal-headline {
    font-size: 1.6rem
  }
  .legal-inner h1 {
    font-size: 1.5rem
  }
  .legal-inner h2 {
    font-size: 1.2rem
  }
  .main-img-wrapper,
  .site-inner-img-end {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.content-body-field-wrap h1,
.content-body-field-wrap h2,
.content-body-field-wrap h3,
.faqs-ask-grid,
.legal-inner h1,
.legal-inner h2,
.legal-inner h3,
.site-faq-heading {
  font-family: var(--ui-title-font-family);
  color: var(--theme-text-content);
  text-decoration: none;
  border: none
}
.content-body-field-wrap h1,
.legal-inner h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.content-body-field-wrap h2,
.legal-inner h2,
.site-faq-heading {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-body-field-wrap h3,
.faqs-ask-grid,
.legal-inner h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.content-body-field-wrap ul,
.legal-inner ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-body-field-wrap ul li,
.legal-inner ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.content-body-field-wrap ul li::before,
.legal-inner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--main)
}
.content-body-field-wrap ol,
.legal-inner ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-body-field-wrap ol li,
.legal-inner ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.content-body-field-wrap ol li::before,
.legal-inner ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--main);
  font-weight: 600
}
.content-body-field-wrap table,
.legal-inner table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--ui-fill-tile,rgba(255,255,255,.03));
  border: 1px solid var(--betfury-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(--main-typeface, 'Montserrat', system-ui, sans-serif)
}
.content-body-field-wrap table thead tr:first-child th:first-child,
.legal-inner table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.content-body-field-wrap table thead tr:first-child th:last-child,
.legal-inner table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.content-body-field-wrap table tbody tr:last-child td:first-child,
.legal-inner table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.content-body-field-wrap table tbody tr:last-child td:last-child,
.legal-inner table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.content-body-field-wrap table thead tr,
.legal-inner table thead tr {
  background: var(--surface-alt,rgba(255,255,255,.06))
}
.content-body-field-wrap table thead th,
.legal-inner table thead th {
  font-weight: 700;
  color: var(--theme-text-content,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--betfury-edge,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.content-body-field-wrap table thead th:last-child,
.legal-inner table thead th:last-child {
  border-right: none
}
.content-body-field-wrap table tbody tr:nth-child(odd),
.legal-inner table tbody tr:nth-child(odd) {
  background: 0 0
}
.content-body-field-wrap table tbody tr:nth-child(2n),
.legal-inner table tbody tr:nth-child(2n) {
  background: var(--surface-alt,rgba(255,255,255,.03))
}
.content-body-field-wrap table tbody td,
.legal-inner table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--betfury-edge,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--betfury-edge,rgba(255,255,255,.06));
  color: var(--ui-dim-text-content,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.content-body-field-wrap table tbody td:last-child,
.legal-inner table tbody td:last-child {
  border-right: none
}
.content-body-field-wrap table tbody tr:last-child td,
.legal-inner table tbody tr:last-child td {
  border-bottom: none
}
.site-faq-unit {
  background: var(--surface-alt,rgba(255,255,255,.02));
  border: 1px solid var(--betfury-edge,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.site-faq-unit .site-faq-heading {
  color: var(--theme-text-content,#fff);
  font-family: var(--ui-title-font-family, 'Montserrat', system-ui, sans-serif);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.site-faq-unit .faq-panel-wrapper {
  background: var(--ui-fill-tile,rgba(255,255,255,.04));
  border: 1px solid var(--betfury-edge,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--ui-dim-text-content,#b1b4bc)
}
.site-faq-unit .faq-panel-wrapper:last-child {
  margin-bottom: 0
}
.site-faq-unit .faqs-ask-grid {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--theme-text-content,#fff);
  margin: 0 0 12px
}
.site-faq-unit .faqs-reply {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ui-dim-text-content,#b1b4bc)
}
.site-faq-unit .faqs-reply p {
  margin: 0 0 8px
}
.site-faq-unit .faqs-reply p:last-child {
  margin-bottom: 0
}
.site-faq-unit .faqs-reply b,
.site-faq-unit .faqs-reply strong {
  font-weight: 700;
  color: var(--theme-text-content,#fff)
}
@media (max-width:600px) {
  .content-body-field-wrap h1,
  .legal-inner h1 {
    font-size: 2rem
  }
  .content-body-field-wrap h2,
  .legal-inner h2,
  .site-faq-heading {
    font-size: 1.6rem
  }
  .content-body-field-wrap h3,
  .faqs-ask-grid,
  .legal-inner h3 {
    font-size: 1.2rem
  }
  .content-body-field-wrap table tbody td,
  .content-body-field-wrap table thead th,
  .legal-inner table tbody td,
  .legal-inner table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .site-faq-unit {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .site-faq-unit .site-faq-heading {
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .site-faq-unit .faq-panel-wrapper {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .site-faq-unit .faqs-ask-grid {
    line-height: 1.35
  }
}
.content-body-field-wrap h2 {
  border: none;
  border-bottom: none
}
.content-body-field-wrap ol li,
.content-body-field-wrap ul li,
.legal-inner ol li,
.legal-inner ul li {
  border-bottom: none
}
.content-body-field-wrap,
.legal-inner {
  max-width: 1400px;
  margin: 0 auto
}
.site-page-header-background-headline {
  color: #fff!important
}
.masthead-background-promo,
.site-header-bg-deposit {
  color: #ffe631!important
}
.site-page-header-surface-button {
  background: #cb033d!important
}
.site-access-button {
  background: #30343e!important
}
.join-button-container {
  background: #cb033d!important
}