:root {
  --bruno-casino-fill: #1F214F;
  --ui-fill-tile: #252755;
  --alt-surface: #2e305e;
  --ui-accent-primary: #48d1a0;
  --main-hover: #6ef7c6;
  --theme-secondary: #30b080;
  --bruno-casino-copy: #e8e6e3;
  --soft-copy: #9a9a9a;
  --ui-highlight: #88f0c8;
  --bonus-btn-grad-top-area: #48d1a0;
  --ui-bonus-btn-grad-lower: color-mix(in srgb, #48d1a0, #000 20%);
  --bruno-casino-border-line: #353765;
  --theme-blend: linear-gradient(315deg,  #48d1a0 0%, #30b080 100%);
  --theme-halo: rgba(255,255,255,0.1);
  --halo-strong: rgba(255,255,255,0.2);
  --heading-font: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --font-base: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --section-spacing: 2.5rem 1.2rem;
  --tile-pad: 1rem;
  --theme-spacing: 0.8rem;
  --rounding: 0;
  --corner-card: 0;
  --fill-glass-effect: #252755;
  --edge-glass-effect: #353765;
  --bruno-casino-frosted-depth: 0 2px 12px rgba(0, 0, 0, 0.3);
  --button-copy: #fff;
  --theme-side-rail-width: 64px;
  --copy-highlight: #1a1a1a
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--font-base);
  background: var(--bruno-casino-fill);
  color: var(--bruno-casino-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(--heading-font);
  line-height: 1.15
}
a {
  color: var(--ui-accent-primary);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--main-hover)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--theme-halo)
  }
  50% {
    box-shadow: 0 0 28px var(--halo-strong)
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-burger-open span:first-child {
  transform: translateY(7px) rotate(45deg)
}
.header-burger-open span:nth-child(2) {
  opacity: 0
}
.header-burger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}
@media (max-width:768px) {
  .header-nav-open {
    display: flex!important
  }
}
.site-widget-area-row.main-sub-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--theme-side-rail-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-rail-main {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.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(--soft-copy);
  text-decoration: none;
  transition: color .2s
}
.footer-navigation-box a:hover {
  color: var(--ui-accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-rule-inner {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.main-colophon-bottom-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --section-spacing: 1.8rem 0.8rem;
    --tile-pad: 0.9rem;
    --theme-spacing: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --section-spacing: 2.5rem 1rem;
    --tile-pad: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --section-spacing: 3.5rem 1.5rem;
    --tile-pad: 1.5rem
  }
}
header {
  background-color: var(--bruno-casino-fill);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--heading-font);
  background-color: #1f214f!important
}
.site-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.site-header-wrapper a {
  color: var(--bruno-casino-copy);
  text-decoration: none
}
.site-header-wrapper a:hover {
  color: unset
}
.page-header-left-side {
  display: flex;
  align-items: center;
  gap: 40px
}
.emblem-holder-inner img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.toggle-shell {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--alt-surface);
  padding: 5px 10px;
  border-radius: 1000px;
  border: 1px solid var(--bruno-casino-border-line)
}
.toggle-shell > a,
.toggle-shell div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--soft-copy)
}
.toggle-start {
  background: var(--ui-accent-primary);
  color: #fff!important;
  padding: 3px 8px;
  border-radius: 1000px
}
.header-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.header-navigation a {
  color: var(--soft-copy)
}
.header-navigation a:hover {
  color: var(--bruno-casino-copy)
}
.page-header-right-side-area {
  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
}
.sign-in-cta {
  border: 1px solid var(--bruno-casino-border-line);
  color: var(--bruno-casino-copy)
}
.sign-in-cta:hover {
  background-color: var(--alt-surface)
}
.site-sign-up-btn-shell {
  position: relative
}
.signup-cta {
  background: var(--ui-accent-primary);
  border: 1px solid var(--ui-accent-primary);
  color: var(--button-copy,#fff)
}
.signup-cta:hover {
  filter: brightness(1.15)
}
.menu-toggle-action-section {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.menu-toggle-action-section img {
  filter: invert(1)
}
.offcanvas-row {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--bruno-casino-fill);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-row.open {
  left: 0
}
.main-offcanvas-close-area {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--bruno-casino-copy);
  cursor: pointer
}
.main-offcanvas-close-area:hover {
  background: 0 0
}
.offcanvas-site-header {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-body-group {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-body-group .header-navigation {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-body-group .header-navigation a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.offcanvas-backdrop-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-wrap.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .toggle-shell,
  .topbar-nav-shell {
    display: none
  }
  .offcanvas-row .toggle-shell,
  .offcanvas-row .topbar-nav-shell {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-row .header-navigation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
  .offcanvas-row .toggle-shell {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .menu-toggle-action-section,
  .offcanvas-backdrop-wrap,
  .offcanvas-row {
    display: none
  }
}
@media (max-width:768px) {
  .site-header-wrapper {
    padding: 0 20px
  }
  .page-header-left-side {
    gap: 10px
  }
  .page-header-right-side-area {
    flex-shrink: 0
  }
  .emblem-holder-inner {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .emblem-holder-inner img {
    max-width: 100%
  }
}
.toggle-shell > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--alt-surface);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-rail-main {
  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(--ui-fill-tile)
}
.site-aside-icon-mark-entry-block img {
  opacity: .7;
  transition: opacity .2s
}
.site-aside-icon-mark-entry-block:hover img {
  opacity: 1
}
.side-panel-hr {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.masthead-background,
.masthead-background *,
.page-header-surface-bottom,
.page-header-surface-bottom * {
  font-family: var(--heading-font)!important
}
.masthead-background {
  background: url(../images/header-bg.png?v=dcb52c1d) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.page-header-bg-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.page-header-bg-main br {
  display: none
}
.page-header-bg-main > a {
  display: inline-block;
  width: auto
}
.site-page-header-background-headline {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--ui-highlight);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.header-surface-deposit-holder {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--bruno-casino-copy);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.topbar-background-promo {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--bruno-casino-copy);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.page-header-bg-button {
  background: var(--ui-accent-primary);
  color: var(--button-copy,#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
}
.page-header-bg-button:hover {
  background: var(--main-hover);
  transform: translateY(-2px)
}
.header-bg-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.header-surface-cta-core {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.main-topbar-fill-btn-description-wrap {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.page-header-surface-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--alt-surface);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.page-header-surface-bottom::after,
.page-header-surface-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.page-header-surface-bottom::before {
  left: 0;
  background: linear-gradient(to right,var(--bruno-casino-fill),transparent)
}
.page-header-surface-bottom::after {
  right: 0;
  background: linear-gradient(to left,var(--bruno-casino-fill),transparent)
}
.page-header-surface-bottom p {
  display: none
}
.page-header-background-bottom-area-inner {
  text-align: center;
  margin: 0 26px
}
.page-header-background-bottom-area-inner .small-inner-area {
  font-size: 9px;
  color: var(--soft-copy);
  font-weight: 600
}
.page-header-background-bottom-area-inner .big-content-wrapper {
  font-size: 17px;
  font-weight: 800;
  color: #fff
}
@media (min-width:769px) {
  .page-header-bg-main {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .masthead-background {
    background-image: url(../images/header-bg-mobile.png?v=3c2f1839);
    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)
  }
  .masthead-background .page-header-bg-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .site-page-header-background-headline {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .header-surface-deposit-holder {
    font-size: 66px!important;
    line-height: 1.1
  }
  .topbar-background-promo {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .page-header-bg-button {
    box-sizing: border-box
  }
  .page-header-surface-bottom {
    background: var(--alt-surface);
    gap: 10px;
    padding: 8px 15px
  }
  .big-content-wrapper {
    font-size: 14px
  }
}
.banking-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 20px 24px;
  margin: 24px auto;
  max-width: 1100px;
  background: 0 0
}
.banking-methods img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.banking-methods img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .banking-methods {
    gap: 14px 20px;
    padding: 16px
  }
  .banking-methods img {
    width: 56px;
    height: 44px
  }
}
.site-core-group {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.inner-area {
  font-size: 15px;
  line-height: 1.8;
  color: var(--soft-copy)
}
.inner-area p {
  margin-bottom: 1rem
}
.inner-area strong {
  color: var(--bruno-casino-copy)
}
.inner-area a:not(.lead-btn-container):not(.application-banner-cta-wrapper):not([class*="-button"]) {
  color: var(--ui-accent-primary);
  text-decoration: underline
}
.inner-area a:not(.lead-btn-container):not(.application-banner-cta-wrapper):not([class*="-button"]):hover {
  color: var(--ui-highlight)
}
@media (max-width:768px) {
  .site-core-group {
    padding: 5rem 15px 30px
  }
  .inner-area {
    font-size: 14px
  }
  .main-application-banner-holder-area,
  .site-core-group > .main-application-banner-holder-area {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .site-application-banner-mobile-block img,
  .site-mobile-banner {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.main-benefits-holder-wrap {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1400px
}
.highlight-card-box {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 14px;
  background-color: var(--ui-fill-tile,var(--alt-surface));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.highlight-card-box:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.highlight-card-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
  pointer-events: none
}
.main-benefits-holder-wrap .highlight-card-box 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: right;
  width: auto
}
.fcdl-payouts-holder {
  background-image: url(../images/fast-pay.png?v=665e01bf)
}
.main-cashback-holder {
  background-image: url(../images/cashback.png?v=e06d2bdb)
}
.vip-group {
  background-image: url(../images/vip-level.png?v=53be0b99)
}
.main-slots {
  background-image: url(../images/games.png?v=da458dbf)
}
.missions-wrap {
  background-image: url(../images/feature-missions.png?v=2d6d6161)
}
@media (max-width:1024px) {
  .main-benefits-holder-wrap {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .main-benefits-holder-wrap {
    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
  }
  .main-benefits-holder-wrap::-webkit-scrollbar {
    height: 4px
  }
  .main-benefits-holder-wrap::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .highlight-card-box {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .main-benefits-holder-wrap .highlight-card-box h3 {
    font-size: 12px
  }
}
.area-care {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.group-care {
  flex: 1;
  background: var(--alt-surface);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.heading-help {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.heading-help img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.site-headline-help-copy {
  font-weight: 700;
  font-size: 16px
}
.group-care p {
  color: var(--soft-copy);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .area-care {
    flex-direction: column;
    padding: 0 16px
  }
}
.main-application-banner-holder-area {
  margin: 32px auto;
  max-width: 800px
}
.site-mobile-banner {
  display: flex;
  align-items: stretch;
  background: var(--ui-fill-tile,var(--alt-surface));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--bruno-casino-border-line);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.app-promo-banner-content {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.application-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--bruno-casino-border-line);
  background: var(--alt-surface);
  align-self: flex-start
}
.app-promo-banner-tag-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.main-application-banner-label-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.main-app-promo-banner-label-title-panel {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bruno-casino-copy);
  letter-spacing: .2px
}
.mobile-banner-tag-rate {
  display: flex;
  gap: 1px
}
.mobile-banner-tag-rate img {
  width: 12px;
  height: 12px
}
.mobile-banner-tag-rate .site-star-half-wrapper {
  opacity: .85
}
.main-application-banner-tag-verify-area {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.application-banner-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--bruno-casino-copy);
  font-family: var(--heading-font);
  margin: 0
}
.application-banner-description-row {
  color: var(--soft-copy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.main-app-promo-banner-btn-shell {
  margin-top: 4px
}
.main-app-promo-banner-btn-shell .lead-btn-container {
  margin: 0;
  display: inline-block
}
.app-promo-banner-image-wrapper {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.mobile-banner-image-panel {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.site-application-banner-mobile-block {
  display: none
}
.site-application-banner-mobile-block img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .site-mobile-banner {
    flex-direction: column;
    min-height: unset
  }
  .app-promo-banner-image-wrapper {
    display: none
  }
  .site-application-banner-mobile-block {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .site-application-banner-mobile-block img {
    max-width: 320px
  }
  .app-promo-banner-content {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .application-banner-name {
    font-size: 20px
  }
  .main-app-promo-banner-btn-shell .lead-btn-container {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-btn-container {
  font-size: 18px;
  font-weight: 700;
  background: var(--ui-accent-primary);
  color: var(--button-copy,#fff);
  padding: 10px 56px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none;
  transition: filter .2s
}
.lead-btn-container:hover {
  filter: brightness(1.15);
  color: var(--button-copy,#fff)
}
.site-updated-date {
  background: var(--alt-surface);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--ui-accent-primary);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--bruno-casino-copy);
  max-width: 1400px
}
@media (max-width:768px) {
  .site-updated-date {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-page-footer-panel.page-footer-area {
  background: var(--background-page-footer,var(--alt-surface,#060e2a));
  color: var(--bruno-casino-text-content-colophon,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer-panel.page-footer-area .main-colophon-bottom-area,
.site-page-footer-panel.page-footer-area .site-footer-splash {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box
}
.site-page-footer-panel.page-footer-area .site-footer-splash {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0 24px
}
.site-page-footer-panel.page-footer-area .page-footer-emblem {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-page-footer-panel.page-footer-area .footer-banking-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-page-footer-panel.page-footer-area .footer-banking-holder img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-page-footer-panel.page-footer-area .site-footer-rule-inner {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-page-footer-panel.page-footer-area .main-colophon-bottom-area {
  display: grid;
  grid-template-columns: minmax(120px,1fr) minmax(180px,1.4fr) minmax(220px,1.4fr) minmax(180px,1fr);
  gap: 24px;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 36px
}
.site-page-footer-panel.page-footer-area .footer-navigation-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-page-footer-panel.page-footer-area .footer-navigation-box a {
  color: var(--ui-link-page-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer-panel.page-footer-area .footer-navigation-box a:hover {
  color: var(--bruno-casino-text-content-colophon,#fff)
}
.site-page-footer-panel.page-footer-area .footer-support {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer-panel.page-footer-area .footer-support .site-footer-support-headline {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer-panel.page-footer-area .footer-support p {
  color: var(--bruno-casino-text-content-colophon,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer-panel.page-footer-area .site-footer-inbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bruno-casino-text-content-colophon,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer-panel.page-footer-area .site-footer-inbox img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer-panel.page-footer-area .site-footer-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-page-footer-panel.page-footer-area .page-footer-language {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--bruno-casino-site-footer-social-fill,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--bruno-casino-text-content-colophon,#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.page-footer-area .page-footer-language img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-page-footer-panel.page-footer-area .site-footer-social-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-page-footer-panel.page-footer-area .page-footer-socials {
  display: flex;
  gap: 4px
}
.site-page-footer-panel.page-footer-area .colophon-share {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--bruno-casino-site-footer-social-fill,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-page-footer-panel.page-footer-area .colophon-share:hover {
  background: var(--ui-highlight,#5a6178)
}
.site-page-footer-panel.page-footer-area .colophon-share img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .site-page-footer-panel.page-footer-area .main-colophon-bottom-area {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-page-footer-panel.page-footer-area .footer-banking-holder {
    gap: 24px
  }
  .site-page-footer-panel.page-footer-area .site-footer-side {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-page-footer-panel.page-footer-area .main-colophon-bottom-area {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 24px
  }
  .site-page-footer-panel.page-footer-area .site-footer-splash {
    padding: 20px
  }
  .site-page-footer-panel.page-footer-area .footer-banking-holder img {
    width: 70px;
    height: 35px
  }
  .site-page-footer-panel.page-footer-area .site-footer-rule-inner {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-page-footer-panel.page-footer-area .footer-support,
  .site-page-footer-panel.page-footer-area .main-colophon-bottom-area,
  .site-page-footer-panel.page-footer-area .site-footer-side {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer-panel.page-footer-area .footer-banking-holder,
  .site-page-footer-panel.page-footer-area .page-footer-socials {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer-panel.page-footer-area .footer-navigation-box {
    align-items: center
  }
  .site-page-footer-panel.page-footer-area .site-footer-inbox {
    justify-content: center
  }
}
.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-navbar-legal-row {
  text-align: left
}
.site-page-footer-panel.page-footer-area .footer-navigation-box:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-page-footer-panel.page-footer-area .main-colophon-bottom-area:has(.page-footer-menu-main a):not(:has(.site-footer-navbar-legal-row a)),
  .site-page-footer-panel.page-footer-area .main-colophon-bottom-area:not(:has(.page-footer-menu-main a)):has(.site-footer-navbar-legal-row a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-page-footer-panel.page-footer-area .main-colophon-bottom-area:not(:has(.footer-navigation-box a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-wrap {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-body {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-body .site-core-group {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.main-benefits-holder-wrap,
.site-mobile-banner {
  margin-left: auto;
  margin-right: auto
}
.site-page-footer-panel[class] {
  padding-left: var(--theme-side-rail-width,0)
}
.site-page-footer-panel[class] .main-colophon-bottom-area {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-page-footer-panel[class] {
    padding-left: 0
  }
}
.button-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.button-center .lead-btn-container,
.button-center a.lead-btn-container {
  display: inline-block
}
@media (max-width:768px) {
  .button-center {
    display: block;
    margin: 30px auto
  }
}
.lead-btn-container.application-banner-cta-wrapper {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faqs-headline,
.main-benefits-holder-wrap h2 {
  font-family: var(--heading-font);
  color: var(--bruno-casino-copy);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.main-benefits-holder-wrap .highlight-card-box {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.main-benefits-holder-wrap .highlight-card-box h3 {
  margin: 0;
  font-size: 14px
}
.inner-area li {
  padding: .3rem 0;
  line-height: 1.7
}
.inner-area table {
  font-size: .92rem
}
.inner-area table th {
  background: var(--ui-accent-primary);
  color: var(--button-copy,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.inner-area table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.inner-area table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-wrap > .site-widget-area-row.main-sub-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--theme-side-rail-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-wrap > .site-content-body {
  margin-left: var(--theme-side-rail-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-body .site-core-group {
    padding-left: 20px
  }
  .site-layout-wrap > .site-widget-area-row.main-sub-grid {
    max-width: var(--theme-side-rail-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-wrap > .site-widget-area-row.main-sub-grid {
    display: none
  }
  .site-layout-wrap > .site-content-body {
    margin-left: 0
  }
}
.masthead-background {
  position: relative;
  z-index: 1
}
.page-header-bg-main {
  position: relative;
  z-index: 2
}
.site-aside-icon-mark-entry-block img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.site-aside-icon-mark-entry-block.sidebar-icon-lg-box 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
}
.legal-name-wrap {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--bruno-casino-copy);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-inner-area {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--soft-copy)
}
.legal-inner-area p {
  margin-bottom: 1.1rem
}
.legal-inner-area strong {
  color: var(--bruno-casino-copy)
}
.inner-area li,
.legal-inner-area li {
  color: var(--soft-copy)
}
.inner-area li strong,
.legal-inner-area li strong {
  color: var(--soft-copy);
  font-weight: 700
}
.legal-inner-area a {
  color: var(--ui-accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-inner-area a:hover {
  color: var(--main-hover,var(--ui-highlight))
}
.legal-inner-area article em {
  color: var(--soft-copy);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img-grid {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.main-content-img-start {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.main-content-body-img-right {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.inner-area h2,
.inner-area h3,
.inner-area table {
  clear: both
}
.main-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-name-wrap {
    font-size: 1.6rem
  }
  .legal-inner-area h1 {
    font-size: 1.5rem
  }
  .legal-inner-area h2 {
    font-size: 1.2rem
  }
  .content-body-img-grid,
  .main-content-body-img-right,
  .main-content-img-start {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.faqs-headline,
.faqs-question,
.inner-area h1,
.inner-area h2,
.inner-area h3,
.legal-inner-area h1,
.legal-inner-area h2,
.legal-inner-area h3 {
  font-family: var(--heading-font);
  color: var(--bruno-casino-copy);
  text-decoration: none;
  border: none
}
.inner-area h1,
.legal-inner-area h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.faqs-headline,
.inner-area h2,
.legal-inner-area h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.faqs-question,
.inner-area h3,
.legal-inner-area h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.inner-area ul,
.legal-inner-area ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.inner-area ul li,
.legal-inner-area ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.inner-area ul li::before,
.legal-inner-area ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ui-accent-primary)
}
.inner-area ol,
.legal-inner-area ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.inner-area ol li,
.legal-inner-area ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.inner-area ol li::before,
.legal-inner-area ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--ui-accent-primary);
  font-weight: 600
}
.inner-area table,
.legal-inner-area table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--ui-fill-tile,rgba(255,255,255,.03));
  border: 1px solid var(--bruno-casino-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(--soft-copy,#c9ccd6);
  font-family: var(--font-base, 'Montserrat', system-ui, sans-serif)
}
.inner-area table thead tr:first-child th:first-child,
.legal-inner-area table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.inner-area table thead tr:first-child th:last-child,
.legal-inner-area table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.inner-area table tbody tr:last-child td:first-child,
.legal-inner-area table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.inner-area table tbody tr:last-child td:last-child,
.legal-inner-area table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.inner-area table thead tr,
.legal-inner-area table thead tr {
  background: var(--alt-surface,rgba(255,255,255,.06))
}
.inner-area table thead th,
.legal-inner-area table thead th {
  font-weight: 700;
  color: var(--bruno-casino-copy,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--bruno-casino-border-line,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.inner-area table thead th:last-child,
.legal-inner-area table thead th:last-child {
  border-right: none
}
.inner-area table tbody tr:nth-child(odd),
.legal-inner-area table tbody tr:nth-child(odd) {
  background: 0 0
}
.inner-area table tbody tr:nth-child(2n),
.legal-inner-area table tbody tr:nth-child(2n) {
  background: var(--alt-surface,rgba(255,255,255,.03))
}
.inner-area table tbody td,
.legal-inner-area table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--bruno-casino-border-line,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--bruno-casino-border-line,rgba(255,255,255,.06));
  color: var(--soft-copy,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.inner-area table tbody td:last-child,
.legal-inner-area table tbody td:last-child {
  border-right: none
}
.inner-area table tbody tr:last-child td,
.legal-inner-area table tbody tr:last-child td {
  border-bottom: none
}
.site-faq-unit {
  background: var(--alt-surface,rgba(255,255,255,.02));
  border: 1px solid var(--bruno-casino-border-line,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.site-faq-unit .faqs-headline {
  color: var(--bruno-casino-copy,#fff);
  font-family: var(--heading-font, 'Montserrat', system-ui, sans-serif);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.site-faq-unit .faq-section-panel {
  background: var(--ui-fill-tile,rgba(255,255,255,.04));
  border: 1px solid var(--bruno-casino-border-line,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--soft-copy,#b1b4bc)
}
.site-faq-unit .faq-section-panel:last-child {
  margin-bottom: 0
}
.site-faq-unit .faqs-question {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--bruno-casino-copy,#fff);
  margin: 0 0 12px
}
.site-faq-unit .questions-reply {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--soft-copy,#b1b4bc)
}
.site-faq-unit .questions-reply p {
  margin: 0 0 8px
}
.site-faq-unit .questions-reply p:last-child {
  margin-bottom: 0
}
.site-faq-unit .questions-reply b,
.site-faq-unit .questions-reply strong {
  font-weight: 700;
  color: var(--bruno-casino-copy,#fff)
}
@media (max-width:600px) {
  .inner-area h1,
  .legal-inner-area h1 {
    font-size: 2rem
  }
  .faqs-headline,
  .inner-area h2,
  .legal-inner-area h2 {
    font-size: 1.6rem
  }
  .faqs-question,
  .inner-area h3,
  .legal-inner-area h3 {
    font-size: 1.2rem
  }
  .inner-area table tbody td,
  .inner-area table thead th,
  .legal-inner-area table tbody td,
  .legal-inner-area table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .site-faq-unit {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .site-faq-unit .faqs-headline {
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .site-faq-unit .faq-section-panel {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .site-faq-unit .faqs-question {
    line-height: 1.35
  }
}
.inner-area h2 {
  border: none;
  border-bottom: none
}
.inner-area ol li,
.inner-area ul li,
.legal-inner-area ol li,
.legal-inner-area ul li {
  border-bottom: none
}
.inner-area,
.legal-inner-area {
  max-width: 1400px;
  margin: 0 auto
}
.highlight-card-box {
  background-color: #292d5c!important;
  background-blend-mode: normal!important
}
.site-page-header-background-headline {
  color: #fff!important
}
.header-surface-deposit-holder,
.topbar-background-promo {
  color: #ffeb54!important
}
.page-header-bg-button {
  background: #1cc68d!important
}
:root .sign-in-cta {
  background: #5b5f98!important;
  color: #fff!important
}
:root .signup-cta {
  background: #1cc68d!important;
  color: #fff!important
}
:root .toggle-start {
  background: #5b5f98!important
}