* {
  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-86fryx {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-86fryx {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-86fryx {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bc-game-ocjegd {
  overflow: hidden;
}

.bc-game-cdcgga img {
  background: var(--Neutral-300);
}

.bc-game-2cya14 {
  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-vqsjgh {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bc-game-vqsjgh:hover {
  background: var(--button-bg-hover);
}

.bc-game-yx8k1k {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bc-game-yx8k1k:hover {
  background: var(--button-bg-hover);
}

.bc-game-8yatzk {
  font-size: 12px;
  line-height: 18px;
}

.bc-game-caamun {
  font-size: 18px;
  line-height: 26px;
}

.bc-game-2nc9kr {
  width: 100%;
}

.bc-game-yhxv7p {
  padding: 6px 16px;
}

.bc-game-wk6fj7 {
  padding: 10px 16px;
}

.bc-game-inr50d {
  padding: 15px 26px;
}

.bc-game-2emgpk {
  flex-shrink: 0;
}

.bc-game-7erw51 {
  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-xr9w1p {
  display: none;
}

.bc-game-xkzk3w {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bc-game-wkt3cg {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bc-game-9w9tu3 {
  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-0o4l73 {
  cursor: grab;
}

.bc-game-9w9tu3::-webkit-scrollbar {
  display: none;
}

.bc-game-sqotjo {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bc-game-bc9gac {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bc-game-2ksyd6 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bc-game-b19xpw {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bc-game-c0nufx {
  visibility: visible;
}

.bc-game-md3kqm {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bc-game-qg27ci ease;
}

.bc-game-yadxau {
  background-color: var(--Primary-200);
  width: 16px;
}

.bc-game-klem3v {
  -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-qg27ci,
    mask-image 0.3s;
}

.bc-game-klem3v.bc-game-pgj6ad {
  -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-mvddg7: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-c7xlpp {
  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-94mcub.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-94mcub.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-345jbc {
  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-345jbc::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-gw8kx9 {
  position: relative;
  z-index: 1;
}

.bc-game-j7gwbj {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bc-game-m3pi71 {
  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-ohg0kv {
  font-size: 40px;
  line-height: 48px;
}

.bc-game-22vm3l {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bc-game-0qzbkg {
  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-0qzbkg:hover {
  background: var(--Primary-400);
}

.bc-game-0qzbkg svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bc-game-mvddg7 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-345jbc {
    max-width: 600px;
    padding: 64px;
  }

  .bc-game-j7gwbj {
    font-size: 24px;
    line-height: 32px;
  }

  .bc-game-m3pi71 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bc-game-ohg0kv {
    font-size: 50px;
    line-height: 56px;
  }

  .bc-game-22vm3l {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bc-game-c7xlpp {
    top: 25px;
    right: 25px;
  }
}

.bc-game-kixgu2,
.bc-game-rwe2es {
  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-4agwg6.bc-game-kc9sft::before,
.bc-game-rwe2es::before,
.bc-game-yxvak0::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-94mcub.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bc-game-h0pk89 14.bc-game-3lo099.bc-game-xhwdt4 14.bc-game-hhxgp0 15.bc-game-bzwivp 14.bc-game-c1926z 15.bc-game-nrc174 14.bc-game-0zirx2.bc-game-3jg3u3 14.bc-game-82xw3w 19.bc-game-hc8ucj 12.bc-game-k40092 19.bc-game-hc8ucj 10.bc-game-3eqd6p.bc-game-hc8ucj 8.bc-game-fp7ls2 17.bc-game-gshh8l 7.bc-game-n1adrd 15.bc-game-o9aila 7.bc-game-fhkri2.bc-game-tn1mcc 7.bc-game-n1adrd 11.bc-game-fj43fq 8.bc-game-fp7ls2 11.bc-game-fj43fq 10.bc-game-jib9tz.bc-game-fj43fq 12.bc-game-qsgs9a 13.bc-game-zwv86h 14.bc-game-h4fybd 15.bc-game-636ibh 14.bc-game-pac51i.bc-game-moapum 14.bc-game-7sx5a5 15.bc-game-5hvl34 14.bc-game-v7divw 15.bc-game-owllgg 14.bc-game-lp4es5.bc-game-h0pk89 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bc-game-enf802 15.bc-game-ncuoyp.bc-game-wpp6wn 15.bc-game-u13zet 15.bc-game-v9jkte 15.bc-game-hnkeub 15.bc-game-j2lr4z 15.bc-game-s3l5sg.bc-game-kvmpn9 15.bc-game-hnkeub 15.bc-game-bthech 15.bc-game-romu0f 15.bc-game-1s58hh 15.bc-game-8dyos1.bc-game-2isicd 15.bc-game-ebw41s 7.bc-game-hardki 18.bc-game-rds02j 7.bc-game-uu0f0g 23.bc-game-nv09km.bc-game-w181eu.bc-game-67zv3n 18.bc-game-5zzp3l 19.bc-game-35gc92 15.bc-game-snqkpp 15.bc-game-enf802 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-xarppq [type="submit"] *,
.bc-game-ajxs1u button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bc-game-r018v3 {
    display: none;
  }
}

.bc-game-9s5zjq {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bc-game-9s5zjq {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-9s5zjq {
    bottom: 22px;
  }
}

.bc-game-9s5zjq input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bc-game-9s5zjq {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bc-game-laymer.static) .bc-game-9s5zjq {
    bottom: 8px;
  }
}

.bc-game-0acswe {
  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-94mcub.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bc-game-per8co 3.bc-game-jnemvt.bc-game-24zx6r.bc-game-f74fbr 3.bc-game-rpdw8j 3.bc-game-m1op2z 5.bc-game-5hk93d 3.bc-game-m1op2z 8.bc-game-7i9n85.bc-game-kumdic.bc-game-m1op2z 26.bc-game-obq9ot 5.bc-game-qqnr1v 28.bc-game-4935s6 8.bc-game-qfdjvj 28.bc-game-q6vy2j.bc-game-09ruaa 28.bc-game-8idi55.bc-game-jk6g9e 34.bc-game-gdfc4t.bc-game-04htki 36.bc-game-4mdjv2 11.bc-game-fgyc6c 37.bc-game-i18lkl 12.bc-game-srvllk 36.bc-game-3fsk0n.bc-game-r35p16 28.bc-game-roh4zz.bc-game-yboyu3.bc-game-54v1fm 28.bc-game-oxx770 36.bc-game-2n0akx 26.bc-game-rm2xra 36.bc-game-2n0akx 23.bc-game-1xdrzm.bc-game-n9cwvj.bc-game-2n0akx 5.bc-game-eafhx1 34.bc-game-h6piq8 3.bc-game-rpdw8j 31.bc-game-per8co 3.bc-game-3bcejf.bc-game-wtlfob 18.bc-game-mckj4z.bc-game-w6xlyl 18.bc-game-7p3uwy 8.bc-game-tab6be 17.bc-game-vkpe5q 8.bc-game-tab6be 15.bc-game-xb2mw3.bc-game-tab6be 14.bc-game-rpr0ea 9.bc-game-w6xlyl 13.bc-game-7kizze 11.bc-game-wtlfob 13.bc-game-5esl3q.bc-game-7s2i7q 13.bc-game-7kizze 13.bc-game-q2uuoo 14.bc-game-rpr0ea 13.bc-game-q2uuoo 15.bc-game-g0tydd.bc-game-q2uuoo 17.bc-game-vkpe5q 12.bc-game-7s2i7q 18.bc-game-7p3uwy 11.bc-game-wtlfob 18.bc-game-jv2qp9.bc-game-rrnzvw 18.bc-game-muzqrx.bc-game-l7ec9p 18.bc-game-7p3uwy 17.bc-game-o507rx 17.bc-game-vkpe5q 17.bc-game-o507rx 15.bc-game-ienzsd.bc-game-o507rx 14.bc-game-rpr0ea 18.bc-game-l7ec9p 13.bc-game-7kizze 20.bc-game-rrnzvw 13.bc-game-1rbmsg.bc-game-8bdkck 13.bc-game-7kizze 22.bc-game-z2iq0t 14.bc-game-rpr0ea 22.bc-game-z2iq0t 15.bc-game-s4g54n.bc-game-bjqyzw 17.bc-game-vkpe5q 21.bc-game-8bdkck 18.bc-game-7p3uwy 20.bc-game-rrnzvw 18.bc-game-m8cjwg.bc-game-dbq7y3 18.bc-game-sqsdsf.bc-game-3blyxw 18.bc-game-7p3uwy 26.bc-game-2ej1n1 17.bc-game-vkpe5q 26.bc-game-2ej1n1 15.bc-game-j2gcws.bc-game-2ej1n1 14.bc-game-rpr0ea 27.bc-game-3blyxw 13.bc-game-7kizze 28.bc-game-dbq7y3 13.bc-game-h0n4pc.bc-game-syta71 13.bc-game-7kizze 31.bc-game-d3s95d 14.bc-game-rpr0ea 31.bc-game-d3s95d 15.bc-game-3wowaw.bc-game-2ej1n1 17.bc-game-vkpe5q 30.bc-game-syta71 18.bc-game-7p3uwy 28.bc-game-dbq7y3 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-0acswe {
    display: none;
  }
}

.bc-game-oby7dv {
  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-oby7dv {
    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-ajxs1u {
  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-ajxs1u {
    padding: 14px 16px;
  }
}

.bc-game-ajxs1u button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bc-game-ajxs1u button:first-child {
  align-content: end;
}

.bc-game-ajxs1u button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bc-game-ajxs1u
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-ajxs1u
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bc-game-ajxs1u button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bc-game-ajxs1u button:last-child svg {
  width: 38px;
  height: 38px;
}

.bc-game-yxvak0 {
  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-yxvak0::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bc-game-yxvak0,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-yxvak0 {
  opacity: 1;
  visibility: visible;
}

.bc-game-ijgihg {
  flex: 1 1;
}

.bc-game-nvrbft {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-nvrbft {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bc-game-garl5v {
  display: block;
}

.bc-game-pekkqp {
  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-pekkqp {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-rwe2es {
  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-rwe2es::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bc-game-fnyhhg span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bc-game-fnyhhg p {
  color: var(--Text-100);
}

.bc-game-rwe2es .bc-game-y3m72o {
  grid-area: button;
}

.bc-game-rwe2es .bc-game-y3m72o::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-94mcub.org/2000/svg'%3E%3Cpath d='M4.bc-game-nfih8f 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-koxqlh 15L16.bc-game-koxqlh 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-koxqlh 5L16.bc-game-koxqlh 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-6xpwau {
  display: block;
}

.bc-game-v7pp80 {
  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-v7pp80 {
    margin-top: 40px;
  }
}

.bc-game-kixgu2 label,
.bc-game-kixgu2 input {
  display: block;
  width: 100%;
}

.bc-game-kixgu2 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bc-game-kixgu2 label.bc-game-nszqqu input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bc-game-kixgu2 label.bc-game-nszqqu::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-kixgu2 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-kixgu2 input::placeholder {
  color: var(--Text-400);
}

.bc-game-ybgttg {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bc-game-ybgttg {
  display: flex;
}

.bc-game-ybgttg ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bc-game-ybgttg ol {
    height: 420px;
    padding: 24px;
  }
}

.bc-game-ybgttg ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bc-game-xarppq {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-xarppq {
    padding: 0 24px 24px;
  }
}

.bc-game-xarppq 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-xarppq input::placeholder {
  color: var(--Text-400);
}

.bc-game-xarppq [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bc-game-xarppq [type="submit"]:disabled {
  opacity: 0.5;
}

.bc-game-xarppq [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bc-game-xarppq [type="submit"] {
    right: 40px;
  }
}

.bc-game-4agwg6 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bc-game-4agwg6.bc-game-kc9sft {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bc-game-4agwg6.bc-game-kc9sft::before {
  content: "";
  width: 31px;
}

.bc-game-4agwg6.bc-game-kc9sft p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bc-game-4agwg6.bc-game-2yovly p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bc-game-4agwg6 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-9s5zjq .bc-game-y3m72o {
  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-r018v3 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bc-game-r018v3 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bc-game-r018v3 {
    padding: 18px 0;
  }
}

.bc-game-r018v3 .bc-game-86fryx {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bc-game-r018v3 .bc-game-86fryx {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bc-game-282tuf {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bc-game-282tuf {
    max-width: 160px;
    height: 40px;
  }
}

.bc-game-282tuf picture,
.bc-game-282tuf img {
  display: block;
  width: 100%;
  height: 100%;
}

.bc-game-282tuf img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bc-game-2r9ke5 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bc-game-qg27ci ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bc-game-r018v3.bc-game-eaiczy .bc-game-2r9ke5 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bc-game-2r9ke5 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bc-game-2r9ke5 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bc-game-85iuyx,
.bc-game-f979h3 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bc-game-85iuyx,
  .bc-game-f979h3 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bc-game-f979h3 {
    display: none;
  }
}

.bc-game-fvtfx3 {
  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-eaiczy .bc-game-fvtfx3 {
  background: var(--fh-bg-color);
}

.bc-game-fvtfx3 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bc-game-fvtfx3 {
    display: none;
  }
}

.bc-game-847zwk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bc-game-847zwk {
    display: none;
  }
}

.bc-game-66l7r7 {
  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-r018v3.bc-game-eaiczy .bc-game-66l7r7:first-child {
  display: none;
}

.bc-game-r018v3.bc-game-eaiczy .bc-game-66l7r7:last-child {
  display: block;
}

.bc-game-66l7r7:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bc-game-66l7r7 {
    display: none;
  }
}

.bc-game-cls18u {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-cls18u {
    display: flex;
  }
}

.bc-game-cls18u ul {
  max-height: 350px;
  overflow-y: auto;
}

.bc-game-cls18u:hover ul {
  visibility: visible;
  opacity: 1;
}

.bc-game-cls18u:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bc-game-cls18u:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bc-game-cls18u:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bc-game-cls18u:hover .bc-game-plkyaq svg {
  transform: rotate(180deg);
}

.bc-game-jy8b4v {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bc-game-gturnk {
  padding: 0 8px;
}

.bc-game-dicjmo {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bc-game-dicjmo:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bc-game-dicjmo {
    padding: 4px 8px;
  }
}

.bc-game-kvmerr {
  display: flex;
}

.bc-game-kvmerr img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bc-game-plkyaq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bc-game-plkyaq svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bc-game-az79tn {
  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-az79tn {
    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-kwds8o {
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-kwds8o {
    display: none;
  }
}

.bc-game-gqc0s7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bc-game-yilo5x {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bc-game-sg5con {
  display: flex;
}

.bc-game-3n9rww {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bc-game-7cpbff {
  list-style: none;
}

@media (max-width: 1199px) {
  .bc-game-7cpbff {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bc-game-7cpbff {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bc-game-7cpbff .bc-game-4ovl9s [data-ref-el],
  .bc-game-7cpbff .bc-game-4ovl9s span,
  .bc-game-7cpbff .bc-game-4ovl9s a {
    white-space: nowrap;
  }
}

.bc-game-q2139p {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bc-game-q2139p.bc-game-tsvmlq > .bc-game-4ovl9s {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bc-game-q2139p.bc-game-k8q603:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bc-game-q2139p.bc-game-tsvmlq > .bc-game-abjohw {
    height: auto;
  }

  .bc-game-q2139p.bc-game-tsvmlq > div > .bc-game-4pfjj5 {
    transform: rotate(180deg);
  }
}

.bc-game-q2139p [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bc-game-q2139p [data-ref-el],
.bc-game-q2139p span {
  cursor: pointer;
}

.bc-game-q2139p [data-ref-el],
.bc-game-q2139p span,
.bc-game-q2139p 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-q2139p [data-ref-el],
  .bc-game-q2139p span,
  .bc-game-q2139p a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bc-game-q2139p [data-ref-el],
  .bc-game-q2139p span,
  .bc-game-q2139p a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bc-game-abjohw {
  height: 0;
  overflow: hidden;
  transition: height 0.bc-game-qg27ci ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bc-game-abjohw::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bc-game-abjohw::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bc-game-abjohw::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bc-game-abjohw {
    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-abjohw:has(> .bc-game-q2139p.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bc-game-abjohw .bc-game-abjohw {
    padding: 0;
  }

  .bc-game-abjohw .bc-game-q2139p {
    font-weight: 400;
  }

  .bc-game-abjohw .bc-game-q2139p:hover > .bc-game-4ovl9s {
    background: var(--Neutral-300);
  }

  .bc-game-abjohw .bc-game-4pfjj5 {
    rotate: -90deg;
  }
}

.bc-game-4ovl9s {
  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-4ovl9s {
    padding: 8px;
  }

  .bc-game-q2139p.bc-game-kzm240 > .bc-game-4ovl9s {
    background: var(--Neutral-300);
  }
}

.bc-game-4pfjj5 {
  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-94mcub.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bc-game-sum979 0.bc-game-0fqysf.bc-game-jg2sz6 -0.bc-game-zy2yw1 0.bc-game-0o23v9 -0.bc-game-zy2yw1 1.bc-game-y8838d 0.bc-game-lo4qfc.bc-game-frw007 4.bc-game-suw13p.bc-game-sum979 0.bc-game-oh1uup.bc-game-uu0uao -0.bc-game-zy2yw1 9.bc-game-b0t6vj -0.bc-game-zy2yw1 10.bc-game-lehpgk 0.bc-game-fp66vf.bc-game-vzoreq 0.bc-game-jg2sz6 10.bc-game-vzoreq 0.bc-game-0o23v9 10.bc-game-lehpgk 1.bc-game-rb6usr.bc-game-d4velk 5.bc-game-2xivcu.bc-game-in6s1z 6.bc-game-iqbs3l 5.bc-game-ev4c2y 6.bc-game-iqbs3l 4.bc-game-kp6ey4 5.bc-game-dbvers.bc-game-sum979 1.bc-game-kx7pnw.bc-game-zy2yw1 0.bc-game-0o23v9 -0.bc-game-zy2yw1 0.bc-game-jg2sz6 0.bc-game-sum979 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bc-game-qg27ci ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-4pfjj5 {
    cursor: default;
  }
}

.bc-game-dzdcdw {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bc-game-s00ham {
  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-s00ham {
    padding: 40px 4px;
  }
}

.bc-game-jrfpvo {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bc-game-jrfpvo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bc-game-1hc9jr {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bc-game-1hc9jr {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bc-game-1hc9jr ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bc-game-1hc9jr [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bc-game-1hc9jr [data-ref-el],
.bc-game-1hc9jr span,
.bc-game-1hc9jr a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bc-game-vzalb8 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-vzalb8 {
    margin-bottom: 12px;
  }
}

.bc-game-wd7exf {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bc-game-wd7exf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bc-game-wd7exf:last-child {
    margin-right: 0;
  }
}

.bc-game-y04kxk {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-vzalb8:hover .bc-game-jbhsqx {
  visibility: visible;
  opacity: 1;
}

.bc-game-jbhsqx {
  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-6hj3tq {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bc-game-c329xm {
  display: flex;
  margin: 6px;
}

.bc-game-c329xm img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bc-game-jbhsqx::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-jbhsqx::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-xptqu3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-xptqu3 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bc-game-cp6d0m {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bc-game-cp6d0m {
    margin-right: 32px;
  }
}

.bc-game-70kxwq {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-70kxwq {
    margin-top: 0;
    width: 340px;
  }
}

.bc-game-70kxwq a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-rntr6d {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bc-game-m3pies {
  position: relative;
}

@media (min-width: 768px) {
  .bc-game-m3pies {
    margin-top: 40px;
  }
}

.bc-game-m3pies + .bc-game-72ihcu,
.bc-game-m3pies + .bc-game-m3pies {
  margin-top: 24px;
}

.bc-game-eyh1yj {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bc-game-eyh1yj {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-eyh1yj {
    padding: 80px;
  }
}

.bc-game-kxhzho {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bc-game-kxhzho {
    padding: 0 16px;
}


}

.bc-game-w46p8t {
  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-w46p8t {
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-dhgrbq {
  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-dhgrbq {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-8nlvl9 {
  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-8nlvl9:hover {
  background: var(--button-bg-hover);
}

.bc-game-s71wy5 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bc-game-s71wy5 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bc-game-s71wy5 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bc-game-s71wy5 img {
  min-height: 100%;
  }
}

.bc-game-eyh1yj::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bc-game-kjq40b {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bc-game-kjq40b h1,
.bc-game-kjq40b h2,
.bc-game-kjq40b h3,
.bc-game-kjq40b h4 {
  margin-bottom: 6px;
}

.bc-game-kjq40b h1:not(:first-child),
.bc-game-kjq40b h2:not(:first-child),
.bc-game-kjq40b h3:not(:first-child),
.bc-game-kjq40b h4:not(:first-child) {
  margin-top: 16px;
}

.bc-game-kjq40b h1,
.bc-game-kjq40b h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bc-game-kjq40b h1,
  .bc-game-kjq40b h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bc-game-kjq40b h2,
.bc-game-kjq40b h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bc-game-kjq40b h2,
  .bc-game-kjq40b h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-kjq40b h3,
.bc-game-kjq40b h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bc-game-kjq40b h3,
  .bc-game-kjq40b h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-kjq40b h4,
.bc-game-kjq40b h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bc-game-kjq40b ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bc-game-kjq40b ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bc-game-kjq40b 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-kjq40b ul ul {
  margin-bottom: 8px;
}

.bc-game-kjq40b ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bc-game-kjq40b ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bc-game-kjq40b ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bc-game-kjq40b ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bc-game-kjq40b ol li::marker {
  font-weight: 700;
}

.bc-game-kjq40b ol ol {
  margin-bottom: 8px;
}

.bc-game-kjq40b ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bc-game-kjq40b ol ul li {
  padding-left: 16px;
}

.bc-game-kjq40b 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-kjq40b table {
    padding: 24px;
  }
}

.bc-game-kjq40b table.bc-game-qp6ccp {
  -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-qg27ci,
    mask-image 0.3s;
}

.bc-game-kjq40b table.bc-game-qp6ccp.bc-game-pgj6ad {
  -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-kjq40b table {
    display: table;
  }
}

.bc-game-kjq40b 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-kjq40b table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-kjq40b table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-kjq40b 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-kjq40b table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bc-game-kjq40b table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-kjq40b table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-kjq40b table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bc-game-kjq40b img {
  max-width: 100%;
  height: auto;
}

.bc-game-lb61vq {
  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-lb61vq {
    padding: 24px;
  }
}

.bc-game-zsfm7e {
  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-zsfm7e {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bc-game-zsfm7e > * {
  margin: 0 !important;
}

.bc-game-zsfm7e img,
.bc-game-do3wpd {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-zsfm7e img,
  .bc-game-do3wpd {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-954zfm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-954zfm {
    width: 32px;
    height: 32px;
  }
}

.bc-game-8aofhj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bc-game-8aofhj .bc-game-qgp4vm {
  flex-shrink: 0;
}

.bc-game-8aofhj .bc-game-d50tj1 svg {
  display: none;
}

.bc-game-vodnlv {
  display: grid;
  transition: max-height 0.bc-game-qg27ci ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bc-game-vodnlv {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bc-game-vodnlv {
    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-vodnlv.bc-game-7e4g15 + .bc-game-qgp4vm svg {
  transform: rotate(180deg);
}

.bc-game-cqtspz {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bc-game-cqtspz > div:nth-child(3n) {
  grid-column: span 2;
}

.bc-game-cqtspz
  > div:nth-child(3n)
  .bc-game-a7resx
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bc-game-cqtspz {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-game-cqtspz > div:nth-child(3n) {
    grid-column: unset;
  }

  .bc-game-cqtspz
    > div:nth-child(3n)
    .bc-game-a7resx
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bc-game-cqtspz {
    max-width: 270px;
  }
}

.bc-game-cqtspz .bc-game-a7resx button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bc-game-cqtspz .bc-game-a7resx button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bc-game-cqtspz .bc-game-a7resx button {
    max-width: 104px;
  }
}

.bc-game-u2bw9g {
  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-u2bw9g {
    margin-bottom: 0;
  }
}

.bc-game-9z9z73 {
  display: none;
  opacity: 0;
}

.bc-game-fct3k8 {
  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-fct3k8 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bc-game-a7resx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bc-game-a7resx 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-a7resx
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bc-game-a7resx
    button {
    max-width: 145px;
  }
}

.bc-game-9kiso0:first-child
  .bc-game-a7resx
  button {
  max-width: 270px;
}

.bc-game-6v431g {
  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-u2bw9g picture {
  width: 100%;
  max-width: 100%;
}

.bc-game-1m163f {
  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-1m163f svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bc-game-u2bw9g:hover .bc-game-1m163f {
  display: flex;
}

.bc-game-mm8qbt {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bc-game-qaaub4 {
  display: flex;
}

.bc-game-qaaub4:hover .bc-game-j7m2v5,
.bc-game-qaaub4 .bc-game-kzm240 .bc-game-j7m2v5 {
  display: flex;
}

.bc-game-qaaub4 svg {
  flex-shrink: 0;
}

.bc-game-j7m2v5 {
  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-j7m2v5 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bc-game-j7m2v5:hover {
  display: flex;
}

.bc-game-j7m2v5 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bc-game-i4wzxc {
  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-i4wzxc {
    font-size: 12px;
  }
}

.bc-game-i26g3a,
.bc-game-isye11 {
  width: 50%;
  flex-shrink: 0;
}

.bc-game-i26g3a {
  font-weight: 700;
}

.bc-game-2nd57r .bc-game-vodnlv {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bc-game-2nd57r .bc-game-vodnlv {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bc-game-2nd57r .bc-game-vodnlv {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bc-game-2nd57r
  .bc-game-6v431g:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bc-game-2nd57r .bc-game-fct3k8 {
  height: 100% !important;
  border-radius: 16px;
}

.bc-game-2nd57r .bc-game-a7resx {
  gap: 4px;
  align-items: center;
}

.bc-game-2nd57r .bc-game-a7resx button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-game-2nd57r .bc-game-a7resx svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bc-game-2nd57r .bc-game-gr3t5h,
.bc-game-2nd57r .bc-game-lrperi {
  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-94mcub.org/2000/svg'%3E%3Cpath d='M9.bc-game-02tt4a 4.bc-game-ejenod.bc-game-3uvyih 5.bc-game-akogoy.bc-game-3cjo1j 5.bc-game-x7oubk.bc-game-8lw6wt 5.bc-game-bq5d23.bc-game-skcfga 8.bc-game-0078eu.bc-game-797ft2 9.bc-game-aivnpo.bc-game-gxywes 9.bc-game-ogt0tn.bc-game-0f8z9a 13.bc-game-oqcl1s.bc-game-0gg9zh 11.bc-game-04qugy.bc-game-v4fijf 11.bc-game-48l8li.bc-game-b3qigz 11.bc-game-lr7d3y.bc-game-am95od 13.bc-game-nla23w.bc-game-r9m7w5 9.bc-game-4efc9r.bc-game-4o61ey 9.bc-game-tt7w52.bc-game-4qgzy6 8.bc-game-xgp8db.bc-game-42r22n 5.bc-game-ztrkas.bc-game-gj1kws 5.bc-game-81gqgi.bc-game-qcf3xb 5.bc-game-4s6xf9.bc-game-4tcoc8 4.bc-game-319jby.bc-game-v4fijf 1.bc-game-mt6lv3.bc-game-02tt4a 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bc-game-2nd57r .bc-game-gr3t5h {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bc-game-2nd57r .bc-game-lrperi {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bc-game-h9ioup {
  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-h9ioup {
    padding: 24px;
  }
}

.bc-game-h9ioup .bc-game-qgp4vm {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-h9ioup .bc-game-qgp4vm {
    display: none;
  }
}

.bc-game-h9ioup .bc-game-d50tj1 svg {
  display: none;
}

.bc-game-ka18kh {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bc-game-ka18kh .bc-game-2cya14 {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-ka18kh .bc-game-2cya14 {
    display: flex;
  }
}

.bc-game-dajl8q {
  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-dajl8q {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-dajl8q > * {
  margin: 0 !important;
}

.bc-game-dajl8q img,
.bc-game-ainqsu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-dajl8q img,
  .bc-game-ainqsu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-tv4wb1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-tv4wb1 {
    width: 32px;
    height: 32px;
  }
}

.bc-game-4q7fy1 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bc-game-4q7fy1 {
    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-4q7fy1::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-fvmrvi {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bc-game-fvmrvi {
    padding: 7px 15px;
  }
}

.bc-game-fvmrvi:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-ikm8wk {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-ikm8wk {
    display: flex;
    opacity: 1;
  }
}

.bc-game-fvmrvi picture {
  height: 100%;
  display: block;
}

.bc-game-fvmrvi img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bc-game-fvmrvi img {
    width: 88px;
    height: 44px;
  }
}

.bc-game-fvmrvi p {
  text-align: center;
  width: 100%;
}

.bc-game-o2qfq9 {
  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-o2qfq9 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-o2qfq9 img,
.bc-game-qcnaq5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-o2qfq9 img,
  .bc-game-qcnaq5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-3cje0y {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-3cje0y {
    width: 32px;
    height: 32px;
  }
}

.bc-game-89bwj7 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bc-game-hce2rz {
  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-7385bz {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bc-game-7385bz.bc-game-kzm240 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bc-game-kni7et {
  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-kni7et {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-n0nslk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bc-game-1l6wue {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bc-game-qg27ci ease;
  opacity: 0;
  color: var(--text-color);
}

.bc-game-j683ch {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bc-game-j683ch ol,
.bc-game-j683ch ul {
  padding-left: 1.3em;
}

.bc-game-7385bz.bc-game-kzm240 .bc-game-1l6wue {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bc-game-7385bz.bc-game-kzm240 .bc-game-n0nslk {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bc-game-e2jnou {
  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-e2jnou {
    padding: 24px;
  }
}

.bc-game-e2jnou .bc-game-qgp4vm {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-e2jnou .bc-game-qgp4vm {
    display: none;
  }
}

.bc-game-e2jnou .bc-game-d50tj1 svg {
  display: none;
}

.bc-game-hfymc4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bc-game-hfymc4 .bc-game-2cya14 {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-hfymc4 .bc-game-2cya14 {
    display: flex;
  }
}

.bc-game-m5v3d4 {
  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-m5v3d4 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-m5v3d4 > * {
  margin: 0 !important;
}

.bc-game-m5v3d4 img,
.bc-game-2eb95j {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-m5v3d4 img,
  .bc-game-2eb95j {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-vuwo5i {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-vuwo5i {
    width: 32px;
    height: 32px;
  }
}

.bc-game-g7v8r8 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bc-game-g7v8r8 {
    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-g7v8r8::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-vlp7hw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bc-game-vlp7hw:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-v17sq8 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-v17sq8 {
    display: flex;
    opacity: 1;
  }
}

.bc-game-vlp7hw picture {
  width: auto;
  height: 100%;
  display: block;
}

.bc-game-vlp7hw picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bc-game-9eylrn {
  margin: -24px 0;
}

.bc-game-9eylrn:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bc-game-9eylrn {
    margin: -16px 0;
  }
}

.bc-game-4bb4x5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bc-game-4bb4x5 {
    flex-direction: row;
  }
}

.bc-game-l3eilk {
  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-l3eilk {
    flex: 1;
  }
}

.bc-game-l3eilk::placeholder {
  color: var(--Text-400);
}

.bc-game-zvuqms {
  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-pbnykw {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bc-game-pbnykw::-webkit-scrollbar {
  display: none;
}

.bc-game-jo4pn8 {
  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-jo4pn8 img,
.bc-game-jo4pn8 svg {
  margin-right: 8px;
}

.bc-game-6db1ec {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bc-game-9eylrn + .bc-game-6e4q3j {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bc-game-9eylrn + .bc-game-6e4q3j {
    margin-top: -16px;
  }
}

.bc-game-a8zc7h {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bc-game-a8zc7h > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bc-game-a8zc7h > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bc-game-22ski5 {
  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-9m1k28 {
  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-11uyeg {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bc-game-iq8wx6 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bc-game-cpytz3 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bc-game-22ski5 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-22ski5 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-22ski5 {
    padding: 39px 179px 39px 39px;
  }

  .bc-game-9m1k28 {
    font-size: 40px;
    line-height: 48px;
  }

  .bc-game-cpytz3 {
    height: 348px;
  }

  .bc-game-22ski5 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bc-game-22ski5 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-22ski5 {
    padding: 63px;
  }
}

.bc-game-2x0hsf {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bc-game-2x0hsf {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bc-game-ayx1vl {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-ayx1vl {
    width: auto;
  }
}

.bc-game-yhreus {
  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-yhreus::-webkit-scrollbar {
  display: none;
}

.bc-game-yhreus 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-yhreus a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-yhreus {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bc-game-2x0hsf .bc-game-q0gig8 {
  -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-qg27ci,
    mask-image 0.3s;
}

.bc-game-2x0hsf .bc-game-q0gig8.bc-game-pgj6ad {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bc-game-fjm289 {
  margin: 40px -16px;
}

.bc-game-m95j4i + .bc-game-72ihcu,
.bc-game-m95j4i + .bc-game-m3pies {
  margin-top: 24px;
}

.bc-game-n3ac6k {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bc-game-n3ac6k picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bc-game-8gg0f4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bc-game-8gg0f4 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bc-game-8gg0f4 {
    margin-top: 0;
  }
}

.bc-game-dd98tl {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-dd98tl {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-ng1bwn {
  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-ng1bwn {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bc-game-18hb7g {
  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-18hb7g {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bc-game-wp6eda {
  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-wp6eda {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-ys746v {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-ys746v {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-vj9fn7 {
  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-m4vj4g {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bc-game-m4vj4g img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bc-game-6e4q3j {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bc-game-7dzag5 {
  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-7dzag5 {
    padding: 15px 48px;
  }
}

main > .bc-game-6e4q3j {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bc-game-vodnlv.bc-game-rvchqp > div:nth-child(n+5) {
    display: none;
  }
}

.bc-game-kjq40b p a img {
  display: block;
  margin: 0 auto;
}


.bc-game-hutigh {
  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-7z0gn3 {
  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-7z0gn3 label {
  font-size: 14px;
}

.bc-game-7z0gn3 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bc-game-7z0gn3 input,
.bc-game-7z0gn3 textarea,
.bc-game-7z0gn3 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-7z0gn3 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bc-game-oysfel ease;
}
.bc-game-7z0gn3 button:hover {
  background-color: var(--button-bg-hover);
}
.bc-game-9pgxnk {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bc-game-gbs7sv ease-in;
}

.bc-game-9pgxnk 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-qvgizv, .bc-game-l3skvu, [class*="review-card"],
thead, thead th, table th, .bc-game-6e0aeu,
.bc-game-bisham, [class*="collapsible-header"],
.bc-game-48snf8, [class*="updated-block"] {
  color: #ece7dc !important;
}
