:root {
  --theme-fill: #0F0F14;
  --surface-card-box: #15151a;
  --amonbet-alt-background: #1e1e23;
  --ui-main: #FFC736;
  --main-hover: #ffed5c;
  --ui-secondary-alt: #38b0a0;
  --label: #e8e6e3;
  --soft-copy: #9a9a9a;
  --amonbet-accent-color: #FFC736;
  --promo-cta-grad-top: #FFC736;
  --offer-cta-grad-bottom-area: color-mix(in srgb, #FFC736, #000 20%);
  --amonbet-border: #25252a;
  --gradient-overlay: linear-gradient(160deg,  #FFC736 0%, #38b0a0 100%);
  --shine: rgba(255,255,255,0.1);
  --halo-strong: rgba(255,255,255,0.2);
  --theme-font-headline: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --main-typeface: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --area-pad: 3.5rem 1.8rem;
  --ui-card-inset: 1.4rem;
  --ui-gutter: 1.2rem;
  --amonbet-corner: 16px;
  --card-corner: 22px;
  --amonbet-glass-background: #15151a;
  --sheen-edge: #25252a;
  --theme-sheen-depth: 0 2px 12px rgba(0, 0, 0, 0.3);
  --text-content-button: #1a1a1a;
  --amonbet-h-masthead: 64px;
  --background-page-header: var(--theme-fill);
  --copy-masthead: var(--label);
  --masthead-label-subtle: var(--soft-copy);
  --ui-page-header-tag-fill: var(--amonbet-alt-background);
  --site-header-chip-border-line: var(--amonbet-border);
  --page-header-cta-bg: var(--amonbet-accent-color);
  --page-header-cta-copy: #fff;
  --masthead-bonus-bg: var(--amonbet-accent-color, #355be2);
  --theme-page-header-reward-text-content: #fff;
  --ui-side-column-width: 64px;
  --label-accent: #1a1a1a
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--main-typeface);
  background: var(--theme-fill);
  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(--amonbet-h-masthead)
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font-headline);
  line-height: 1.15
}
a {
  color: var(--ui-main);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--main-hover)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--shine)
  }
  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
  }
}
.site-widget-region.sub {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--ui-side-column-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-panel-primary {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.page-footer-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.site-footer-brand {
  display: flex;
  align-items: center;
  gap: .5rem
}
.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(--soft-copy);
  text-decoration: none;
  transition: color .2s
}
.site-footer-navbar a:hover {
  color: var(--ui-main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-separator-panel {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.site-footer-bottom-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
.page-footer-call-to-action {
  font-size: .78rem;
  padding: .35rem 1rem
}
@media (max-width:480px) {
  :root {
    --area-pad: 1.8rem 0.8rem;
    --ui-card-inset: 0.9rem;
    --ui-gutter: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --area-pad: 2.5rem 1rem;
    --ui-card-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --area-pad: 3.5rem 1.5rem;
    --ui-card-inset: 1.5rem
  }
}
header {
  background-color: var(--background-page-header);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--amonbet-h-masthead);
  z-index: 9999;
  border-bottom: 1px solid var(--amonbet-border);
  font-family: var(--theme-font-headline);
  background-color: #1a1a22!important
}
.page-header-shell-section {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto
}
.page-header-shell-section a {
  color: var(--copy-masthead);
  text-decoration: none;
  transition: color .2s
}
.page-header-shell-section a:hover {
  color: unset
}
.main-site-header-start-group {
  display: flex;
  align-items: center;
  gap: 32px
}
.emblem-wrapper-box {
  display: flex;
  align-items: center
}
.emblem-wrapper-box img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  display: block;
  object-fit: contain
}
.picker-container {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: var(--ui-page-header-tag-fill);
  padding: 4px;
  border-radius: 1000px;
  border: 1px solid var(--site-header-chip-border-line)
}
.picker-container > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--masthead-label-subtle);
  border-radius: 1000px;
  transition: background .2s,color .2s
}
.picker-container > a.active {
  background: var(--ui-main);
  color: var(--page-header-cta-copy)!important
}
.picker-container > a.active img {
  filter: brightness(0) invert(1)
}
.main-masthead-menu-container {
  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(--copy-masthead);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative
}
.page-header-menu a:hover {
  color: var(--ui-main)
}
.page-header-menu a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--ui-main)
}
.page-header-end {
  display: flex;
  align-items: center;
  gap: 12px
}
.main-topbar-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background .2s
}
.main-topbar-search:hover {
  background: var(--ui-page-header-tag-fill)
}
.main-topbar-search img {
  opacity: .75
}
.site-topbar-button-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700
}
.site-topbar-button-buttons 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(--site-header-chip-border-line);
  color: var(--copy-masthead);
  background: 0 0
}
.sign-in-action-area:hover {
  background: var(--ui-page-header-tag-fill)
}
.register-btn-container {
  position: relative
}
.signup-cta {
  background: var(--ui-main);
  border: 1px solid var(--ui-main);
  color: var(--text-content-button,#fff);
  box-shadow: 0 2px 10px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.2)
}
.signup-cta:hover {
  filter: brightness(1.1)
}
.signup-cta:active {
  transform: translateY(1px)
}
.join-reward {
  position: absolute;
  top: -13px;
  right: 2px;
  background-color: var(--masthead-bonus-bg);
  color: var(--theme-page-header-reward-text-content);
  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-btn-button-panel {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.menu-btn-button-panel img {
  filter: invert(1)
}
.offcanvas-holder {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--background-page-header);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-holder.open {
  left: 0
}
.offcanvas-close-section {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--copy-masthead);
  cursor: pointer
}
.offcanvas-topbar-grid {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-block .page-header-menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-block .page-header-menu a {
  font-size: 16px;
  padding: 12px 0;
  display: block;
  height: auto
}
.site-offcanvas-backdrop-area {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.site-offcanvas-backdrop-area.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .main-masthead-menu-container,
  .picker-container {
    display: none
  }
  .offcanvas-holder .main-masthead-menu-container,
  .offcanvas-holder .picker-container {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-holder .page-header-menu {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 15px
  }
  .offcanvas-holder .picker-container {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .menu-btn-button-panel,
  .offcanvas-holder,
  .site-offcanvas-backdrop-area {
    display: none
  }
}
@media (max-width:768px) {
  .main-topbar-search {
    display: none
  }
  .page-header-shell-section {
    padding: 0 16px
  }
  .main-site-header-start-group {
    gap: 10px
  }
  .site-topbar-button-buttons a {
    padding: 8px 14px;
    font-size: 11px
  }
  .page-header-end {
    flex-shrink: 0
  }
  .emblem-wrapper-box {
    max-width: 100px;
    min-width: 0;
    flex-shrink: 1
  }
  .emblem-wrapper-box img {
    max-width: 100%
  }
}
.picker-container > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--amonbet-alt-background);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-panel-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  gap: 8px
}
.side-column-icon-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  transition: background .2s
}
.side-column-icon-entry:hover {
  background: var(--surface-card-box)
}
.side-column-icon-entry img {
  opacity: .7;
  transition: opacity .2s
}
.side-column-icon-entry:hover img {
  opacity: 1
}
.site-side-rail-hr-panel {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.page-header-surface,
.page-header-surface *,
.page-header-surface-bottom,
.page-header-surface-bottom * {
  font-family: var(--theme-font-headline)!important
}
.page-header-surface {
  background: url(../images/header-bg.png?v=b28be814) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.masthead-surface-inner-grid {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.masthead-surface-inner-grid br {
  display: none
}
.masthead-surface-inner-grid > a {
  display: inline-block;
  width: auto
}
.header-surface-name {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--amonbet-accent-color);
  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(--label);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.site-header-surface-offer {
  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-bg-button-area {
  background: var(--ui-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
}
.header-bg-button-area:hover {
  background: var(--main-hover);
  transform: translateY(-2px)
}
.page-header-fill-action-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.site-page-header-surface-button-main-area-container {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.site-topbar-fill-action-description {
  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(--amonbet-alt-background);
  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(--theme-fill),transparent)
}
.page-header-surface-bottom::after {
  right: 0;
  background: linear-gradient(to left,var(--theme-fill),transparent)
}
.page-header-surface-bottom p {
  display: none
}
.page-header-bg-lower-inner {
  text-align: center;
  margin: 0 26px
}
.page-header-bg-lower-inner .small-inner-area {
  font-size: 10px;
  color: var(--soft-copy);
  font-weight: 700
}
.page-header-bg-lower-inner .site-big-main-panel {
  font-size: 16px;
  font-weight: 700;
  color: #fff
}
@media (min-width:769px) {
  .masthead-surface-inner-grid {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .page-header-surface {
    background-image: url(../images/header-bg-mobile.png?v=e489ca48);
    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)
  }
  .page-header-surface .masthead-surface-inner-grid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .header-surface-name {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .site-header-bg-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .site-header-surface-offer {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .page-header-surface-bottom {
    background: var(--amonbet-alt-background);
    gap: 10px;
    padding: 8px 15px
  }
  .site-big-main-panel {
    font-size: 14px
  }
}
.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-core {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-body-zone {
  font-size: 15px;
  line-height: 1.8;
  color: var(--soft-copy)
}
.content-body-zone p {
  margin-bottom: 1rem
}
.content-body-zone strong {
  color: var(--label)
}
.content-body-zone a:not(.lead-btn-container):not(.app-promo-banner-cta):not([class*="-button"]) {
  color: var(--ui-main);
  text-decoration: underline
}
.content-body-zone a:not(.lead-btn-container):not(.app-promo-banner-cta):not([class*="-button"]):hover {
  color: var(--amonbet-accent-color)
}
@media (max-width:768px) {
  .site-core {
    padding: 5rem 15px 30px
  }
  .content-body-zone {
    font-size: 14px
  }
  .site-app-banner-shell-inner,
  .site-core > .site-app-banner-shell-inner {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .application-banner-mobile-block img,
  .main-application-banner {
    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(--surface-card-box,var(--amonbet-alt-background));
  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-container {
  background-image: url(../images/cashback.png?v=bd76098e)
}
.site-vip {
  background-image: url(../images/vip-level.png?v=4bff1963)
}
.site-game {
  background-image: url(../images/games.png?v=78ad393f)
}
.site-missions {
  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
  }
}
.region-service {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.section-help {
  flex: 1;
  background: var(--amonbet-alt-background);
  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
}
.main-heading-help-text-content {
  font-weight: 700;
  font-size: 16px
}
.section-help p {
  color: var(--soft-copy);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .region-service {
    flex-direction: column;
    padding: 0 16px
  }
}
.site-app-banner-shell-inner {
  margin: 32px auto;
  max-width: 800px
}
.main-application-banner {
  display: flex;
  align-items: stretch;
  background: var(--surface-card-box,var(--amonbet-alt-background));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--amonbet-border);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.app-promo-banner-inner-area {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.app-promo-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--amonbet-border);
  background: var(--amonbet-alt-background);
  align-self: flex-start
}
.application-banner-caption-image-section {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.app-banner-text-inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.mobile-banner-text-heading {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--label);
  letter-spacing: .2px
}
.mobile-banner-caption-rate {
  display: flex;
  gap: 1px
}
.mobile-banner-caption-rate img {
  width: 12px;
  height: 12px
}
.mobile-banner-caption-rate .main-star-half-grid {
  opacity: .85
}
.main-application-banner-tag-verify-area {
  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 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--label);
  font-family: var(--theme-font-headline);
  margin: 0
}
.application-banner-description {
  color: var(--soft-copy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.application-banner-cta-wrapper {
  margin-top: 4px
}
.application-banner-cta-wrapper .lead-btn-container {
  margin: 0;
  display: inline-block
}
.app-banner-image-holder-inner {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.main-mobile-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
}
.application-banner-mobile-block {
  display: none
}
.application-banner-mobile-block 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
  }
  .app-banner-image-holder-inner {
    display: none
  }
  .application-banner-mobile-block {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .application-banner-mobile-block img {
    max-width: 320px
  }
  .app-promo-banner-inner-area {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .app-banner-headline {
    font-size: 20px
  }
  .application-banner-cta-wrapper .lead-btn-container {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-btn-container {
  font-size: 18px;
  font-weight: 700;
  background: var(--ui-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-btn-container:hover {
  filter: brightness(1.15);
  color: var(--text-content-button,#fff)
}
.updated-date-container {
  background: var(--amonbet-alt-background);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--ui-main);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--label);
  max-width: 1400px
}
@media (max-width:768px) {
  .updated-date-container {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-page-footer-panel.page-footer {
  background: var(--background-page-footer,var(--amonbet-alt-background,#060e2a));
  color: var(--page-footer-text-content,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer-panel.page-footer .page-footer-upper,
.site-page-footer-panel.page-footer .site-footer-bottom-block {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-page-footer-panel.page-footer .page-footer-upper {
  display: grid;
  grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(180px,1fr) minmax(220px,297px);
  gap: 24px;
  align-items: start;
  padding-top: 32px;
  padding-bottom: 36px
}
.site-page-footer-panel.page-footer .site-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.site-page-footer-panel.page-footer .colophon-logo-group {
  width: 257px;
  max-width: 100%;
  height: 64px;
  object-fit: contain;
  object-position: left center
}
.site-page-footer-panel.page-footer .page-footer-social-caption {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-page-footer-panel.page-footer .colophon-socials {
  display: flex;
  gap: 4px
}
.site-page-footer-panel.page-footer .colophon-social {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--ui-site-footer-social-fill,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-page-footer-panel.page-footer .colophon-social:hover {
  background: var(--amonbet-accent-color,#5a6178)
}
.site-page-footer-panel.page-footer .colophon-social img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
.site-page-footer-panel.page-footer .main-site-footer-identity-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 8px
}
.site-page-footer-panel.page-footer .site-footer-navbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.site-page-footer-panel.page-footer .site-footer-navbar a {
  color: var(--page-footer-link,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer-panel.page-footer .site-footer-navbar a:hover {
  color: var(--page-footer-text-content,#fff)
}
.site-page-footer-panel.page-footer .page-footer-support-area {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer-panel.page-footer .page-footer-support-area .main-site-footer-support-heading {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer-panel.page-footer .page-footer-support-area p {
  color: var(--page-footer-text-content,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer-panel.page-footer .page-footer-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--page-footer-text-content,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer-panel.page-footer .page-footer-email img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer-panel.page-footer .page-footer-call-to-action {
  background: var(--amonbet-accent-color,#e45809);
  color: var(--page-footer-text-content,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 24px;
  border-radius: 6px;
  text-transform: capitalize;
  text-decoration: none;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  box-sizing: border-box;
  margin-top: 4px;
  transition: filter .18s
}
.site-page-footer-panel.page-footer .page-footer-call-to-action:hover {
  filter: brightness(1.08)
}
.site-page-footer-panel.page-footer .site-footer-separator-panel {
  height: 0;
  background: 0 0;
  margin: 0
}
.site-page-footer-panel.page-footer .site-footer-bottom-block {
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 36px;
  text-align: center
}
.site-page-footer-panel.page-footer .page-footer-notice {
  color: var(--page-footer-text-content,#a2a5af);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 auto;
  max-width: 1100px
}
@media (max-width:1100px) {
  .site-page-footer-panel.page-footer .page-footer-upper {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
}
@media (max-width:600px) {
  .site-page-footer-panel.page-footer .page-footer-upper {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .site-page-footer-panel.page-footer .colophon-logo-group {
    object-position: center
  }
  .site-page-footer-panel.page-footer .site-footer-separator-panel {
    margin: 0
  }
  .site-page-footer-panel.page-footer .site-footer-bottom-block {
    padding: 24px 20px
  }
  .site-page-footer-panel.page-footer .page-footer-support-area,
  .site-page-footer-panel.page-footer .page-footer-upper,
  .site-page-footer-panel.page-footer .site-footer-brand {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer-panel.page-footer .colophon-socials {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer-panel.page-footer .site-footer-navbar {
    align-items: center
  }
  .site-page-footer-panel.page-footer .page-footer-email {
    justify-content: center
  }
  .site-page-footer-panel.page-footer .page-footer-call-to-action {
    align-self: center
  }
}
.site-page-footer-panel .site-footer-navbar:not(:has(a)) {
  display: none
}
.site-page-footer-panel .page-footer-navigation-accent-primary-holder,
.site-page-footer-panel .site-footer-navbar-legal {
  text-align: left
}
.site-page-footer-panel.page-footer .site-footer-navbar:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-page-footer-panel.page-footer .page-footer-upper:has(.page-footer-navigation-accent-primary-holder a):not(:has(.site-footer-navbar-legal a)),
  .site-page-footer-panel.page-footer .page-footer-upper:not(:has(.page-footer-navigation-accent-primary-holder a)):has(.site-footer-navbar-legal a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .site-page-footer-panel.page-footer .page-footer-upper:not(:has(.site-footer-navbar a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-panel {
  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 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.features-holder,
.main-application-banner {
  margin-left: auto;
  margin-right: auto
}
.site-page-footer-panel[class] {
  padding-left: var(--ui-side-column-width,0)
}
.site-page-footer-panel[class] .page-footer-upper,
.site-page-footer-panel[class] .site-footer-bottom-block {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-page-footer-panel[class] {
    padding-left: 0
  }
}
.main-call-to-action-center-wrap {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.main-call-to-action-center-wrap .lead-btn-container,
.main-call-to-action-center-wrap a.lead-btn-container {
  display: inline-block
}
@media (max-width:768px) {
  .main-call-to-action-center-wrap {
    display: block;
    margin: 30px auto
  }
  .content-body-zone .table-scroll > table,
  .legal-main .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.lead-btn-container.app-promo-banner-cta {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faq-caption,
.features-holder h2 {
  font-family: var(--theme-font-headline);
  color: var(--label);
  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-zone li {
  padding: .3rem 0;
  line-height: 1.7
}
.content-body-zone table {
  font-size: .92rem
}
.content-body-zone table th {
  background: var(--ui-main);
  color: var(--text-content-button,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.content-body-zone table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.content-body-zone table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-panel > .site-widget-region.sub {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--ui-side-column-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-panel > .site-content-body {
  margin-left: var(--ui-side-column-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-body .site-core {
    padding-left: 20px
  }
  .site-layout-panel > .site-widget-region.sub {
    max-width: var(--ui-side-column-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-panel > .site-widget-region.sub {
    display: none
  }
  .site-layout-panel > .site-content-body {
    margin-left: 0
  }
}
.page-header-surface {
  position: relative;
  z-index: 1
}
.masthead-surface-inner-grid {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.side-column-icon-entry img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.side-column-icon-entry.side-rail-icon-mark-lg-inner img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.picker-container img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.main-topbar-search img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.join-reward img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-btn-button-panel img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-name {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--label);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-main {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--soft-copy)
}
.legal-main p {
  margin-bottom: 1.1rem
}
.legal-main strong {
  color: var(--label)
}
.content-body-zone li,
.legal-main li {
  color: var(--soft-copy)
}
.content-body-zone li strong,
.legal-main li strong {
  color: var(--soft-copy);
  font-weight: 700
}
.legal-main a {
  color: var(--ui-main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-main a:hover {
  color: var(--main-hover,var(--amonbet-accent-color))
}
.legal-main article em {
  color: var(--soft-copy);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img-panel {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.main-img-left {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.main-img-right-group {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.content-img-center {
  display: block;
  float: none;
  margin: 1rem auto;
  max-width: 80%
}
.content-body-zone h2,
.content-body-zone h3,
.content-body-zone table {
  clear: both
}
.main-inner-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-name {
    font-size: 1.6rem
  }
  .legal-main h1 {
    font-size: 1.5rem
  }
  .legal-main h2 {
    font-size: 1.2rem
  }
  .content-body-img-panel,
  .content-img-center,
  .main-img-left,
  .main-img-right-group {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.content-body-zone h1,
.content-body-zone h2,
.content-body-zone h3,
.faq-caption,
.faqs-ask-grid,
.legal-main h1,
.legal-main h2,
.legal-main h3 {
  font-family: var(--theme-font-headline);
  color: var(--label);
  text-decoration: none;
  border: none
}
.content-body-zone h1,
.legal-main h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.content-body-zone h2,
.faq-caption,
.legal-main h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-body-zone h3,
.faqs-ask-grid,
.legal-main h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.content-body-zone ul,
.legal-main ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-body-zone ul li,
.legal-main ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.content-body-zone ul li::before,
.legal-main ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ui-main)
}
.content-body-zone ol,
.legal-main ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-body-zone ol li,
.legal-main ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.content-body-zone ol li::before,
.legal-main ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--ui-main);
  font-weight: 600
}
.content-body-zone table,
.legal-main table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--surface-card-box,rgba(255,255,255,.03));
  border: 1px solid var(--amonbet-border,rgba(255,255,255,.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.18);
  margin: 1.5rem 0;
  color: var(--soft-copy,#c9ccd6);
  font-family: var(--main-typeface, 'Montserrat', system-ui, sans-serif)
}
.content-body-zone table thead tr:first-child th:first-child,
.legal-main table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.content-body-zone table thead tr:first-child th:last-child,
.legal-main table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.content-body-zone table tbody tr:last-child td:first-child,
.legal-main table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.content-body-zone table tbody tr:last-child td:last-child,
.legal-main table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.content-body-zone table thead tr,
.legal-main table thead tr {
  background: var(--amonbet-alt-background,rgba(255,255,255,.06))
}
.content-body-zone table thead th,
.legal-main table thead th {
  font-weight: 700;
  color: var(--label,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--amonbet-border,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.content-body-zone table thead th:last-child,
.legal-main table thead th:last-child {
  border-right: none
}
.content-body-zone table tbody tr:nth-child(odd),
.legal-main table tbody tr:nth-child(odd) {
  background: 0 0
}
.content-body-zone table tbody tr:nth-child(2n),
.legal-main table tbody tr:nth-child(2n) {
  background: var(--amonbet-alt-background,rgba(255,255,255,.03))
}
.content-body-zone table tbody td,
.legal-main table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--amonbet-border,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--amonbet-border,rgba(255,255,255,.06));
  color: var(--soft-copy,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.content-body-zone table tbody td:last-child,
.legal-main table tbody td:last-child {
  border-right: none
}
.content-body-zone table tbody tr:last-child td,
.legal-main table tbody tr:last-child td {
  border-bottom: none
}
.questions-group {
  background: var(--amonbet-alt-background,rgba(255,255,255,.02));
  border: 1px solid var(--amonbet-border,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.questions-group .faq-caption {
  color: var(--label,#fff);
  font-family: var(--theme-font-headline, 'Montserrat', system-ui, sans-serif);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.questions-group .faq-section-card-box {
  background: var(--surface-card-box,rgba(255,255,255,.04));
  border: 1px solid var(--amonbet-border,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--soft-copy,#b1b4bc)
}
.questions-group .faq-section-card-box:last-child {
  margin-bottom: 0
}
.questions-group .faqs-ask-grid {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--label,#fff);
  margin: 0 0 12px
}
.questions-group .faq-section-response {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--soft-copy,#b1b4bc)
}
.questions-group .faq-section-response p {
  margin: 0 0 8px
}
.questions-group .faq-section-response p:last-child {
  margin-bottom: 0
}
.questions-group .faq-section-response b,
.questions-group .faq-section-response strong {
  font-weight: 700;
  color: var(--label,#fff)
}
@media (max-width:600px) {
  .content-body-zone h1,
  .legal-main h1 {
    font-size: 2rem
  }
  .content-body-zone h2,
  .faq-caption,
  .legal-main h2 {
    font-size: 1.6rem
  }
  .content-body-zone h3,
  .faqs-ask-grid,
  .legal-main h3 {
    font-size: 1.2rem
  }
  .content-body-zone table tbody td,
  .content-body-zone table thead th,
  .legal-main table tbody td,
  .legal-main table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .questions-group {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .questions-group .faq-caption {
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .questions-group .faq-section-card-box {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .questions-group .faqs-ask-grid {
    line-height: 1.35
  }
}
.content-body-zone h2 {
  border: none;
  border-bottom: none
}
.content-body-zone ol li,
.content-body-zone ul li,
.legal-main ol li,
.legal-main ul li {
  border-bottom: none
}
.content-body-zone,
.legal-main {
  max-width: 1400px;
  margin: 0 auto
}
[data-slot=app-content-image-1]:not(a):not(button),
[data-slot=deutschland-content-image-1]:not(a):not(button) {
  max-width: 40%!important;
  max-height: none!important
}
[data-slot=app-content-image-2]:not(a):not(button) {
  max-width: 35%!important;
  max-height: none!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-1]:not(a):not(button),
  [data-slot=app-content-image-2]:not(a):not(button),
  [data-slot=deutschland-content-image-1]:not(a):not(button) {
    max-width: 100%!important
  }
}
.header-surface-name {
  color: #fff!important
}
.site-header-bg-deposit,
.site-header-surface-offer {
  color: #fee846!important
}
.header-bg-button-area {
  background: #ff7f00!important
}
.site-page-footer-panel.page-footer .page-footer-call-to-action {
  background: #ffc736!important
}
.join-reward {
  background-color: #ff7f00!important
}
.signup-cta {
  color: #000!important
}