:root {
  --ui-title-font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --body-font: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --inset-block: 7rem 2.5rem;
  --tile-pad: 2.5rem;
  --space: 2.2rem;
  --theme-radius: 8px;
  --corner-card: 14px;
  --surface-sheen: #060606;
  --sheen-border: #161616;
  --theme-sheen-depth: 0 2px 12px rgba(0, 0, 0, 0.3);
  --theme-legal-site-footer: #32d3df;
  --positive: #2ec77b;
  --negative: #e5484d;
  --on-media: #ffffff;
  --highflybet-casino-width-aside: 64px;
  --background: #000000;
  --theme-background-alt: #19162c;
  --accent-primary: #32d3df;
  --hover-lead: #85d4da;
  --dark-lead: #1ebfcb;
  --sub: #41316c;
  --copy: #ffffff;
  --theme-label-faded: #9296a2;
  --text-button: #000000;
  --theme-highlight: #32d3df;
  --ui-label-accent: #000000;
  --border-line: #322c56;
  --surface-panel: #19162c;
  --theme-gradient-fill: linear-gradient(92deg, #501091 0%, #3831A4 50%, #213A96 100%);
  --highflybet-casino-halo: rgba(50,211,223,0.25);
  --strong-aura: rgba(50,211,223,0.45);
  --primary-ink: #32d3df;
  --accent-ink: #32d3df;
  --secondary-ink: #8f81c3;
  --promo-action-grad-upper: #32d3df!important;
  --highflybet-casino-promo-action-grad-bottom: #1ebfcb!important
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--body-font);
  background: var(--background);
  color: var(--copy);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 64px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ui-title-font-family);
  line-height: 1.15
}
a {
  color: var(--accent-primary);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--hover-lead)
}
.seo-region-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem 0;
  font-size: .9rem;
  color: var(--theme-label-faded,var(--copy))
}
.seo-region-breadcrumb a {
  color: var(--accent-primary)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--highflybet-casino-halo)
  }
  50% {
    box-shadow: 0 0 28px var(--strong-aura)
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-burger-open span:first-child {
  transform: translateY(7px) rotate(45deg)
}
.header-burger-open span:nth-child(2) {
  opacity: 0
}
.header-burger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}
@media (max-width:768px) {
  .header-nav-open {
    display: flex!important
  }
}
.widget-region.alt-area {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--highflybet-casino-width-aside,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-panel-main-grid {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.main-site-footer-upper-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.site-footer-identity-section {
  display: flex;
  align-items: center;
  gap: .5rem
}
.page-footer-emblem {
  height: 30px;
  width: auto
}
.footer-navigation-box {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.footer-navigation-box a {
  font-size: .82rem;
  color: var(--theme-label-faded);
  text-decoration: none;
  transition: color .2s
}
.footer-navigation-box a:hover {
  color: var(--accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.colophon-divider {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.footer-legal {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  padding-top: .5rem
}
.footer-legal a {
  font-size: .78rem;
  color: var(--theme-label-faded);
  text-decoration: none;
  opacity: .75;
  transition: opacity .2s,color .2s
}
.footer-legal a:hover {
  opacity: 1;
  color: var(--accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.page-footer-bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --inset-block: 1.8rem 0.8rem;
    --tile-pad: 0.9rem;
    --space: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --inset-block: 2.5rem 1rem;
    --tile-pad: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --inset-block: 3.5rem 1.5rem;
    --tile-pad: 1.5rem
  }
}
header {
  background-color: var(--background);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--ui-title-font-family)
}
.page-header-shell-section {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.page-header-shell-section a {
  color: var(--copy);
  text-decoration: none
}
.page-header-shell-section a:hover {
  color: unset
}
.site-header-left-side {
  display: flex;
  align-items: center;
  gap: 40px
}
.highflybet-casino-wrapper img {
  max-height: 36px;
  width: auto;
  max-width: 200px;
  object-fit: contain
}
.toggle-shell {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--theme-background-alt);
  padding: 5px 10px;
  border-radius: 1000px;
  border: 1px solid var(--border-line)
}
.toggle-shell > a,
.toggle-shell div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--theme-label-faded)
}
.main-toggle-left-side {
  background: var(--accent-primary);
  color: #fff!important;
  padding: 3px 8px;
  border-radius: 1000px
}
.page-header-menu-grid {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.page-header-menu-grid a {
  color: var(--theme-label-faded)
}
.page-header-menu-grid a:hover {
  color: var(--copy)
}
.page-header-right-side {
  display: flex;
  align-items: center;
  gap: 15px
}
.page-header-action-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.page-header-action-buttons a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.site-access-button {
  border: 1px solid var(--border-line);
  color: var(--copy)
}
.site-access-button:hover {
  background-color: var(--theme-background-alt)
}
.join-button-wrapper {
  position: relative
}
.join-button {
  background: var(--accent-primary);
  border: 1px solid var(--accent-primary);
  color: var(--text-button,#fff)
}
.join-button:hover {
  filter: brightness(1.15)
}
.menu-toggle-action-section {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.site-offcanvas {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--background);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.site-offcanvas.open {
  left: 0
}
.offcanvas-close-group {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--copy);
  cursor: pointer
}
.offcanvas-close-group:hover {
  background: 0 0
}
.offcanvas-site-header {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-body .page-header-menu-grid {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-body .page-header-menu-grid a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.offcanvas-backdrop-box {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-box.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .toggle-shell,
  .topbar-nav-shell-holder {
    display: none
  }
  .site-offcanvas .toggle-shell,
  .site-offcanvas .topbar-nav-shell-holder {
    display: flex;
    max-width: fit-content
  }
  .site-offcanvas .page-header-menu-grid {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
  .site-offcanvas .toggle-shell {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .menu-toggle-action-section,
  .offcanvas-backdrop-box,
  .site-offcanvas {
    display: none
  }
}
.main-toggle-left-side img {
  filter: brightness(0) invert(1)
}
.menu-toggle-action-section img {
  filter: invert(1)
}
@media (max-width:768px) {
  .page-header-shell-section {
    padding: 0 20px
  }
  .site-header-left-side {
    gap: 10px
  }
  .page-header-right-side {
    flex-shrink: 0
  }
  .highflybet-casino-wrapper {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .highflybet-casino-wrapper img {
    max-width: 100%
  }
}
.toggle-shell > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--theme-background-alt);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-panel-main-grid {
  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(--surface-panel)
}
.site-aside-icon-mark-entry-block img {
  opacity: .7;
  transition: opacity .2s
}
.site-aside-icon-mark-entry-block:hover img {
  opacity: 1
}
.site-aside-hr-grid {
  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(--ui-title-font-family)!important
}
.main-page-header-bg {
  background: url(../images/header-bg.webp) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1
}
.site-page-header-fill-content-body-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px;
  position: relative;
  z-index: 2
}
.site-page-header-fill-content-body-wrapper br {
  display: none
}
.site-page-header-fill-content-body-wrapper > 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(--copy);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.site-topbar-fill-deposit {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--theme-highlight);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.site-header-surface-offer {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--copy);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.masthead-background-cta {
  background: var(--accent-primary);
  color: var(--text-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
}
.masthead-background-cta:hover {
  background: var(--hover-lead);
  transform: translateY(-2px)
}
.main-masthead-background-button-inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.header-surface-btn-main {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.main-header-background-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(--theme-background-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(--background),transparent)
}
.site-topbar-fill-bottom-panel::after {
  right: 0;
  background: linear-gradient(to left,var(--background),transparent)
}
.site-topbar-fill-bottom-panel p {
  display: none
}
.topbar-bg-bottom-area-inner {
  text-align: center;
  margin: 0 26px
}
.topbar-bg-bottom-area-inner .main-small-content {
  font-size: 10px;
  color: var(--theme-label-faded);
  font-weight: 700
}
.topbar-bg-bottom-area-inner .big-main {
  font-size: 16px;
  font-weight: 700;
  color: #fff
}
@media (min-width:769px) {
  .site-page-header-fill-content-body-wrapper {
    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.webp);
    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 .site-page-header-fill-content-body-wrapper {
    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
  }
  .site-topbar-fill-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .site-header-surface-offer {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .site-topbar-fill-bottom-panel {
    background: var(--theme-background-alt);
    gap: 10px;
    padding: 8px 15px
  }
  .big-main {
    font-size: 14px
  }
}
.banking-methods-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 20px 24px;
  margin: 24px auto;
  max-width: 1100px;
  background: 0 0
}
.banking-methods-wrapper img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.banking-methods-wrapper img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .banking-methods-wrapper {
    gap: 14px 20px;
    padding: 16px
  }
  .banking-methods-wrapper img {
    width: 56px;
    height: 44px
  }
}
.site-core-holder {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-body-zone {
  font-size: 15px;
  line-height: 1.8;
  color: var(--theme-label-faded)
}
.content-body-zone p {
  margin-bottom: 1rem
}
.content-body-zone strong {
  color: var(--copy)
}
.content-body-zone a:not(.accent-primary-action):not([class*="-button"]) {
  color: var(--accent-primary);
  text-decoration: underline
}
.content-body-zone a:not(.accent-primary-action):not([class*="-button"]):hover {
  color: var(--theme-highlight)
}
@media (max-width:768px) {
  .site-core-holder {
    padding: 5rem 15px 30px
  }
  .content-body-zone {
    font-size: 14px
  }
}
.benefits-wrapper {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1400px
}
.feature-panel {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  background-color: var(--surface-panel,var(--theme-background-alt));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.feature-panel:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.feature-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
  pointer-events: none
}
.benefits-wrapper .feature-panel h3 {
  text-transform: none;
  border: none;
  padding: 0;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: left;
  width: auto
}
.fcdl-payouts-container {
  background-image: url(../images/fast-pay.webp)
}
.cashback-wrapper {
  background-image: url(../images/cashback.webp)
}
.main-vip-holder {
  background-image: url(../images/vip-level.webp)
}
.game-row {
  background-image: url(../images/games.webp)
}
.missions-wrap {
  background-image: url(../images/feature-missions.webp)
}
@media (max-width:1024px) {
  .benefits-wrapper {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .benefits-wrapper {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px 24px;
    gap: 12px;
    margin: 0 -16px;
    scrollbar-width: thin
  }
  .benefits-wrapper::-webkit-scrollbar {
    height: 4px
  }
  .benefits-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .feature-panel {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .benefits-wrapper .feature-panel h3 {
    font-size: 12px
  }
}
.section-service {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  padding: 30px 0;
  max-width: 1400px;
  margin: 0 auto
}
.block-care {
  background: var(--theme-background-alt,#161d37);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--copy);
  min-height: 138px
}
.name-care {
  display: flex;
  align-items: flex-start;
  gap: 10px
}
.name-care img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.heading-help-text-content {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  color: var(--copy)
}
.site-care-description {
  color: var(--theme-label-faded);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0
}
@media (max-width:1024px) {
  .section-service {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 16px
  }
}
.accent-primary-action {
  font-size: 18px;
  font-weight: 700;
  background: var(--accent-primary);
  color: var(--text-button,#fff);
  padding: 10px 56px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none;
  transition: filter .2s
}
.accent-primary-action:hover {
  filter: brightness(1.15);
  color: var(--text-button,#fff)
}
.site-page-footer-panel.site-footer-area {
  background: var(--page-footer-fill,var(--theme-background-alt,#060e2a));
  color: var(--theme-text-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer-panel.site-footer-area .main-site-footer-upper-group,
.site-page-footer-panel.site-footer-area .page-footer-bottom-box {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-page-footer-panel.site-footer-area .main-site-footer-upper-group {
  display: grid;
  grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(180px,1fr) minmax(220px,297px);
  gap: 24px;
  align-items: start;
  padding-top: 28px;
  padding-bottom: 36px
}
.site-page-footer-panel.site-footer-area .site-footer-identity-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.site-page-footer-panel.site-footer-area .page-footer-emblem {
  width: 135px;
  height: 34px;
  object-fit: contain;
  object-position: left center
}
.site-page-footer-panel.site-footer-area .colophon-connect-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-page-footer-panel.site-footer-area .page-footer-socials-section {
  display: flex;
  gap: 4px
}
.site-page-footer-panel.site-footer-area .site-footer-share {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--colophon-share-surface,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-page-footer-panel.site-footer-area .site-footer-share:hover {
  background: var(--theme-highlight,#5a6178)
}
.site-page-footer-panel.site-footer-area .site-footer-share img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
.site-page-footer-panel.site-footer-area .colophon-identity-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 8px
}
.site-page-footer-panel.site-footer-area .footer-navigation-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.site-page-footer-panel.site-footer-area .footer-navigation-box a {
  color: var(--theme-nav-link-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer-panel.site-footer-area .footer-navigation-box a:hover {
  color: var(--theme-text-footer,#fff)
}
.site-page-footer-panel.site-footer-area .footer-support {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer-panel.site-footer-area .footer-support .colophon-help-heading {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer-panel.site-footer-area .footer-support p {
  color: var(--theme-text-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer-panel.site-footer-area .footer-inbox {
  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-panel.site-footer-area .footer-inbox img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer-panel.site-footer-area .colophon-divider {
  height: 0;
  background: 0 0;
  margin: 0
}
.site-page-footer-panel.site-footer-area .page-footer-bottom-box {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "license  right" "copyright right";
  column-gap: 24px;
  row-gap: 8px;
  align-items: start;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 36px
}
.site-page-footer-panel.site-footer-area .page-footer-licence-block {
  grid-area: license;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-legal-site-footer,#869dee);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer
}
.site-page-footer-panel.site-footer-area .footer-legal {
  grid-area: copyright;
  color: var(--theme-text-footer,#a2a5af);
  font-size: 12px;
  font-weight: 400;
  line-height: 22.29px;
  margin: 0;
  max-width: 720px
}
.site-page-footer-panel.site-footer-area .main-page-footer-bottom-area-end {
  grid-area: right;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 16px
}
.site-page-footer-panel.site-footer-area .page-footer-licence-block .footer-indicator {
  width: 12px;
  height: 12px
}
.site-page-footer-panel.site-footer-area .site-colophon-verified-badge {
  height: 48px;
  width: auto;
  max-width: none;
  object-fit: contain
}
.site-page-footer-panel.site-footer-area .colophon-lang {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--colophon-share-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-panel.site-footer-area .colophon-lang .footer-indicator {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .site-page-footer-panel.site-footer-area .main-site-footer-upper-group {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
}
@media (max-width:600px) {
  .site-page-footer-panel.site-footer-area .main-site-footer-upper-group {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .site-page-footer-panel.site-footer-area .page-footer-emblem {
    object-position: center
  }
  .site-page-footer-panel.site-footer-area .page-footer-bottom-box {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    gap: 16px;
    grid-template-areas: "license" "copyright" "right";
    grid-template-columns: 1fr;
    row-gap: 12px
  }
  .site-page-footer-panel.site-footer-area .colophon-divider {
    margin: 0
  }
  .site-page-footer-panel.site-footer-area .footer-support,
  .site-page-footer-panel.site-footer-area .main-site-footer-upper-group,
  .site-page-footer-panel.site-footer-area .page-footer-bottom-box,
  .site-page-footer-panel.site-footer-area .site-footer-identity-section {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer-panel.site-footer-area .main-page-footer-bottom-area-end,
  .site-page-footer-panel.site-footer-area .page-footer-socials-section {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer-panel.site-footer-area .footer-navigation-box {
    align-items: center
  }
  .site-page-footer-panel.site-footer-area .footer-inbox {
    justify-content: center
  }
  .site-page-footer-panel.site-footer-area .site-colophon-verified-badge {
    height: 36px
  }
  .site-page-footer-panel.site-footer-area .main-page-footer-bottom-area-end {
    align-self: start
  }
}
.site-page-footer-panel .footer-navigation-box:not(:has(a)) {
  display: none
}
.site-page-footer-panel .page-footer-menu-main,
.site-page-footer-panel .site-footer-navigation-legal-area {
  text-align: left
}
.site-page-footer-panel.site-footer-area .footer-navigation-box:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-page-footer-panel.site-footer-area .main-site-footer-upper-group:has(.page-footer-menu-main a):not(:has(.site-footer-navigation-legal-area a)),
  .site-page-footer-panel.site-footer-area .main-site-footer-upper-group:not(:has(.page-footer-menu-main a)):has(.site-footer-navigation-legal-area a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .site-page-footer-panel.site-footer-area .main-site-footer-upper-group:not(:has(.footer-navigation-box a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-panel {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-block {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-block .site-core-holder {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.benefits-wrapper {
  margin-left: auto;
  margin-right: auto
}
.site-page-footer-panel[class] {
  padding-left: var(--highflybet-casino-width-aside,0)
}
.site-page-footer-panel[class] .main-site-footer-upper-group,
.site-page-footer-panel[class] .page-footer-bottom-box {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-page-footer-panel[class] {
    padding-left: 0
  }
}
.button-center-wrap {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.button-center-wrap .accent-primary-action,
.button-center-wrap a.accent-primary-action {
  display: inline-block
}
@media (max-width:768px) {
  .button-center-wrap {
    display: block;
    margin: 30px auto
  }
  .content-body-zone .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.benefits-wrapper h2,
.questions-title {
  font-family: var(--ui-title-font-family);
  color: var(--copy);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.benefits-wrapper .feature-panel {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.benefits-wrapper .feature-panel h3 {
  margin: 0;
  font-size: 14px
}
.content-body-zone li {
  padding: .3rem 0;
  line-height: 1.7;
  color: var(--theme-label-faded)
}
.content-body-zone table {
  font-size: .92rem
}
.content-body-zone table th {
  background: var(--accent-primary);
  color: var(--text-button,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.content-body-zone table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.content-body-zone table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-panel > .widget-region.alt-area {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--highflybet-casino-width-aside,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-panel > .site-content-block {
  margin-left: var(--highflybet-casino-width-aside,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-block .site-core-holder {
    padding-left: 20px
  }
  .site-layout-panel > .widget-region.alt-area {
    max-width: var(--highflybet-casino-width-aside,80px)
  }
}
@media (max-width:992px) {
  .site-layout-panel > .widget-region.alt-area {
    display: none
  }
  .site-layout-panel > .site-content-block {
    margin-left: 0
  }
}
.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 img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.toggle-shell img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.menu-toggle-action-section img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.site-legal-headline {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--copy);
  line-height: 1.15;
  letter-spacing: -.02em
}
.content-body-zone li strong {
  color: var(--theme-label-faded);
  font-weight: 700
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img-panel {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.content-body-img-panel.content-img-left-side-container {
  float: left;
  clear: both;
  margin: .75rem 1.8rem 1rem 0
}
.content-body-img-panel.content-img-end {
  float: right;
  clear: both;
  margin: .75rem 0 1rem 1.8rem
}
.content-body-zone h2,
.content-body-zone h3,
.content-body-zone ol,
.content-body-zone table,
.content-body-zone ul {
  clear: both
}
.inner-clear-wrapper {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .site-legal-headline {
    font-size: 1.6rem
  }
  .content-body-img-panel,
  .content-img-end,
  .content-img-left-side-container {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.content-body-zone h1,
.content-body-zone h2,
.content-body-zone h3,
.faq-query,
.questions-title {
  font-family: var(--ui-title-font-family);
  color: var(--copy);
  text-decoration: none;
  border: none
}
.content-body-zone h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.content-body-zone h2,
.questions-title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-body-zone h3,
.faq-query {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.content-body-zone ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: .75rem 0
}
.content-body-zone ul li {
  margin-bottom: .4rem;
  line-height: 1.6;
  color: var(--copy)
}
.content-body-zone ol {
  list-style: decimal;
  padding-left: 1.7rem;
  margin: .75rem 0
}
.content-body-zone ol li {
  margin-bottom: .4rem;
  line-height: 1.6;
  color: var(--copy)
}
.content-body-zone table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--surface-panel,rgba(255,255,255,.03));
  border: 1px solid var(--border-line,rgba(255,255,255,.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.18);
  margin: 1.5rem 0;
  color: var(--theme-label-faded,#c9ccd6);
  font-family: var(--body-font, 'Montserrat', system-ui, sans-serif)
}
.content-body-zone table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.content-body-zone table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.content-body-zone table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.content-body-zone table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.content-body-zone table thead tr {
  background: var(--theme-background-alt,rgba(255,255,255,.06))
}
.content-body-zone table thead th {
  font-weight: 700;
  color: var(--copy,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--border-line,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.content-body-zone table thead th:last-child {
  border-right: none
}
.content-body-zone table tbody tr:nth-child(odd) {
  background: 0 0
}
.content-body-zone table tbody tr:nth-child(2n) {
  background: var(--theme-background-alt,rgba(255,255,255,.03))
}
.content-body-zone table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--border-line,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--border-line,rgba(255,255,255,.06));
  color: var(--theme-label-faded,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.content-body-zone table tbody td:last-child {
  border-right: none
}
.content-body-zone table tbody tr:last-child td {
  border-bottom: none
}
.faqs-unit {
  background: var(--theme-background-alt,rgba(255,255,255,.02));
  border: 1px solid var(--border-line,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.faqs-unit .questions-title {
  color: var(--copy,#fff);
  font-family: var(--ui-title-font-family, 'Montserrat', system-ui, sans-serif);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.faqs-unit .site-questions-card-box {
  background: var(--surface-panel,rgba(255,255,255,.04));
  border: 1px solid var(--border-line,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--theme-label-faded,#b1b4bc)
}
.faqs-unit .site-questions-card-box:last-child {
  margin-bottom: 0
}
.faqs-unit .faq-query {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--copy,#fff);
  margin: 0 0 12px
}
.faqs-unit .questions-reply {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--theme-label-faded,#b1b4bc)
}
.faqs-unit .questions-reply p {
  margin: 0 0 8px
}
.faqs-unit .questions-reply p:last-child {
  margin-bottom: 0
}
.faqs-unit .questions-reply b,
.faqs-unit .questions-reply strong {
  font-weight: 700;
  color: var(--copy,#fff)
}
@media (max-width:600px) {
  .content-body-zone h1 {
    font-size: 2rem
  }
  .content-body-zone h2,
  .questions-title {
    font-size: 1.6rem
  }
  .content-body-zone h3,
  .faq-query {
    font-size: 1.2rem
  }
  .content-body-zone table tbody td,
  .content-body-zone table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .faqs-unit {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .faqs-unit .questions-title {
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .faqs-unit .site-questions-card-box {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .faqs-unit .faq-query {
    line-height: 1.35
  }
}
.content-body-zone h2 {
  border: none;
  border-bottom: none
}
.content-body-zone ol li,
.content-body-zone ul li {
  border-bottom: none
}
.content-body-zone {
  max-width: 1400px;
  margin: 0 auto
}
[data-slot=content-image-1]:not(a):not(button) {
  max-width: 40%!important;
  max-height: none!important
}
[data-slot=content-image-2]:not(a):not(button) {
  max-width: 45%!important;
  max-height: none!important
}
[data-slot=app-content-image-1]:not(a):not(button) {
  max-width: 20%!important;
  max-height: none!important
}
[data-slot=app-content-image-2]:not(a):not(button) {
  max-width: 15%!important;
  max-height: none!important
}
[data-slot=games-content-image-2]:not(a):not(button) {
  max-width: 30%!important;
  max-height: none!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-1]:not(a):not(button),
  [data-slot=app-content-image-2]:not(a):not(button),
  [data-slot=content-image-1]:not(a):not(button),
  [data-slot=content-image-2]:not(a):not(button),
  [data-slot=games-content-image-2]:not(a):not(button) {
    max-width: 100%!important
  }
}
img[src*="-mono-black"],
img[src*="-mono-white"] {
  filter: none!important
}
.site-page-footer-panel {
  --page-footer-fill: #000000;
  background-color: #000!important
}
.site-header-surface-offer,
.site-topbar-fill-deposit {
  color: #ffe100!important
}
:root .masthead-background-cta {
  --promo-action-grad-upper: #32d3df!important;
  --highflybet-casino-promo-action-grad-bottom: #1ebfcb!important
}
:root .site-page-footer-panel.site-footer-area {
  background: #000!important
}
:root .join-button {
  color: #000!important
}
:root .main-toggle-left-side {
  background: #3584e4!important
}