* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.bc-game-ad73kf {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-ad73kf {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-ad73kf {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bc-game-z0eafr {
  overflow: hidden;
}

.bc-game-zfvb6g img {
  background: var(--Neutral-300);
}

.bc-game-ae1n9w {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.bc-game-ivbyxr {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bc-game-ivbyxr:hover {
  background: var(--button-bg-hover);
}

.bc-game-m2h3cc {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bc-game-m2h3cc:hover {
  background: var(--button-bg-hover);
}

.bc-game-ltt17q {
  font-size: 12px;
  line-height: 18px;
}

.bc-game-ftx95x {
  font-size: 18px;
  line-height: 26px;
}

.bc-game-vpx428 {
  width: 100%;
}

.bc-game-sbkj3d {
  padding: 6px 16px;
}

.bc-game-fyhj4a {
  padding: 10px 16px;
}

.bc-game-clcz1p {
  padding: 15px 26px;
}

.bc-game-oqem1c {
  flex-shrink: 0;
}

.bc-game-s2zdum {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.bc-game-3m337j {
  display: none;
}

.bc-game-mtjkqm {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bc-game-zge8qd {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bc-game-2fzcv8 {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.bc-game-6b1x1h {
  cursor: grab;
}

.bc-game-2fzcv8::-webkit-scrollbar {
  display: none;
}

.bc-game-es8knj {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bc-game-5b3y0x {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bc-game-h3j56j {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bc-game-70me5f {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bc-game-oopamf {
  visibility: visible;
}

.bc-game-4f2l7y {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bc-game-hx3xxq ease;
}

.bc-game-cav56w {
  background-color: var(--Primary-200);
  width: 16px;
}

.bc-game-x4ghlo {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.bc-game-hx3xxq,
    mask-image 0.3s;
}

.bc-game-x4ghlo.bc-game-qt2gvb {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.bc-game-li3wwb:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bc-game-kjvmuc {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.bc-game-e0ni9f.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.bc-game-e0ni9f.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.bc-game-n77j6n {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.bc-game-n77j6n::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.bc-game-1kdfg7 {
  position: relative;
  z-index: 1;
}

.bc-game-po0n2z {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bc-game-pgg1ln {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.bc-game-xd4a3g {
  font-size: 40px;
  line-height: 48px;
}

.bc-game-olvnwo {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bc-game-6s8zx0 {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.bc-game-6s8zx0:hover {
  background: var(--Primary-400);
}

.bc-game-6s8zx0 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bc-game-li3wwb img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .bc-game-n77j6n {
    max-width: 600px;
    padding: 64px;
  }

  .bc-game-po0n2z {
    font-size: 24px;
    line-height: 32px;
  }

  .bc-game-pgg1ln {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bc-game-xd4a3g {
    font-size: 50px;
    line-height: 56px;
  }

  .bc-game-olvnwo {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bc-game-kjvmuc {
    top: 25px;
    right: 25px;
  }
}

.bc-game-j2ekyg,
.bc-game-i8s3od {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.bc-game-0qxayk.bc-game-yrtb3o::before,
.bc-game-i8s3od::before,
.bc-game-tw6mx3::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.bc-game-e0ni9f.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bc-game-zgycj9 14.bc-game-9twvt6.bc-game-zedr93 14.bc-game-agof6x 15.bc-game-x1csdv 14.bc-game-rtsou1 15.bc-game-j1aq1t 14.bc-game-wvr4vs.bc-game-ezv33q 14.bc-game-p3jxse 19.bc-game-tlnhpa 12.bc-game-cnjj4h 19.bc-game-tlnhpa 10.bc-game-krsr3i.bc-game-tlnhpa 8.bc-game-axmj2v 17.bc-game-wnzytw 7.bc-game-i34qng 15.bc-game-cjm9uy 7.bc-game-dyv5zy.bc-game-wv2dvx 7.bc-game-i34qng 11.bc-game-pwizqp 8.bc-game-axmj2v 11.bc-game-pwizqp 10.bc-game-lgmuc7.bc-game-pwizqp 12.bc-game-q5vooz 13.bc-game-on8o7r 14.bc-game-laws47 15.bc-game-wq9a97 14.bc-game-g0dvxh.bc-game-wko17x 14.bc-game-veyj0f 15.bc-game-wnt080 14.bc-game-lr7jke 15.bc-game-re1t8r 14.bc-game-9k3jst.bc-game-zgycj9 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bc-game-7ohkoz 15.bc-game-wp5ae4.bc-game-nicf7y 15.bc-game-6w6j2m 15.bc-game-ag62mm 15.bc-game-ey1j7d 15.bc-game-ntwy04 15.bc-game-w92usc.bc-game-p5n1zz 15.bc-game-ey1j7d 15.bc-game-j99ny0 15.bc-game-14cp16 15.bc-game-7s4n7s 15.bc-game-3ic23k.bc-game-fwjx6w 15.bc-game-r8588o 7.bc-game-437d2b 18.bc-game-xwjff4 7.bc-game-i0xx9f 23.bc-game-nn1c5k.bc-game-q37q6u.bc-game-jgcr8z 18.bc-game-o4di1p 19.bc-game-c9q369 15.bc-game-a3j4qa 15.bc-game-7ohkoz 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.bc-game-dsi2n2 [type="submit"] *,
.bc-game-u5gln1 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bc-game-9wum8h {
    display: none;
  }
}

.bc-game-djt30a {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bc-game-djt30a {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-djt30a {
    bottom: 22px;
  }
}

.bc-game-djt30a input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bc-game-djt30a {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bc-game-gyi3cm.static) .bc-game-djt30a {
    bottom: 8px;
  }
}

.bc-game-y0okj9 {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.bc-game-e0ni9f.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bc-game-8f47ew 3.bc-game-wvnh7f.bc-game-31yeoj.bc-game-bs6szi 3.bc-game-1at3ol 3.bc-game-30mfe0 5.bc-game-s4ovld 3.bc-game-30mfe0 8.bc-game-w7rda6.bc-game-jb6nhz.bc-game-30mfe0 26.bc-game-ikc4pi 5.bc-game-8mshbv 28.bc-game-hm7xes 8.bc-game-xj5n2k 28.bc-game-js6qg5.bc-game-ka6wqc 28.bc-game-5yxoq9.bc-game-u6hvft 34.bc-game-am1wsu.bc-game-637ws6 36.bc-game-9axt7s 11.bc-game-60w1oq 37.bc-game-mlc18a 12.bc-game-6d1kqa 36.bc-game-a3kl01.bc-game-nhi4gg 28.bc-game-pxfpwe.bc-game-hnia7t.bc-game-wizop4 28.bc-game-9xf7tr 36.bc-game-dwyqts 26.bc-game-dq4lqh 36.bc-game-dwyqts 23.bc-game-71nm0i.bc-game-rt8jgc.bc-game-dwyqts 5.bc-game-iz2o5n 34.bc-game-3gknd4 3.bc-game-1at3ol 31.bc-game-8f47ew 3.bc-game-p56c5m.bc-game-6qn0dk 18.bc-game-nzdqh0.bc-game-4ot09y 18.bc-game-sh53j2 8.bc-game-s5t3c8 17.bc-game-i2b8a4 8.bc-game-s5t3c8 15.bc-game-4ufo25.bc-game-s5t3c8 14.bc-game-by7nna 9.bc-game-4ot09y 13.bc-game-cmtb1u 11.bc-game-6qn0dk 13.bc-game-lbhnzf.bc-game-pxacay 13.bc-game-cmtb1u 13.bc-game-i2fuwk 14.bc-game-by7nna 13.bc-game-i2fuwk 15.bc-game-yau85q.bc-game-i2fuwk 17.bc-game-i2b8a4 12.bc-game-pxacay 18.bc-game-sh53j2 11.bc-game-6qn0dk 18.bc-game-8w2e3y.bc-game-spkgsp 18.bc-game-70lml3.bc-game-qyqaso 18.bc-game-sh53j2 17.bc-game-p4h1ji 17.bc-game-i2b8a4 17.bc-game-p4h1ji 15.bc-game-kqeydo.bc-game-p4h1ji 14.bc-game-by7nna 18.bc-game-qyqaso 13.bc-game-cmtb1u 20.bc-game-spkgsp 13.bc-game-cs6mcy.bc-game-5hfks2 13.bc-game-cmtb1u 22.bc-game-luelw4 14.bc-game-by7nna 22.bc-game-luelw4 15.bc-game-mr0u0f.bc-game-rj17ez 17.bc-game-i2b8a4 21.bc-game-5hfks2 18.bc-game-sh53j2 20.bc-game-spkgsp 18.bc-game-k4xwuq.bc-game-iansce 18.bc-game-2e6jzv.bc-game-83xuo5 18.bc-game-sh53j2 26.bc-game-83n5il 17.bc-game-i2b8a4 26.bc-game-83n5il 15.bc-game-7zeiy7.bc-game-83n5il 14.bc-game-by7nna 27.bc-game-83xuo5 13.bc-game-cmtb1u 28.bc-game-iansce 13.bc-game-dl7id7.bc-game-nrpof9 13.bc-game-cmtb1u 31.bc-game-qyi6sn 14.bc-game-by7nna 31.bc-game-qyi6sn 15.bc-game-plonqg.bc-game-83n5il 17.bc-game-i2b8a4 30.bc-game-nrpof9 18.bc-game-sh53j2 28.bc-game-iansce 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .bc-game-y0okj9 {
    display: none;
  }
}

.bc-game-3snikc {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .bc-game-3snikc {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.bc-game-u5gln1 {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .bc-game-u5gln1 {
    padding: 14px 16px;
  }
}

.bc-game-u5gln1 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bc-game-u5gln1 button:first-child {
  align-content: end;
}

.bc-game-u5gln1 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bc-game-u5gln1
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-u5gln1
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bc-game-u5gln1 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bc-game-u5gln1 button:last-child svg {
  width: 38px;
  height: 38px;
}

.bc-game-tw6mx3 {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.bc-game-tw6mx3::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bc-game-tw6mx3,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-tw6mx3 {
  opacity: 1;
  visibility: visible;
}

.bc-game-5n1qpe {
  flex: 1 1;
}

.bc-game-gzkhlt {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-gzkhlt {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bc-game-d94hmz {
  display: block;
}

.bc-game-i172a1 {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .bc-game-i172a1 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-i8s3od {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.bc-game-i8s3od::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bc-game-nmhi9w span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bc-game-nmhi9w p {
  color: var(--Text-100);
}

.bc-game-i8s3od .bc-game-5gqe66 {
  grid-area: button;
}

.bc-game-i8s3od .bc-game-5gqe66::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.bc-game-e0ni9f.org/2000/svg'%3E%3Cpath d='M4.bc-game-u3g8dn 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-xdt5xq 15L16.bc-game-xdt5xq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-xdt5xq 5L16.bc-game-xdt5xq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .bc-game-heitpq {
  display: block;
}

.bc-game-cola07 {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .bc-game-cola07 {
    margin-top: 40px;
  }
}

.bc-game-j2ekyg label,
.bc-game-j2ekyg input {
  display: block;
  width: 100%;
}

.bc-game-j2ekyg label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bc-game-j2ekyg label.bc-game-d9hosc input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bc-game-j2ekyg label.bc-game-d9hosc::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.bc-game-j2ekyg input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.bc-game-j2ekyg input::placeholder {
  color: var(--Text-400);
}

.bc-game-9c226f {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bc-game-9c226f {
  display: flex;
}

.bc-game-9c226f ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bc-game-9c226f ol {
    height: 420px;
    padding: 24px;
  }
}

.bc-game-9c226f ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bc-game-dsi2n2 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-dsi2n2 {
    padding: 0 24px 24px;
  }
}

.bc-game-dsi2n2 input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.bc-game-dsi2n2 input::placeholder {
  color: var(--Text-400);
}

.bc-game-dsi2n2 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bc-game-dsi2n2 [type="submit"]:disabled {
  opacity: 0.5;
}

.bc-game-dsi2n2 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bc-game-dsi2n2 [type="submit"] {
    right: 40px;
  }
}

.bc-game-0qxayk {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bc-game-0qxayk.bc-game-yrtb3o {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bc-game-0qxayk.bc-game-yrtb3o::before {
  content: "";
  width: 31px;
}

.bc-game-0qxayk.bc-game-yrtb3o p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bc-game-0qxayk.bc-game-rxjsm0 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bc-game-0qxayk p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bc-game-djt30a .bc-game-5gqe66 {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.bc-game-9wum8h {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bc-game-9wum8h {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bc-game-9wum8h {
    padding: 18px 0;
  }
}

.bc-game-9wum8h .bc-game-ad73kf {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bc-game-9wum8h .bc-game-ad73kf {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bc-game-5q6rtl {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bc-game-5q6rtl {
    max-width: 160px;
    height: 40px;
  }
}

.bc-game-5q6rtl picture,
.bc-game-5q6rtl img {
  display: block;
  width: 100%;
  height: 100%;
}

.bc-game-5q6rtl img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bc-game-3ao8ix {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bc-game-hx3xxq ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bc-game-9wum8h.bc-game-c9opym .bc-game-3ao8ix {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bc-game-3ao8ix {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bc-game-3ao8ix {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bc-game-5pfthw,
.bc-game-z5p6qr {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bc-game-5pfthw,
  .bc-game-z5p6qr {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bc-game-z5p6qr {
    display: none;
  }
}

.bc-game-7c0xsp {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.bc-game-c9opym .bc-game-7c0xsp {
  background: var(--fh-bg-color);
}

.bc-game-7c0xsp button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bc-game-7c0xsp {
    display: none;
  }
}

.bc-game-2aqjdw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bc-game-2aqjdw {
    display: none;
  }
}

.bc-game-gfaq3d {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.bc-game-9wum8h.bc-game-c9opym .bc-game-gfaq3d:first-child {
  display: none;
}

.bc-game-9wum8h.bc-game-c9opym .bc-game-gfaq3d:last-child {
  display: block;
}

.bc-game-gfaq3d:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bc-game-gfaq3d {
    display: none;
  }
}

.bc-game-lkziyt {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-lkziyt {
    display: flex;
  }
}

.bc-game-lkziyt ul {
  max-height: 350px;
  overflow-y: auto;
}

.bc-game-lkziyt:hover ul {
  visibility: visible;
  opacity: 1;
}

.bc-game-lkziyt:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bc-game-lkziyt:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bc-game-lkziyt:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bc-game-lkziyt:hover .bc-game-g552wl svg {
  transform: rotate(180deg);
}

.bc-game-urpbst {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bc-game-8qivnz {
  padding: 0 8px;
}

.bc-game-otlw2t {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bc-game-otlw2t:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bc-game-otlw2t {
    padding: 4px 8px;
  }
}

.bc-game-nfzipk {
  display: flex;
}

.bc-game-nfzipk img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bc-game-g552wl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bc-game-g552wl svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bc-game-7206wx {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .bc-game-7206wx {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.bc-game-d3b733 {
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-d3b733 {
    display: none;
  }
}

.bc-game-xqdbdn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bc-game-lg583l {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bc-game-exd6i8 {
  display: flex;
}

.bc-game-x94zpr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bc-game-qdgyjq {
  list-style: none;
}

@media (max-width: 1199px) {
  .bc-game-qdgyjq {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bc-game-qdgyjq {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bc-game-qdgyjq .bc-game-zsolq9 [data-ref-el],
  .bc-game-qdgyjq .bc-game-zsolq9 span,
  .bc-game-qdgyjq .bc-game-zsolq9 a {
    white-space: nowrap;
  }
}

.bc-game-7n22s3 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bc-game-7n22s3.bc-game-vt9m6m > .bc-game-zsolq9 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bc-game-7n22s3.bc-game-u5em8n:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bc-game-7n22s3.bc-game-vt9m6m > .bc-game-shrv0p {
    height: auto;
  }

  .bc-game-7n22s3.bc-game-vt9m6m > div > .bc-game-q8s46f {
    transform: rotate(180deg);
  }
}

.bc-game-7n22s3 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bc-game-7n22s3 [data-ref-el],
.bc-game-7n22s3 span {
  cursor: pointer;
}

.bc-game-7n22s3 [data-ref-el],
.bc-game-7n22s3 span,
.bc-game-7n22s3 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .bc-game-7n22s3 [data-ref-el],
  .bc-game-7n22s3 span,
  .bc-game-7n22s3 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bc-game-7n22s3 [data-ref-el],
  .bc-game-7n22s3 span,
  .bc-game-7n22s3 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bc-game-shrv0p {
  height: 0;
  overflow: hidden;
  transition: height 0.bc-game-hx3xxq ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bc-game-shrv0p::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bc-game-shrv0p::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bc-game-shrv0p::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bc-game-shrv0p {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .bc-game-shrv0p:has(> .bc-game-7n22s3.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bc-game-shrv0p .bc-game-shrv0p {
    padding: 0;
  }

  .bc-game-shrv0p .bc-game-7n22s3 {
    font-weight: 400;
  }

  .bc-game-shrv0p .bc-game-7n22s3:hover > .bc-game-zsolq9 {
    background: var(--Neutral-300);
  }

  .bc-game-shrv0p .bc-game-q8s46f {
    rotate: -90deg;
  }
}

.bc-game-zsolq9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bc-game-zsolq9 {
    padding: 8px;
  }

  .bc-game-7n22s3.bc-game-u94pwi > .bc-game-zsolq9 {
    background: var(--Neutral-300);
  }
}

.bc-game-q8s46f {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.bc-game-e0ni9f.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bc-game-10degt 0.bc-game-ujrvt7.bc-game-1y0fax -0.bc-game-i7g9yj 0.bc-game-h2bicz -0.bc-game-i7g9yj 1.bc-game-y1kcng 0.bc-game-kbesqu.bc-game-mo3652 4.bc-game-j2g2z7.bc-game-10degt 0.bc-game-h19jih.bc-game-0r5bog -0.bc-game-i7g9yj 9.bc-game-7bmc74 -0.bc-game-i7g9yj 10.bc-game-nttat5 0.bc-game-9eloio.bc-game-abx2nl 0.bc-game-1y0fax 10.bc-game-abx2nl 0.bc-game-h2bicz 10.bc-game-nttat5 1.bc-game-rjxws4.bc-game-xg3pr8 5.bc-game-yyaan1.bc-game-4yjg0p 6.bc-game-th0uc3 5.bc-game-mcim9q 6.bc-game-th0uc3 4.bc-game-gq3xyr 5.bc-game-zwa4dr.bc-game-10degt 1.bc-game-of2265.bc-game-i7g9yj 0.bc-game-h2bicz -0.bc-game-i7g9yj 0.bc-game-1y0fax 0.bc-game-10degt 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bc-game-hx3xxq ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-q8s46f {
    cursor: default;
  }
}

.bc-game-5b30bl {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bc-game-ekotvo {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .bc-game-ekotvo {
    padding: 40px 4px;
  }
}

.bc-game-g2s83x {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bc-game-g2s83x {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bc-game-n55mdx {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bc-game-n55mdx {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bc-game-n55mdx ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bc-game-n55mdx [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bc-game-n55mdx [data-ref-el],
.bc-game-n55mdx span,
.bc-game-n55mdx a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bc-game-gwu4dx {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-gwu4dx {
    margin-bottom: 12px;
  }
}

.bc-game-ybot9o {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bc-game-ybot9o img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bc-game-ybot9o:last-child {
    margin-right: 0;
  }
}

.bc-game-6oxwbh {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-gwu4dx:hover .bc-game-85bexd {
  visibility: visible;
  opacity: 1;
}

.bc-game-85bexd {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.bc-game-woy2dh {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bc-game-shsmus {
  display: flex;
  margin: 6px;
}

.bc-game-shsmus img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bc-game-85bexd::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.bc-game-85bexd::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.bc-game-lcaswa {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-lcaswa {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bc-game-ne15c6 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bc-game-ne15c6 {
    margin-right: 32px;
  }
}

.bc-game-mpv50b {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-mpv50b {
    margin-top: 0;
    width: 340px;
  }
}

.bc-game-mpv50b a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-pgikey {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bc-game-0yoev0 {
  position: relative;
}

@media (min-width: 768px) {
  .bc-game-0yoev0 {
    margin-top: 40px;
  }
}

.bc-game-0yoev0 + .bc-game-x6tp0w,
.bc-game-0yoev0 + .bc-game-0yoev0 {
  margin-top: 24px;
}

.bc-game-do6dbb {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bc-game-do6dbb {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-do6dbb {
    padding: 80px;
  }
}

.bc-game-5febkq {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bc-game-5febkq {
    padding: 0 16px;
}


}

.bc-game-ajkkn9 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .bc-game-ajkkn9 {
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-rb8qig {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .bc-game-rb8qig {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-g6s79n {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.bc-game-g6s79n:hover {
  background: var(--button-bg-hover);
}

.bc-game-0jegez {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bc-game-0jegez img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bc-game-0jegez img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bc-game-0jegez img {
  min-height: 100%;
  }
}

.bc-game-do6dbb::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bc-game-6wmb8k {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bc-game-6wmb8k h1,
.bc-game-6wmb8k h2,
.bc-game-6wmb8k h3,
.bc-game-6wmb8k h4 {
  margin-bottom: 6px;
}

.bc-game-6wmb8k h1:not(:first-child),
.bc-game-6wmb8k h2:not(:first-child),
.bc-game-6wmb8k h3:not(:first-child),
.bc-game-6wmb8k h4:not(:first-child) {
  margin-top: 16px;
}

.bc-game-6wmb8k h1,
.bc-game-6wmb8k h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bc-game-6wmb8k h1,
  .bc-game-6wmb8k h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bc-game-6wmb8k h2,
.bc-game-6wmb8k h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bc-game-6wmb8k h2,
  .bc-game-6wmb8k h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-6wmb8k h3,
.bc-game-6wmb8k h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bc-game-6wmb8k h3,
  .bc-game-6wmb8k h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-6wmb8k h4,
.bc-game-6wmb8k h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bc-game-6wmb8k ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bc-game-6wmb8k ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bc-game-6wmb8k ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.bc-game-6wmb8k ul ul {
  margin-bottom: 8px;
}

.bc-game-6wmb8k ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bc-game-6wmb8k ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bc-game-6wmb8k ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bc-game-6wmb8k ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bc-game-6wmb8k ol li::marker {
  font-weight: 700;
}

.bc-game-6wmb8k ol ol {
  margin-bottom: 8px;
}

.bc-game-6wmb8k ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bc-game-6wmb8k ol ul li {
  padding-left: 16px;
}

.bc-game-6wmb8k table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .bc-game-6wmb8k table {
    padding: 24px;
  }
}

.bc-game-6wmb8k table.bc-game-oybiwe {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bc-game-hx3xxq,
    mask-image 0.3s;
}

.bc-game-6wmb8k table.bc-game-oybiwe.bc-game-qt2gvb {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .bc-game-6wmb8k table {
    display: table;
  }
}

.bc-game-6wmb8k table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.bc-game-6wmb8k table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-6wmb8k table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-6wmb8k table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .bc-game-6wmb8k table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bc-game-6wmb8k table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-6wmb8k table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-6wmb8k table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bc-game-6wmb8k img {
  max-width: 100%;
  height: auto;
}

.bc-game-uvrrap {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .bc-game-uvrrap {
    padding: 24px;
  }
}

.bc-game-0se5k8 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .bc-game-0se5k8 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bc-game-0se5k8 > * {
  margin: 0 !important;
}

.bc-game-0se5k8 img,
.bc-game-s1fh46 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-0se5k8 img,
  .bc-game-s1fh46 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-9nwol3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-9nwol3 {
    width: 32px;
    height: 32px;
  }
}

.bc-game-kysf2u {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bc-game-kysf2u .bc-game-aces2l {
  flex-shrink: 0;
}

.bc-game-kysf2u .bc-game-4ebxyk svg {
  display: none;
}

.bc-game-1r50sl {
  display: grid;
  transition: max-height 0.bc-game-hx3xxq ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bc-game-1r50sl {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bc-game-1r50sl {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bc-game-1r50sl.bc-game-gnmgx8 + .bc-game-aces2l svg {
  transform: rotate(180deg);
}

.bc-game-y9wh5f {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bc-game-y9wh5f > div:nth-child(3n) {
  grid-column: span 2;
}

.bc-game-y9wh5f
  > div:nth-child(3n)
  .bc-game-pjb9xz
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bc-game-y9wh5f {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-game-y9wh5f > div:nth-child(3n) {
    grid-column: unset;
  }

  .bc-game-y9wh5f
    > div:nth-child(3n)
    .bc-game-pjb9xz
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bc-game-y9wh5f {
    max-width: 270px;
  }
}

.bc-game-y9wh5f .bc-game-pjb9xz button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bc-game-y9wh5f .bc-game-pjb9xz button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bc-game-y9wh5f .bc-game-pjb9xz button {
    max-width: 104px;
  }
}

.bc-game-39dof1 {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .bc-game-39dof1 {
    margin-bottom: 0;
  }
}

.bc-game-rt2w5o {
  display: none;
  opacity: 0;
}

.bc-game-4wxu63 {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.bc-game-4wxu63 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bc-game-pjb9xz {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bc-game-pjb9xz button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bc-game-pjb9xz
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bc-game-pjb9xz
    button {
    max-width: 145px;
  }
}

.bc-game-scwyat:first-child
  .bc-game-pjb9xz
  button {
  max-width: 270px;
}

.bc-game-m74u1m {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.bc-game-39dof1 picture {
  width: 100%;
  max-width: 100%;
}

.bc-game-d43gni {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.bc-game-d43gni svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bc-game-39dof1:hover .bc-game-d43gni {
  display: flex;
}

.bc-game-zklzhr {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bc-game-tlkykl {
  display: flex;
}

.bc-game-tlkykl:hover .bc-game-ku5mvc,
.bc-game-tlkykl .bc-game-u94pwi .bc-game-ku5mvc {
  display: flex;
}

.bc-game-tlkykl svg {
  flex-shrink: 0;
}

.bc-game-ku5mvc {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .bc-game-ku5mvc {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bc-game-ku5mvc:hover {
  display: flex;
}

.bc-game-ku5mvc svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bc-game-ioosfu {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .bc-game-ioosfu {
    font-size: 12px;
  }
}

.bc-game-j0qkf3,
.bc-game-5iavai {
  width: 50%;
  flex-shrink: 0;
}

.bc-game-j0qkf3 {
  font-weight: 700;
}

.bc-game-gn8jot .bc-game-1r50sl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bc-game-gn8jot .bc-game-1r50sl {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bc-game-gn8jot .bc-game-1r50sl {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bc-game-gn8jot
  .bc-game-m74u1m:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bc-game-gn8jot .bc-game-4wxu63 {
  height: 100% !important;
  border-radius: 16px;
}

.bc-game-gn8jot .bc-game-pjb9xz {
  gap: 4px;
  align-items: center;
}

.bc-game-gn8jot .bc-game-pjb9xz button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-game-gn8jot .bc-game-pjb9xz svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bc-game-gn8jot .bc-game-mafgan,
.bc-game-gn8jot .bc-game-5de869 {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.bc-game-e0ni9f.org/2000/svg'%3E%3Cpath d='M9.bc-game-1dml1u 4.bc-game-vd1exq.bc-game-beld2y 5.bc-game-w2rn1f.bc-game-2jl5pc 5.bc-game-g6fnbd.bc-game-ovwcn3 5.bc-game-2ub01m.bc-game-316lop 8.bc-game-r4a7t9.bc-game-3r18cg 9.bc-game-9kwuai.bc-game-thuwgk 9.bc-game-jk5eas.bc-game-wrs0ge 13.bc-game-2if39b.bc-game-s3zbw3 11.bc-game-h84ado.bc-game-q8j18z 11.bc-game-dpdg3r.bc-game-az4028 11.bc-game-mogi5g.bc-game-rxfwpr 13.bc-game-s1zo9a.bc-game-r8m5qs 9.bc-game-okg5jz.bc-game-vp3ran 9.bc-game-fwrho9.bc-game-bam8bb 8.bc-game-qxdjhk.bc-game-ycoapc 5.bc-game-m8p9dh.bc-game-me5c5t 5.bc-game-hixb50.bc-game-7hegcx 5.bc-game-759v5s.bc-game-8wloh7 4.bc-game-b7hng0.bc-game-q8j18z 1.bc-game-3g53cc.bc-game-1dml1u 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bc-game-gn8jot .bc-game-mafgan {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bc-game-gn8jot .bc-game-5de869 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bc-game-x45pcx {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .bc-game-x45pcx {
    padding: 24px;
  }
}

.bc-game-x45pcx .bc-game-aces2l {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-x45pcx .bc-game-aces2l {
    display: none;
  }
}

.bc-game-x45pcx .bc-game-4ebxyk svg {
  display: none;
}

.bc-game-aba297 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bc-game-aba297 .bc-game-ae1n9w {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-aba297 .bc-game-ae1n9w {
    display: flex;
  }
}

.bc-game-kikx8u {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .bc-game-kikx8u {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-kikx8u > * {
  margin: 0 !important;
}

.bc-game-kikx8u img,
.bc-game-nfz3yl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-kikx8u img,
  .bc-game-nfz3yl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-9l8ait {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-9l8ait {
    width: 32px;
    height: 32px;
  }
}

.bc-game-ckmmrm {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bc-game-ckmmrm {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .bc-game-ckmmrm::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-nqfmw5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bc-game-nqfmw5 {
    padding: 7px 15px;
  }
}

.bc-game-nqfmw5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-qmrlx0 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-qmrlx0 {
    display: flex;
    opacity: 1;
  }
}

.bc-game-nqfmw5 picture {
  height: 100%;
  display: block;
}

.bc-game-nqfmw5 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bc-game-nqfmw5 img {
    width: 88px;
    height: 44px;
  }
}

.bc-game-nqfmw5 p {
  text-align: center;
  width: 100%;
}

.bc-game-utvrl3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .bc-game-utvrl3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-utvrl3 img,
.bc-game-88q3rn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-utvrl3 img,
  .bc-game-88q3rn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-05jjlv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-05jjlv {
    width: 32px;
    height: 32px;
  }
}

.bc-game-943l37 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bc-game-eohl53 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.bc-game-1ui75x {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bc-game-1ui75x.bc-game-u94pwi {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bc-game-lxv9qv {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .bc-game-lxv9qv {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-mgb2l6 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bc-game-pxz6kf {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bc-game-hx3xxq ease;
  opacity: 0;
  color: var(--text-color);
}

.bc-game-hr891s {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bc-game-hr891s ol,
.bc-game-hr891s ul {
  padding-left: 1.3em;
}

.bc-game-1ui75x.bc-game-u94pwi .bc-game-pxz6kf {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bc-game-1ui75x.bc-game-u94pwi .bc-game-mgb2l6 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bc-game-4hcpiz {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .bc-game-4hcpiz {
    padding: 24px;
  }
}

.bc-game-4hcpiz .bc-game-aces2l {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-4hcpiz .bc-game-aces2l {
    display: none;
  }
}

.bc-game-4hcpiz .bc-game-4ebxyk svg {
  display: none;
}

.bc-game-gqq922 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bc-game-gqq922 .bc-game-ae1n9w {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-gqq922 .bc-game-ae1n9w {
    display: flex;
  }
}

.bc-game-2qzbs3 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .bc-game-2qzbs3 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-2qzbs3 > * {
  margin: 0 !important;
}

.bc-game-2qzbs3 img,
.bc-game-xw0z9i {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-2qzbs3 img,
  .bc-game-xw0z9i {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-2i69ll {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-2i69ll {
    width: 32px;
    height: 32px;
  }
}

.bc-game-adrnog {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bc-game-adrnog {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .bc-game-adrnog::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-wvzj7f {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bc-game-wvzj7f:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-neszcu {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-neszcu {
    display: flex;
    opacity: 1;
  }
}

.bc-game-wvzj7f picture {
  width: auto;
  height: 100%;
  display: block;
}

.bc-game-wvzj7f picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bc-game-a78xf7 {
  margin: -24px 0;
}

.bc-game-a78xf7:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bc-game-a78xf7 {
    margin: -16px 0;
  }
}

.bc-game-dslm7d {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bc-game-dslm7d {
    flex-direction: row;
  }
}

.bc-game-0b8zh4 {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .bc-game-0b8zh4 {
    flex: 1;
  }
}

.bc-game-0b8zh4::placeholder {
  color: var(--Text-400);
}

.bc-game-2z2msx {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.bc-game-3vpv1g {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bc-game-3vpv1g::-webkit-scrollbar {
  display: none;
}

.bc-game-lhb1vr {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.bc-game-lhb1vr img,
.bc-game-lhb1vr svg {
  margin-right: 8px;
}

.bc-game-uisq7q {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bc-game-a78xf7 + .bc-game-1dh2kn {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bc-game-a78xf7 + .bc-game-1dh2kn {
    margin-top: -16px;
  }
}

.bc-game-e2n693 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bc-game-e2n693 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bc-game-e2n693 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bc-game-wzhamm {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.bc-game-icynxu {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.bc-game-ukzf2t {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bc-game-97wyla {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bc-game-bxi472 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bc-game-wzhamm button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.bc-game-wzhamm button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .bc-game-wzhamm {
    padding: 39px 179px 39px 39px;
  }

  .bc-game-icynxu {
    font-size: 40px;
    line-height: 48px;
  }

  .bc-game-bxi472 {
    height: 348px;
  }

  .bc-game-wzhamm button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bc-game-wzhamm button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-wzhamm {
    padding: 63px;
  }
}

.bc-game-tw5568 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bc-game-tw5568 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bc-game-77v5cs {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-77v5cs {
    width: auto;
  }
}

.bc-game-jxlv8a {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.bc-game-jxlv8a::-webkit-scrollbar {
  display: none;
}

.bc-game-jxlv8a a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.bc-game-jxlv8a a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-jxlv8a {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bc-game-tw5568 .bc-game-w6s9p6 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bc-game-hx3xxq,
    mask-image 0.3s;
}

.bc-game-tw5568 .bc-game-w6s9p6.bc-game-qt2gvb {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bc-game-bym0om {
  margin: 40px -16px;
}

.bc-game-dvuyfa + .bc-game-x6tp0w,
.bc-game-dvuyfa + .bc-game-0yoev0 {
  margin-top: 24px;
}

.bc-game-jf8c8g {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bc-game-jf8c8g picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bc-game-tft2zv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bc-game-tft2zv {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bc-game-tft2zv {
    margin-top: 0;
  }
}

.bc-game-3zmd6v {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-3zmd6v {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-obu2wp {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .bc-game-obu2wp {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bc-game-hu60fo {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .bc-game-hu60fo {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bc-game-gxcj8h {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .bc-game-gxcj8h {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-ajv0wy {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-ajv0wy {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-zca6hk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.bc-game-sjdqnc {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bc-game-sjdqnc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bc-game-1dh2kn {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bc-game-iuw5wg {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .bc-game-iuw5wg {
    padding: 15px 48px;
  }
}

main > .bc-game-1dh2kn {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bc-game-1r50sl.bc-game-5uw5cp > div:nth-child(n+5) {
    display: none;
  }
}

.bc-game-6wmb8k p a img {
  display: block;
  margin: 0 auto;
}


.bc-game-m5vekg {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.bc-game-zmckai {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.bc-game-zmckai label {
  font-size: 14px;
}

.bc-game-zmckai h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bc-game-zmckai input,
.bc-game-zmckai textarea,
.bc-game-zmckai button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.bc-game-zmckai button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bc-game-icuycx ease;
}
.bc-game-zmckai button:hover {
  background-color: var(--button-bg-hover);
}
.bc-game-8juayj {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bc-game-s7fen0 ease-in;
}

.bc-game-8juayj h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.bc-game-qhwa4p, .bc-game-nkvz0b, [class*="review-card"],
thead, thead th, table th, .bc-game-xyg0v6,
.bc-game-035uaf, [class*="collapsible-header"],
.bc-game-3as37d, [class*="updated-block"] {
  color: #ece7dc !important;
}
