* {
  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-i1ctwr {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-i1ctwr {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-i1ctwr {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bc-game-odo96k {
  overflow: hidden;
}

.bc-game-eecsey img {
  background: var(--Neutral-300);
}

.bc-game-81osiq {
  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-oq41x8 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bc-game-oq41x8:hover {
  background: var(--button-bg-hover);
}

.bc-game-hanhej {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bc-game-hanhej:hover {
  background: var(--button-bg-hover);
}

.bc-game-10z7qq {
  font-size: 12px;
  line-height: 18px;
}

.bc-game-eutv3o {
  font-size: 18px;
  line-height: 26px;
}

.bc-game-uuis3h {
  width: 100%;
}

.bc-game-ka707a {
  padding: 6px 16px;
}

.bc-game-tejtv1 {
  padding: 10px 16px;
}

.bc-game-idg3yo {
  padding: 15px 26px;
}

.bc-game-3z4yho {
  flex-shrink: 0;
}

.bc-game-31h52r {
  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-6ehlnp {
  display: none;
}

.bc-game-rvh9hf {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bc-game-n1h5ri {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bc-game-3wz0rg {
  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-frwnok {
  cursor: grab;
}

.bc-game-3wz0rg::-webkit-scrollbar {
  display: none;
}

.bc-game-h5beka {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bc-game-1sue6s {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bc-game-60qnw2 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bc-game-og88yq {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bc-game-7epwt8 {
  visibility: visible;
}

.bc-game-yc0be7 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bc-game-z25wsb ease;
}

.bc-game-o1rxgj {
  background-color: var(--Primary-200);
  width: 16px;
}

.bc-game-nwroej {
  -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-z25wsb,
    mask-image 0.3s;
}

.bc-game-nwroej.bc-game-wsrfxo {
  -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-ubp22u: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-60oc4y {
  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-eehahh.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-eehahh.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-vrm52r {
  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-vrm52r::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-xvspuy {
  position: relative;
  z-index: 1;
}

.bc-game-kwz8jz {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bc-game-x7yuhj {
  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-y16il8 {
  font-size: 40px;
  line-height: 48px;
}

.bc-game-jb7xxw {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bc-game-ogkapn {
  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-ogkapn:hover {
  background: var(--Primary-400);
}

.bc-game-ogkapn svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bc-game-ubp22u 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-vrm52r {
    max-width: 600px;
    padding: 64px;
  }

  .bc-game-kwz8jz {
    font-size: 24px;
    line-height: 32px;
  }

  .bc-game-x7yuhj {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bc-game-y16il8 {
    font-size: 50px;
    line-height: 56px;
  }

  .bc-game-jb7xxw {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bc-game-60oc4y {
    top: 25px;
    right: 25px;
  }
}

.bc-game-asca4p,
.bc-game-0c8p9r {
  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-scgcqd.bc-game-j296z8::before,
.bc-game-0c8p9r::before,
.bc-game-qb5ev8::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-eehahh.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bc-game-qay0hc 14.bc-game-695n5h.bc-game-6to1fi 14.bc-game-tvkiy4 15.bc-game-hc61os 14.bc-game-o6wlfg 15.bc-game-ll9vmi 14.bc-game-zgslvu.bc-game-nt8b75 14.bc-game-4d0ikj 19.bc-game-kk3xv8 12.bc-game-843m41 19.bc-game-kk3xv8 10.bc-game-uj7dff.bc-game-kk3xv8 8.bc-game-cm2uon 17.bc-game-1xqknp 7.bc-game-9qebc9 15.bc-game-nqu9aa 7.bc-game-077hir.bc-game-3sja48 7.bc-game-9qebc9 11.bc-game-njf71q 8.bc-game-cm2uon 11.bc-game-njf71q 10.bc-game-w741dk.bc-game-njf71q 12.bc-game-syzbv6 13.bc-game-q7c1et 14.bc-game-n84rk8 15.bc-game-b5dzzf 14.bc-game-jhomjp.bc-game-f15b5b 14.bc-game-vrfh6o 15.bc-game-f21aur 14.bc-game-ce5s4p 15.bc-game-nkv98l 14.bc-game-pydeur.bc-game-qay0hc 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bc-game-5j6bdu 15.bc-game-hy31kp.bc-game-204fbi 15.bc-game-iry2q3 15.bc-game-brfawg 15.bc-game-pucihr 15.bc-game-0tk86d 15.bc-game-jv7ft4.bc-game-iipuda 15.bc-game-pucihr 15.bc-game-8y6pzk 15.bc-game-2byx2q 15.bc-game-ix7cv9 15.bc-game-p4cwcr.bc-game-xxiuou 15.bc-game-0h54kp 7.bc-game-rsy5mb 18.bc-game-ktmm2t 7.bc-game-ztkmji 23.bc-game-j2ujdc.bc-game-ixg0hj.bc-game-o7p4ir 18.bc-game-prpez6 19.bc-game-d342p0 15.bc-game-u3wif3 15.bc-game-5j6bdu 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-strqsm [type="submit"] *,
.bc-game-j9wp7y button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bc-game-dmeuf7 {
    display: none;
  }
}

.bc-game-10ehnv {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bc-game-10ehnv {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-10ehnv {
    bottom: 22px;
  }
}

.bc-game-10ehnv input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bc-game-10ehnv {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bc-game-s1xv46.static) .bc-game-10ehnv {
    bottom: 8px;
  }
}

.bc-game-d39lsb {
  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-eehahh.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bc-game-nysg7a 3.bc-game-53nd7k.bc-game-juxa0z.bc-game-rjjnnj 3.bc-game-9nfv2l 3.bc-game-09tev8 5.bc-game-apnzwc 3.bc-game-09tev8 8.bc-game-2dw0d6.bc-game-6hmqlg.bc-game-09tev8 26.bc-game-f5jji2 5.bc-game-o2a3uq 28.bc-game-rjxpqs 8.bc-game-c22sy9 28.bc-game-1xrbw2.bc-game-cgf4gv 28.bc-game-wocp20.bc-game-sghv8b 34.bc-game-ekh4p1.bc-game-v9ebik 36.bc-game-zjb1ni 11.bc-game-vvizbn 37.bc-game-c3f2iq 12.bc-game-2eshsm 36.bc-game-fq6p1i.bc-game-5gku7p 28.bc-game-h1aaam.bc-game-adztan.bc-game-1wsh01 28.bc-game-t53ilr 36.bc-game-tqi1sn 26.bc-game-r4040u 36.bc-game-tqi1sn 23.bc-game-23zgow.bc-game-wd9uqv.bc-game-tqi1sn 5.bc-game-0jc7g9 34.bc-game-4mwtbz 3.bc-game-9nfv2l 31.bc-game-nysg7a 3.bc-game-j7czpr.bc-game-5xoxv2 18.bc-game-0abe06.bc-game-hc48cs 18.bc-game-pbhtin 8.bc-game-kv6i2p 17.bc-game-xy9i5m 8.bc-game-kv6i2p 15.bc-game-l35cuv.bc-game-kv6i2p 14.bc-game-3dgpu6 9.bc-game-hc48cs 13.bc-game-0xdaha 11.bc-game-5xoxv2 13.bc-game-yb80xq.bc-game-it51vs 13.bc-game-0xdaha 13.bc-game-82r82g 14.bc-game-3dgpu6 13.bc-game-82r82g 15.bc-game-kiyy0c.bc-game-82r82g 17.bc-game-xy9i5m 12.bc-game-it51vs 18.bc-game-pbhtin 11.bc-game-5xoxv2 18.bc-game-raevi5.bc-game-c7v3yr 18.bc-game-zdbmje.bc-game-gw3vnl 18.bc-game-pbhtin 17.bc-game-d4t4hq 17.bc-game-xy9i5m 17.bc-game-d4t4hq 15.bc-game-zfqok6.bc-game-d4t4hq 14.bc-game-3dgpu6 18.bc-game-gw3vnl 13.bc-game-0xdaha 20.bc-game-c7v3yr 13.bc-game-q79ufk.bc-game-lcn4pp 13.bc-game-0xdaha 22.bc-game-26m1qi 14.bc-game-3dgpu6 22.bc-game-26m1qi 15.bc-game-l4jjbg.bc-game-388alx 17.bc-game-xy9i5m 21.bc-game-lcn4pp 18.bc-game-pbhtin 20.bc-game-c7v3yr 18.bc-game-e1dp3t.bc-game-qmrtme 18.bc-game-o8g6rv.bc-game-h1fpyj 18.bc-game-pbhtin 26.bc-game-c9ghld 17.bc-game-xy9i5m 26.bc-game-c9ghld 15.bc-game-f8dgtq.bc-game-c9ghld 14.bc-game-3dgpu6 27.bc-game-h1fpyj 13.bc-game-0xdaha 28.bc-game-qmrtme 13.bc-game-p7eqai.bc-game-sheco6 13.bc-game-0xdaha 31.bc-game-ycsdok 14.bc-game-3dgpu6 31.bc-game-ycsdok 15.bc-game-ayht1v.bc-game-c9ghld 17.bc-game-xy9i5m 30.bc-game-sheco6 18.bc-game-pbhtin 28.bc-game-qmrtme 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-d39lsb {
    display: none;
  }
}

.bc-game-wzmd1l {
  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-wzmd1l {
    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-j9wp7y {
  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-j9wp7y {
    padding: 14px 16px;
  }
}

.bc-game-j9wp7y button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bc-game-j9wp7y button:first-child {
  align-content: end;
}

.bc-game-j9wp7y button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bc-game-j9wp7y
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-j9wp7y
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bc-game-j9wp7y button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bc-game-j9wp7y button:last-child svg {
  width: 38px;
  height: 38px;
}

.bc-game-qb5ev8 {
  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-qb5ev8::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bc-game-qb5ev8,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-qb5ev8 {
  opacity: 1;
  visibility: visible;
}

.bc-game-vj9m3v {
  flex: 1 1;
}

.bc-game-5uil58 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-5uil58 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bc-game-h6ykhp {
  display: block;
}

.bc-game-vax05n {
  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-vax05n {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-0c8p9r {
  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-0c8p9r::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bc-game-0od2c4 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bc-game-0od2c4 p {
  color: var(--Text-100);
}

.bc-game-0c8p9r .bc-game-l4sx5a {
  grid-area: button;
}

.bc-game-0c8p9r .bc-game-l4sx5a::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-eehahh.org/2000/svg'%3E%3Cpath d='M4.bc-game-x61th0 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-lrl212 15L16.bc-game-lrl212 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-lrl212 5L16.bc-game-lrl212 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-noj5qk {
  display: block;
}

.bc-game-d78w3t {
  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-d78w3t {
    margin-top: 40px;
  }
}

.bc-game-asca4p label,
.bc-game-asca4p input {
  display: block;
  width: 100%;
}

.bc-game-asca4p label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bc-game-asca4p label.bc-game-1jq11t input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bc-game-asca4p label.bc-game-1jq11t::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-asca4p 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-asca4p input::placeholder {
  color: var(--Text-400);
}

.bc-game-ttjucb {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bc-game-ttjucb {
  display: flex;
}

.bc-game-ttjucb ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bc-game-ttjucb ol {
    height: 420px;
    padding: 24px;
  }
}

.bc-game-ttjucb ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bc-game-strqsm {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-strqsm {
    padding: 0 24px 24px;
  }
}

.bc-game-strqsm 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-strqsm input::placeholder {
  color: var(--Text-400);
}

.bc-game-strqsm [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bc-game-strqsm [type="submit"]:disabled {
  opacity: 0.5;
}

.bc-game-strqsm [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bc-game-strqsm [type="submit"] {
    right: 40px;
  }
}

.bc-game-scgcqd {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bc-game-scgcqd.bc-game-j296z8 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bc-game-scgcqd.bc-game-j296z8::before {
  content: "";
  width: 31px;
}

.bc-game-scgcqd.bc-game-j296z8 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bc-game-scgcqd.bc-game-47hzei p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bc-game-scgcqd 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-10ehnv .bc-game-l4sx5a {
  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-dmeuf7 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bc-game-dmeuf7 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bc-game-dmeuf7 {
    padding: 18px 0;
  }
}

.bc-game-dmeuf7 .bc-game-i1ctwr {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bc-game-dmeuf7 .bc-game-i1ctwr {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bc-game-qwt5m0 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bc-game-qwt5m0 {
    max-width: 160px;
    height: 40px;
  }
}

.bc-game-qwt5m0 picture,
.bc-game-qwt5m0 img {
  display: block;
  width: 100%;
  height: 100%;
}

.bc-game-qwt5m0 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bc-game-14tkmk {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bc-game-z25wsb ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bc-game-dmeuf7.bc-game-4azj8h .bc-game-14tkmk {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bc-game-14tkmk {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bc-game-14tkmk {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bc-game-ngtjkb,
.bc-game-r42ee5 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bc-game-ngtjkb,
  .bc-game-r42ee5 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bc-game-r42ee5 {
    display: none;
  }
}

.bc-game-1p0hu2 {
  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-4azj8h .bc-game-1p0hu2 {
  background: var(--fh-bg-color);
}

.bc-game-1p0hu2 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bc-game-1p0hu2 {
    display: none;
  }
}

.bc-game-bypf0m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bc-game-bypf0m {
    display: none;
  }
}

.bc-game-eerstr {
  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-dmeuf7.bc-game-4azj8h .bc-game-eerstr:first-child {
  display: none;
}

.bc-game-dmeuf7.bc-game-4azj8h .bc-game-eerstr:last-child {
  display: block;
}

.bc-game-eerstr:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bc-game-eerstr {
    display: none;
  }
}

.bc-game-qzdn6n {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-qzdn6n {
    display: flex;
  }
}

.bc-game-qzdn6n ul {
  max-height: 350px;
  overflow-y: auto;
}

.bc-game-qzdn6n:hover ul {
  visibility: visible;
  opacity: 1;
}

.bc-game-qzdn6n:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bc-game-qzdn6n:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bc-game-qzdn6n:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bc-game-qzdn6n:hover .bc-game-8p6zj2 svg {
  transform: rotate(180deg);
}

.bc-game-ary18c {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bc-game-shf9mz {
  padding: 0 8px;
}

.bc-game-24apmt {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bc-game-24apmt:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bc-game-24apmt {
    padding: 4px 8px;
  }
}

.bc-game-579lpj {
  display: flex;
}

.bc-game-579lpj img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bc-game-8p6zj2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bc-game-8p6zj2 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bc-game-bpxc8h {
  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-bpxc8h {
    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-ot1fxr {
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-ot1fxr {
    display: none;
  }
}

.bc-game-3rejio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bc-game-qvt2hl {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bc-game-gn6zf9 {
  display: flex;
}

.bc-game-26zx88 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bc-game-dv2p0m {
  list-style: none;
}

@media (max-width: 1199px) {
  .bc-game-dv2p0m {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bc-game-dv2p0m {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bc-game-dv2p0m .bc-game-cfv6l2 [data-ref-el],
  .bc-game-dv2p0m .bc-game-cfv6l2 span,
  .bc-game-dv2p0m .bc-game-cfv6l2 a {
    white-space: nowrap;
  }
}

.bc-game-bdm26s {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bc-game-bdm26s.bc-game-bnqjjj > .bc-game-cfv6l2 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bc-game-bdm26s.bc-game-o0x5zz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bc-game-bdm26s.bc-game-bnqjjj > .bc-game-88n83w {
    height: auto;
  }

  .bc-game-bdm26s.bc-game-bnqjjj > div > .bc-game-ewbs2h {
    transform: rotate(180deg);
  }
}

.bc-game-bdm26s [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bc-game-bdm26s [data-ref-el],
.bc-game-bdm26s span {
  cursor: pointer;
}

.bc-game-bdm26s [data-ref-el],
.bc-game-bdm26s span,
.bc-game-bdm26s 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-bdm26s [data-ref-el],
  .bc-game-bdm26s span,
  .bc-game-bdm26s a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bc-game-bdm26s [data-ref-el],
  .bc-game-bdm26s span,
  .bc-game-bdm26s a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bc-game-88n83w {
  height: 0;
  overflow: hidden;
  transition: height 0.bc-game-z25wsb ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bc-game-88n83w::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bc-game-88n83w::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bc-game-88n83w::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bc-game-88n83w {
    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-88n83w:has(> .bc-game-bdm26s.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bc-game-88n83w .bc-game-88n83w {
    padding: 0;
  }

  .bc-game-88n83w .bc-game-bdm26s {
    font-weight: 400;
  }

  .bc-game-88n83w .bc-game-bdm26s:hover > .bc-game-cfv6l2 {
    background: var(--Neutral-300);
  }

  .bc-game-88n83w .bc-game-ewbs2h {
    rotate: -90deg;
  }
}

.bc-game-cfv6l2 {
  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-cfv6l2 {
    padding: 8px;
  }

  .bc-game-bdm26s.bc-game-xv2x2o > .bc-game-cfv6l2 {
    background: var(--Neutral-300);
  }
}

.bc-game-ewbs2h {
  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-eehahh.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bc-game-8vyzd7 0.bc-game-77kumx.bc-game-4r7dag -0.bc-game-s96zmr 0.bc-game-vlzm1e -0.bc-game-s96zmr 1.bc-game-3i1xal 0.bc-game-rfjkd7.bc-game-sre4wy 4.bc-game-f2ucmk.bc-game-8vyzd7 0.bc-game-mkzzzp.bc-game-txy034 -0.bc-game-s96zmr 9.bc-game-x95rkh -0.bc-game-s96zmr 10.bc-game-5lqy55 0.bc-game-cka2mi.bc-game-z5mwk3 0.bc-game-4r7dag 10.bc-game-z5mwk3 0.bc-game-vlzm1e 10.bc-game-5lqy55 1.bc-game-kzmfas.bc-game-mol1b5 5.bc-game-ag3lnk.bc-game-a2h9kx 6.bc-game-tcuvet 5.bc-game-gxesza 6.bc-game-tcuvet 4.bc-game-ppwj1k 5.bc-game-edi3zb.bc-game-8vyzd7 1.bc-game-9mbvk1.bc-game-s96zmr 0.bc-game-vlzm1e -0.bc-game-s96zmr 0.bc-game-4r7dag 0.bc-game-8vyzd7 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bc-game-z25wsb ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-ewbs2h {
    cursor: default;
  }
}

.bc-game-jbid0t {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bc-game-t7a87d {
  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-t7a87d {
    padding: 40px 4px;
  }
}

.bc-game-4terr0 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bc-game-4terr0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bc-game-8lvpbo {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bc-game-8lvpbo {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bc-game-8lvpbo ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bc-game-8lvpbo [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bc-game-8lvpbo [data-ref-el],
.bc-game-8lvpbo span,
.bc-game-8lvpbo a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bc-game-iu1y28 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-iu1y28 {
    margin-bottom: 12px;
  }
}

.bc-game-artnei {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bc-game-artnei img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bc-game-artnei:last-child {
    margin-right: 0;
  }
}

.bc-game-6jak45 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-iu1y28:hover .bc-game-lmmfqc {
  visibility: visible;
  opacity: 1;
}

.bc-game-lmmfqc {
  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-6ckdf6 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bc-game-lr8vxh {
  display: flex;
  margin: 6px;
}

.bc-game-lr8vxh img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bc-game-lmmfqc::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-lmmfqc::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-f1rdsq {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-f1rdsq {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bc-game-7uuq4q {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bc-game-7uuq4q {
    margin-right: 32px;
  }
}

.bc-game-vksjtv {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-vksjtv {
    margin-top: 0;
    width: 340px;
  }
}

.bc-game-vksjtv a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-ew663z {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bc-game-y6p4m2 {
  position: relative;
}

@media (min-width: 768px) {
  .bc-game-y6p4m2 {
    margin-top: 40px;
  }
}

.bc-game-y6p4m2 + .bc-game-f98c5g,
.bc-game-y6p4m2 + .bc-game-y6p4m2 {
  margin-top: 24px;
}

.bc-game-sxry0e {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bc-game-sxry0e {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-sxry0e {
    padding: 80px;
  }
}

.bc-game-3iuyvw {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bc-game-3iuyvw {
    padding: 0 16px;
}


}

.bc-game-na7xrx {
  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-na7xrx {
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-gi3jcv {
  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-gi3jcv {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-c8bpqo {
  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-c8bpqo:hover {
  background: var(--button-bg-hover);
}

.bc-game-nt6goz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bc-game-nt6goz img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bc-game-nt6goz img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bc-game-nt6goz img {
  min-height: 100%;
  }
}

.bc-game-sxry0e::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bc-game-1zou3o {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bc-game-1zou3o h1,
.bc-game-1zou3o h2,
.bc-game-1zou3o h3,
.bc-game-1zou3o h4 {
  margin-bottom: 6px;
}

.bc-game-1zou3o h1:not(:first-child),
.bc-game-1zou3o h2:not(:first-child),
.bc-game-1zou3o h3:not(:first-child),
.bc-game-1zou3o h4:not(:first-child) {
  margin-top: 16px;
}

.bc-game-1zou3o h1,
.bc-game-1zou3o h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bc-game-1zou3o h1,
  .bc-game-1zou3o h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bc-game-1zou3o h2,
.bc-game-1zou3o h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bc-game-1zou3o h2,
  .bc-game-1zou3o h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-1zou3o h3,
.bc-game-1zou3o h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bc-game-1zou3o h3,
  .bc-game-1zou3o h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-1zou3o h4,
.bc-game-1zou3o h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bc-game-1zou3o ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bc-game-1zou3o ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bc-game-1zou3o 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-1zou3o ul ul {
  margin-bottom: 8px;
}

.bc-game-1zou3o ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bc-game-1zou3o ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bc-game-1zou3o ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bc-game-1zou3o ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bc-game-1zou3o ol li::marker {
  font-weight: 700;
}

.bc-game-1zou3o ol ol {
  margin-bottom: 8px;
}

.bc-game-1zou3o ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bc-game-1zou3o ol ul li {
  padding-left: 16px;
}

.bc-game-1zou3o 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-1zou3o table {
    padding: 24px;
  }
}

.bc-game-1zou3o table.bc-game-ysuzpi {
  -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-z25wsb,
    mask-image 0.3s;
}

.bc-game-1zou3o table.bc-game-ysuzpi.bc-game-wsrfxo {
  -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-1zou3o table {
    display: table;
  }
}

.bc-game-1zou3o 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-1zou3o table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-1zou3o table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-1zou3o 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-1zou3o table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bc-game-1zou3o table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-1zou3o table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-1zou3o table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bc-game-1zou3o img {
  max-width: 100%;
  height: auto;
}

.bc-game-s9gqdd {
  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-s9gqdd {
    padding: 24px;
  }
}

.bc-game-3ajm7c {
  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-3ajm7c {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bc-game-3ajm7c > * {
  margin: 0 !important;
}

.bc-game-3ajm7c img,
.bc-game-kw4k1n {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-3ajm7c img,
  .bc-game-kw4k1n {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-ga26o9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-ga26o9 {
    width: 32px;
    height: 32px;
  }
}

.bc-game-99r4y4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bc-game-99r4y4 .bc-game-bv1fa7 {
  flex-shrink: 0;
}

.bc-game-99r4y4 .bc-game-5m4z7z svg {
  display: none;
}

.bc-game-esho6s {
  display: grid;
  transition: max-height 0.bc-game-z25wsb ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bc-game-esho6s {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bc-game-esho6s {
    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-esho6s.bc-game-1m7zdn + .bc-game-bv1fa7 svg {
  transform: rotate(180deg);
}

.bc-game-8nsrza {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bc-game-8nsrza > div:nth-child(3n) {
  grid-column: span 2;
}

.bc-game-8nsrza
  > div:nth-child(3n)
  .bc-game-7fpu7a
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bc-game-8nsrza {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-game-8nsrza > div:nth-child(3n) {
    grid-column: unset;
  }

  .bc-game-8nsrza
    > div:nth-child(3n)
    .bc-game-7fpu7a
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bc-game-8nsrza {
    max-width: 270px;
  }
}

.bc-game-8nsrza .bc-game-7fpu7a button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bc-game-8nsrza .bc-game-7fpu7a button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bc-game-8nsrza .bc-game-7fpu7a button {
    max-width: 104px;
  }
}

.bc-game-8fgw3f {
  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-8fgw3f {
    margin-bottom: 0;
  }
}

.bc-game-9w2z6m {
  display: none;
  opacity: 0;
}

.bc-game-kml6tu {
  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-kml6tu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bc-game-7fpu7a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bc-game-7fpu7a 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-7fpu7a
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bc-game-7fpu7a
    button {
    max-width: 145px;
  }
}

.bc-game-6li414:first-child
  .bc-game-7fpu7a
  button {
  max-width: 270px;
}

.bc-game-hnfnqy {
  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-8fgw3f picture {
  width: 100%;
  max-width: 100%;
}

.bc-game-zok0hi {
  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-zok0hi svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bc-game-8fgw3f:hover .bc-game-zok0hi {
  display: flex;
}

.bc-game-gnl624 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bc-game-gaveoj {
  display: flex;
}

.bc-game-gaveoj:hover .bc-game-9m3gcl,
.bc-game-gaveoj .bc-game-xv2x2o .bc-game-9m3gcl {
  display: flex;
}

.bc-game-gaveoj svg {
  flex-shrink: 0;
}

.bc-game-9m3gcl {
  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-9m3gcl {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bc-game-9m3gcl:hover {
  display: flex;
}

.bc-game-9m3gcl svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bc-game-xzia6v {
  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-xzia6v {
    font-size: 12px;
  }
}

.bc-game-ttzcy2,
.bc-game-qawfu3 {
  width: 50%;
  flex-shrink: 0;
}

.bc-game-ttzcy2 {
  font-weight: 700;
}

.bc-game-nq5aab .bc-game-esho6s {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bc-game-nq5aab .bc-game-esho6s {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bc-game-nq5aab .bc-game-esho6s {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bc-game-nq5aab
  .bc-game-hnfnqy:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bc-game-nq5aab .bc-game-kml6tu {
  height: 100% !important;
  border-radius: 16px;
}

.bc-game-nq5aab .bc-game-7fpu7a {
  gap: 4px;
  align-items: center;
}

.bc-game-nq5aab .bc-game-7fpu7a button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-game-nq5aab .bc-game-7fpu7a svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bc-game-nq5aab .bc-game-n3e4m2,
.bc-game-nq5aab .bc-game-thd6eg {
  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-eehahh.org/2000/svg'%3E%3Cpath d='M9.bc-game-zsev7v 4.bc-game-tzljh3.bc-game-wseizc 5.bc-game-jngsv8.bc-game-rz9mvx 5.bc-game-jq9ee8.bc-game-ibcjot 5.bc-game-mdz88o.bc-game-1ibj0r 8.bc-game-sqr4zz.bc-game-x88rte 9.bc-game-xowxba.bc-game-8gcujb 9.bc-game-4ifttz.bc-game-4qmqny 13.bc-game-tuwne0.bc-game-nw6509 11.bc-game-ze3v3q.bc-game-bmm2hz 11.bc-game-iey8os.bc-game-3uldqu 11.bc-game-su0g5p.bc-game-2y1hcs 13.bc-game-vujte3.bc-game-0r1nxa 9.bc-game-u0j3oj.bc-game-5dwugj 9.bc-game-3hw0sp.bc-game-hg7yqo 8.bc-game-olgzvl.bc-game-gd3p8l 5.bc-game-26fdt1.bc-game-ibrel4 5.bc-game-oywj00.bc-game-kbvyqy 5.bc-game-3cpt3j.bc-game-mp7jd8 4.bc-game-zn5ma9.bc-game-bmm2hz 1.bc-game-ow41no.bc-game-zsev7v 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bc-game-nq5aab .bc-game-n3e4m2 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bc-game-nq5aab .bc-game-thd6eg {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bc-game-qd4zkq {
  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-qd4zkq {
    padding: 24px;
  }
}

.bc-game-qd4zkq .bc-game-bv1fa7 {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-qd4zkq .bc-game-bv1fa7 {
    display: none;
  }
}

.bc-game-qd4zkq .bc-game-5m4z7z svg {
  display: none;
}

.bc-game-jwkvcn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bc-game-jwkvcn .bc-game-81osiq {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-jwkvcn .bc-game-81osiq {
    display: flex;
  }
}

.bc-game-0vmya7 {
  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-0vmya7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-0vmya7 > * {
  margin: 0 !important;
}

.bc-game-0vmya7 img,
.bc-game-3bhulb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-0vmya7 img,
  .bc-game-3bhulb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-d6tfpp {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-d6tfpp {
    width: 32px;
    height: 32px;
  }
}

.bc-game-8xblks {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bc-game-8xblks {
    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-8xblks::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-ni8nbs {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bc-game-ni8nbs {
    padding: 7px 15px;
  }
}

.bc-game-ni8nbs:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-6b0iko {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-6b0iko {
    display: flex;
    opacity: 1;
  }
}

.bc-game-ni8nbs picture {
  height: 100%;
  display: block;
}

.bc-game-ni8nbs img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bc-game-ni8nbs img {
    width: 88px;
    height: 44px;
  }
}

.bc-game-ni8nbs p {
  text-align: center;
  width: 100%;
}

.bc-game-522gq1 {
  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-522gq1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-522gq1 img,
.bc-game-p9t3c3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-522gq1 img,
  .bc-game-p9t3c3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-oaspyg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-oaspyg {
    width: 32px;
    height: 32px;
  }
}

.bc-game-8rlkqv {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bc-game-q8yg2h {
  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-8dwtsr {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bc-game-8dwtsr.bc-game-xv2x2o {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bc-game-35lsnb {
  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-35lsnb {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-u4dmw2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bc-game-wsntu7 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bc-game-z25wsb ease;
  opacity: 0;
  color: var(--text-color);
}

.bc-game-pluoek {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bc-game-pluoek ol,
.bc-game-pluoek ul {
  padding-left: 1.3em;
}

.bc-game-8dwtsr.bc-game-xv2x2o .bc-game-wsntu7 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bc-game-8dwtsr.bc-game-xv2x2o .bc-game-u4dmw2 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bc-game-he4jt4 {
  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-he4jt4 {
    padding: 24px;
  }
}

.bc-game-he4jt4 .bc-game-bv1fa7 {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-he4jt4 .bc-game-bv1fa7 {
    display: none;
  }
}

.bc-game-he4jt4 .bc-game-5m4z7z svg {
  display: none;
}

.bc-game-fkbthc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bc-game-fkbthc .bc-game-81osiq {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-fkbthc .bc-game-81osiq {
    display: flex;
  }
}

.bc-game-jzhutu {
  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-jzhutu {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-jzhutu > * {
  margin: 0 !important;
}

.bc-game-jzhutu img,
.bc-game-voyi68 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-jzhutu img,
  .bc-game-voyi68 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-40nd4l {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-40nd4l {
    width: 32px;
    height: 32px;
  }
}

.bc-game-e09xfr {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bc-game-e09xfr {
    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-e09xfr::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-rjtlis {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bc-game-rjtlis:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-ierzfe {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-ierzfe {
    display: flex;
    opacity: 1;
  }
}

.bc-game-rjtlis picture {
  width: auto;
  height: 100%;
  display: block;
}

.bc-game-rjtlis picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bc-game-nzpkoz {
  margin: -24px 0;
}

.bc-game-nzpkoz:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bc-game-nzpkoz {
    margin: -16px 0;
  }
}

.bc-game-yibzq5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bc-game-yibzq5 {
    flex-direction: row;
  }
}

.bc-game-rj21z7 {
  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-rj21z7 {
    flex: 1;
  }
}

.bc-game-rj21z7::placeholder {
  color: var(--Text-400);
}

.bc-game-b1n6ca {
  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-b999qz {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bc-game-b999qz::-webkit-scrollbar {
  display: none;
}

.bc-game-f3cg46 {
  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-f3cg46 img,
.bc-game-f3cg46 svg {
  margin-right: 8px;
}

.bc-game-f9nai4 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bc-game-nzpkoz + .bc-game-kxem6u {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bc-game-nzpkoz + .bc-game-kxem6u {
    margin-top: -16px;
  }
}

.bc-game-c8arj8 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bc-game-c8arj8 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bc-game-c8arj8 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bc-game-813kr6 {
  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-e87vgo {
  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-fa5e09 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bc-game-omrny0 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bc-game-2stblr {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bc-game-813kr6 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-813kr6 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-813kr6 {
    padding: 39px 179px 39px 39px;
  }

  .bc-game-e87vgo {
    font-size: 40px;
    line-height: 48px;
  }

  .bc-game-2stblr {
    height: 348px;
  }

  .bc-game-813kr6 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bc-game-813kr6 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-813kr6 {
    padding: 63px;
  }
}

.bc-game-ueucs8 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bc-game-ueucs8 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bc-game-r2kat4 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-r2kat4 {
    width: auto;
  }
}

.bc-game-ticu8f {
  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-ticu8f::-webkit-scrollbar {
  display: none;
}

.bc-game-ticu8f 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-ticu8f a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-ticu8f {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bc-game-ueucs8 .bc-game-ptrym0 {
  -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-z25wsb,
    mask-image 0.3s;
}

.bc-game-ueucs8 .bc-game-ptrym0.bc-game-wsrfxo {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bc-game-pe7bhc {
  margin: 40px -16px;
}

.bc-game-yt4wxp + .bc-game-f98c5g,
.bc-game-yt4wxp + .bc-game-y6p4m2 {
  margin-top: 24px;
}

.bc-game-kvlesn {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bc-game-kvlesn picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bc-game-hymct1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bc-game-hymct1 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bc-game-hymct1 {
    margin-top: 0;
  }
}

.bc-game-llamom {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-llamom {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-rewxmo {
  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-rewxmo {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bc-game-1m6aaq {
  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-1m6aaq {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bc-game-2raib3 {
  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-2raib3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-30jho2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-30jho2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-ys4n27 {
  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-6watig {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bc-game-6watig img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bc-game-kxem6u {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bc-game-hcjgnm {
  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-hcjgnm {
    padding: 15px 48px;
  }
}

main > .bc-game-kxem6u {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bc-game-esho6s.bc-game-u33yle > div:nth-child(n+5) {
    display: none;
  }
}

.bc-game-1zou3o p a img {
  display: block;
  margin: 0 auto;
}


.bc-game-xcmiq6 {
  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-loq4dp {
  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-loq4dp label {
  font-size: 14px;
}

.bc-game-loq4dp h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bc-game-loq4dp input,
.bc-game-loq4dp textarea,
.bc-game-loq4dp 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-loq4dp button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bc-game-3bcex8 ease;
}
.bc-game-loq4dp button:hover {
  background-color: var(--button-bg-hover);
}
.bc-game-1tnao7 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bc-game-7ecfzs ease-in;
}

.bc-game-1tnao7 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-bdzr6t, .bc-game-x0egfj, [class*="review-card"],
thead, thead th, table th, .bc-game-f7yixn,
.bc-game-5okkrj, [class*="collapsible-header"],
.bc-game-zsxclt, [class*="updated-block"] {
  color: #ece7dc !important;
}
