* {
  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-7308ku {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-7308ku {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-7308ku {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bc-game-t3so3u {
  overflow: hidden;
}

.bc-game-19klpu img {
  background: var(--Neutral-300);
}

.bc-game-qyv2jc {
  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-jw32fu {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bc-game-jw32fu:hover {
  background: var(--button-bg-hover);
}

.bc-game-bjkeam {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bc-game-bjkeam:hover {
  background: var(--button-bg-hover);
}

.bc-game-29xf9c {
  font-size: 12px;
  line-height: 18px;
}

.bc-game-alqoif {
  font-size: 18px;
  line-height: 26px;
}

.bc-game-o2raqw {
  width: 100%;
}

.bc-game-v87l9y {
  padding: 6px 16px;
}

.bc-game-zjcqw2 {
  padding: 10px 16px;
}

.bc-game-utqffu {
  padding: 15px 26px;
}

.bc-game-isvwr1 {
  flex-shrink: 0;
}

.bc-game-mp5ih4 {
  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-d47zz4 {
  display: none;
}

.bc-game-kgg21o {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bc-game-id14rk {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bc-game-dykepc {
  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-qbaaqu {
  cursor: grab;
}

.bc-game-dykepc::-webkit-scrollbar {
  display: none;
}

.bc-game-96z649 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bc-game-746mff {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bc-game-akc671 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bc-game-gkdqk2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bc-game-9l79q1 {
  visibility: visible;
}

.bc-game-tghu5g {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bc-game-f4dibs ease;
}

.bc-game-9ld2tq {
  background-color: var(--Primary-200);
  width: 16px;
}

.bc-game-0hhadw {
  -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-f4dibs,
    mask-image 0.3s;
}

.bc-game-0hhadw.bc-game-vpymd9 {
  -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-jxuwlm: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-82uasq {
  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-hmm9es.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-hmm9es.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-rp09ub {
  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-rp09ub::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-bplmeh {
  position: relative;
  z-index: 1;
}

.bc-game-5ob0e0 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bc-game-0ivca0 {
  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-1zv39v {
  font-size: 40px;
  line-height: 48px;
}

.bc-game-yldvet {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bc-game-icc7j5 {
  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-icc7j5:hover {
  background: var(--Primary-400);
}

.bc-game-icc7j5 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bc-game-jxuwlm 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-rp09ub {
    max-width: 600px;
    padding: 64px;
  }

  .bc-game-5ob0e0 {
    font-size: 24px;
    line-height: 32px;
  }

  .bc-game-0ivca0 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bc-game-1zv39v {
    font-size: 50px;
    line-height: 56px;
  }

  .bc-game-yldvet {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bc-game-82uasq {
    top: 25px;
    right: 25px;
  }
}

.bc-game-fu7iak,
.bc-game-yevpwu {
  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-eimzj6.bc-game-r30y36::before,
.bc-game-yevpwu::before,
.bc-game-lqkukd::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-hmm9es.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bc-game-8ynjwu 14.bc-game-aj130y.bc-game-9sjbju 14.bc-game-jqrjuj 15.bc-game-3del8g 14.bc-game-vqgc1w 15.bc-game-u7e2p1 14.bc-game-8vl4k0.bc-game-7hhzb2 14.bc-game-d286t9 19.bc-game-7rfmbw 12.bc-game-omv8ih 19.bc-game-7rfmbw 10.bc-game-6x9jhm.bc-game-7rfmbw 8.bc-game-d58g3c 17.bc-game-jnqwm6 7.bc-game-pxxp4k 15.bc-game-tpc7ix 7.bc-game-d7c3us.bc-game-ddt2u3 7.bc-game-pxxp4k 11.bc-game-kyulwk 8.bc-game-d58g3c 11.bc-game-kyulwk 10.bc-game-xszykf.bc-game-kyulwk 12.bc-game-wdznnw 13.bc-game-iuc729 14.bc-game-0aijg2 15.bc-game-e245zc 14.bc-game-gse3vh.bc-game-5h0o0y 14.bc-game-kozliu 15.bc-game-p9d6ti 14.bc-game-lnrhu8 15.bc-game-pidwkt 14.bc-game-n9l8fq.bc-game-8ynjwu 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bc-game-h8v80t 15.bc-game-w361zl.bc-game-butxvc 15.bc-game-4e0ib6 15.bc-game-j61u7w 15.bc-game-39m23y 15.bc-game-56rzyi 15.bc-game-fk6akp.bc-game-rhaz02 15.bc-game-39m23y 15.bc-game-fhhuns 15.bc-game-w7k27p 15.bc-game-l6ys2l 15.bc-game-3ukju2.bc-game-wj5slo 15.bc-game-8dz0f5 7.bc-game-02ak5d 18.bc-game-5asyl0 7.bc-game-5i3jc2 23.bc-game-lxfz2l.bc-game-k8n2bb.bc-game-0dor0w 18.bc-game-j6duyj 19.bc-game-txod57 15.bc-game-ed2oo2 15.bc-game-h8v80t 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-0r1192 [type="submit"] *,
.bc-game-oqdl8z button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bc-game-di3r5w {
    display: none;
  }
}

.bc-game-460hme {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bc-game-460hme {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-460hme {
    bottom: 22px;
  }
}

.bc-game-460hme input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bc-game-460hme {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bc-game-ck6vd3.static) .bc-game-460hme {
    bottom: 8px;
  }
}

.bc-game-tvn5t7 {
  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-hmm9es.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bc-game-uduj6b 3.bc-game-rdxb46.bc-game-1arekf.bc-game-xwu0kn 3.bc-game-jdmhfc 3.bc-game-thjt0b 5.bc-game-wkxzne 3.bc-game-thjt0b 8.bc-game-tebrja.bc-game-3no73q.bc-game-thjt0b 26.bc-game-0064en 5.bc-game-iy9hlu 28.bc-game-4xj7mv 8.bc-game-coo2xb 28.bc-game-2ehahp.bc-game-qhrk50 28.bc-game-5z3tqd.bc-game-r4b8dc 34.bc-game-p7zw45.bc-game-bqx47v 36.bc-game-hy7baq 11.bc-game-gn82z2 37.bc-game-lb705j 12.bc-game-xi2prm 36.bc-game-7sgnf6.bc-game-zfwr9g 28.bc-game-h9fhp8.bc-game-8544lp.bc-game-2wwaed 28.bc-game-c4e5zg 36.bc-game-nuppzo 26.bc-game-mbsqes 36.bc-game-nuppzo 23.bc-game-sqbphy.bc-game-tugta8.bc-game-nuppzo 5.bc-game-64jf0b 34.bc-game-yzf7c7 3.bc-game-jdmhfc 31.bc-game-uduj6b 3.bc-game-8podp3.bc-game-gqqgdg 18.bc-game-0f0u0k.bc-game-ddtbij 18.bc-game-8selz6 8.bc-game-kqay2z 17.bc-game-7rvd7s 8.bc-game-kqay2z 15.bc-game-zeviso.bc-game-kqay2z 14.bc-game-uj3qeo 9.bc-game-ddtbij 13.bc-game-6p5qx4 11.bc-game-gqqgdg 13.bc-game-ljpydp.bc-game-xi1gkm 13.bc-game-6p5qx4 13.bc-game-h1ccr2 14.bc-game-uj3qeo 13.bc-game-h1ccr2 15.bc-game-gv6aas.bc-game-h1ccr2 17.bc-game-7rvd7s 12.bc-game-xi1gkm 18.bc-game-8selz6 11.bc-game-gqqgdg 18.bc-game-zxdhy9.bc-game-ijtjzc 18.bc-game-fn8hpo.bc-game-a3dvl9 18.bc-game-8selz6 17.bc-game-18unsa 17.bc-game-7rvd7s 17.bc-game-18unsa 15.bc-game-anxmt7.bc-game-18unsa 14.bc-game-uj3qeo 18.bc-game-a3dvl9 13.bc-game-6p5qx4 20.bc-game-ijtjzc 13.bc-game-0qw1k6.bc-game-jikqxg 13.bc-game-6p5qx4 22.bc-game-w5zkqx 14.bc-game-uj3qeo 22.bc-game-w5zkqx 15.bc-game-n2fptw.bc-game-wweb76 17.bc-game-7rvd7s 21.bc-game-jikqxg 18.bc-game-8selz6 20.bc-game-ijtjzc 18.bc-game-8vgcg0.bc-game-xbrl6e 18.bc-game-tfolkk.bc-game-i1viaf 18.bc-game-8selz6 26.bc-game-y8p8lm 17.bc-game-7rvd7s 26.bc-game-y8p8lm 15.bc-game-t9xrwc.bc-game-y8p8lm 14.bc-game-uj3qeo 27.bc-game-i1viaf 13.bc-game-6p5qx4 28.bc-game-xbrl6e 13.bc-game-0qwhcq.bc-game-558pfa 13.bc-game-6p5qx4 31.bc-game-c7u1f6 14.bc-game-uj3qeo 31.bc-game-c7u1f6 15.bc-game-hg2dp6.bc-game-y8p8lm 17.bc-game-7rvd7s 30.bc-game-558pfa 18.bc-game-8selz6 28.bc-game-xbrl6e 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-tvn5t7 {
    display: none;
  }
}

.bc-game-srfiwd {
  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-srfiwd {
    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-oqdl8z {
  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-oqdl8z {
    padding: 14px 16px;
  }
}

.bc-game-oqdl8z button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bc-game-oqdl8z button:first-child {
  align-content: end;
}

.bc-game-oqdl8z button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bc-game-oqdl8z
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-oqdl8z
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bc-game-oqdl8z button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bc-game-oqdl8z button:last-child svg {
  width: 38px;
  height: 38px;
}

.bc-game-lqkukd {
  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-lqkukd::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bc-game-lqkukd,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-lqkukd {
  opacity: 1;
  visibility: visible;
}

.bc-game-47xm0s {
  flex: 1 1;
}

.bc-game-guaajy {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-guaajy {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bc-game-y85vep {
  display: block;
}

.bc-game-6nvgd4 {
  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-6nvgd4 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-yevpwu {
  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-yevpwu::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bc-game-7hg51j span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bc-game-7hg51j p {
  color: var(--Text-100);
}

.bc-game-yevpwu .bc-game-u1qtza {
  grid-area: button;
}

.bc-game-yevpwu .bc-game-u1qtza::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-hmm9es.org/2000/svg'%3E%3Cpath d='M4.bc-game-38fhzd 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-aper31 15L16.bc-game-aper31 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-aper31 5L16.bc-game-aper31 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-gk3bgu {
  display: block;
}

.bc-game-ur82lt {
  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-ur82lt {
    margin-top: 40px;
  }
}

.bc-game-fu7iak label,
.bc-game-fu7iak input {
  display: block;
  width: 100%;
}

.bc-game-fu7iak label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bc-game-fu7iak label.bc-game-kxbq7c input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bc-game-fu7iak label.bc-game-kxbq7c::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-fu7iak 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-fu7iak input::placeholder {
  color: var(--Text-400);
}

.bc-game-im3h99 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bc-game-im3h99 {
  display: flex;
}

.bc-game-im3h99 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bc-game-im3h99 ol {
    height: 420px;
    padding: 24px;
  }
}

.bc-game-im3h99 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bc-game-0r1192 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-0r1192 {
    padding: 0 24px 24px;
  }
}

.bc-game-0r1192 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-0r1192 input::placeholder {
  color: var(--Text-400);
}

.bc-game-0r1192 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bc-game-0r1192 [type="submit"]:disabled {
  opacity: 0.5;
}

.bc-game-0r1192 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bc-game-0r1192 [type="submit"] {
    right: 40px;
  }
}

.bc-game-eimzj6 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bc-game-eimzj6.bc-game-r30y36 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bc-game-eimzj6.bc-game-r30y36::before {
  content: "";
  width: 31px;
}

.bc-game-eimzj6.bc-game-r30y36 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bc-game-eimzj6.bc-game-j6kly5 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bc-game-eimzj6 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-460hme .bc-game-u1qtza {
  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-di3r5w {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bc-game-di3r5w {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bc-game-di3r5w {
    padding: 18px 0;
  }
}

.bc-game-di3r5w .bc-game-7308ku {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bc-game-di3r5w .bc-game-7308ku {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bc-game-c644t3 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bc-game-c644t3 {
    max-width: 160px;
    height: 40px;
  }
}

.bc-game-c644t3 picture,
.bc-game-c644t3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.bc-game-c644t3 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bc-game-8r49am {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bc-game-f4dibs ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bc-game-di3r5w.bc-game-9gjgc7 .bc-game-8r49am {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bc-game-8r49am {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bc-game-8r49am {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bc-game-kr1uac,
.bc-game-tnxvi2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bc-game-kr1uac,
  .bc-game-tnxvi2 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bc-game-tnxvi2 {
    display: none;
  }
}

.bc-game-bv4qv4 {
  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-9gjgc7 .bc-game-bv4qv4 {
  background: var(--fh-bg-color);
}

.bc-game-bv4qv4 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bc-game-bv4qv4 {
    display: none;
  }
}

.bc-game-dw1b1q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bc-game-dw1b1q {
    display: none;
  }
}

.bc-game-n60xkt {
  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-di3r5w.bc-game-9gjgc7 .bc-game-n60xkt:first-child {
  display: none;
}

.bc-game-di3r5w.bc-game-9gjgc7 .bc-game-n60xkt:last-child {
  display: block;
}

.bc-game-n60xkt:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bc-game-n60xkt {
    display: none;
  }
}

.bc-game-ncjiz7 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-ncjiz7 {
    display: flex;
  }
}

.bc-game-ncjiz7 ul {
  max-height: 350px;
  overflow-y: auto;
}

.bc-game-ncjiz7:hover ul {
  visibility: visible;
  opacity: 1;
}

.bc-game-ncjiz7:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bc-game-ncjiz7:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bc-game-ncjiz7:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bc-game-ncjiz7:hover .bc-game-ucibcg svg {
  transform: rotate(180deg);
}

.bc-game-372ioj {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bc-game-w06j7b {
  padding: 0 8px;
}

.bc-game-lg7afp {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bc-game-lg7afp:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bc-game-lg7afp {
    padding: 4px 8px;
  }
}

.bc-game-3tjwxu {
  display: flex;
}

.bc-game-3tjwxu img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bc-game-ucibcg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bc-game-ucibcg svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bc-game-0e5jl9 {
  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-0e5jl9 {
    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-jf4ruv {
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-jf4ruv {
    display: none;
  }
}

.bc-game-p0lf2i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bc-game-onoe9c {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bc-game-2bacjz {
  display: flex;
}

.bc-game-qbr7d4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bc-game-jw0301 {
  list-style: none;
}

@media (max-width: 1199px) {
  .bc-game-jw0301 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bc-game-jw0301 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bc-game-jw0301 .bc-game-2gkxmu [data-ref-el],
  .bc-game-jw0301 .bc-game-2gkxmu span,
  .bc-game-jw0301 .bc-game-2gkxmu a {
    white-space: nowrap;
  }
}

.bc-game-tcuquh {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bc-game-tcuquh.bc-game-crq1dn > .bc-game-2gkxmu {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bc-game-tcuquh.bc-game-0gkhoz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bc-game-tcuquh.bc-game-crq1dn > .bc-game-y9s8ve {
    height: auto;
  }

  .bc-game-tcuquh.bc-game-crq1dn > div > .bc-game-0hpdm2 {
    transform: rotate(180deg);
  }
}

.bc-game-tcuquh [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bc-game-tcuquh [data-ref-el],
.bc-game-tcuquh span {
  cursor: pointer;
}

.bc-game-tcuquh [data-ref-el],
.bc-game-tcuquh span,
.bc-game-tcuquh 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-tcuquh [data-ref-el],
  .bc-game-tcuquh span,
  .bc-game-tcuquh a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bc-game-tcuquh [data-ref-el],
  .bc-game-tcuquh span,
  .bc-game-tcuquh a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bc-game-y9s8ve {
  height: 0;
  overflow: hidden;
  transition: height 0.bc-game-f4dibs ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bc-game-y9s8ve::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bc-game-y9s8ve::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bc-game-y9s8ve::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bc-game-y9s8ve {
    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-y9s8ve:has(> .bc-game-tcuquh.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bc-game-y9s8ve .bc-game-y9s8ve {
    padding: 0;
  }

  .bc-game-y9s8ve .bc-game-tcuquh {
    font-weight: 400;
  }

  .bc-game-y9s8ve .bc-game-tcuquh:hover > .bc-game-2gkxmu {
    background: var(--Neutral-300);
  }

  .bc-game-y9s8ve .bc-game-0hpdm2 {
    rotate: -90deg;
  }
}

.bc-game-2gkxmu {
  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-2gkxmu {
    padding: 8px;
  }

  .bc-game-tcuquh.bc-game-41158p > .bc-game-2gkxmu {
    background: var(--Neutral-300);
  }
}

.bc-game-0hpdm2 {
  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-hmm9es.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bc-game-kaai5w 0.bc-game-k7ylax.bc-game-xyoof4 -0.bc-game-lo54qg 0.bc-game-hqcsx3 -0.bc-game-lo54qg 1.bc-game-6bvyv8 0.bc-game-hf7r1t.bc-game-wejjyx 4.bc-game-pcxc0y.bc-game-kaai5w 0.bc-game-p41k5v.bc-game-x1yre4 -0.bc-game-lo54qg 9.bc-game-fmprdo -0.bc-game-lo54qg 10.bc-game-vxv79u 0.bc-game-1ji7ft.bc-game-8bldf3 0.bc-game-xyoof4 10.bc-game-8bldf3 0.bc-game-hqcsx3 10.bc-game-vxv79u 1.bc-game-lqgmmx.bc-game-63pji2 5.bc-game-k79xxf.bc-game-b8g8dp 6.bc-game-lqlxu0 5.bc-game-upbpwb 6.bc-game-lqlxu0 4.bc-game-yv9s4l 5.bc-game-be8zh6.bc-game-kaai5w 1.bc-game-7o6474.bc-game-lo54qg 0.bc-game-hqcsx3 -0.bc-game-lo54qg 0.bc-game-xyoof4 0.bc-game-kaai5w 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bc-game-f4dibs ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-0hpdm2 {
    cursor: default;
  }
}

.bc-game-twnwj3 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bc-game-xi99j9 {
  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-xi99j9 {
    padding: 40px 4px;
  }
}

.bc-game-grgd2d {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bc-game-grgd2d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bc-game-i2i1ob {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bc-game-i2i1ob {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bc-game-i2i1ob ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bc-game-i2i1ob [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bc-game-i2i1ob [data-ref-el],
.bc-game-i2i1ob span,
.bc-game-i2i1ob a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bc-game-mnnyc0 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-mnnyc0 {
    margin-bottom: 12px;
  }
}

.bc-game-53napf {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bc-game-53napf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bc-game-53napf:last-child {
    margin-right: 0;
  }
}

.bc-game-m6i97x {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-mnnyc0:hover .bc-game-7bd7hc {
  visibility: visible;
  opacity: 1;
}

.bc-game-7bd7hc {
  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-566rgs {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bc-game-rz6ge1 {
  display: flex;
  margin: 6px;
}

.bc-game-rz6ge1 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bc-game-7bd7hc::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-7bd7hc::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-3m4vlx {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-3m4vlx {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bc-game-zh4vor {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bc-game-zh4vor {
    margin-right: 32px;
  }
}

.bc-game-ywnno7 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-ywnno7 {
    margin-top: 0;
    width: 340px;
  }
}

.bc-game-ywnno7 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-3oudkp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bc-game-74otp7 {
  position: relative;
}

@media (min-width: 768px) {
  .bc-game-74otp7 {
    margin-top: 40px;
  }
}

.bc-game-74otp7 + .bc-game-n7pa2c,
.bc-game-74otp7 + .bc-game-74otp7 {
  margin-top: 24px;
}

.bc-game-weob1h {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bc-game-weob1h {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-weob1h {
    padding: 80px;
  }
}

.bc-game-b8ar99 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bc-game-b8ar99 {
    padding: 0 16px;
}


}

.bc-game-9wwca7 {
  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-9wwca7 {
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-88zm35 {
  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-88zm35 {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-2psou8 {
  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-2psou8:hover {
  background: var(--button-bg-hover);
}

.bc-game-utiwt9 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bc-game-utiwt9 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bc-game-utiwt9 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bc-game-utiwt9 img {
  min-height: 100%;
  }
}

.bc-game-weob1h::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bc-game-2qw6d4 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bc-game-2qw6d4 h1,
.bc-game-2qw6d4 h2,
.bc-game-2qw6d4 h3,
.bc-game-2qw6d4 h4 {
  margin-bottom: 6px;
}

.bc-game-2qw6d4 h1:not(:first-child),
.bc-game-2qw6d4 h2:not(:first-child),
.bc-game-2qw6d4 h3:not(:first-child),
.bc-game-2qw6d4 h4:not(:first-child) {
  margin-top: 16px;
}

.bc-game-2qw6d4 h1,
.bc-game-2qw6d4 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bc-game-2qw6d4 h1,
  .bc-game-2qw6d4 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bc-game-2qw6d4 h2,
.bc-game-2qw6d4 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bc-game-2qw6d4 h2,
  .bc-game-2qw6d4 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-2qw6d4 h3,
.bc-game-2qw6d4 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bc-game-2qw6d4 h3,
  .bc-game-2qw6d4 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-2qw6d4 h4,
.bc-game-2qw6d4 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bc-game-2qw6d4 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bc-game-2qw6d4 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bc-game-2qw6d4 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-2qw6d4 ul ul {
  margin-bottom: 8px;
}

.bc-game-2qw6d4 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bc-game-2qw6d4 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bc-game-2qw6d4 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bc-game-2qw6d4 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bc-game-2qw6d4 ol li::marker {
  font-weight: 700;
}

.bc-game-2qw6d4 ol ol {
  margin-bottom: 8px;
}

.bc-game-2qw6d4 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bc-game-2qw6d4 ol ul li {
  padding-left: 16px;
}

.bc-game-2qw6d4 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-2qw6d4 table {
    padding: 24px;
  }
}

.bc-game-2qw6d4 table.bc-game-iu72o8 {
  -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-f4dibs,
    mask-image 0.3s;
}

.bc-game-2qw6d4 table.bc-game-iu72o8.bc-game-vpymd9 {
  -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-2qw6d4 table {
    display: table;
  }
}

.bc-game-2qw6d4 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-2qw6d4 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-2qw6d4 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-2qw6d4 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-2qw6d4 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bc-game-2qw6d4 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-2qw6d4 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-2qw6d4 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bc-game-2qw6d4 img {
  max-width: 100%;
  height: auto;
}

.bc-game-f0f2ry {
  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-f0f2ry {
    padding: 24px;
  }
}

.bc-game-f7wsv1 {
  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-f7wsv1 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bc-game-f7wsv1 > * {
  margin: 0 !important;
}

.bc-game-f7wsv1 img,
.bc-game-tnesbg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-f7wsv1 img,
  .bc-game-tnesbg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-tlxazw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-tlxazw {
    width: 32px;
    height: 32px;
  }
}

.bc-game-u1tprx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bc-game-u1tprx .bc-game-jmu3no {
  flex-shrink: 0;
}

.bc-game-u1tprx .bc-game-fg5n8h svg {
  display: none;
}

.bc-game-paalit {
  display: grid;
  transition: max-height 0.bc-game-f4dibs ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bc-game-paalit {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bc-game-paalit {
    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-paalit.bc-game-htg5rx + .bc-game-jmu3no svg {
  transform: rotate(180deg);
}

.bc-game-qu45c0 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bc-game-qu45c0 > div:nth-child(3n) {
  grid-column: span 2;
}

.bc-game-qu45c0
  > div:nth-child(3n)
  .bc-game-hr6s5x
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bc-game-qu45c0 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-game-qu45c0 > div:nth-child(3n) {
    grid-column: unset;
  }

  .bc-game-qu45c0
    > div:nth-child(3n)
    .bc-game-hr6s5x
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bc-game-qu45c0 {
    max-width: 270px;
  }
}

.bc-game-qu45c0 .bc-game-hr6s5x button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bc-game-qu45c0 .bc-game-hr6s5x button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bc-game-qu45c0 .bc-game-hr6s5x button {
    max-width: 104px;
  }
}

.bc-game-ta299t {
  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-ta299t {
    margin-bottom: 0;
  }
}

.bc-game-z3th7d {
  display: none;
  opacity: 0;
}

.bc-game-kph2kd {
  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-kph2kd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bc-game-hr6s5x {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bc-game-hr6s5x 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-hr6s5x
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bc-game-hr6s5x
    button {
    max-width: 145px;
  }
}

.bc-game-rlkatm:first-child
  .bc-game-hr6s5x
  button {
  max-width: 270px;
}

.bc-game-6hv5ng {
  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-ta299t picture {
  width: 100%;
  max-width: 100%;
}

.bc-game-tx1g0t {
  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-tx1g0t svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bc-game-ta299t:hover .bc-game-tx1g0t {
  display: flex;
}

.bc-game-jmhfmp {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bc-game-220cu0 {
  display: flex;
}

.bc-game-220cu0:hover .bc-game-56awum,
.bc-game-220cu0 .bc-game-41158p .bc-game-56awum {
  display: flex;
}

.bc-game-220cu0 svg {
  flex-shrink: 0;
}

.bc-game-56awum {
  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-56awum {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bc-game-56awum:hover {
  display: flex;
}

.bc-game-56awum svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bc-game-nnraqo {
  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-nnraqo {
    font-size: 12px;
  }
}

.bc-game-x4f5h5,
.bc-game-112q8y {
  width: 50%;
  flex-shrink: 0;
}

.bc-game-x4f5h5 {
  font-weight: 700;
}

.bc-game-3ljscw .bc-game-paalit {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bc-game-3ljscw .bc-game-paalit {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bc-game-3ljscw .bc-game-paalit {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bc-game-3ljscw
  .bc-game-6hv5ng:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bc-game-3ljscw .bc-game-kph2kd {
  height: 100% !important;
  border-radius: 16px;
}

.bc-game-3ljscw .bc-game-hr6s5x {
  gap: 4px;
  align-items: center;
}

.bc-game-3ljscw .bc-game-hr6s5x button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-game-3ljscw .bc-game-hr6s5x svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bc-game-3ljscw .bc-game-jb8ere,
.bc-game-3ljscw .bc-game-gbgzaw {
  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-hmm9es.org/2000/svg'%3E%3Cpath d='M9.bc-game-754ptg 4.bc-game-z20cv5.bc-game-ealzr9 5.bc-game-p05geu.bc-game-xczfnp 5.bc-game-v6powr.bc-game-lldhg6 5.bc-game-so5vh1.bc-game-qwosox 8.bc-game-aj0sh4.bc-game-wtm30q 9.bc-game-jj6ypk.bc-game-s9xovn 9.bc-game-90k90w.bc-game-y5xuc2 13.bc-game-892ky0.bc-game-q2kl84 11.bc-game-q6tddw.bc-game-rb00tx 11.bc-game-qkn63u.bc-game-ung0o1 11.bc-game-1wm5ku.bc-game-odzta8 13.bc-game-zih4gf.bc-game-bivxg9 9.bc-game-tfscth.bc-game-zdymhc 9.bc-game-uyk1kl.bc-game-sbuu51 8.bc-game-3dkjba.bc-game-zbai46 5.bc-game-yo7rkh.bc-game-26vub4 5.bc-game-bcdcnr.bc-game-w6q8h7 5.bc-game-crb2zu.bc-game-xtkxmv 4.bc-game-mvxc5v.bc-game-rb00tx 1.bc-game-w4plqn.bc-game-754ptg 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bc-game-3ljscw .bc-game-jb8ere {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bc-game-3ljscw .bc-game-gbgzaw {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bc-game-w6m23q {
  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-w6m23q {
    padding: 24px;
  }
}

.bc-game-w6m23q .bc-game-jmu3no {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-w6m23q .bc-game-jmu3no {
    display: none;
  }
}

.bc-game-w6m23q .bc-game-fg5n8h svg {
  display: none;
}

.bc-game-29pygt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bc-game-29pygt .bc-game-qyv2jc {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-29pygt .bc-game-qyv2jc {
    display: flex;
  }
}

.bc-game-7mvy5v {
  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-7mvy5v {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-7mvy5v > * {
  margin: 0 !important;
}

.bc-game-7mvy5v img,
.bc-game-2q0lwy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-7mvy5v img,
  .bc-game-2q0lwy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-xyyfe9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-xyyfe9 {
    width: 32px;
    height: 32px;
  }
}

.bc-game-vq3tg9 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bc-game-vq3tg9 {
    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-vq3tg9::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-6zezxg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bc-game-6zezxg {
    padding: 7px 15px;
  }
}

.bc-game-6zezxg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-o0f9nd {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-o0f9nd {
    display: flex;
    opacity: 1;
  }
}

.bc-game-6zezxg picture {
  height: 100%;
  display: block;
}

.bc-game-6zezxg img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bc-game-6zezxg img {
    width: 88px;
    height: 44px;
  }
}

.bc-game-6zezxg p {
  text-align: center;
  width: 100%;
}

.bc-game-umm553 {
  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-umm553 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-umm553 img,
.bc-game-e4y4jk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-umm553 img,
  .bc-game-e4y4jk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-tndctu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-tndctu {
    width: 32px;
    height: 32px;
  }
}

.bc-game-goxdqr {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bc-game-qrjcct {
  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-4ucs5y {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bc-game-4ucs5y.bc-game-41158p {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bc-game-zhtml1 {
  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-zhtml1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-dujnud {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bc-game-03sf29 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bc-game-f4dibs ease;
  opacity: 0;
  color: var(--text-color);
}

.bc-game-hjaqlz {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bc-game-hjaqlz ol,
.bc-game-hjaqlz ul {
  padding-left: 1.3em;
}

.bc-game-4ucs5y.bc-game-41158p .bc-game-03sf29 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bc-game-4ucs5y.bc-game-41158p .bc-game-dujnud {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bc-game-51ipu7 {
  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-51ipu7 {
    padding: 24px;
  }
}

.bc-game-51ipu7 .bc-game-jmu3no {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-51ipu7 .bc-game-jmu3no {
    display: none;
  }
}

.bc-game-51ipu7 .bc-game-fg5n8h svg {
  display: none;
}

.bc-game-qmhrmz {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bc-game-qmhrmz .bc-game-qyv2jc {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-qmhrmz .bc-game-qyv2jc {
    display: flex;
  }
}

.bc-game-1i2fy4 {
  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-1i2fy4 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-1i2fy4 > * {
  margin: 0 !important;
}

.bc-game-1i2fy4 img,
.bc-game-zscxad {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-1i2fy4 img,
  .bc-game-zscxad {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-x2zbik {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-x2zbik {
    width: 32px;
    height: 32px;
  }
}

.bc-game-i6mdsm {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bc-game-i6mdsm {
    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-i6mdsm::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-krgue1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bc-game-krgue1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-vnwa0c {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-vnwa0c {
    display: flex;
    opacity: 1;
  }
}

.bc-game-krgue1 picture {
  width: auto;
  height: 100%;
  display: block;
}

.bc-game-krgue1 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bc-game-mvw62k {
  margin: -24px 0;
}

.bc-game-mvw62k:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bc-game-mvw62k {
    margin: -16px 0;
  }
}

.bc-game-gvisof {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bc-game-gvisof {
    flex-direction: row;
  }
}

.bc-game-6cem9e {
  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-6cem9e {
    flex: 1;
  }
}

.bc-game-6cem9e::placeholder {
  color: var(--Text-400);
}

.bc-game-5g6rv4 {
  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-u8l1sc {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bc-game-u8l1sc::-webkit-scrollbar {
  display: none;
}

.bc-game-hg2t6u {
  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-hg2t6u img,
.bc-game-hg2t6u svg {
  margin-right: 8px;
}

.bc-game-heqvwa {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bc-game-mvw62k + .bc-game-q90aaj {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bc-game-mvw62k + .bc-game-q90aaj {
    margin-top: -16px;
  }
}

.bc-game-hcmaro {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bc-game-hcmaro > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bc-game-hcmaro > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bc-game-40jh51 {
  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-6xx0sq {
  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-b3gzzw {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bc-game-6b991w {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bc-game-h3ailb {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bc-game-40jh51 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-40jh51 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-40jh51 {
    padding: 39px 179px 39px 39px;
  }

  .bc-game-6xx0sq {
    font-size: 40px;
    line-height: 48px;
  }

  .bc-game-h3ailb {
    height: 348px;
  }

  .bc-game-40jh51 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bc-game-40jh51 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-40jh51 {
    padding: 63px;
  }
}

.bc-game-iwmcc6 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bc-game-iwmcc6 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bc-game-91i255 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-91i255 {
    width: auto;
  }
}

.bc-game-ht155p {
  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-ht155p::-webkit-scrollbar {
  display: none;
}

.bc-game-ht155p 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-ht155p a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-ht155p {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bc-game-iwmcc6 .bc-game-j6i8h4 {
  -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-f4dibs,
    mask-image 0.3s;
}

.bc-game-iwmcc6 .bc-game-j6i8h4.bc-game-vpymd9 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bc-game-i03mfu {
  margin: 40px -16px;
}

.bc-game-ec9kxc + .bc-game-n7pa2c,
.bc-game-ec9kxc + .bc-game-74otp7 {
  margin-top: 24px;
}

.bc-game-3293qw {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bc-game-3293qw picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bc-game-tzwb8v {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bc-game-tzwb8v {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bc-game-tzwb8v {
    margin-top: 0;
  }
}

.bc-game-zj057b {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-zj057b {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-k8blje {
  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-k8blje {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bc-game-tfvndr {
  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-tfvndr {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bc-game-g9d62x {
  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-g9d62x {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-kmuf9x {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-kmuf9x {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-tlsjjf {
  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-f1ql3w {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bc-game-f1ql3w img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bc-game-q90aaj {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bc-game-zlvnta {
  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-zlvnta {
    padding: 15px 48px;
  }
}

main > .bc-game-q90aaj {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bc-game-paalit.bc-game-zc58om > div:nth-child(n+5) {
    display: none;
  }
}

.bc-game-2qw6d4 p a img {
  display: block;
  margin: 0 auto;
}


.bc-game-9cjz2e {
  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-c4upie {
  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-c4upie label {
  font-size: 14px;
}

.bc-game-c4upie h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bc-game-c4upie input,
.bc-game-c4upie textarea,
.bc-game-c4upie 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-c4upie button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bc-game-dhc2f3 ease;
}
.bc-game-c4upie button:hover {
  background-color: var(--button-bg-hover);
}
.bc-game-bhe2xn {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bc-game-fsy6jq ease-in;
}

.bc-game-bhe2xn 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-ud6mbw, .bc-game-mcvn5q, [class*="review-card"],
thead, thead th, table th, .bc-game-dt9oi7,
.bc-game-dle2vn, [class*="collapsible-header"],
.bc-game-bdixvp, [class*="updated-block"] {
  color: #ece7dc !important;
}
