:root {
  --theme-background: #221012;
  --tile-background: #281618;
  --surface-alt: #311f21;
  --ui-accent-primary: #d7d12d;
  --main-hover: #fdf753;
  --goldbet-secondary: #d63031;
  --theme-text: #e8e6e3;
  --theme-label-faded: #9a9a9a;
  --ui-accent: #ffa502;
  --offer-action-grad-upper: #d7d12d;
  --reward-btn-grad-bottom-area: color-mix(in srgb, #d7d12d, #000 20%);
  --goldbet-border: #382628;
  --ui-gradient: linear-gradient(180deg,  #d7d12d 0%, #d63031 100%);
  --aura: rgba(255,255,255,0.1);
  --halo-strong: rgba(255,255,255,0.2);
  --goldbet-typeface-caption: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --ui-font-body: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --block-pad: 3rem 1.5rem;
  --goldbet-inset-card: 1.2rem;
  --gutter: 1rem;
  --corner: 16px;
  --goldbet-rounding-card: 22px;
  --glass-fill: #281618;
  --outline-frosted: #382628;
  --frosted-shade: 0 2px 12px rgba(0, 0, 0, 0.3);
  --text-content-button: #1a1a1a;
  --goldbet-width-aside: 64px;
  --ui-label-accent: #fff
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--ui-font-body);
  background: var(--theme-background);
  color: var(--theme-text);
  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(--goldbet-typeface-caption);
  line-height: 1.15
}
a {
  color: var(--ui-accent-primary);
  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(--aura)
  }
  50% {
    box-shadow: 0 0 28px var(--halo-strong)
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-burger-open span:first-child {
  transform: translateY(7px) rotate(45deg)
}
.header-burger-open span:nth-child(2) {
  opacity: 0
}
.header-burger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}
@media (max-width:768px) {
  .header-nav-open {
    display: flex!important
  }
}
.site-widget-region.secondary-alt-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--goldbet-width-aside,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-column-core-holder {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.site-footer-emblem-section {
  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(--theme-label-faded);
  text-decoration: none;
  transition: color .2s
}
.page-footer-navigation-grid a:hover {
  color: var(--ui-accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-rule {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.colophon-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --block-pad: 1.8rem 0.8rem;
    --goldbet-inset-card: 0.9rem;
    --gutter: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --block-pad: 2.5rem 1rem;
    --goldbet-inset-card: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --block-pad: 3.5rem 1.5rem;
    --goldbet-inset-card: 1.5rem
  }
}
header {
  background-color: var(--theme-background);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--goldbet-typeface-caption)
}
.site-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.site-header-wrapper a {
  color: var(--theme-text);
  text-decoration: none
}
.site-header-wrapper a:hover {
  color: unset
}
.main-site-header-start-group {
  display: flex;
  align-items: center;
  gap: 40px
}
.logo-container-group img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.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(--theme-label-faded)
}
.main-header-nav a:hover {
  color: var(--theme-text)
}
.site-masthead-right {
  display: flex;
  align-items: center;
  gap: 15px
}
.topbar-action-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.topbar-action-buttons a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.site-access-action {
  border: 1px solid var(--goldbet-border);
  color: var(--theme-text)
}
.site-access-action:hover {
  background-color: var(--surface-alt)
}
.main-register-action-holder {
  position: relative
}
.join-button-panel {
  background: var(--ui-accent-primary);
  border: 1px solid var(--ui-accent-primary);
  color: var(--text-content-button,#fff)
}
.join-button-panel:hover {
  filter: brightness(1.15)
}
.register-reward-area {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--ui-accent);
  color: #000;
  border-radius: 15px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 2px;
  display: flex;
  align-items: center;
  gap: 2px
}
.menu-toggle-action-holder {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.menu-toggle-action-holder img {
  filter: invert(1)
}
.offcanvas-container {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--theme-background);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-container.open {
  left: 0
}
.offcanvas-close-inner {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--theme-text);
  cursor: pointer
}
.offcanvas-close-inner:hover {
  background: 0 0
}
.main-offcanvas-masthead-container {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-body .main-header-nav {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-body .main-header-nav a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.offcanvas-backdrop-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-wrap.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .topbar-nav-shell-holder {
    display: none
  }
  .offcanvas-container .topbar-nav-shell-holder {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-container .main-header-nav {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .menu-toggle-action-holder,
  .offcanvas-backdrop-wrap,
  .offcanvas-container {
    display: none
  }
}
@media (max-width:768px) {
  .main-site-header-search {
    display: none
  }
  .site-header-wrapper {
    padding: 0 20px
  }
  .main-site-header-start-group {
    gap: 10px
  }
  .site-masthead-right {
    flex-shrink: 0
  }
  .logo-container-group {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .logo-container-group img {
    max-width: 100%
  }
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--surface-alt);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-column-core-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  gap: 8px
}
.site-aside-icon-mark-entry-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  transition: background .2s
}
.site-aside-icon-mark-entry-block:hover {
  background: var(--tile-background)
}
.site-aside-icon-mark-entry-block img {
  opacity: .7;
  transition: opacity .2s
}
.site-aside-icon-mark-entry-block:hover img {
  opacity: 1
}
.sidebar-hr-section {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.main-page-header-bg,
.main-page-header-bg *,
.site-topbar-fill-bottom-panel,
.site-topbar-fill-bottom-panel * {
  font-family: var(--goldbet-typeface-caption)!important
}
.main-page-header-bg {
  background: url(../images/header-bg.png?v=7ad07cdf) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.main-topbar-fill {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.main-topbar-fill br {
  display: none
}
.main-topbar-fill > a {
  display: inline-block;
  width: auto
}
.page-header-surface-headline {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--ui-accent);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.topbar-fill-deposit-group {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  line-height: 1.15;
  color: var(--theme-text);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.header-fill-reward {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--theme-text);
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.site-page-header-surface-button {
  background: var(--ui-accent-primary);
  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(--main-hover);
  transform: translateY(-2px)
}
.header-fill-cta-content-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.masthead-surface-cta-main-area {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.page-header-fill-action-description {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.site-topbar-fill-bottom-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--surface-alt);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.site-topbar-fill-bottom-panel::after,
.site-topbar-fill-bottom-panel::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.site-topbar-fill-bottom-panel::before {
  left: 0;
  background: linear-gradient(to right,var(--theme-background),transparent)
}
.site-topbar-fill-bottom-panel::after {
  right: 0;
  background: linear-gradient(to left,var(--theme-background),transparent)
}
.site-topbar-fill-bottom-panel p {
  display: none
}
.main-offer-strip {
  gap: 14px;
  padding: 12px 24px
}
.main-offer-strip .reward-strip-crown {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain
}
.main-offer-strip .main-promo-strip-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--theme-text);
  line-height: 1.2
}
@media (min-width:769px) {
  .main-topbar-fill {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .main-page-header-bg {
    background-image: url(../images/header-bg-mobile.png?v=1dbee12c);
    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)
  }
  .main-page-header-bg .main-topbar-fill {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .page-header-surface-headline {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .topbar-fill-deposit-group {
    font-size: 66px!important;
    line-height: 1.1
  }
  .header-fill-reward {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .site-page-header-surface-button {
    box-sizing: border-box
  }
  .site-topbar-fill-bottom-panel {
    background: var(--surface-alt);
    gap: 10px;
    padding: 8px 15px
  }
  .main-offer-strip {
    gap: 10px;
    padding: 10px 14px
  }
  .main-offer-strip .reward-strip-crown {
    width: 18px;
    height: 18px
  }
  .main-offer-strip .main-promo-strip-label {
    font-size: 11px;
    letter-spacing: .4px
  }
}
.pay-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
}
.pay-methods img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.pay-methods img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .pay-methods {
    gap: 14px 20px;
    padding: 16px
  }
  .pay-methods img {
    width: 56px;
    height: 44px
  }
}
.site-main-area-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.inner-area {
  font-size: 15px;
  line-height: 1.8;
  color: var(--theme-label-faded)
}
.inner-area p {
  margin-bottom: 1rem
}
.inner-area strong {
  color: var(--theme-text)
}
.inner-area a:not(.main-btn):not(.app-promo-banner-cta):not([class*="-button"]) {
  color: var(--ui-accent-primary);
  text-decoration: underline
}
.inner-area a:not(.main-btn):not(.app-promo-banner-cta):not([class*="-button"]):hover {
  color: var(--ui-accent)
}
@media (max-width:768px) {
  .site-main-area-section {
    padding: 5rem 15px 30px
  }
  .inner-area {
    font-size: 14px
  }
  .site-application-banner-container,
  .site-main-area-section > .site-application-banner-container {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-promo-banner-mobile-container img,
  .mobile-banner-area {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.main-block-care {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.unit-care-container {
  flex: 1;
  background: var(--surface-alt);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.main-name-help {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.main-name-help img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.headline-service-text {
  font-weight: 700;
  font-size: 16px
}
.unit-care-container p {
  color: var(--theme-label-faded);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .main-block-care {
    flex-direction: column;
    padding: 0 16px
  }
}
.site-application-banner-container {
  margin: 32px auto;
  max-width: 800px
}
.mobile-banner-area {
  display: flex;
  align-items: stretch;
  background: var(--tile-background,var(--surface-alt));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--goldbet-border);
  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
}
.mobile-banner-text-grid {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--goldbet-border);
  background: var(--surface-alt);
  align-self: flex-start
}
.app-promo-banner-caption-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.mobile-banner-caption-main-box {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.app-banner-text-title-area {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-text);
  letter-spacing: .2px
}
.application-banner-tag-rate {
  display: flex;
  gap: 1px
}
.application-banner-tag-rate img {
  width: 12px;
  height: 12px
}
.application-banner-tag-rate .star-half-block {
  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-name-grid {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--theme-text);
  font-family: var(--goldbet-typeface-caption);
  margin: 0
}
.mobile-banner-description-inner {
  color: var(--theme-label-faded);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.main-app-banner-cta-wrapper {
  margin-top: 4px
}
.main-app-banner-cta-wrapper .main-btn {
  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
}
.app-promo-banner-image-area {
  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-container {
  display: none
}
.app-promo-banner-mobile-container img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .mobile-banner-area {
    flex-direction: column;
    min-height: unset
  }
  .mobile-banner-image-shell {
    display: none
  }
  .app-promo-banner-mobile-container {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .app-promo-banner-mobile-container img {
    max-width: 320px
  }
  .application-banner-inner {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .app-banner-name-grid {
    font-size: 20px
  }
  .main-app-banner-cta-wrapper .main-btn {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.main-btn {
  font-size: 18px;
  font-weight: 700;
  background: var(--ui-accent-primary);
  color: var(--text-content-button,var(--theme-text));
  padding: 10px 56px;
  border-radius: 16px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.main-btn:hover {
  background: var(--main-hover,var(--ui-accent-primary));
  color: var(--text-content-button,var(--theme-text))
}
.updated-date-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface-alt);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--ui-accent-primary);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--theme-text);
  max-width: 1400px
}
@media (max-width:768px) {
  .updated-date-wrap {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-page-footer.footer-container {
  background: var(--page-footer-fill,var(--surface-alt,#060e2a));
  color: var(--theme-text-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer.footer-container .colophon-banner,
.site-page-footer.footer-container .colophon-bottom,
.site-page-footer.footer-container .footer-middle-area {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-page-footer.footer-container .colophon-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 32px;
  padding-bottom: 16px
}
.site-page-footer.footer-container .site-footer-emblem-section {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-page-footer.footer-container .colophon-payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-page-footer.footer-container .colophon-payments img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-page-footer.footer-container .footer-middle-area {
  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-page-footer.footer-container .page-footer-navigation-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-page-footer.footer-container .page-footer-navigation-grid a {
  color: var(--site-footer-link-item,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer.footer-container .page-footer-navigation-grid a:hover {
  color: var(--theme-text-footer,#fff)
}
.site-page-footer.footer-container .page-footer-navigation-grid:not(:has(a)) {
  display: none
}
.site-page-footer.footer-container .main-footer-navbar-legal,
.site-page-footer.footer-container .page-footer-navigation-accent-primary-holder {
  text-align: left
}
@media (min-width:961px) {
  .site-page-footer.footer-container .footer-middle-area:has(.page-footer-navigation-accent-primary-holder a):not(:has(.main-footer-navbar-legal a)),
  .site-page-footer.footer-container .footer-middle-area:not(:has(.page-footer-navigation-accent-primary-holder a)):has(.main-footer-navbar-legal a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-page-footer.footer-container .footer-middle-area:not(:has(.page-footer-navigation-grid a)) {
    grid-template-columns: 1fr auto
  }
}
.site-page-footer.footer-container .footer-support {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer.footer-container .footer-support .site-footer-assist-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer.footer-container .footer-support p {
  color: var(--theme-text-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer.footer-container .site-footer-contact-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer.footer-container .site-footer-contact-box img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer.footer-container .main-footer-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-page-footer.footer-container .site-footer-language {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--site-footer-socials-surface,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--theme-text-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-page-footer.footer-container .site-footer-language img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-page-footer.footer-container .colophon-follow-tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-page-footer.footer-container .colophon-socials {
  display: flex;
  gap: 4px
}
.site-page-footer.footer-container .footer-share-box {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--site-footer-socials-surface,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-page-footer.footer-container .footer-share-box:hover {
  background: var(--ui-accent,#5a6178)
}
.site-page-footer.footer-container .footer-share-box img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
.site-page-footer.footer-container .site-footer-rule {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-page-footer.footer-container .colophon-bottom {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 32px
}
.site-page-footer.footer-container .site-footer-legal {
  color: var(--theme-text-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-page-footer.footer-container .footer-middle-area {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-page-footer.footer-container .colophon-payments {
    gap: 24px
  }
  .site-page-footer.footer-container .main-footer-side {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-page-footer.footer-container .colophon-banner,
  .site-page-footer.footer-container .footer-middle-area {
    padding: 20px
  }
  .site-page-footer.footer-container .footer-middle-area {
    grid-template-columns: 1fr;
    gap: 24px
  }
  .site-page-footer.footer-container .colophon-bottom {
    padding: 20px
  }
  .site-page-footer.footer-container .colophon-payments {
    justify-content: center
  }
  .site-page-footer.footer-container .colophon-payments img {
    width: 70px;
    height: 35px
  }
  .site-page-footer.footer-container .site-footer-rule {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-page-footer.footer-container .footer-middle-area,
  .site-page-footer.footer-container .footer-support,
  .site-page-footer.footer-container .main-footer-side {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer.footer-container .colophon-payments,
  .site-page-footer.footer-container .colophon-socials {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer.footer-container .page-footer-navigation-grid {
    align-items: center
  }
  .site-page-footer.footer-container .site-footer-contact-box {
    justify-content: center
  }
}
.main-site-layout-area {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-grid {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-grid .site-main-area-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.mobile-banner-area {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-page-footer[class] {
  padding-left: var(--goldbet-width-aside,0)
}
.site-page-footer[class] .colophon-bottom {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-page-footer[class] {
    padding-left: 0
  }
}
.button-center-wrap {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.button-center-wrap .main-btn,
.button-center-wrap a.main-btn {
  display: inline-block
}
@media (max-width:768px) {
  .button-center-wrap {
    display: block;
    margin: 30px auto
  }
  .inner-area .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.main-btn.app-promo-banner-cta {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.site-faq-heading {
  font-family: var(--goldbet-typeface-caption);
  color: var(--theme-text);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.inner-area li {
  padding: .3rem 0;
  line-height: 1.7;
  color: var(--theme-label-faded)
}
.inner-area table {
  font-size: .92rem
}
.inner-area table th {
  background: var(--ui-accent-primary);
  color: var(--text-content-button,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.inner-area table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.inner-area table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.main-site-layout-area > .site-widget-region.secondary-alt-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--goldbet-width-aside,64px);
  overflow-y: auto;
  z-index: 10
}
.main-site-layout-area > .site-content-grid {
  margin-left: var(--goldbet-width-aside,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-grid .site-main-area-section {
    padding-left: 20px
  }
  .main-site-layout-area > .site-widget-region.secondary-alt-grid {
    max-width: var(--goldbet-width-aside,80px)
  }
}
@media (max-width:992px) {
  .main-site-layout-area > .site-widget-region.secondary-alt-grid {
    display: none
  }
  .main-site-layout-area > .site-content-grid {
    margin-left: 0
  }
}
.main-page-header-bg {
  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
}
.site-aside-icon-mark-entry-block img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.site-aside-icon-mark-entry-block.side-rail-icon-mark-lg-inner img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.main-site-header-search img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.register-reward-area img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-toggle-action-holder img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-heading-container {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--theme-text);
  line-height: 1.15;
  letter-spacing: -.02em
}
.inner-area li strong {
  color: var(--theme-label-faded);
  font-weight: 700
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img-grid {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.main-img-left {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.inner-img-right-side {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.inner-area h2,
.inner-area h3,
.inner-area table {
  clear: both
}
.site-main-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-heading-container {
    font-size: 1.6rem
  }
  .content-body-img-grid,
  .inner-img-right-side,
  .main-img-left {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.inner-area h1,
.inner-area h2,
.inner-area h3 {
  font-family: var(--goldbet-typeface-caption);
  color: var(--theme-text);
  text-decoration: none;
  border: none
}
.inner-area h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.inner-area h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.inner-area h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.inner-area ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.inner-area ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.inner-area ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ui-accent-primary)
}
.inner-area ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.inner-area ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.inner-area ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--ui-accent-primary);
  font-weight: 600
}
.inner-area table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--tile-background,rgba(255,255,255,.03));
  border: 1px solid var(--goldbet-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(--theme-label-faded,#c9ccd6);
  font-family: var(--ui-font-body, 'Montserrat', system-ui, sans-serif)
}
.inner-area table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.inner-area table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.inner-area table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.inner-area table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.inner-area table thead tr {
  background: var(--surface-alt,rgba(255,255,255,.06))
}
.inner-area table thead th {
  font-weight: 700;
  color: var(--theme-text,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--goldbet-border,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.inner-area table thead th:last-child {
  border-right: none
}
.inner-area table tbody tr:nth-child(odd) {
  background: 0 0
}
.inner-area table tbody tr:nth-child(2n) {
  background: var(--surface-alt,rgba(255,255,255,.03))
}
.inner-area table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--goldbet-border,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--goldbet-border,rgba(255,255,255,.06));
  color: var(--theme-label-faded,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.inner-area table tbody td:last-child {
  border-right: none
}
.inner-area table tbody tr:last-child td {
  border-bottom: none
}
.faq-section-group {
  background: var(--surface-alt,rgba(255,255,255,.02));
  border: 1px solid var(--goldbet-border,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.faq-section-group .site-faq-heading {
  color: var(--theme-text,#fff);
  font-family: var(--goldbet-typeface-caption, '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
}
.faq-section-group .questions-panel-inner {
  background: var(--tile-background,rgba(255,255,255,.04));
  border: 1px solid var(--goldbet-border,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--theme-label-faded,#b1b4bc)
}
.faq-section-group .questions-panel-inner:last-child {
  margin-bottom: 0
}
.faq-section-group .faqs-question {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--theme-text,#fff);
  margin: 0 0 12px
}
.faq-section-group .faqs-answer {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--theme-label-faded,#b1b4bc)
}
.faq-section-group .faqs-answer p {
  margin: 0 0 8px
}
.faq-section-group .faqs-answer p:last-child {
  margin-bottom: 0
}
.faq-section-group .faqs-answer b,
.faq-section-group .faqs-answer strong {
  font-weight: 700;
  color: var(--theme-text,#fff)
}
@media (max-width:600px) {
  .inner-area h1 {
    font-size: 2rem
  }
  .inner-area h2 {
    font-size: 1.6rem
  }
  .inner-area h3 {
    font-size: 1.2rem
  }
  .inner-area table tbody td,
  .inner-area table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .faq-section-group {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .faq-section-group .site-faq-heading {
    font-size: 1.6rem;
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .faq-section-group .questions-panel-inner {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .faq-section-group .faqs-question {
    font-size: 1.05rem;
    line-height: 1.35
  }
  .faq-section-group .faqs-answer {
    font-size: .9rem
  }
}
.inner-area h2 {
  border: none;
  border-bottom: none
}
.inner-area ol li,
.inner-area ul li {
  border-bottom: none
}
.inner-area {
  max-width: 1400px;
  margin: 0 auto
}
[data-slot=content-image-1]:not(a):not(button) {
  max-width: 50%!important
}
[data-slot=app-content-image-2]:not(a):not(button),
[data-slot=content-image-3]:not(a):not(button),
[data-slot=espana-content-image-2]:not(a):not(button) {
  max-width: 45%!important
}
[data-slot=app-content-image-1]:not(a):not(button) {
  max-width: 55%!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=content-image-1]:not(a):not(button),
  [data-slot=content-image-3]:not(a):not(button),
  [data-slot=espana-content-image-2]:not(a):not(button) {
    max-width: 100%!important
  }
}
.page-header-surface-headline {
  color: #fff!important
}
.header-fill-reward,
.topbar-fill-deposit-group {
  color: #fef723!important
}
.site-page-header-surface-button {
  background: #fef723!important;
  color: #030303!important
}
.masthead-surface-cta-main-area,
.page-header-fill-action-description {
  color: #030303!important
}
.site-access-action {
  background: #422e84!important
}
.join-button-panel {
  color: #050505!important
}