:root {
  --brand-gold: #ffd34e;
  color-scheme: dark;
  --bg: #0d1830;
  --panel: #172946;
  --text: #f5f8ff;
  --muted: #afc0db;
  --yellow: #b9d0ff;
  --line: #2d4467;
  --shadow: none;
}
#bizzo-site {
  background: #0d1830 !important;
  background-image: none !important;
  color: #f5f8ff !important;
  font-family: "Poppins", "Noto Sans", Arial, sans-serif !important;
}
#bizzo-site *,
#bizzo-site *::before,
#bizzo-site *::after {
  font-family: "Poppins", "Noto Sans", Arial, sans-serif !important;
  text-shadow: none !important;
}
#bizzo-site::before,
#bizzo-site::after {
  display: none !important;
}
#bizzo-site a,
#bizzo-site button {
  transition:
    background-color 0.18s,
    color 0.18s,
    border-color 0.18s,
    transform 0.18s !important;
}
#bizzo-site :is(a, button):focus-visible {
  outline: 3px solid #b9d0ff !important;
  outline-offset: 4px !important;
}
#bizzo-site .masthead {
  background: #0d1830 !important;
  border: 0 !important;
  box-shadow: 0 1px 0 #243b60 !important;
}
#bizzo-site .site-nav {
  background: transparent !important;
  min-height: 80px;
  gap: 24px;
}
#bizzo-site .brand {
  width: 170px !important;
  min-width: 130px !important;
}
#bizzo-site .brand-logo {
  width: 124px !important;
  height: 54px !important;
  object-fit: contain;
  filter: none !important;
}
#bizzo-site .site-nav-links {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  gap: 8px !important;
  border-radius: 0 !important;
}
#bizzo-site .site-nav-links a {
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #e3ecfb !important;
  text-transform: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 12px 18px !important;
  box-shadow: none !important;
}
#bizzo-site .site-nav-links a:is(:hover, .active) {
  color: #b9d0ff !important;
  background: #38294f !important;
}
#bizzo-site
  :is(.button, .article-button, .aside-download, .cookie-banner button) {
  border-radius: 10px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  box-shadow: none !important;
  border: 1px solid transparent !important;
  min-height: 42px;
  padding: 10px 24px !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #ed3652, #bf1739) !important;
}
#bizzo-site
  :is(.button, .article-button, .aside-download, .cookie-banner button):hover {
  background: linear-gradient(180deg, #bf1739, #ed3652) !important;
  filter: none !important;
  transform: translateY(-1px);
}
#bizzo-site :is(.button, .article-button):active {
  transform: translateY(1px);
}
#bizzo-site .button.button-outline {
  color: #b9d0ff !important;
  border: 1px solid #b9d0ff !important;
  background: transparent !important;
}
#bizzo-site .button.button-outline:hover {
  color: #ffffff !important;
  background: #2454b8 !important;
}
#bizzo-site .page-layout {
  background: transparent !important;
}
#bizzo-site .sidebar {
  background: linear-gradient(180deg, #201a37, #0d1830 72%) !important;
  border-color: #243b60 !important;
  box-shadow: none !important;
}
#bizzo-site :is(.aside-menu, .aside-extras, .contents-nav) {
  background: transparent !important;
  color: #e3ecfb !important;
  box-shadow: none !important;
}
#bizzo-site .contents-nav {
  border: 1px solid #243b60 !important;
  border-radius: 10px !important;
}
#bizzo-site .contents-toggle {
  color: var(--brand-gold) !important;
  background: #38294f !important;
  border: 0 !important;
  text-transform: none !important;
}
#bizzo-site .contents-toggle span {
  background: #2454b8 !important;
  color: #ffffff !important;
}
#bizzo-site .contents-links a {
  color: #afc0db !important;
  background: transparent !important;
  border-color: #2d4467 !important;
  font-weight: 400 !important;
}
#bizzo-site :is(.hero, .promo-card, .app-banner) {
  border: 1px solid #2d4467 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  background-color: #101f39 !important;
}
#bizzo-site .hero::after {
  background: linear-gradient(
    90deg,
    rgba(17, 26, 44, 0.96),
    rgba(17, 26, 44, 0.72) 48%,
    rgba(17, 26, 44, 0.1)
  ) !important;
}
#bizzo-site .hero-copy {
  padding: 32px !important;
}
#bizzo-site .hero h1 {
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.16 !important;
  font-weight: 700 !important;
  letter-spacing: -0.6px !important;
  color: #f5f8ff !important;
  max-width: 720px !important;
  text-wrap: balance;
}
#bizzo-site .hero p {
  color: #e3ecfb !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  max-width: 620px !important;
}
#bizzo-site .breadcrumbs,
#bizzo-site .breadcrumbs a {
  color: #ffcf19 !important;
  font-size: 13px !important;
}
#bizzo-site .breadcrumbs [aria-current],
#bizzo-site .breadcrumbs [aria-hidden],
#bizzo-site .breadcrumbs a:hover {
  color: #ff536f !important;
}
#bizzo-site #content .article-card {
  background: linear-gradient(115deg, #25213e, #172946 72%) !important;
  color: #e3ecfb !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  padding: 30px !important;
  margin-top: 20px !important;
}
#bizzo-site #content .article-card :is(p, li, td) {
  color: #e3ecfb !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
}
#bizzo-site #content .article-card :is(h2, h3, h4) {
  color: #f5f8ff !important;
  font-weight: 600 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.35 !important;
}
#bizzo-site #content :is(.article-card, .game-shelf) h2 {
  font-size: 28px !important;
  margin: 0 0 22px !important;
}
#bizzo-site #content .article-card h3 {
  font-size: 21px !important;
  margin: 28px 0 14px !important;
}
#bizzo-site #content .article-card a {
  color: #b9d0ff !important;
}
#bizzo-site #content :is(.table-frame, .table-scroll) {
  border: 1px solid #465269 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  background: #0d1830 !important;
}
#bizzo-site #content table {
  background: #0d1830 !important;
  border: 1px solid #465269 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: #e3ecfb !important;
}
#bizzo-site #content table :is(th, td) {
  border-color: #2d4467 !important;
  padding: 15px 18px !important;
}
#bizzo-site #content table th {
  background: #243b60 !important;
  color: #b9d0ff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
#bizzo-site #content table td {
  background: #0d1830 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}
#bizzo-site #content table tr:nth-child(even) td {
  background: #202a3d !important;
}
#bizzo-site .promo-card::after {
  background: linear-gradient(
    90deg,
    rgba(17, 26, 44, 0.9),
    rgba(17, 26, 44, 0.6) 48%,
    transparent
  ) !important;
}
#bizzo-site .promo-section .promo-label {
  color: var(--brand-gold) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  text-transform: none !important;
}
#bizzo-site .promo-section .promo-card .bonus-amount {
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.5px !important;
  font-weight: 700 !important;
  color: #b9d0ff !important;
  -webkit-text-stroke: 0 !important;
  text-transform: none !important;
}
#bizzo-site .app-banner h2 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #f5f8ff !important;
  -webkit-text-stroke: 0 !important;
}
#bizzo-site .platform-button {
  background: #2454b8 !important;
  color: #ffffff !important;
  min-width: 220px !important;
}
#bizzo-site .platform-label,
#bizzo-site .platform-label span {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}
#bizzo-site .platform-icon {
  filter: brightness(0) invert(1) !important;
}
#bizzo-site .footer {
  background: #243b60 !important;
  color: #afc0db !important;
  border-top: 1px solid #243b60 !important;
  box-shadow: none !important;
}
#bizzo-site .footer :is(p, span, a) {
  color: #afc0db !important;
  font-weight: 400 !important;
}
#bizzo-site .footer a:hover {
  color: #b9d0ff !important;
}
#bizzo-site .cookie-banner {
  background: #fffffff5 !important;
  border: 1px solid #2d4467 !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 32px #0b122080 !important;
  color: #f5f8ff !important;
}
#bizzo-site .cookie-banner :is(p, span) {
  color: #e3ecfb !important;
  font-weight: 400 !important;
}
@media (max-width: 960px) {
  #bizzo-site .site-nav {
    min-height: 70px;
    gap: 12px;
  }
  #bizzo-site .hero:not(.hero-error) > .hero-copy,
  #bizzo-site .promo-section .promo-copy,
  #bizzo-site .app-banner-copy {
    background: rgba(17, 26, 44, 0.76) !important;
    border: 1px solid #465269 !important;
    border-radius: 6px !important;
  }
  #bizzo-site .hero h1 {
    font-size: 32px !important;
  }
  #bizzo-site .hero p {
    font-size: 16px !important;
  }
  #bizzo-site .site-nav-links {
    background: #0d1830 !important;
  }
  #bizzo-site .app-banner h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 620px) {
  #bizzo-site .hero-copy {
    padding: 24px 16px !important;
  }
  #bizzo-site .hero h1 {
    font-size: 28px !important;
    letter-spacing: -0.4px !important;
  }
  #bizzo-site .promo-section .promo-card .bonus-amount {
    font-size: 28px !important;
  }
  #bizzo-site .promo-section .promo-label {
    font-size: 14px !important;
  }
  #bizzo-site #content .article-card {
    padding: 22px 18px !important;
  }
  #bizzo-site #content :is(.article-card, .game-shelf) h2 {
    font-size: 23px !important;
  }
  #bizzo-site #content .article-card h3 {
    font-size: 19px !important;
  }
  #bizzo-site #content .article-card :is(p, li) {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }
  #bizzo-site #content table :is(th, td) {
    padding: 12px !important;
  }
  #bizzo-site .brand {
    min-width: 124px !important;
    width: 124px !important;
  }
  #bizzo-site .brand-logo {
    width: 110px !important;
    height: 48px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  #bizzo-site *,
  #bizzo-site *::before,
  #bizzo-site *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
#bizzo-site #content *,
#bizzo-site :is(.cookie-banner, .footer, .aside-app, .masthead) * {
  font-family: "Poppins", "Noto Sans", Arial, sans-serif !important;
}
#bizzo-site .cookie-banner button {
  font-family: "Poppins", "Noto Sans", Arial, sans-serif !important;
  font-weight: 600 !important;
}
#bizzo-site .menu-button {
  color: var(--brand-gold) !important;
}
#bizzo-site .mobile-menu a {
  color: #e3ecfb !important;
  background: #243b60 !important;
  border-color: #2d4467 !important;
  text-transform: none !important;
  font-family: "Poppins", "Noto Sans", Arial, sans-serif !important;
}
#bizzo-site .mobile-menu .button-primary {
  background: linear-gradient(180deg, #ed3652, #bf1739) !important;
  color: #ffffff !important;
}
#bizzo-site .scroll-top {
  background: #2454b8 !important;
  color: #ffffff !important;
  border-color: #b9d0ff !important;
  box-shadow: none !important;
}
#bizzo-site #content details {
  background: #0d1830 !important;
  border: 1px solid #2d4467 !important;
  box-shadow: none !important;
}
#bizzo-site #content summary {
  background: transparent !important;
  color: #f5f8ff !important;
}
#bizzo-site #content summary::after {
  color: #b9d0ff !important;
}
#bizzo-site #cookieOk {
  font-family: "Poppins", "Noto Sans", Arial, sans-serif !important;
}
#bizzo-site #content .article-card > h3 {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
#bizzo-site #content .article-card > h3::before {
  display: none !important;
}
#bizzo-site #content .article-card > h3 + p {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
#bizzo-site .platform-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 12px 16px !important;
}
#bizzo-site .platform-label {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  text-align: center !important;
  min-width: 0 !important;
}
#bizzo-site .platform-label span {
  display: block !important;
  white-space: nowrap !important;
}
#bizzo-site .platform-icon {
  flex: 0 0 24px !important;
  width: 24px !important;
  height: 24px !important;
}
@font-face {
  font-family: BizzoIcons;
  src: url("../img/bizzo/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
#bizzo-site .casino-menu {
  padding: 0 10px 16px;
  color: #e3ecfb;
}
#bizzo-site .menu-promos {
  display: grid;
  gap: 7px;
  margin: 0 0 14px;
}
#bizzo-site .sidebar-promo {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 10px 0 55px;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(180deg, #e13247, #bf1739);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
#bizzo-site .sidebar-promo:hover {
  filter: brightness(1.08);
}
#bizzo-site .wheel-trigger-frame {
  position: absolute;
  left: -23px;
  top: 6px;
  width: 70px;
  height: 70px;
  max-width: none;
  z-index: 2;
}
#bizzo-site .wheel-trigger-rotor {
  position: absolute;
  left: -23px;
  top: 11px;
  width: 65px;
  height: 65px;
  animation: bizzo-wheel-spin 7s linear infinite;
  z-index: 1;
}
#bizzo-site .wheel-trigger-rotor img {
  width: 100%;
  height: 100%;
  animation: bizzo-wheel-spin 10s linear infinite;
}
#bizzo-site .wheel-trigger:hover .wheel-trigger-rotor {
  animation-play-state: paused;
}
#bizzo-site .missions-link > img {
  position: absolute;
  left: 8px;
  top: 4px;
  width: 40px;
  height: 40px;
}
#bizzo-site .menu-links {
  display: grid;
  background: #172946;
  border-radius: 10px;
  padding: 0 8px;
}
#bizzo-site .menu-links > a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  color: #e3ecfb;
  font-size: 13px;
  font-weight: 400;
  border-radius: 4px;
  padding: 8px 4px;
}
#bizzo-site .menu-links > a:hover {
  background: #2d4467;
  color: #b9d0ff;
}
#bizzo-site .menu-links > a > img,
#bizzo-site .nav-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  object-fit: contain;
  color: inherit;
}
#bizzo-site #content .nav-icon,
#bizzo-site #content .nav-icon::before {
  font-family: BizzoIcons !important;
  font-size: 25px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.nav-icon-games::before {
  content: "";
}
.nav-icon-dealer::before {
  content: "";
}
.nav-icon-promotions::before {
  content: "";
}
.nav-icon-tournaments::before {
  content: "";
}
.nav-icon-ranking::before {
  content: "";
}
.nav-icon-vip::before {
  content: "";
}
.nav-icon-support::before {
  content: "";
}
#bizzo-site .menu-count {
  margin-left: auto;
  background: linear-gradient(#ed3652, #bf1739);
  color: #ffffff;
  border-radius: 4px;
  min-width: 23px;
  padding: 0 4px;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  box-shadow: 0 2px 3px #0b122066;
}
#bizzo-site .menu-links > a > .menu-arrow {
  margin-left: auto;
  width: 13px;
  height: 13px;
  flex-basis: 13px;
}
#bizzo-site .sidebar-app {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  height: 74px;
  padding: 8px 8px 8px 10px;
  margin-top: 18px;
  background: linear-gradient(125deg, #39264c, #172946);
  border-radius: 10px;
  overflow: hidden;
  box-shadow:
    0 3px 1px #101a2e,
    0 1px 0 #ffffff30 inset;
}
#bizzo-site .sidebar-app > span {
  flex: 1;
  min-width: 0;
}
#bizzo-site .sidebar-app strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-gold);
}
#bizzo-site .sidebar-app small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #afc0db;
  margin-top: 3px;
  white-space: nowrap;
}
#bizzo-site .sidebar-app > img {
  width: 64px;
  height: 70px;
  object-fit: contain;
  align-self: flex-end;
}
@keyframes bizzo-wheel-spin {
  to {
    transform: rotate(1turn);
  }
}
@media (prefers-reduced-motion: reduce) {
  #bizzo-site .wheel-trigger-rotor,
  #bizzo-site .wheel-trigger-rotor img {
    animation: none !important;
  }
}
#bizzo-site .locale-picker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: none;
  margin-right: 8px;
  color: #e3ecfb;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
#bizzo-site .locale-picker img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px #ffffff25;
}
@media (max-width: 620px) {
  #bizzo-site .locale-picker {
    gap: 6px;
    margin-right: 2px;
    font-size: 12px;
  }
  #bizzo-site .locale-picker img {
    width: 22px;
    height: 22px;
  }
}
#bizzo-site #content .article-card :is(ul, ol) {
  display: block !important;
  margin: 18px 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
#bizzo-site #content .article-card :is(ul, ol) > li {
  display: list-item !important;
  position: relative !important;
  margin: 8px 0 !important;
  --item-inset: 12px;
  background: #0d1830 !important;
  background-image: none !important;
  color: #e3ecfb !important;
  border: 1px solid #465269 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  overflow: visible !important;
}
#bizzo-site #content .article-card li::after {
  content: none !important;
  display: none !important;
}
@media (max-width: 620px) {
  #bizzo-site #content .article-card :is(ul, ol) {
    padding-left: 0 !important;
  }
  #bizzo-site #content .article-card :is(ul, ol) > li {
    --item-inset: 11px;
    font-size: 15px !important;
  }
}
#bizzo-site #content .art-banner {
  position: relative !important;
  display: block !important;
  min-height: 460px !important;
  height: auto !important;
  overflow: hidden !important;
  background: #0d1830 !important;
  isolation: isolate;
}
#bizzo-site #content .art-banner > .banner-art {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: right top !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  z-index: -2 !important;
}
#bizzo-site #content .art-banner::before {
  display: none !important;
}
#bizzo-site #content .art-banner::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(8, 15, 28, 0.26) 0%,
    rgba(8, 15, 28, 0.12) 36%,
    transparent 55%
  ) !important;
}
#bizzo-site
  #content
  .art-banner
  > :is(.hero-copy, .promo-copy, .app-banner-copy) {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 18px !important;
  width: 53% !important;
  max-width: 53% !important;
  min-height: 460px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 34px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-align: left !important;
  z-index: 1 !important;
}
#bizzo-site #content .art-banner :is(h1, h2, p, .breadcrumbs, .promo-label) {
  max-width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}
#bizzo-site
  #content
  .art-banner
  :is(.hero-actions, .promo-actions, .app-banner-actions) {
  margin: 0 !important;
  align-self: flex-start !important;
  justify-content: flex-start !important;
  justify-items: start !important;
}
#bizzo-site #content .art-banner h1 {
  font-size: clamp(28px, 2.8vw, 42px) !important;
}
#bizzo-site #content .art-banner h2 {
  font-size: clamp(27px, 2.6vw, 38px) !important;
}
#bizzo-site #content .art-banner .platform-button {
  max-width: 100% !important;
  min-width: 0 !important;
}
@media (max-width: 1100px) and (min-width: 621px) {
  #bizzo-site
    #content
    .art-banner
    > :is(.hero-copy, .promo-copy, .app-banner-copy) {
    width: 58% !important;
    max-width: 58% !important;
    padding: 26px !important;
  }
}
@media (max-width: 620px) {
  #bizzo-site #content .art-banner {
    min-height: 0 !important;
  }
  #bizzo-site #content .art-banner > .banner-art {
    object-position: right top !important;
  }
  #bizzo-site #content .art-banner::after {
    background: linear-gradient(
      180deg,
      transparent 0%,
      transparent 30%,
      rgba(8, 15, 28, 0.52) 52%,
      rgba(8, 15, 28, 0.58) 100%
    ) !important;
  }
  #bizzo-site
    #content
    .art-banner
    > :is(.hero-copy, .promo-copy, .app-banner-copy) {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 24px 20px 28px !important;
    gap: 16px !important;
    background: transparent !important;
  }
  #bizzo-site #content .art-banner h1,
  #bizzo-site #content .art-banner h2 {
    font-size: 27px !important;
    line-height: 1.25 !important;
  }
}
#bizzo-site #content .legal-card h1 {
  color: #f5f8ff !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.2 !important;
}
#bizzo-site #cookieOk {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}
@media (max-width: 620px) {
  #bizzo-site #cookie {
    box-sizing: border-box !important;
    max-width: calc(100vw - 16px) !important;
    padding-right: 12px !important;
  }
  #bizzo-site #cookie .cookie-copy {
    min-width: 0 !important;
    flex: 1 !important;
  }
}
#bizzo-site #content .art-banner .app-banner-actions {
  width: 100% !important;
  min-width: 0 !important;
}
#bizzo-site #content .art-banner .platform-label span {
  white-space: normal !important;
}
#bizzo-site #content .art-banner .platform-button {
  box-sizing: border-box !important;
  white-space: normal !important;
}
#bizzo-site #content .art-banner :is(h1, h2, p, .promo-label, .breadcrumbs) {
  text-shadow: 0 1px 3px rgba(4, 9, 18, 0.8) !important;
}
@media (max-width: 900px) {
  #bizzo-site #content :is(.hero, .promo-card, .app-banner).art-banner {
    padding: clamp(240px, 52vw, 360px) 14px 14px !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
  }
  #bizzo-site #content .art-banner > .banner-art {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: right top !important;
    z-index: -2 !important;
  }
  #bizzo-site
    #content
    :is(.hero, .promo-card, .app-banner).art-banner
    > :is(.hero-copy, .promo-copy, .app-banner-copy) {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 24px 20px !important;
    margin: 0 !important;
    gap: 18px !important;
    align-items: center !important;
    text-align: center !important;
    background: linear-gradient(
      135deg,
      rgba(42, 22, 58, 0.8),
      rgba(8, 20, 42, 0.78)
    ) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid #ffd34eaa !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 28px #040b1b33 !important;
  }
  #bizzo-site #content :is(.hero, .promo-card, .app-banner).art-banner::after {
    display: none !important;
  }
  #bizzo-site #content .app-banner.art-banner :is(h2, p) {
    text-align: center !important;
  }
  #bizzo-site #content .app-banner.art-banner .app-banner-actions {
    align-self: center !important;
    justify-content: center !important;
  }
}
#bizzo-site .header-wheel {
  display: none !important;
}
#bizzo-site .mobile-menu-heading {
  grid-column: 1/-1;
  padding: 8px 4px 22px;
  border-bottom: 1px solid #b9d0ff30;
  margin-bottom: 8px;
}
#bizzo-site .mobile-menu-heading span {
  display: block;
  color: #b9d0ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}
#bizzo-site .mobile-menu-heading strong {
  display: block;
  color: #f5f8ff;
  font-size: 30px;
  line-height: 1.3;
  margin: 8px 0 4px;
}
#bizzo-site .mobile-menu-heading small {
  color: #a9b3c6;
  font-size: 13px;
}
#bizzo-site .mobile-menu {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  width: min(370px, calc(100vw - 20px)) !important;
  padding: 88px 20px 28px !important;
  background: linear-gradient(155deg, #24324e, #101b2f 65%) !important;
  border: 1px solid #b9d0ff45 !important;
  border-radius: 22px 0 0 22px !important;
  box-shadow: -20px 0 70px #060b15b3 !important;
  overflow-y: auto !important;
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s,
    visibility 0.25s !important;
}
#bizzo-site .mobile-menu a:not(.button) {
  grid-column: 1/-1 !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  min-height: 56px !important;
  background: #ffffff06 !important;
  border: 1px solid #ffffff12 !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
#bizzo-site .mobile-menu a:not(.button)::after {
  content: "›";
  margin-left: auto;
  color: #9ca8c0;
  font-size: 23px;
}
#bizzo-site .mobile-menu a.active {
  background: #b9d0ff10 !important;
  border-color: #b9d0ff70 !important;
  color: #b9d0ff !important;
}
#bizzo-site .mobile-menu a > svg {
  width: 23px;
  height: 23px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#bizzo-site .mobile-menu .button {
  min-height: 48px !important;
  margin: 12px 0 0 !important;
  border-radius: 10px !important;
  padding: 10px !important;
  font-size: 14px !important;
}
#bizzo-site .mobile-menu .wheel-trigger {
  color: #b9d0ff !important;
  margin-top: 8px;
}
#bizzo-site .menu-button {
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  border-radius: 12px !important;
  border: 1px solid var(--brand-gold) !important;
  background: linear-gradient(145deg, #314160, #19253c) !important;
  box-shadow:
    inset 0 1px 0 #ffffff15,
    0 4px 14px #080e1955 !important;
  gap: 5px !important;
  transition:
    background 0.2s,
    border-color 0.2s !important;
}
#bizzo-site .menu-button span {
  width: 20px !important;
  height: 2px !important;
  margin: 0 !important;
  border-radius: 2px !important;
  background: var(--brand-gold) !important;
  transition:
    transform 0.22s,
    opacity 0.15s !important;
}
#bizzo-site .menu-button span:nth-child(2) {
  width: 14px !important;
  align-self: center;
}
#bizzo-site .menu-open .menu-button span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
#bizzo-site .menu-open .menu-button span:nth-child(2) {
  opacity: 0;
}
#bizzo-site .menu-open .menu-button span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
#bizzo-site .menu-button:focus-visible,
#bizzo-site .header-wheel:focus-visible,
#bizzo-site .mobile-menu a:focus-visible {
  outline: 2px solid #b9d0ff !important;
  outline-offset: 4px !important;
}
html:has(.site-nav.menu-open) {
  overflow: hidden;
}
@media (max-width: 900px) {
  #bizzo-site .site-nav {
    gap: 12px !important;
    min-height: 72px !important;
  }
  #bizzo-site .header-wheel {
    display: flex !important;
    margin-left: auto !important;
    width: 145px !important;
    height: 44px !important;
    flex: 0 0 145px !important;
    padding-left: 49px !important;
    font-size: 11px !important;
    border-radius: 10px !important;
    border: 1px solid #ffe38c !important;
    box-shadow: 0 3px 14px #ffd34e25 !important;
  }
  #bizzo-site .header-wheel .wheel-trigger-frame {
    left: -14px;
    top: 1px;
    width: 61px;
    height: 61px;
  }
  #bizzo-site .header-wheel .wheel-trigger-rotor {
    left: -14px;
    top: 5px;
    width: 57px;
    height: 57px;
  }
  #bizzo-site .site-nav .account-buttons {
    margin-left: 0 !important;
    gap: 0 !important;
  }
  #bizzo-site .locale-picker {
    margin-right: 0 !important;
  }
}
@media (max-width: 480px) {
  #bizzo-site .site-nav {
    gap: 10px !important;
  }
  #bizzo-site .header-wheel {
    width: 46px !important;
    flex-basis: 46px !important;
    padding: 0 !important;
  }
  #bizzo-site .header-wheel > span:last-child {
    display: none !important;
  }
  #bizzo-site .header-wheel .wheel-trigger-frame {
    left: -6px;
    top: 0;
    width: 58px;
    height: 58px;
  }
  #bizzo-site .header-wheel .wheel-trigger-rotor {
    left: -6px;
    top: 4px;
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 360px) {
  #bizzo-site .site-nav {
    gap: 8px !important;
  }
  #bizzo-site .site-nav .brand-logo {
    width: 106px !important;
    height: auto !important;
  }
  #bizzo-site .locale-picker {
    gap: 4px !important;
  }
}
#bizzo-site #content .app-banner-actions {
  display: grid !important;
  grid-template-columns: repeat(
    auto-fit,
    minmax(min(100%, 250px), 1fr)
  ) !important;
  gap: 12px !important;
  width: 100% !important;
}
#bizzo-site #content .platform-button {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 72px !important;
  padding: 12px 16px !important;
  gap: 14px !important;
  box-sizing: border-box !important;
  justify-content: center !important;
}
#bizzo-site #content .platform-icon {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  object-fit: contain !important;
}
#bizzo-site #content .platform-label {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  align-items: center !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}
#bizzo-site #content .platform-label span {
  display: block !important;
  white-space: nowrap !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
@media (max-width: 360px) {
  #bizzo-site #content .platform-button {
    gap: 10px !important;
    padding: 12px 10px !important;
  }
  #bizzo-site #content .platform-label {
    font-size: 13px !important;
  }
  #bizzo-site #content .platform-icon {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
  }
}
#bizzo-site #content .art-banner .platform-button .platform-label span {
  white-space: nowrap !important;
}
@media (max-width: 900px) {
  #bizzo-site
    #content
    :is(.hero, .promo-card).art-banner
    > :is(.hero-copy, .promo-copy, .app-banner-copy) {
    align-items: center !important;
    text-align: center !important;
  }
  #bizzo-site
    #content
    :is(.hero, .promo-card).art-banner
    :is(h1, h2, p, .breadcrumbs, .promo-label) {
    text-align: center !important;
  }
  #bizzo-site
    #content
    :is(.hero, .promo-card).art-banner
    :is(.hero-actions, .promo-actions, .app-banner-actions) {
    align-self: center !important;
    justify-content: center !important;
    justify-items: center !important;
    text-align: center !important;
  }
  #bizzo-site #content :is(.hero, .promo-card).art-banner .breadcrumbs {
    justify-content: center !important;
  }
}
#bizzo-site .footer-casino {
  background: #0d1830 !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 48px 30px 90px !important;
  margin-top: 40px !important;
  color: #c8d0e0 !important;
}
#bizzo-site .footer-casino .footer-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  max-width: 1100px !important;
  margin: auto !important;
  padding: 32px 0 0 !important;
  border-top: 1px solid #b9d0ff !important;
  gap: 0 !important;
  text-align: center !important;
}
#bizzo-site .footer-casino .footer-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px 0 !important;
  margin: 0 !important;
  padding: 6px 0 !important;
  border: 0 !important;
}
#bizzo-site .footer-casino .footer-links a {
  padding: 0 13px !important;
  border: 0 !important;
  border-right: 1px solid #b9d0ff !important;
  border-radius: 0 !important;
  background: none !important;
  color: #d0d8e7 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}
#bizzo-site .footer-casino .footer-links a:last-child {
  border-right: 0 !important;
}
#bizzo-site .footer-casino a:hover {
  color: #b9d0ff !important;
}
#bizzo-site .payment-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin: 30px 0;
}
#bizzo-site .payment-logos img {
  width: auto;
  height: 30px;
  max-width: 88px;
  object-fit: contain;
}
#bizzo-site .age-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ff4b59;
  color: white;
  font-size: 12px;
  font-weight: 700;
  margin: 4px 0 18px;
}
#bizzo-site .footer-casino .footer-legal p {
  color: #d0d8e7 !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
  text-align: center !important;
  margin: 0 0 8px !important;
}
#bizzo-site .footer-casino .help-organizations {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 18px !important;
  margin: 16px 0 0 !important;
}
#bizzo-site .footer-casino .site-address {
  font-size: 11px !important;
  color: #9aa6bc !important;
}
#bizzo-site .footer-casino .site-address {
  margin: 12px 0 0 !important;
}
#bizzo-site #cookie {
  position: fixed !important;
  inset: auto 0 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 58px !important;
  height: auto !important;
  box-sizing: border-box !important;
  padding: 12px 84px !important;
  gap: 18px !important;
  align-items: center !important;
  justify-content: center !important;
  background: #080c15f5 !important;
  border: 0 !important;
  border-top: 1px solid #ffffff0c !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  z-index: 200 !important;
  transform: none !important;
}
#bizzo-site #cookie.visible {
  display: flex !important;
}
#bizzo-site #cookie .cookie-copy {
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  color: #d9dee8 !important;
  text-align: center !important;
}
#bizzo-site #cookie .cookie-policy-link {
  color: inherit !important;
  text-decoration: underline !important;
}
#bizzo-site #cookieOk {
  width: auto !important;
  min-width: 94px !important;
  height: 34px !important;
  padding: 6px 16px !important;
  font-size: 11px !important;
  border-radius: 4px !important;
}
#bizzo-site .help-button {
  position: fixed;
  right: 16px;
  bottom: 14px;
  z-index: 210;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: #ce162c;
  border: 0;
  border-radius: 50%;
  color: #21304e;
  box-shadow: 0 4px 16px #080c1566;
  cursor: pointer;
  transition: transform 0.18s;
}
#bizzo-site .help-button:hover {
  transform: translateY(-3px);
}
#bizzo-site .help-button svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#bizzo-site .help-panel {
  position: fixed;
  right: 16px;
  bottom: 78px;
  z-index: 211;
  width: min(340px, calc(100vw - 32px));
  box-sizing: border-box;
  padding: 26px;
  background: #172946;
  border: 1px solid #b9d0ff66;
  border-radius: 14px;
  box-shadow: 0 16px 60px #080c1599;
  color: #e3ecfb;
}
#bizzo-site .help-panel[hidden] {
  display: none;
}
#bizzo-site .help-panel h2 {
  font-size: 19px;
  margin: 4px 20px 12px 0;
  color: #f5f8ff;
}
#bizzo-site .help-panel p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 20px;
}
#bizzo-site .help-panel a {
  display: flex;
  font-size: 13px;
  text-align: center;
}
#bizzo-site .help-close {
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 0 5px;
  background: none;
  border: 0;
  color: #e3ecfb;
  font-size: 28px;
  cursor: pointer;
}
#bizzo-site .help-button:focus-visible,
#bizzo-site .help-close:focus-visible {
  outline: 2px solid #b9d0ff;
  outline-offset: 4px;
}
#bizzo-site .scroll-top {
  right: 20px !important;
  bottom: 80px !important;
}
@media (max-width: 620px) {
  #bizzo-site .footer-casino {
    padding: 28px 18px 116px !important;
    margin-top: 24px !important;
  }
  #bizzo-site .footer-casino .footer-links a {
    font-size: 10px !important;
    padding: 0 9px !important;
  }
  #bizzo-site #cookie {
    padding: 10px 74px 10px 14px !important;
    gap: 10px !important;
    min-height: 70px !important;
  }
  #bizzo-site #cookie .cookie-copy {
    font-size: 10px !important;
    text-align: left !important;
  }
  #bizzo-site #cookieOk {
    min-width: 70px !important;
    padding: 6px 10px !important;
  }
  #bizzo-site .help-button {
    right: 12px;
    bottom: 12px;
    width: 46px;
    height: 46px;
  }
  #bizzo-site .help-panel {
    bottom: 90px;
  }
}
#bizzo-site .footer-casino .footer-links a::before,
#bizzo-site .footer-casino .footer-links a::after {
  content: none !important;
  display: none !important;
}
#bizzo-site .footer-casino .footer-legal {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  display: block !important;
}
#bizzo-site .footer-casino .help-organizations a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #172946 !important;
  border: 1px solid #46668f !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding: 12px 20px !important;
  min-height: 44px !important;
  font-size: 13px !important;
  color: #e3ecfb !important;
  text-decoration: none;
}
#bizzo-site .footer-casino .help-organizations a:hover {
  background: #243b60 !important;
  border-color: #b9d0ff !important;
}
@media (min-width: 961px) {
  #bizzo-site .footer-casino {
    padding-left: 260px !important;
  }
}
#bizzo-site #content :is(.article-card, .game-shelf) h2.decorated-heading {
  display: grid !important;
  grid-template-columns: 40px minmax(0, auto) 40px !important;
  align-items: center !important;
  gap: 10px !important;
  color: var(--brand-gold) !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
#bizzo-site
  #content
  :is(.article-card, .game-shelf)
  h2.decorated-heading::before,
#bizzo-site
  #content
  :is(.article-card, .game-shelf)
  h2.decorated-heading::after {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 40px !important;
  height: 20px !important;
  min-width: 0 !important;
  background:
    radial-gradient(circle, #fff0b5 0 2px, transparent 2.5px) right center / 6px
      6px no-repeat,
    linear-gradient(90deg, transparent, #ffd34e) left center / calc(100% - 11px)
      2px no-repeat !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  margin: 0 !important;
  clip-path: none !important;
}
#bizzo-site
  #content
  :is(.article-card, .game-shelf)
  h2.decorated-heading::before {
  transform: none !important;
}
#bizzo-site
  #content
  :is(.article-card, .game-shelf)
  h2.decorated-heading::after {
  transform: scaleX(-1) !important;
}
#bizzo-site #content .heading-copy {
  min-width: 0;
  color: inherit !important;
  overflow-wrap: anywhere;
}
@media (max-width: 620px) {
  #bizzo-site #content :is(.article-card, .game-shelf) h2.decorated-heading {
    grid-template-columns: 20px minmax(0, auto) 20px !important;
    gap: 7px !important;
  }
  #bizzo-site
    #content
    :is(.article-card, .game-shelf)
    h2.decorated-heading::before,
  #bizzo-site
    #content
    :is(.article-card, .game-shelf)
    h2.decorated-heading::after {
    width: 20px !important;
    height: 18px !important;
  }
}
#bizzo-site .site-nav > .site-nav-links {
  align-items: center !important;
  gap: 0 !important;
}
#bizzo-site .site-nav > .site-nav-links > a {
  position: relative !important;
  margin-right: 32px !important;
}
#bizzo-site .site-nav > .site-nav-links > a:last-child {
  margin-right: 0 !important;
}
#bizzo-site .site-nav > .site-nav-links > a:not(:last-child)::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  right: -25px !important;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  width: 18px !important;
  height: 12px !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 12' fill='none'%3E%3Cpath d='M0 6h6m10 0h6M7 6l4-4 4 4-4 4-4-4Z' stroke='%23b9d0ff' stroke-width='.8'/%3E%3Cpath d='m9 6 2-2 2 2-2 2-2-2Z' stroke='%23b9d0ff' stroke-width='.6'/%3E%3C/svg%3E")
    center/contain no-repeat !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
  opacity: 1 !important;
}
#bizzo-site #content :is(.article-card, .game-shelf) h2.decorated-heading {
  justify-content: start !important;
  text-align: left !important;
}
#bizzo-site
  #content
  :is(.article-card, .game-shelf)
  h2.decorated-heading
  .heading-copy {
  text-align: left !important;
}
#bizzo-site #content .pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
#bizzo-site #content .pros-cons-card {
  min-width: 0;
  background: linear-gradient(150deg, #182c4b, #101f39);
  border: 1px solid #3c577d;
  border-top: 3px solid #b9d0ff;
  border-radius: 12px;
  overflow: hidden;
  padding: 24px;
}
#bizzo-site #content .pros-cons-card.benefits {
  border-top-color: #ed5570;
}
#bizzo-site #content .pros-cons-card > h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px !important;
  padding: 0 0 18px !important;
  border-bottom: 1px solid #ffffff12 !important;
  font-size: 22px !important;
  color: #b9d0ff !important;
  background: none !important;
}
#bizzo-site #content .pros-cons-card.benefits > h3 {
  color: #ffa8b7 !important;
}
#bizzo-site #content .pros-cons-card > h3::before {
  content: "−" !important;
  display: grid !important;
  place-items: center;
  position: static !important;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background: #b9d0ff14;
  border: 1px solid #b9d0ff55;
  border-radius: 9px;
  font-size: 22px;
  font-weight: 500;
  color: #b9d0ff;
  transform: none !important;
}
#bizzo-site #content .pros-cons-card.benefits > h3::before {
  content: "+" !important;
  color: #ffa8b7;
  background: #ed557012;
  border-color: #ed557055;
}
#bizzo-site #content .article-card .pros-cons-card > ul {
  margin: 0 !important;
  padding-left: 0 !important;
}
#bizzo-site #content .article-card .pros-cons-card > ul > li {
  --item-inset: 0px;
  margin: 0 0 16px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #ffffff10 !important;
  border-radius: 0 !important;
  line-height: 1.7 !important;
  box-shadow: none !important;
}
#bizzo-site #content .article-card .pros-cons-card > ul > li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
@media (max-width: 900px) {
  #bizzo-site #content .pros-cons {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media (max-width: 620px) {
  #bizzo-site #content .pros-cons-card {
    padding: 20px 16px;
  }
  #bizzo-site #content .pros-cons-card > h3 {
    font-size: 20px !important;
  }
}
#bizzo-site .footer-casino .footer-legal .operator-details {
  max-width: 1050px !important;
  margin: 0 auto 20px !important;
  font-size: 11px !important;
  line-height: 1.8 !important;
  color: #becbe0 !important;
}
#bizzo-site #content .article-card .illustrated-list {
  position: relative;
  isolation: isolate;
  container-type: inline-size;
  display: flex;
  align-items: center;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  margin: 20px 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #46668f;
  border-radius: 10px;
  background: #101f39;
}
#bizzo-site #content .illustrated-list > .list-art {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0;
  box-sizing: border-box;
  object-fit: cover;
  object-position: 80% top;
  opacity: 1;
  filter: none;
}
#bizzo-site #content .illustrated-list.art-left > .list-art {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
#bizzo-site #content .article-card .illustrated-list > :is(ul, ol) {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: block !important;
  width: 60% !important;
  min-width: 0 !important;
  padding: 14px !important;
  margin: 0 !important;
}
#bizzo-site #content .article-card .illustrated-list.art-left > :is(ul, ol) {
  margin-left: auto !important;
}
#bizzo-site #content .article-card .illustrated-list > :is(ul, ol) > li {
  background: rgba(7, 19, 39, 0.86) !important;
  border: 1px solid #46668f99 !important;
  border-radius: 6px !important;
  margin: 0 0 9px !important;
  --item-inset: 12px;
  color: #e3ecfb !important;
  line-height: 1.65 !important;
  box-shadow: none !important;
}
#bizzo-site
  #content
  .article-card
  .illustrated-list
  > :is(ul, ol)
  > li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #46668f99 !important;
}
@container (max-width:560px) {
  #bizzo-site #content .article-card .illustrated-list {
    display: block;
    padding-top: clamp(220px, 48vw, 320px);
  }
  #bizzo-site #content .illustrated-list > .list-art {
    position: absolute;
    inset: 0;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 75% top;
    z-index: -1;
  }
  #bizzo-site #content .article-card .illustrated-list > :is(ul, ol) {
    width: 100% !important;
    padding: 14px !important;
  }
  #bizzo-site #content .illustrated-list > .list-art {
    width: 100%;
    padding: 0;
    opacity: 1;
  }
  #bizzo-site #content .article-card .illustrated-list > :is(ul, ol) > li {
    background: rgba(7, 19, 39, 0.72) !important;
  }
}
@media (max-width: 900px) {
  #bizzo-site #content .article-card .illustrated-list {
    display: block;
    padding-top: clamp(220px, 48vw, 320px);
  }
  #bizzo-site #content .illustrated-list > .list-art {
    position: absolute;
    inset: 0;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 75% top;
    z-index: -1;
  }
  #bizzo-site #content .article-card .illustrated-list > :is(ul, ol) {
    width: 100% !important;
    padding: 14px !important;
  }
  #bizzo-site #content .illustrated-list > .list-art {
    width: 100%;
    padding: 0;
    opacity: 1;
  }
  #bizzo-site #content .article-card .illustrated-list > :is(ul, ol) > li {
    background: rgba(7, 19, 39, 0.72) !important;
  }
}
@media (max-width: 620px) {
  #bizzo-site #content .article-card .illustrated-list > :is(ul, ol) > li {
    font-size: 15px !important;
    --item-inset: 11px;
  }
}
#bizzo-site #content .illustrated-list::before {
  content: none !important;
  display: none !important;
}
#bizzo-site #content :is(.section-art, .live-art, .reviews-art) {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 24px 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #46668f;
  border-radius: 10px;
  background: #101f39;
}
#bizzo-site #content :is(.section-art, .live-art, .reviews-art) img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain !important;
}
#bizzo-site #content .article-card.feature-story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 18px !important;
  border: 1px solid #46668f !important;
  background: #101f39 !important;
}
#bizzo-site #content .feature-story > .feature-art {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: 80% top;
  margin: 0 !important;
  padding: 0 !important;
}
#bizzo-site #content .feature-copy {
  box-sizing: border-box;
  width: 65%;
  padding: 22px;
  background: rgba(35, 20, 52, 0.76);
  border: 1px solid #46668f88;
  border-radius: 8px;
  text-align: left;
}
#bizzo-site #content .feature-copy > p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 900px) {
  #bizzo-site #content .article-card.feature-story {
    padding: clamp(240px, 48vw, 340px) 14px 14px !important;
  }
  #bizzo-site #content .feature-copy {
    width: 100%;
    padding: 18px;
    background: rgba(35, 20, 52, 0.8);
  }
}
#bizzo-site #content .content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
#bizzo-site #content .article-card .content-actions > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
}
#bizzo-site #content .article-card .illustrated-download {
  flex-direction: column;
  align-items: flex-start;
}
#bizzo-site #content .list-actions {
  position: relative;
  z-index: 1;
  width: 60%;
  box-sizing: border-box;
  padding: 0 14px 14px;
}
#bizzo-site #content .art-left > .list-actions {
  margin-left: auto;
}
#bizzo-site #content .list-actions .article-button {
  width: fit-content !important;
  max-width: 100% !important;
  color: #ffffff !important;
  text-decoration: none;
}
@container (max-width:560px) {
  #bizzo-site #content .list-actions {
    width: 100%;
  }
}
@media (max-width: 900px) {
  #bizzo-site #content .list-actions {
    width: 100%;
  }
}
#bizzo-site .locale-picker img {
  object-position: left center;
}
#bizzo-site .site-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}
#bizzo-site .site-contacts a {
  color: #b9d0ff;
  overflow-wrap: anywhere;
}
#bizzo-site .overall-rating {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #46668f;
  border-radius: 10px;
  color: #f5f8ff;
  background: #243b60;
  font-weight: 700;
}
#bizzo-site .bonus-amount {
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.25;
  color: #f5f8ff;
}
@media (max-width: 900px) {
  #bizzo-site #content .feature-story > .feature-art {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    object-position: 75% top;
    margin: 0 !important;
  }
}
#bizzo-site #content .article-card :is(ul, ol) {
  list-style: none !important;
}
#bizzo-site #content .article-card :is(ul, ol) > li {
  padding: var(--item-inset, 12px) 16px var(--item-inset, 12px) 54px !important;
}
#bizzo-site #content .article-card :is(ul, ol) > li::before {
  position: absolute !important;
  display: grid !important;
  place-items: center;
  box-sizing: border-box;
  margin: 0 !important;
  inset: var(--item-inset, 12px) auto auto 14px !important;
  width: 28px !important;
  height: 28px !important;
  pointer-events: none;
  transform: none !important;
}
#bizzo-site #content .article-card ol > li::before {
  content: counter(list-item, decimal-leading-zero) !important;
  border: 1px solid #5374a3 !important;
  border-top: 2px solid #ef4966 !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, #304c76, #1c3050) !important;
  color: #f5f8ff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums;
}
#bizzo-site #content .article-card ul > li::before {
  content: "" !important;
  inset: calc(var(--item-inset, 12px) + 8px) auto auto 23px !important;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #ffa9b8 !important;
  border-radius: 2px !important;
  background: linear-gradient(135deg, #ff758d, #cb2348) !important;
  box-shadow: 0 0 0 4px #263e60 !important;
  transform: rotate(45deg) !important;
}

#bizzo-site .contents-links a:is(:hover, :focus-visible) {
  color: var(--brand-gold) !important;
  background: #ffd34e0d !important;
  border-color: #ffd34e66 !important;
}
#bizzo-site .sidebar-app:hover strong {
  color: #ffe69b;
}

#bizzo-site #content .list-actions .platform-button {
  min-height: 58px !important;
  padding: 10px 24px !important;
}
#bizzo-site #content .list-actions .platform-label {
  font-size: 16px !important;
}
#bizzo-site #content .list-actions .platform-icon {
  width: 28px !important;
  height: 28px !important;
  flex-basis: 28px !important;
}

#bizzo-site :is(.button, .article-button, .platform-button) {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}
#bizzo-site .platform-label > span {
  text-align: center !important;
}

#bizzo-site #content .table-scroll {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ffd34e #172946;
}
#bizzo-site #content .table-scroll::-webkit-scrollbar {
  height: 8px;
}
#bizzo-site #content .table-scroll::-webkit-scrollbar-thumb {
  background: #ffd34e;
  border-radius: 6px;
}
#bizzo-site #content .table-scroll::-webkit-scrollbar-track {
  background: #172946;
}
@media (max-width: 1100px) {
  #bizzo-site #content .table-scroll > table {
    display: table !important;
    width: 100% !important;
    min-width: var(--table-min-width, 760px) !important;
    table-layout: auto !important;
  }
}

#bizzo-site .header-wheel {
  background: linear-gradient(180deg, #ffe279, #ffc629) !important;
  color: #2b1234 !important;
}
#bizzo-site .header-wheel > span:last-child {
  color: #2b1234 !important;
}
#bizzo-site .header-wheel:hover {
  background: linear-gradient(180deg, #ffecaa, #ffd34e) !important;
}

#bizzo-site #content .main-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#bizzo-site #content .main-content > :is(section, nav) {
  margin-block: 0 !important;
  flex-shrink: 0;
}

/* Support panel: readable localized copy and long dynamic domain labels. */
#bizzo-site #bizzo-chat-panel {
  max-height: calc(100dvh - 110px) !important;
  overflow-y: auto !important;
}
#bizzo-site #bizzo-chat-panel h2 {
  font-size: 19px !important;
  line-height: 1.3 !important;
  letter-spacing: normal !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  color: #fff8e7 !important;
}
#bizzo-site #bizzo-chat-panel p {
  font-size: 14px !important;
  line-height: 1.65 !important;
  letter-spacing: normal !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  color: #f5f2ed !important;
}
#bizzo-site #bizzo-chat-panel > a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  min-height: 44px !important;
  height: auto !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
