:root {
  --surface: #2c544b;
  --tile-surface: #14141f;
  --alt-background: #3b635a;
  --main: #c8a878;
  --ui-hover-accent-primary: #eece9e;
  --theme-secondary: #a08858;
  --inetbet-copy: #e8e6e3;
  --inetbet-copy-muted: #9a9a9a;
  --theme-highlight: #e8d0a8;
  --offer-action-grad-upper: #c8a878;
  --reward-btn-grad-bottom-area: color-mix(in srgb, #c8a878, #000 20%);
  --theme-border-line: #2a2a3e;
  --gradient-fill: linear-gradient(110deg,  #c8a878 0%, #a08858 100%);
  --inetbet-halo: rgba(255,255,255,0.1);
  --inetbet-glow-deep: rgba(255,255,255,0.2);
  --headline-font: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --main-typeface: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --block-spacing: 8rem 2rem;
  --panel-pad: 2.8rem;
  --space: 2.5rem;
  --ui-rounding: 0;
  --radius-card-box: 0;
  --inetbet-glass-background: #14141f;
  --edge-glass-effect: #2a2a3e;
  --shadow-glass: 0 2px 12px rgba(0, 0, 0, 0.3);
  --label-btn: #fff;
  --aside-width: 248px;
  --highlight-label: #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(--surface);
  color: var(--inetbet-copy);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 64px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headline-font);
  line-height: 1.15
}
a {
  color: var(--main);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--ui-hover-accent-primary)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--inetbet-halo)
  }
  50% {
    box-shadow: 0 0 28px var(--inetbet-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
  }
}
.widget-zone-area.alt {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--aside-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-panel-primary {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.colophon-top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.colophon-logo {
  display: flex;
  align-items: center;
  gap: .5rem
}
.page-footer-brand {
  height: 30px;
  width: auto
}
.page-footer-navigation-grid {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.page-footer-navigation-grid a {
  font-size: .82rem;
  color: var(--inetbet-copy-muted);
  text-decoration: none;
  transition: color .2s
}
.page-footer-navigation-grid a:hover {
  color: var(--main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-separator-panel {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.footer-legal {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  padding-top: .5rem
}
.footer-legal a {
  font-size: .78rem;
  color: var(--inetbet-copy-muted);
  text-decoration: none;
  opacity: .75;
  transition: opacity .2s,color .2s
}
.footer-legal a:hover {
  opacity: 1;
  color: var(--main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.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 {
    --block-spacing: 1.8rem 0.8rem;
    --panel-pad: 0.9rem;
    --space: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --block-spacing: 2.5rem 1rem;
    --panel-pad: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --block-spacing: 3.5rem 1.5rem;
    --panel-pad: 1.5rem
  }
}
header {
  background-color: var(--surface);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--headline-font);
  background-color: #3b6359!important
}
.header-shell-container {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.header-shell-container a {
  color: var(--inetbet-copy);
  text-decoration: none
}
.header-shell-container a:hover {
  color: unset
}
.header-left-side {
  display: flex;
  align-items: center;
  gap: 40px
}
.main-logo-mark-container-holder img {
  max-height: 36px;
  width: auto;
  max-width: 200px;
  object-fit: contain
}
.main-header-nav {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.main-header-nav a {
  color: var(--inetbet-copy-muted)
}
.main-header-nav a:hover {
  color: var(--inetbet-copy)
}
.topbar-right-side {
  display: flex;
  align-items: center;
  gap: 15px
}
.main-missions-button-panel {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  background: var(--theme-highlight);
  color: var(--highlight-label,#fff);
  padding: 2px 8px;
  border-radius: 8px;
  box-shadow: 0 0 16px var(--inetbet-halo)
}
.main-missions-button-panel img {
  width: 18px;
  height: 18px
}
.site-header-action-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.site-header-action-buttons a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.sign-in-action-area {
  border: 1px solid var(--theme-border-line);
  color: var(--inetbet-copy)
}
.sign-in-action-area:hover {
  background-color: var(--alt-background)
}
.signup-action-container {
  position: relative
}
.join-button-panel {
  background: var(--main);
  border: 1px solid var(--main);
  color: var(--label-btn,#fff)
}
.join-button-panel:hover {
  filter: brightness(1.15)
}
.join-offer-inner {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--theme-highlight);
  color: #000;
  border-radius: 15px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 2px;
  display: flex;
  align-items: center;
  gap: 2px
}
.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-box {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--surface);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-box.open {
  left: 0
}
.offcanvas-close-inner {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--inetbet-copy);
  cursor: pointer
}
.offcanvas-close-inner:hover {
  background: 0 0
}
.offcanvas-masthead {
  display: flex;
  justify-content: flex-end
}
.offcanvas-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-inner .main-header-nav {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-inner .main-header-nav a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.offcanvas-backdrop-container {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-container.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .masthead-navigation-holder {
    display: none
  }
  .offcanvas-box .masthead-navigation-holder {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-box .main-header-nav {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .menu-btn-button-panel,
  .offcanvas-backdrop-container,
  .offcanvas-box {
    display: none
  }
}
@media (max-width:768px) {
  .main-missions-button-panel,
  .site-header-search-box {
    display: none
  }
  .header-shell-container {
    padding: 0 20px
  }
  .header-left-side {
    gap: 10px
  }
  .topbar-right-side {
    flex-shrink: 0
  }
  .main-logo-mark-container-holder {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .main-logo-mark-container-holder img {
    max-width: 100%
  }
}
#secondary.side-rail-expanded {
  width: 248px;
  min-width: 248px;
  background: var(--alt-background);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-rail-expanded .side-panel-primary {
  padding: 80px 20px 20px;
  border-radius: 0;
  background: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}
.side-rail-expanded .side-panel-hr-wrapper {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 10px 0;
  background: rgba(128,128,128,.18)
}
.side-rail-full-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 4px
}
.side-rail-full-symbol img {
  object-fit: contain
}
.main-aside-expanded-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%
}
.side-rail-full-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  width: 100%;
  background: rgba(255,255,255,.06);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--inetbet-copy-muted);
  text-decoration: none;
  transition: .2s
}
.side-rail-full-cell:hover {
  background: rgba(255,255,255,.1);
  color: var(--inetbet-copy)
}
.side-rail-full-cell img {
  object-fit: contain;
  flex-shrink: 0
}
.main-aside-expanded-nav .side-panel-hr-wrapper {
  width: 100%;
  margin: 6px 0
}
.site-header-background-lower,
.site-header-background-lower *,
.site-header-fill,
.site-header-fill * {
  font-family: var(--headline-font)!important
}
.site-header-fill {
  background: url(../images/header-bg.png) 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
}
.site-header-background-name {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--theme-highlight)
}
.site-topbar-fill-deposit {
  font-size: 105px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--inetbet-copy)
}
.header-background-bonus {
  font-size: 24px;
  font-weight: 600;
  color: var(--inetbet-copy);
  margin-bottom: 20px
}
.topbar-bg-btn {
  background: var(--main);
  color: var(--label-btn,#fff);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700
}
.topbar-bg-btn:hover {
  background: var(--ui-hover-accent-primary);
  transform: translateY(-2px)
}
.page-header-background-button-content {
  display: flex;
  flex-direction: column;
  align-items: center
}
.site-header-background-lower {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--alt-background);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.site-header-background-lower::after,
.site-header-background-lower::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.site-header-background-lower::before {
  left: 0;
  background: linear-gradient(to right,var(--surface),transparent)
}
.site-header-background-lower::after {
  right: 0;
  background: linear-gradient(to left,var(--surface),transparent)
}
.site-header-background-lower p {
  display: none
}
.page-header-surface-bottom-area-inner-panel {
  text-align: center;
  margin: 0 26px
}
.page-header-surface-bottom-area-inner-panel .main-small-content {
  font-size: 10px;
  color: var(--inetbet-copy-muted);
  font-weight: 700
}
.page-header-surface-bottom-area-inner-panel .site-big-main-panel {
  font-size: 18px;
  font-weight: 800;
  color: #fff
}
@media (max-width:768px) {
  .site-header-fill {
    background-image: url(../images/header-bg-mobile.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    max-width: none;
    border-radius: 0;
    overflow: visible;
    position: relative;
    margin-bottom: 100px
  }
  .site-header-fill .main-topbar-fill {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -93px;
    padding: 0 16px;
    gap: 4px
  }
  .main-topbar-fill > a {
    display: block;
    width: 100%
  }
  .site-header-background-name {
    font-size: 13px;
    margin-bottom: 4px
  }
  .site-topbar-fill-deposit {
    font-size: 42px;
    line-height: 1.1
  }
  .header-background-bonus {
    font-size: 15px;
    margin-bottom: 16px
  }
  .topbar-bg-btn {
    padding: 19px 32px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.35)
  }
  .header-surface-btn-main {
    font-size: 20px
  }
  .topbar-surface-button-description {
    font-size: 11px
  }
  .site-header-background-lower {
    background: var(--alt-background);
    gap: 10px;
    padding: 8px 15px
  }
  .site-big-main-panel {
    font-size: 14px
  }
}
.main-topbar-fill > a {
  display: inline-block;
  width: auto
}
.topbar-bg-btn {
  text-transform: capitalize;
  border-radius: 1000px!important;
  padding: 8px 53px!important;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.page-header-background-button-content {
  display: flex;
  flex-direction: column;
  letter-spacing: 0
}
.header-surface-btn-main {
  font-size: 18px!important;
  font-weight: 700;
  line-height: 1.6
}
.topbar-surface-button-description {
  opacity: .8;
  text-transform: none;
  line-height: 1.6;
  font-weight: 500;
  font-size: 10px!important
}
.banking-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
}
.banking-methods img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.banking-methods img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .banking-methods {
    gap: 14px 20px;
    padding: 16px
  }
  .banking-methods img {
    width: 56px;
    height: 44px
  }
}
.site-main-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-field-area {
  font-size: 15px;
  line-height: 1.8;
  color: var(--inetbet-copy-muted)
}
.content-field-area p {
  margin-bottom: 1rem
}
.content-field-area strong {
  color: var(--inetbet-copy)
}
.content-field-area a:not(.accent-primary-action):not(.app-banner-call-to-action):not([class*="-button"]) {
  color: var(--main);
  text-decoration: underline
}
.content-field-area a:not(.accent-primary-action):not(.app-banner-call-to-action):not([class*="-button"]):hover {
  color: var(--theme-highlight)
}
@media (max-width:768px) {
  .site-main-grid {
    padding: 5rem 15px 30px
  }
  .content-field-area {
    font-size: 14px
  }
  .application-banner-shell,
  .site-main-grid > .application-banner-shell {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-promo-banner,
  .application-banner-mobile-block img {
    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
}
.benefit-card-box {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 14px;
  background-color: var(--tile-surface,var(--alt-background));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.benefit-card-box:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.benefit-card-box::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
}
.benefit-card-box h3 {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: right;
  width: auto
}
.fcdl-payouts-container {
  background-image: url(../images/fast-pay.png)
}
.main-cashback-holder {
  background-image: url(../images/cashback.png)
}
.main-vip-holder {
  background-image: url(../images/vip-level.png)
}
.site-game {
  background-image: url(../images/games.png)
}
.main-missions-wrapper {
  background-image: url(../images/feature-missions.png)
}
@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
  }
  .benefit-card-box {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .benefit-card-box h3 {
    font-size: 12px
  }
}
.region-help {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.unit-support {
  flex: 1;
  background: var(--alt-background);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.title-help-grid {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.title-help-grid img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.heading-help-text-content {
  font-weight: 700;
  font-size: 16px
}
.unit-support p {
  color: var(--inetbet-copy-muted);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .region-help {
    flex-direction: column;
    padding: 0 16px
  }
}
.application-banner-shell {
  margin: 32px auto;
  max-width: 800px
}
.app-promo-banner {
  display: flex;
  align-items: stretch;
  background: var(--tile-surface,var(--alt-background));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--theme-border-line);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.app-promo-banner-content-body {
  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(--theme-border-line);
  background: var(--alt-background);
  align-self: flex-start
}
.app-banner-caption-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.main-application-banner-label-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.mobile-banner-caption-title-box {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--inetbet-copy);
  letter-spacing: .2px
}
.app-promo-banner-text-rate {
  display: flex;
  gap: 1px
}
.app-promo-banner-text-rate img {
  width: 12px;
  height: 12px
}
.app-promo-banner-text-rate .star-half-block {
  opacity: .85
}
.mobile-banner-label-verify {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.application-banner-title-panel {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--inetbet-copy);
  font-family: var(--headline-font);
  margin: 0
}
.mobile-banner-description-inner {
  color: var(--inetbet-copy-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.app-banner-btn-holder-box {
  margin-top: 4px
}
.app-banner-btn-holder-box .accent-primary-action {
  margin: 0;
  display: inline-block
}
.app-banner-image-shell {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.app-banner-image-section {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.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) {
  .app-promo-banner {
    flex-direction: column;
    min-height: unset
  }
  .app-banner-image-shell {
    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-content-body {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .application-banner-title-panel {
    font-size: 20px
  }
  .app-banner-btn-holder-box .accent-primary-action {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.accent-primary-action {
  font-size: 18px;
  font-weight: 700;
  background: var(--main);
  color: var(--label-btn,var(--inetbet-copy));
  padding: 10px 76px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-transform: uppercase;
  border: 1px solid var(--inetbet-copy);
  text-decoration: none
}
.accent-primary-action:hover {
  background: var(--ui-hover-accent-primary,var(--main));
  color: var(--label-btn,var(--inetbet-copy))
}
.main-updated-date-panel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--alt-background);
  border-radius: 20px;
  font-size: 13px;
  color: var(--theme-highlight);
  font-weight: 600
}
.site-footer-grid.footer-holder {
  background: var(--ui-colophon-bg,var(--alt-background,#060e2a));
  color: var(--page-footer-text-content,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-footer-grid.footer-holder .colophon-top-section,
.site-footer-grid.footer-holder .site-page-footer-lower,
.site-footer-grid.footer-holder > .footer-banking-holder {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-footer-grid.footer-holder .colophon-top-section {
  display: grid;
  grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(180px,1fr) minmax(220px,297px);
  gap: 24px;
  align-items: start;
  padding-top: 28px
}
.site-footer-grid.footer-holder .colophon-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.site-footer-grid.footer-holder .page-footer-brand {
  width: 135px;
  height: 34px;
  object-fit: contain;
  object-position: left center
}
.site-footer-grid.footer-holder .site-footer-brand-mark-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4
}
.site-footer-grid.footer-holder .page-footer-contact {
  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-footer-grid.footer-holder .page-footer-contact img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-footer-grid.footer-holder .page-footer-navigation-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.site-footer-grid.footer-holder .page-footer-navigation-grid a {
  color: var(--link-page-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-footer-grid.footer-holder .page-footer-navigation-grid a:hover {
  color: var(--page-footer-text-content,#fff)
}
.site-footer-grid.footer-holder .footer-support {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-footer-grid.footer-holder .footer-support .colophon-help-center-name-panel {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-footer-grid.footer-holder .footer-support p {
  color: var(--page-footer-text-content,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-footer-grid.footer-holder .site-footer-separator-panel {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-footer-grid.footer-holder .site-page-footer-lower {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  padding-top: 0;
  padding-bottom: 24px
}
.site-footer-grid.footer-holder .site-footer-bottom-area-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start
}
.site-footer-grid.footer-holder .page-footer-licence-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--inetbet-footer-certification,#869dee);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer
}
.site-footer-grid.footer-holder .page-footer-licence-block .footer-indicator-wrapper {
  width: 10px;
  height: 10px;
  flex-shrink: 0
}
.site-footer-grid.footer-holder .main-page-footer-share-pills-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}
.site-footer-grid.footer-holder .site-footer-social-links-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(217,217,217,.2);
  border: 1px solid #fff;
  border-radius: 25px;
  box-shadow: 4px 5px 4px rgba(0,0,0,.25);
  padding: 8px 22px;
  min-width: 110px;
  min-height: 38px;
  color: var(--page-footer-text-content,#fff);
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  box-sizing: border-box
}
.site-footer-grid.footer-holder .site-footer-social-links-chip img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1)
}
.site-footer-grid.footer-holder .site-footer-social-links-chip:hover {
  background: rgba(217,217,217,.3)
}
.site-footer-grid.footer-holder .footer-banking-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 36px
}
.site-footer-grid.footer-holder .footer-banking-holder img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-footer-grid.footer-holder .footer-lower-right-side-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}
.site-footer-grid.footer-holder .site-footer-language {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--ui-site-footer-social-fill,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--page-footer-text-content,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-footer-grid.footer-holder .site-footer-language img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-footer-grid.footer-holder .footer-legal {
  color: var(--page-footer-text-content,#a2a5af);
  font-size: 10px;
  font-weight: 400;
  line-height: 22.29px;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  max-width: 480px
}
@media (max-width:960px) {
  .site-footer-grid.footer-holder .colophon-top-section {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-footer-grid.footer-holder .site-page-footer-lower {
    grid-template-columns: 1fr
  }
  .site-footer-grid.footer-holder .footer-lower-right-side-wrapper {
    align-items: flex-start
  }
  .site-footer-grid.footer-holder .footer-legal {
    text-align: left
  }
}
@media (max-width:600px) {
  .site-footer-grid.footer-holder .colophon-top-section {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .site-footer-grid.footer-holder .page-footer-brand {
    object-position: center
  }
  .site-footer-grid.footer-holder .site-page-footer-lower {
    padding: 0 20px 24px
  }
  .site-footer-grid.footer-holder > .footer-banking-holder {
    padding: 8px 20px 32px;
    gap: 16px;
    justify-content: center
  }
  .site-footer-grid.footer-holder .footer-banking-holder img {
    width: 70px;
    height: 35px
  }
  .site-footer-grid.footer-holder .site-footer-separator-panel {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-footer-grid.footer-holder .colophon-logo,
  .site-footer-grid.footer-holder .colophon-top-section,
  .site-footer-grid.footer-holder .footer-lower-right-side-wrapper,
  .site-footer-grid.footer-holder .footer-support,
  .site-footer-grid.footer-holder .site-footer-bottom-area-left {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-footer-grid.footer-holder .footer-banking-holder,
  .site-footer-grid.footer-holder .main-page-footer-share-pills-group {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-footer-grid.footer-holder .page-footer-navigation-grid {
    align-items: center
  }
  .site-footer-grid.footer-holder .page-footer-contact {
    justify-content: center
  }
  .site-footer-grid.footer-holder .footer-legal {
    text-align: center
  }
}
.site-footer-grid .page-footer-navigation-grid:not(:has(a)) {
  display: none
}
.site-footer-grid .site-footer-nav-primary-inner,
.site-footer-grid .site-footer-navbar-legal-row {
  text-align: left
}
.site-footer-grid.footer-holder .page-footer-navigation-grid:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-footer-grid.footer-holder .colophon-top-section:has(.site-footer-nav-primary-inner a):not(:has(.site-footer-navbar-legal-row a)),
  .site-footer-grid.footer-holder .colophon-top-section:not(:has(.site-footer-nav-primary-inner a)):has(.site-footer-navbar-legal-row a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .site-footer-grid.footer-holder .colophon-top-section:not(:has(.page-footer-navigation-grid a)) {
    grid-template-columns: 1fr auto
  }
}
.main-site-layout {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.main-site {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.main-site .site-main-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
.app-promo-banner,
.features-holder {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-footer-grid[class] {
  padding-left: var(--aside-width,0)
}
.site-footer-grid[class] .colophon-top-section,
.site-footer-grid[class] .site-page-footer-lower {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-footer-grid[class] {
    padding-left: 0
  }
}
.call-to-action-center-block {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.call-to-action-center-block .accent-primary-action,
.call-to-action-center-block a.accent-primary-action {
  display: inline-block
}
@media (max-width:768px) {
  .call-to-action-center-block {
    display: block;
    margin: 30px auto
  }
  .content-field-area .table-scroll > table,
  .legal-inner-area .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.accent-primary-action.app-banner-call-to-action {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.features-holder h2,
.site-faq-heading {
  font-family: var(--headline-font);
  color: var(--inetbet-copy);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.features-holder .benefit-card-box {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.features-holder .benefit-card-box h3 {
  margin: 0;
  font-size: 14px
}
.content-field-area li {
  padding: .3rem 0;
  line-height: 1.7
}
.content-field-area table {
  font-size: .92rem
}
.content-field-area table th {
  background: var(--main);
  color: var(--label-btn,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.content-field-area table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.content-field-area table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.main-site-layout > .widget-zone-area.alt {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--aside-width,64px);
  overflow-y: auto;
  z-index: 10
}
.main-site-layout > .main-site {
  margin-left: var(--aside-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .main-site .site-main-grid {
    padding-left: 20px
  }
  .main-site-layout > .widget-zone-area.alt {
    max-width: var(--aside-width,80px)
  }
}
@media (max-width:992px) {
  .main-site-layout > .widget-zone-area.alt {
    display: none
  }
  .main-site-layout > .main-site {
    margin-left: 0
  }
}
.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
}
.side-rail-full-symbol img {
  width: 64px;
  height: 64px;
  object-fit: contain
}
.side-rail-full-cell img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.side-rail-expanded .side-panel-primary {
  padding-top: 20px!important
}
.site-header-search-box img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.join-offer-inner img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-btn-button-panel img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-name-panel {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--inetbet-copy);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-inner-area {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--inetbet-copy-muted);
  max-width: 860px
}
.legal-inner-area p {
  margin-bottom: 1.1rem
}
.legal-inner-area strong {
  color: var(--inetbet-copy)
}
.legal-inner-area a {
  color: var(--main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-inner-area a:hover {
  color: var(--ui-hover-accent-primary,var(--theme-highlight))
}
.legal-inner-area article em {
  color: var(--inetbet-copy-muted);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.inner-img-block {
  max-width: 30%;
  height: auto;
  object-fit: cover
}
.main-img-left-row {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.content-img-end {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.content-field-area h2,
.content-field-area h3,
.content-field-area table {
  clear: both
}
.content-clear-box {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-name-panel {
    font-size: 1.6rem
  }
  .legal-inner-area h1 {
    font-size: 1.5rem
  }
  .legal-inner-area h2 {
    font-size: 1.2rem
  }
  .content-img-end,
  .inner-img-block,
  .main-img-left-row {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.content-field-area h1,
.content-field-area h2,
.content-field-area h3,
.legal-inner-area h1,
.legal-inner-area h2,
.legal-inner-area h3 {
  font-family: var(--headline-font);
  color: var(--inetbet-copy);
  text-decoration: none;
  border: none
}
.content-field-area h1,
.legal-inner-area h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.content-field-area h2,
.legal-inner-area h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-field-area h3,
.legal-inner-area h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.content-field-area ul,
.legal-inner-area ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-field-area ul li,
.legal-inner-area ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.content-field-area ul li::before,
.legal-inner-area ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--main)
}
.content-field-area ol,
.legal-inner-area ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-field-area ol li,
.legal-inner-area ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.content-field-area ol li::before,
.legal-inner-area ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--main);
  font-weight: 600
}
.content-field-area table,
.legal-inner-area table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--tile-surface,rgba(255,255,255,.03));
  border: 1px solid var(--theme-border-line,rgba(255,255,255,.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.18);
  margin: 1.5rem 0;
  color: var(--inetbet-copy-muted,#c9ccd6);
  font-family: var(--main-typeface, 'Montserrat', system-ui, sans-serif)
}
.content-field-area table thead tr:first-child th:first-child,
.legal-inner-area table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.content-field-area table thead tr:first-child th:last-child,
.legal-inner-area table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.content-field-area table tbody tr:last-child td:first-child,
.legal-inner-area table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.content-field-area table tbody tr:last-child td:last-child,
.legal-inner-area table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.content-field-area table thead tr,
.legal-inner-area table thead tr {
  background: var(--alt-background,rgba(255,255,255,.06))
}
.content-field-area table thead th,
.legal-inner-area table thead th {
  font-weight: 700;
  color: var(--inetbet-copy,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--theme-border-line,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.content-field-area table thead th:last-child,
.legal-inner-area table thead th:last-child {
  border-right: none
}
.content-field-area table tbody tr:nth-child(odd),
.legal-inner-area table tbody tr:nth-child(odd) {
  background: 0 0
}
.content-field-area table tbody tr:nth-child(2n),
.legal-inner-area table tbody tr:nth-child(2n) {
  background: var(--alt-background,rgba(255,255,255,.03))
}
.content-field-area table tbody td,
.legal-inner-area table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--theme-border-line,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--theme-border-line,rgba(255,255,255,.06));
  color: var(--inetbet-copy-muted,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.content-field-area table tbody td:last-child,
.legal-inner-area table tbody td:last-child {
  border-right: none
}
.content-field-area table tbody tr:last-child td,
.legal-inner-area table tbody tr:last-child td {
  border-bottom: none
}
.questions-group {
  background: var(--alt-background,rgba(255,255,255,.02));
  border: 1px solid var(--theme-border-line,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.questions-group .site-faq-heading {
  color: var(--inetbet-copy,#fff);
  font-family: var(--headline-font, 'Montserrat', system-ui, sans-serif);
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.questions-group .faqs-card-box {
  background: var(--tile-surface,rgba(255,255,255,.04));
  border: 1px solid var(--theme-border-line,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--inetbet-copy-muted,#b1b4bc)
}
.questions-group .faqs-card-box:last-child {
  margin-bottom: 0
}
.questions-group .faq-ask {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--inetbet-copy,#fff);
  margin: 0 0 12px
}
.questions-group .faq-section-answer {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--inetbet-copy-muted,#b1b4bc)
}
.questions-group .faq-section-answer p {
  margin: 0 0 8px
}
.questions-group .faq-section-answer p:last-child {
  margin-bottom: 0
}
.questions-group .faq-section-answer b,
.questions-group .faq-section-answer strong {
  font-weight: 700;
  color: var(--inetbet-copy,#fff)
}
@media (max-width:600px) {
  .content-field-area h1,
  .legal-inner-area h1 {
    font-size: 2rem
  }
  .content-field-area h2,
  .legal-inner-area h2 {
    font-size: 1.6rem
  }
  .content-field-area h3,
  .legal-inner-area h3 {
    font-size: 1.2rem
  }
  .content-field-area table tbody td,
  .content-field-area table thead th,
  .legal-inner-area table tbody td,
  .legal-inner-area table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .questions-group {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .questions-group .site-faq-heading {
    font-size: 1.6rem;
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .questions-group .faqs-card-box {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .questions-group .faq-ask {
    font-size: 1.05rem;
    line-height: 1.35
  }
  .questions-group .faq-section-answer {
    font-size: .9rem
  }
}
.content-field-area h2 {
  border: none;
  border-bottom: none
}
.content-field-area ol li,
.content-field-area ul li,
.legal-inner-area ol li,
.legal-inner-area ul li {
  border-bottom: none
}
.content-field-area {
  max-width: 1200px;
  margin: 0 auto
}
[data-slot=app-content-image-1]:not(a):not(button),
[data-slot=content-image-1]:not(a):not(button) {
  max-width: 40%!important
}
[data-slot=espana-content-image-1]:not(a):not(button) {
  max-width: 45%!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-1]:not(a):not(button),
  [data-slot=content-image-1]:not(a):not(button),
  [data-slot=espana-content-image-1]:not(a):not(button) {
    max-width: 100%!important
  }
}
.app-promo-banner {
  background-color: #2a463f!important;
  background-blend-mode: multiply!important
}
.benefit-card-box {
  background-color: #1b3630!important;
  background-blend-mode: normal!important
}
.site-header-background-name {
  color: #fff!important
}
.header-background-bonus,
.site-topbar-fill-deposit {
  color: #ffe840!important
}
.topbar-bg-btn {
  background: #fd9f27!important
}