* {
  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-ondrea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-ondrea {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-ondrea {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bc-game-wet49m {
  overflow: hidden;
}

.bc-game-ahfo8q img {
  background: var(--Neutral-300);
}

.bc-game-2efqn3 {
  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-5d8h4p {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bc-game-5d8h4p:hover {
  background: var(--button-bg-hover);
}

.bc-game-ijk3cf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bc-game-ijk3cf:hover {
  background: var(--button-bg-hover);
}

.bc-game-oxv3t7 {
  font-size: 12px;
  line-height: 18px;
}

.bc-game-elavlv {
  font-size: 18px;
  line-height: 26px;
}

.bc-game-e8sqfe {
  width: 100%;
}

.bc-game-chq001 {
  padding: 6px 16px;
}

.bc-game-x1ra32 {
  padding: 10px 16px;
}

.bc-game-himz0e {
  padding: 15px 26px;
}

.bc-game-xe1ecm {
  flex-shrink: 0;
}

.bc-game-02dftu {
  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-dfln8h {
  display: none;
}

.bc-game-6g13ig {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bc-game-rwwqb4 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bc-game-miuj3j {
  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-kuqvz7 {
  cursor: grab;
}

.bc-game-miuj3j::-webkit-scrollbar {
  display: none;
}

.bc-game-gkttg9 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bc-game-w1x7bm {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bc-game-tv7wqb {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bc-game-1ifet1 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bc-game-owc4hk {
  visibility: visible;
}

.bc-game-6yw11g {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bc-game-gu46yy ease;
}

.bc-game-i692oz {
  background-color: var(--Primary-200);
  width: 16px;
}

.bc-game-dvw5f9 {
  -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-gu46yy,
    mask-image 0.3s;
}

.bc-game-dvw5f9.bc-game-7q9bi7 {
  -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-eafz0k: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-irfduw {
  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-4kr6mc.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-4kr6mc.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-4xztj7 {
  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-4xztj7::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-ut4njk {
  position: relative;
  z-index: 1;
}

.bc-game-d4y591 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bc-game-a0hlvz {
  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-39r9c7 {
  font-size: 40px;
  line-height: 48px;
}

.bc-game-xgf835 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bc-game-n0445b {
  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-n0445b:hover {
  background: var(--Primary-400);
}

.bc-game-n0445b svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bc-game-eafz0k 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-4xztj7 {
    max-width: 600px;
    padding: 64px;
  }

  .bc-game-d4y591 {
    font-size: 24px;
    line-height: 32px;
  }

  .bc-game-a0hlvz {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bc-game-39r9c7 {
    font-size: 50px;
    line-height: 56px;
  }

  .bc-game-xgf835 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bc-game-irfduw {
    top: 25px;
    right: 25px;
  }
}

.bc-game-zrb58g,
.bc-game-kimru8 {
  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-lacylr.bc-game-5yfxah::before,
.bc-game-kimru8::before,
.bc-game-fqwd7t::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-4kr6mc.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bc-game-j79czt 14.bc-game-ljxxbd.bc-game-qzo924 14.bc-game-8xptol 15.bc-game-0tauc1 14.bc-game-04d3fa 15.bc-game-umgb24 14.bc-game-2pqgmb.bc-game-mk5af6 14.bc-game-emtmud 19.bc-game-kxryot 12.bc-game-kqpcbh 19.bc-game-kxryot 10.bc-game-87z5wf.bc-game-kxryot 8.bc-game-0j3b1g 17.bc-game-0hzwg9 7.bc-game-2tl64o 15.bc-game-xib3af 7.bc-game-0mlw8u.bc-game-ja2x19 7.bc-game-2tl64o 11.bc-game-9bap2p 8.bc-game-0j3b1g 11.bc-game-9bap2p 10.bc-game-2ib5kv.bc-game-9bap2p 12.bc-game-c6b4hq 13.bc-game-i84hmq 14.bc-game-hvvbp0 15.bc-game-rfafeb 14.bc-game-1rub9a.bc-game-dp3yq9 14.bc-game-diyieu 15.bc-game-hhm1rs 14.bc-game-ardvb9 15.bc-game-izo0gw 14.bc-game-ctfgea.bc-game-j79czt 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bc-game-e2h8h7 15.bc-game-4w9c2e.bc-game-ww2640 15.bc-game-5sd55e 15.bc-game-eg9bt2 15.bc-game-m6h9be 15.bc-game-smnbmp 15.bc-game-r0d0m3.bc-game-km2mmm 15.bc-game-m6h9be 15.bc-game-cox0w9 15.bc-game-w9psy7 15.bc-game-7xvzlh 15.bc-game-82fcaw.bc-game-x23nzl 15.bc-game-qiv9vd 7.bc-game-sbw7mp 18.bc-game-31aele 7.bc-game-zsolbx 23.bc-game-ax5ztz.bc-game-8au6q6.bc-game-zzlebb 18.bc-game-lodmz4 19.bc-game-oh9mbz 15.bc-game-k5nd1q 15.bc-game-e2h8h7 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-xeiobd [type="submit"] *,
.bc-game-jtxydm button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bc-game-mu1rax {
    display: none;
  }
}

.bc-game-a76hck {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bc-game-a76hck {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-a76hck {
    bottom: 22px;
  }
}

.bc-game-a76hck input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bc-game-a76hck {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bc-game-mws7ou.static) .bc-game-a76hck {
    bottom: 8px;
  }
}

.bc-game-mftmpk {
  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-4kr6mc.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bc-game-b5fdo0 3.bc-game-3nsz7z.bc-game-7m4xsi.bc-game-h7m5dk 3.bc-game-xkms0q 3.bc-game-62vl87 5.bc-game-koq9ec 3.bc-game-62vl87 8.bc-game-y086zx.bc-game-r8u91s.bc-game-62vl87 26.bc-game-aopdtw 5.bc-game-zrsmp4 28.bc-game-vbwjdf 8.bc-game-1hv2d6 28.bc-game-uaee2j.bc-game-l59zn1 28.bc-game-wq3ish.bc-game-w57p93 34.bc-game-idretr.bc-game-moz1y6 36.bc-game-ol2n8z 11.bc-game-wvow4f 37.bc-game-cirjpw 12.bc-game-kw30yy 36.bc-game-omj0c8.bc-game-vrg0dj 28.bc-game-q8i8sx.bc-game-6wbrgw.bc-game-mdlrsh 28.bc-game-sqrsfk 36.bc-game-aerl0x 26.bc-game-jo2u12 36.bc-game-aerl0x 23.bc-game-webww1.bc-game-hhi8kx.bc-game-aerl0x 5.bc-game-mn3www 34.bc-game-13choo 3.bc-game-xkms0q 31.bc-game-b5fdo0 3.bc-game-zw14o3.bc-game-w23kef 18.bc-game-g02uct.bc-game-aut8mv 18.bc-game-80u7t4 8.bc-game-p774fk 17.bc-game-t10pl6 8.bc-game-p774fk 15.bc-game-n1pqsi.bc-game-p774fk 14.bc-game-le07bw 9.bc-game-aut8mv 13.bc-game-7iqdcj 11.bc-game-w23kef 13.bc-game-ju5q4q.bc-game-uur93o 13.bc-game-7iqdcj 13.bc-game-nonlqz 14.bc-game-le07bw 13.bc-game-nonlqz 15.bc-game-0kjjbj.bc-game-nonlqz 17.bc-game-t10pl6 12.bc-game-uur93o 18.bc-game-80u7t4 11.bc-game-w23kef 18.bc-game-o5vwjk.bc-game-ewghws 18.bc-game-az4526.bc-game-hj87r7 18.bc-game-80u7t4 17.bc-game-9943m1 17.bc-game-t10pl6 17.bc-game-9943m1 15.bc-game-hhezab.bc-game-9943m1 14.bc-game-le07bw 18.bc-game-hj87r7 13.bc-game-7iqdcj 20.bc-game-ewghws 13.bc-game-noujjs.bc-game-myuvj8 13.bc-game-7iqdcj 22.bc-game-lxvzbj 14.bc-game-le07bw 22.bc-game-lxvzbj 15.bc-game-4k1pf0.bc-game-6maquc 17.bc-game-t10pl6 21.bc-game-myuvj8 18.bc-game-80u7t4 20.bc-game-ewghws 18.bc-game-9gr259.bc-game-54x5re 18.bc-game-p8cwqm.bc-game-zqugpa 18.bc-game-80u7t4 26.bc-game-64539l 17.bc-game-t10pl6 26.bc-game-64539l 15.bc-game-3mb9n4.bc-game-64539l 14.bc-game-le07bw 27.bc-game-zqugpa 13.bc-game-7iqdcj 28.bc-game-54x5re 13.bc-game-7rbqwj.bc-game-7nvb8o 13.bc-game-7iqdcj 31.bc-game-0z82bi 14.bc-game-le07bw 31.bc-game-0z82bi 15.bc-game-px3gu9.bc-game-64539l 17.bc-game-t10pl6 30.bc-game-7nvb8o 18.bc-game-80u7t4 28.bc-game-54x5re 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-mftmpk {
    display: none;
  }
}

.bc-game-9rut43 {
  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-9rut43 {
    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-jtxydm {
  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-jtxydm {
    padding: 14px 16px;
  }
}

.bc-game-jtxydm button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bc-game-jtxydm button:first-child {
  align-content: end;
}

.bc-game-jtxydm button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bc-game-jtxydm
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-jtxydm
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bc-game-jtxydm button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bc-game-jtxydm button:last-child svg {
  width: 38px;
  height: 38px;
}

.bc-game-fqwd7t {
  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-fqwd7t::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bc-game-fqwd7t,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-fqwd7t {
  opacity: 1;
  visibility: visible;
}

.bc-game-yxoy7k {
  flex: 1 1;
}

.bc-game-6qxotj {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-6qxotj {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bc-game-0300cq {
  display: block;
}

.bc-game-ky50w6 {
  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-ky50w6 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-kimru8 {
  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-kimru8::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bc-game-x0f01h span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bc-game-x0f01h p {
  color: var(--Text-100);
}

.bc-game-kimru8 .bc-game-azgghl {
  grid-area: button;
}

.bc-game-kimru8 .bc-game-azgghl::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-4kr6mc.org/2000/svg'%3E%3Cpath d='M4.bc-game-bvcyvf 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-ifelcl 15L16.bc-game-ifelcl 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-ifelcl 5L16.bc-game-ifelcl 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-20tkgl {
  display: block;
}

.bc-game-wnzeph {
  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-wnzeph {
    margin-top: 40px;
  }
}

.bc-game-zrb58g label,
.bc-game-zrb58g input {
  display: block;
  width: 100%;
}

.bc-game-zrb58g label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bc-game-zrb58g label.bc-game-bgtw6t input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bc-game-zrb58g label.bc-game-bgtw6t::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-zrb58g 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-zrb58g input::placeholder {
  color: var(--Text-400);
}

.bc-game-47hek0 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bc-game-47hek0 {
  display: flex;
}

.bc-game-47hek0 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bc-game-47hek0 ol {
    height: 420px;
    padding: 24px;
  }
}

.bc-game-47hek0 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bc-game-xeiobd {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-xeiobd {
    padding: 0 24px 24px;
  }
}

.bc-game-xeiobd 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-xeiobd input::placeholder {
  color: var(--Text-400);
}

.bc-game-xeiobd [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bc-game-xeiobd [type="submit"]:disabled {
  opacity: 0.5;
}

.bc-game-xeiobd [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bc-game-xeiobd [type="submit"] {
    right: 40px;
  }
}

.bc-game-lacylr {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bc-game-lacylr.bc-game-5yfxah {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bc-game-lacylr.bc-game-5yfxah::before {
  content: "";
  width: 31px;
}

.bc-game-lacylr.bc-game-5yfxah p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bc-game-lacylr.bc-game-dawtnj p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bc-game-lacylr 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-a76hck .bc-game-azgghl {
  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-mu1rax {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bc-game-mu1rax {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bc-game-mu1rax {
    padding: 18px 0;
  }
}

.bc-game-mu1rax .bc-game-ondrea {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bc-game-mu1rax .bc-game-ondrea {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bc-game-x4efjo {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bc-game-x4efjo {
    max-width: 160px;
    height: 40px;
  }
}

.bc-game-x4efjo picture,
.bc-game-x4efjo img {
  display: block;
  width: 100%;
  height: 100%;
}

.bc-game-x4efjo img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bc-game-tpjq2k {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bc-game-gu46yy ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bc-game-mu1rax.bc-game-02kdb5 .bc-game-tpjq2k {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bc-game-tpjq2k {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bc-game-tpjq2k {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bc-game-8koqsa,
.bc-game-cp3fyo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bc-game-8koqsa,
  .bc-game-cp3fyo {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bc-game-cp3fyo {
    display: none;
  }
}

.bc-game-so64xx {
  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-02kdb5 .bc-game-so64xx {
  background: var(--fh-bg-color);
}

.bc-game-so64xx button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bc-game-so64xx {
    display: none;
  }
}

.bc-game-h7af5t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bc-game-h7af5t {
    display: none;
  }
}

.bc-game-9jtde1 {
  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-mu1rax.bc-game-02kdb5 .bc-game-9jtde1:first-child {
  display: none;
}

.bc-game-mu1rax.bc-game-02kdb5 .bc-game-9jtde1:last-child {
  display: block;
}

.bc-game-9jtde1:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bc-game-9jtde1 {
    display: none;
  }
}

.bc-game-z5cny2 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-z5cny2 {
    display: flex;
  }
}

.bc-game-z5cny2 ul {
  max-height: 350px;
  overflow-y: auto;
}

.bc-game-z5cny2:hover ul {
  visibility: visible;
  opacity: 1;
}

.bc-game-z5cny2:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bc-game-z5cny2:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bc-game-z5cny2:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bc-game-z5cny2:hover .bc-game-ghwty3 svg {
  transform: rotate(180deg);
}

.bc-game-8dnzim {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bc-game-8teluk {
  padding: 0 8px;
}

.bc-game-1p91qn {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bc-game-1p91qn:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bc-game-1p91qn {
    padding: 4px 8px;
  }
}

.bc-game-7hkvgi {
  display: flex;
}

.bc-game-7hkvgi img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bc-game-ghwty3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bc-game-ghwty3 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bc-game-qzw4qx {
  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-qzw4qx {
    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-okt7zd {
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-okt7zd {
    display: none;
  }
}

.bc-game-29rf44 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bc-game-93y8dg {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bc-game-a0gwxe {
  display: flex;
}

.bc-game-lxbzb8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bc-game-6oo8xz {
  list-style: none;
}

@media (max-width: 1199px) {
  .bc-game-6oo8xz {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bc-game-6oo8xz {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bc-game-6oo8xz .bc-game-gr0oue [data-ref-el],
  .bc-game-6oo8xz .bc-game-gr0oue span,
  .bc-game-6oo8xz .bc-game-gr0oue a {
    white-space: nowrap;
  }
}

.bc-game-47sto0 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bc-game-47sto0.bc-game-malk8e > .bc-game-gr0oue {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bc-game-47sto0.bc-game-ks17y5:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bc-game-47sto0.bc-game-malk8e > .bc-game-9xm2dw {
    height: auto;
  }

  .bc-game-47sto0.bc-game-malk8e > div > .bc-game-v9fjvp {
    transform: rotate(180deg);
  }
}

.bc-game-47sto0 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bc-game-47sto0 [data-ref-el],
.bc-game-47sto0 span {
  cursor: pointer;
}

.bc-game-47sto0 [data-ref-el],
.bc-game-47sto0 span,
.bc-game-47sto0 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-47sto0 [data-ref-el],
  .bc-game-47sto0 span,
  .bc-game-47sto0 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bc-game-47sto0 [data-ref-el],
  .bc-game-47sto0 span,
  .bc-game-47sto0 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bc-game-9xm2dw {
  height: 0;
  overflow: hidden;
  transition: height 0.bc-game-gu46yy ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bc-game-9xm2dw::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bc-game-9xm2dw::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bc-game-9xm2dw::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bc-game-9xm2dw {
    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-9xm2dw:has(> .bc-game-47sto0.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bc-game-9xm2dw .bc-game-9xm2dw {
    padding: 0;
  }

  .bc-game-9xm2dw .bc-game-47sto0 {
    font-weight: 400;
  }

  .bc-game-9xm2dw .bc-game-47sto0:hover > .bc-game-gr0oue {
    background: var(--Neutral-300);
  }

  .bc-game-9xm2dw .bc-game-v9fjvp {
    rotate: -90deg;
  }
}

.bc-game-gr0oue {
  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-gr0oue {
    padding: 8px;
  }

  .bc-game-47sto0.bc-game-f0yvgd > .bc-game-gr0oue {
    background: var(--Neutral-300);
  }
}

.bc-game-v9fjvp {
  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-4kr6mc.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bc-game-mq7cfq 0.bc-game-y5kz0x.bc-game-rzi6tc -0.bc-game-eisw9d 0.bc-game-tu60fj -0.bc-game-eisw9d 1.bc-game-m4tcyp 0.bc-game-bgl6ie.bc-game-frgq95 4.bc-game-723cm3.bc-game-mq7cfq 0.bc-game-aa5ni2.bc-game-1zchdp -0.bc-game-eisw9d 9.bc-game-8c57mk -0.bc-game-eisw9d 10.bc-game-ifg5q2 0.bc-game-uvkphy.bc-game-dt6lca 0.bc-game-rzi6tc 10.bc-game-dt6lca 0.bc-game-tu60fj 10.bc-game-ifg5q2 1.bc-game-u6x93j.bc-game-k9ina2 5.bc-game-en0rsr.bc-game-nhwn5r 6.bc-game-6lzb8l 5.bc-game-fkydcd 6.bc-game-6lzb8l 4.bc-game-zjno9c 5.bc-game-ybx221.bc-game-mq7cfq 1.bc-game-2gyq9f.bc-game-eisw9d 0.bc-game-tu60fj -0.bc-game-eisw9d 0.bc-game-rzi6tc 0.bc-game-mq7cfq 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bc-game-gu46yy ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-v9fjvp {
    cursor: default;
  }
}

.bc-game-zrz2ou {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bc-game-yw946l {
  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-yw946l {
    padding: 40px 4px;
  }
}

.bc-game-h5e3do {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bc-game-h5e3do {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bc-game-c3twu2 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bc-game-c3twu2 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bc-game-c3twu2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bc-game-c3twu2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bc-game-c3twu2 [data-ref-el],
.bc-game-c3twu2 span,
.bc-game-c3twu2 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bc-game-owir57 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-owir57 {
    margin-bottom: 12px;
  }
}

.bc-game-j5fk49 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bc-game-j5fk49 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bc-game-j5fk49:last-child {
    margin-right: 0;
  }
}

.bc-game-mbttb5 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-owir57:hover .bc-game-tcb5zr {
  visibility: visible;
  opacity: 1;
}

.bc-game-tcb5zr {
  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-3fzzbj {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bc-game-uy9qz6 {
  display: flex;
  margin: 6px;
}

.bc-game-uy9qz6 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bc-game-tcb5zr::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-tcb5zr::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-novx70 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-novx70 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bc-game-zvbhcw {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bc-game-zvbhcw {
    margin-right: 32px;
  }
}

.bc-game-ohi4ww {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-ohi4ww {
    margin-top: 0;
    width: 340px;
  }
}

.bc-game-ohi4ww a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-xseqwg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bc-game-70orjb {
  position: relative;
}

@media (min-width: 768px) {
  .bc-game-70orjb {
    margin-top: 40px;
  }
}

.bc-game-70orjb + .bc-game-68vf3p,
.bc-game-70orjb + .bc-game-70orjb {
  margin-top: 24px;
}

.bc-game-jajaox {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bc-game-jajaox {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-jajaox {
    padding: 80px;
  }
}

.bc-game-zcriec {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bc-game-zcriec {
    padding: 0 16px;
}


}

.bc-game-lr94yj {
  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-lr94yj {
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-qyq0xv {
  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-qyq0xv {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-waq3je {
  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-waq3je:hover {
  background: var(--button-bg-hover);
}

.bc-game-612fst {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bc-game-612fst img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bc-game-612fst img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bc-game-612fst img {
  min-height: 100%;
  }
}

.bc-game-jajaox::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bc-game-843ppk {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bc-game-843ppk h1,
.bc-game-843ppk h2,
.bc-game-843ppk h3,
.bc-game-843ppk h4 {
  margin-bottom: 6px;
}

.bc-game-843ppk h1:not(:first-child),
.bc-game-843ppk h2:not(:first-child),
.bc-game-843ppk h3:not(:first-child),
.bc-game-843ppk h4:not(:first-child) {
  margin-top: 16px;
}

.bc-game-843ppk h1,
.bc-game-843ppk h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bc-game-843ppk h1,
  .bc-game-843ppk h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bc-game-843ppk h2,
.bc-game-843ppk h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bc-game-843ppk h2,
  .bc-game-843ppk h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-843ppk h3,
.bc-game-843ppk h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bc-game-843ppk h3,
  .bc-game-843ppk h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-843ppk h4,
.bc-game-843ppk h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bc-game-843ppk ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bc-game-843ppk ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bc-game-843ppk 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-843ppk ul ul {
  margin-bottom: 8px;
}

.bc-game-843ppk ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bc-game-843ppk ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bc-game-843ppk ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bc-game-843ppk ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bc-game-843ppk ol li::marker {
  font-weight: 700;
}

.bc-game-843ppk ol ol {
  margin-bottom: 8px;
}

.bc-game-843ppk ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bc-game-843ppk ol ul li {
  padding-left: 16px;
}

.bc-game-843ppk 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-843ppk table {
    padding: 24px;
  }
}

.bc-game-843ppk table.bc-game-mvzm8r {
  -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-gu46yy,
    mask-image 0.3s;
}

.bc-game-843ppk table.bc-game-mvzm8r.bc-game-7q9bi7 {
  -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-843ppk table {
    display: table;
  }
}

.bc-game-843ppk 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-843ppk table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-843ppk table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-843ppk 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-843ppk table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bc-game-843ppk table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-843ppk table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-843ppk table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bc-game-843ppk img {
  max-width: 100%;
  height: auto;
}

.bc-game-ik7bs3 {
  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-ik7bs3 {
    padding: 24px;
  }
}

.bc-game-fl2vep {
  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-fl2vep {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bc-game-fl2vep > * {
  margin: 0 !important;
}

.bc-game-fl2vep img,
.bc-game-o29etn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-fl2vep img,
  .bc-game-o29etn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-0ul7iw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-0ul7iw {
    width: 32px;
    height: 32px;
  }
}

.bc-game-mwwnae {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bc-game-mwwnae .bc-game-ynpwy3 {
  flex-shrink: 0;
}

.bc-game-mwwnae .bc-game-jeg1yt svg {
  display: none;
}

.bc-game-841y9l {
  display: grid;
  transition: max-height 0.bc-game-gu46yy ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bc-game-841y9l {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bc-game-841y9l {
    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-841y9l.bc-game-tfghww + .bc-game-ynpwy3 svg {
  transform: rotate(180deg);
}

.bc-game-dbh29j {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bc-game-dbh29j > div:nth-child(3n) {
  grid-column: span 2;
}

.bc-game-dbh29j
  > div:nth-child(3n)
  .bc-game-grlv7c
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bc-game-dbh29j {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-game-dbh29j > div:nth-child(3n) {
    grid-column: unset;
  }

  .bc-game-dbh29j
    > div:nth-child(3n)
    .bc-game-grlv7c
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bc-game-dbh29j {
    max-width: 270px;
  }
}

.bc-game-dbh29j .bc-game-grlv7c button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bc-game-dbh29j .bc-game-grlv7c button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bc-game-dbh29j .bc-game-grlv7c button {
    max-width: 104px;
  }
}

.bc-game-dqvfyd {
  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-dqvfyd {
    margin-bottom: 0;
  }
}

.bc-game-z5fr0n {
  display: none;
  opacity: 0;
}

.bc-game-ak5y2r {
  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-ak5y2r img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bc-game-grlv7c {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bc-game-grlv7c 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-grlv7c
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bc-game-grlv7c
    button {
    max-width: 145px;
  }
}

.bc-game-7yd7pr:first-child
  .bc-game-grlv7c
  button {
  max-width: 270px;
}

.bc-game-npscwg {
  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-dqvfyd picture {
  width: 100%;
  max-width: 100%;
}

.bc-game-annx4y {
  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-annx4y svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bc-game-dqvfyd:hover .bc-game-annx4y {
  display: flex;
}

.bc-game-xa8kc1 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bc-game-5jvuyu {
  display: flex;
}

.bc-game-5jvuyu:hover .bc-game-7u4gdv,
.bc-game-5jvuyu .bc-game-f0yvgd .bc-game-7u4gdv {
  display: flex;
}

.bc-game-5jvuyu svg {
  flex-shrink: 0;
}

.bc-game-7u4gdv {
  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-7u4gdv {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bc-game-7u4gdv:hover {
  display: flex;
}

.bc-game-7u4gdv svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bc-game-qckow4 {
  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-qckow4 {
    font-size: 12px;
  }
}

.bc-game-77ln7s,
.bc-game-26wd8g {
  width: 50%;
  flex-shrink: 0;
}

.bc-game-77ln7s {
  font-weight: 700;
}

.bc-game-1cwpxl .bc-game-841y9l {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bc-game-1cwpxl .bc-game-841y9l {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bc-game-1cwpxl .bc-game-841y9l {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bc-game-1cwpxl
  .bc-game-npscwg:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bc-game-1cwpxl .bc-game-ak5y2r {
  height: 100% !important;
  border-radius: 16px;
}

.bc-game-1cwpxl .bc-game-grlv7c {
  gap: 4px;
  align-items: center;
}

.bc-game-1cwpxl .bc-game-grlv7c button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-game-1cwpxl .bc-game-grlv7c svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bc-game-1cwpxl .bc-game-5qy7qp,
.bc-game-1cwpxl .bc-game-xwbt43 {
  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-4kr6mc.org/2000/svg'%3E%3Cpath d='M9.bc-game-qx1zke 4.bc-game-cqw0sd.bc-game-zn7p4n 5.bc-game-urntlj.bc-game-v1mkc0 5.bc-game-wcv52f.bc-game-g99oig 5.bc-game-agatca.bc-game-e9lfw7 8.bc-game-bnonka.bc-game-pvgmfz 9.bc-game-vbodsy.bc-game-baqndz 9.bc-game-sg062j.bc-game-wv2d7l 13.bc-game-8r9e8y.bc-game-h8w7pq 11.bc-game-hsdtwv.bc-game-p2jeeq 11.bc-game-0x151i.bc-game-x6skj6 11.bc-game-hes8pa.bc-game-p5ju3j 13.bc-game-1wyqk7.bc-game-4ijo4f 9.bc-game-7ituhx.bc-game-ey6jdh 9.bc-game-o9kvxd.bc-game-m9knjv 8.bc-game-w7rrft.bc-game-cs3fre 5.bc-game-3ulv4u.bc-game-kiq0dh 5.bc-game-lmias6.bc-game-ghmftb 5.bc-game-5xsov9.bc-game-2ij975 4.bc-game-gn0wvf.bc-game-p2jeeq 1.bc-game-orxtca.bc-game-qx1zke 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bc-game-1cwpxl .bc-game-5qy7qp {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bc-game-1cwpxl .bc-game-xwbt43 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bc-game-wzzfcf {
  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-wzzfcf {
    padding: 24px;
  }
}

.bc-game-wzzfcf .bc-game-ynpwy3 {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-wzzfcf .bc-game-ynpwy3 {
    display: none;
  }
}

.bc-game-wzzfcf .bc-game-jeg1yt svg {
  display: none;
}

.bc-game-8qsx8h {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bc-game-8qsx8h .bc-game-2efqn3 {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-8qsx8h .bc-game-2efqn3 {
    display: flex;
  }
}

.bc-game-2dwnq5 {
  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-2dwnq5 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-2dwnq5 > * {
  margin: 0 !important;
}

.bc-game-2dwnq5 img,
.bc-game-7m4yj8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-2dwnq5 img,
  .bc-game-7m4yj8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-pgi5lg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-pgi5lg {
    width: 32px;
    height: 32px;
  }
}

.bc-game-i5pd51 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bc-game-i5pd51 {
    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-i5pd51::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-gte8kr {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bc-game-gte8kr {
    padding: 7px 15px;
  }
}

.bc-game-gte8kr:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-ac6s6r {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-ac6s6r {
    display: flex;
    opacity: 1;
  }
}

.bc-game-gte8kr picture {
  height: 100%;
  display: block;
}

.bc-game-gte8kr img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bc-game-gte8kr img {
    width: 88px;
    height: 44px;
  }
}

.bc-game-gte8kr p {
  text-align: center;
  width: 100%;
}

.bc-game-tz2n20 {
  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-tz2n20 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-tz2n20 img,
.bc-game-7npb0c {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-tz2n20 img,
  .bc-game-7npb0c {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-w9xqr9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-w9xqr9 {
    width: 32px;
    height: 32px;
  }
}

.bc-game-0drivt {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bc-game-ez2nty {
  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-2dg87s {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bc-game-2dg87s.bc-game-f0yvgd {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bc-game-2osg6v {
  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-2osg6v {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-t6ygog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bc-game-jo0r03 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bc-game-gu46yy ease;
  opacity: 0;
  color: var(--text-color);
}

.bc-game-3qw18v {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bc-game-3qw18v ol,
.bc-game-3qw18v ul {
  padding-left: 1.3em;
}

.bc-game-2dg87s.bc-game-f0yvgd .bc-game-jo0r03 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bc-game-2dg87s.bc-game-f0yvgd .bc-game-t6ygog {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bc-game-qdmck5 {
  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-qdmck5 {
    padding: 24px;
  }
}

.bc-game-qdmck5 .bc-game-ynpwy3 {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-qdmck5 .bc-game-ynpwy3 {
    display: none;
  }
}

.bc-game-qdmck5 .bc-game-jeg1yt svg {
  display: none;
}

.bc-game-8ik5m0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bc-game-8ik5m0 .bc-game-2efqn3 {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-8ik5m0 .bc-game-2efqn3 {
    display: flex;
  }
}

.bc-game-eak1ip {
  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-eak1ip {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-eak1ip > * {
  margin: 0 !important;
}

.bc-game-eak1ip img,
.bc-game-9i00j6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-eak1ip img,
  .bc-game-9i00j6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-rvryf9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-rvryf9 {
    width: 32px;
    height: 32px;
  }
}

.bc-game-9eg92v {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bc-game-9eg92v {
    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-9eg92v::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-7h4iq6 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bc-game-7h4iq6:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-zl668e {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-zl668e {
    display: flex;
    opacity: 1;
  }
}

.bc-game-7h4iq6 picture {
  width: auto;
  height: 100%;
  display: block;
}

.bc-game-7h4iq6 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bc-game-n5378g {
  margin: -24px 0;
}

.bc-game-n5378g:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bc-game-n5378g {
    margin: -16px 0;
  }
}

.bc-game-1601gh {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bc-game-1601gh {
    flex-direction: row;
  }
}

.bc-game-xtts06 {
  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-xtts06 {
    flex: 1;
  }
}

.bc-game-xtts06::placeholder {
  color: var(--Text-400);
}

.bc-game-khtj6b {
  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-os99su {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bc-game-os99su::-webkit-scrollbar {
  display: none;
}

.bc-game-vm2l3p {
  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-vm2l3p img,
.bc-game-vm2l3p svg {
  margin-right: 8px;
}

.bc-game-m9jveu {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bc-game-n5378g + .bc-game-ajtf37 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bc-game-n5378g + .bc-game-ajtf37 {
    margin-top: -16px;
  }
}

.bc-game-4v7dmx {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bc-game-4v7dmx > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bc-game-4v7dmx > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bc-game-2aaso9 {
  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-uotgsj {
  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-2hw5yz {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bc-game-96cf6l {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bc-game-nhn7fs {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bc-game-2aaso9 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-2aaso9 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-2aaso9 {
    padding: 39px 179px 39px 39px;
  }

  .bc-game-uotgsj {
    font-size: 40px;
    line-height: 48px;
  }

  .bc-game-nhn7fs {
    height: 348px;
  }

  .bc-game-2aaso9 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bc-game-2aaso9 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-2aaso9 {
    padding: 63px;
  }
}

.bc-game-r175on {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bc-game-r175on {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bc-game-zmdyq7 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-zmdyq7 {
    width: auto;
  }
}

.bc-game-ko12i8 {
  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-ko12i8::-webkit-scrollbar {
  display: none;
}

.bc-game-ko12i8 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-ko12i8 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-ko12i8 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bc-game-r175on .bc-game-g5yboi {
  -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-gu46yy,
    mask-image 0.3s;
}

.bc-game-r175on .bc-game-g5yboi.bc-game-7q9bi7 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bc-game-2ve4x8 {
  margin: 40px -16px;
}

.bc-game-rguz6a + .bc-game-68vf3p,
.bc-game-rguz6a + .bc-game-70orjb {
  margin-top: 24px;
}

.bc-game-m24m24 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bc-game-m24m24 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bc-game-v1npm6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bc-game-v1npm6 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bc-game-v1npm6 {
    margin-top: 0;
  }
}

.bc-game-yt0obe {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-yt0obe {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-muuevs {
  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-muuevs {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bc-game-k6gi1z {
  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-k6gi1z {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bc-game-p5tqe8 {
  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-p5tqe8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-jey10e {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-jey10e {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-nhpuj9 {
  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-gvvmmb {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bc-game-gvvmmb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bc-game-ajtf37 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bc-game-janh25 {
  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-janh25 {
    padding: 15px 48px;
  }
}

main > .bc-game-ajtf37 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bc-game-841y9l.bc-game-p6gm3j > div:nth-child(n+5) {
    display: none;
  }
}

.bc-game-843ppk p a img {
  display: block;
  margin: 0 auto;
}


.bc-game-yqyn1k {
  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-m99epo {
  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-m99epo label {
  font-size: 14px;
}

.bc-game-m99epo h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bc-game-m99epo input,
.bc-game-m99epo textarea,
.bc-game-m99epo 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-m99epo button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bc-game-lxtwfd ease;
}
.bc-game-m99epo button:hover {
  background-color: var(--button-bg-hover);
}
.bc-game-ug26pp {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bc-game-s9ynam ease-in;
}

.bc-game-ug26pp 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-7x4ztt, .bc-game-qjy6ed, [class*="review-card"],
thead, thead th, table th, .bc-game-d4lgrz,
.bc-game-1j1nug, [class*="collapsible-header"],
.bc-game-nwd77y, [class*="updated-block"] {
  color: #ece7dc !important;
}
