* {
  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;
  }
}

.betplay-z4y0i3 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betplay-z4y0i3 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-z4y0i3 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betplay-745lpt {
  overflow: hidden;
}

.betplay-h1j3zw img {
  background: var(--Neutral-300);
}

.betplay-p1zlha {
  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;
}

.betplay-t4kyf1 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betplay-t4kyf1:hover {
  background: var(--button-bg-hover);
}

.betplay-jqlbpf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betplay-jqlbpf:hover {
  background: var(--button-bg-hover);
}

.betplay-96dn7e {
  font-size: 12px;
  line-height: 18px;
}

.betplay-zd9lph {
  font-size: 18px;
  line-height: 26px;
}

.betplay-ue8tcy {
  width: 100%;
}

.betplay-iorfu0 {
  padding: 6px 16px;
}

.betplay-zz17k5 {
  padding: 10px 16px;
}

.betplay-a78soy {
  padding: 15px 26px;
}

.betplay-624dco {
  flex-shrink: 0;
}

.betplay-vw2cl3 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.betplay-5h5fcw {
  display: none;
}

.betplay-2cgec9 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betplay-6k62tx {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betplay-tsf7z5 {
  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;
}

.betplay-awohxh {
  cursor: grab;
}

.betplay-tsf7z5::-webkit-scrollbar {
  display: none;
}

.betplay-h5uupt {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betplay-a5yqn3 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betplay-4wo599 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betplay-od6jra {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betplay-zb41pn {
  visibility: visible;
}

.betplay-xsi3xd {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betplay-h902tp ease;
}

.betplay-7ntex0 {
  background-color: var(--Primary-200);
  width: 16px;
}

.betplay-508ljp {
  -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.betplay-h902tp,
    mask-image 0.3s;
}

.betplay-508ljp.betplay-r03y4l {
  -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;
  }
}

.betplay-new3qe: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;
}

.betplay-tp99pe {
  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.betplay-ap68id.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.betplay-ap68id.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;
}

.betplay-xr7yml {
  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);
}

.betplay-xr7yml::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%
  );
}

.betplay-xyzvgb {
  position: relative;
  z-index: 1;
}

.betplay-h9bj3i {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betplay-2zlvm7 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betplay-dwf9al {
  font-size: 40px;
  line-height: 48px;
}

.betplay-k8rmgc {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betplay-l5ckky {
  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;
}

.betplay-l5ckky:hover {
  background: var(--Primary-400);
}

.betplay-l5ckky svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betplay-new3qe 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) {
  .betplay-xr7yml {
    max-width: 600px;
    padding: 64px;
  }

  .betplay-h9bj3i {
    font-size: 24px;
    line-height: 32px;
  }

  .betplay-2zlvm7 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betplay-dwf9al {
    font-size: 50px;
    line-height: 56px;
  }

  .betplay-k8rmgc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betplay-tp99pe {
    top: 25px;
    right: 25px;
  }
}

.betplay-y4qz2x,
.betplay-juy1fs {
  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;
}

.betplay-9uvfdf.betplay-jb5zlg::before,
.betplay-juy1fs::before,
.betplay-g2wich::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.betplay-ap68id.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betplay-shtux7 14.betplay-g3yd3e.betplay-smzf3w 14.betplay-1tk060 15.betplay-mht0l3 14.betplay-9npqu0 15.betplay-rgyo0i 14.betplay-2vqnr7.betplay-fxuljj 14.betplay-y0bljj 19.betplay-0kqv88 12.betplay-p22cmp 19.betplay-0kqv88 10.betplay-nteh43.betplay-0kqv88 8.betplay-sjkyt5 17.betplay-odoml2 7.betplay-7lig2f 15.betplay-7y8c59 7.betplay-avearp.betplay-jalrx5 7.betplay-7lig2f 11.betplay-ky1n9t 8.betplay-sjkyt5 11.betplay-ky1n9t 10.betplay-r6nvwu.betplay-ky1n9t 12.betplay-5v8v2x 13.betplay-aah8nz 14.betplay-5jv7en 15.betplay-vytz44 14.betplay-hpcye4.betplay-31dme1 14.betplay-c5ixlb 15.betplay-98ixa1 14.betplay-s6y6ae 15.betplay-k3ygub 14.betplay-ot8i9f.betplay-shtux7 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betplay-tqot8o 15.betplay-hqoalb.betplay-x37nom 15.betplay-gera3q 15.betplay-6q2el6 15.betplay-1t170d 15.betplay-zsrn6m 15.betplay-uj6qip.betplay-rur0iw 15.betplay-1t170d 15.betplay-kpvql3 15.betplay-8umn8e 15.betplay-wk48di 15.betplay-gu0acs.betplay-4gsqr7 15.betplay-9hxfbi 7.betplay-x3a2fg 18.betplay-gtk127 7.betplay-q7uvhr 23.betplay-mrwek0.betplay-ygm510.betplay-26n20t 18.betplay-uaiyw1 19.betplay-rchih0 15.betplay-jb4l0c 15.betplay-tqot8o 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betplay-rvrjxy [type="submit"] *,
.betplay-pvwjl0 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betplay-rwgiht {
    display: none;
  }
}

.betplay-s8hkde {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betplay-s8hkde {
  display: none;
}

@media (min-width: 768px) {
  .betplay-s8hkde {
    bottom: 22px;
  }
}

.betplay-s8hkde input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betplay-s8hkde {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betplay-0ar207.static) .betplay-s8hkde {
    bottom: 8px;
  }
}

.betplay-emdkr7 {
  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.betplay-ap68id.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betplay-892qbg 3.betplay-wbx0oa.betplay-8upsni.betplay-ve97j3 3.betplay-ebkhbp 3.betplay-su29ve 5.betplay-pdrevs 3.betplay-su29ve 8.betplay-kn2hf1.betplay-8g0bss.betplay-su29ve 26.betplay-jgm6xt 5.betplay-6iiyxl 28.betplay-a252bu 8.betplay-elsj6d 28.betplay-6rlr3g.betplay-j9hngv 28.betplay-n446r0.betplay-znpolq 34.betplay-gnlmov.betplay-y0c150 36.betplay-l65kvk 11.betplay-g33caj 37.betplay-mdxaxu 12.betplay-cvdtvu 36.betplay-6le5zk.betplay-mi8wbt 28.betplay-hc6drp.betplay-c78lyi.betplay-ed7ja1 28.betplay-sx2djx 36.betplay-u6zszl 26.betplay-eehfzc 36.betplay-u6zszl 23.betplay-o0gqu0.betplay-kzk8hv.betplay-u6zszl 5.betplay-4m4jnl 34.betplay-x5aaj7 3.betplay-ebkhbp 31.betplay-892qbg 3.betplay-mjlofb.betplay-9jd6pq 18.betplay-o36zux.betplay-7kr228 18.betplay-bj5ce6 8.betplay-ty06ov 17.betplay-yeatcj 8.betplay-ty06ov 15.betplay-cqlnkt.betplay-ty06ov 14.betplay-iyo13i 9.betplay-7kr228 13.betplay-xbp92q 11.betplay-9jd6pq 13.betplay-sc4xho.betplay-4ee96d 13.betplay-xbp92q 13.betplay-5y8yrr 14.betplay-iyo13i 13.betplay-5y8yrr 15.betplay-6xtlz4.betplay-5y8yrr 17.betplay-yeatcj 12.betplay-4ee96d 18.betplay-bj5ce6 11.betplay-9jd6pq 18.betplay-hzcnbw.betplay-t5rwzk 18.betplay-f4ausi.betplay-31z8wb 18.betplay-bj5ce6 17.betplay-8eatqh 17.betplay-yeatcj 17.betplay-8eatqh 15.betplay-dfodw6.betplay-8eatqh 14.betplay-iyo13i 18.betplay-31z8wb 13.betplay-xbp92q 20.betplay-t5rwzk 13.betplay-0wk72l.betplay-a8nvp6 13.betplay-xbp92q 22.betplay-ff0xiv 14.betplay-iyo13i 22.betplay-ff0xiv 15.betplay-rxdt6b.betplay-d8ijbr 17.betplay-yeatcj 21.betplay-a8nvp6 18.betplay-bj5ce6 20.betplay-t5rwzk 18.betplay-pwhk2h.betplay-spnz66 18.betplay-273pq2.betplay-rj3c3w 18.betplay-bj5ce6 26.betplay-h59w12 17.betplay-yeatcj 26.betplay-h59w12 15.betplay-evxbqr.betplay-h59w12 14.betplay-iyo13i 27.betplay-rj3c3w 13.betplay-xbp92q 28.betplay-spnz66 13.betplay-mby026.betplay-7jf778 13.betplay-xbp92q 31.betplay-9j86uh 14.betplay-iyo13i 31.betplay-9j86uh 15.betplay-9y7qj8.betplay-h59w12 17.betplay-yeatcj 30.betplay-7jf778 18.betplay-bj5ce6 28.betplay-spnz66 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"])
    .betplay-emdkr7 {
    display: none;
  }
}

.betplay-g3j0t1 {
  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) {
  .betplay-g3j0t1 {
    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;
}

.betplay-pvwjl0 {
  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) {
  .betplay-pvwjl0 {
    padding: 14px 16px;
  }
}

.betplay-pvwjl0 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betplay-pvwjl0 button:first-child {
  align-content: end;
}

.betplay-pvwjl0 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betplay-pvwjl0
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-pvwjl0
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betplay-pvwjl0 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betplay-pvwjl0 button:last-child svg {
  width: 38px;
  height: 38px;
}

.betplay-g2wich {
  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;
}

.betplay-g2wich::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-g2wich,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-g2wich {
  opacity: 1;
  visibility: visible;
}

.betplay-jd4er1 {
  flex: 1 1;
}

.betplay-x0zz09 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-x0zz09 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betplay-my3g2s {
  display: block;
}

.betplay-z1ykzc {
  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) {
  .betplay-z1ykzc {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-juy1fs {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betplay-juy1fs::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betplay-h69mkb span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betplay-h69mkb p {
  color: var(--Text-100);
}

.betplay-juy1fs .betplay-ctv1aa {
  grid-area: button;
}

.betplay-juy1fs .betplay-ctv1aa::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.betplay-ap68id.org/2000/svg'%3E%3Cpath d='M4.betplay-wocgnm 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-brmgeu 15L16.betplay-brmgeu 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-brmgeu 5L16.betplay-brmgeu 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-dd67bt {
  display: block;
}

.betplay-66dfrs {
  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) {
  .betplay-66dfrs {
    margin-top: 40px;
  }
}

.betplay-y4qz2x label,
.betplay-y4qz2x input {
  display: block;
  width: 100%;
}

.betplay-y4qz2x label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betplay-y4qz2x label.betplay-b359ae input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betplay-y4qz2x label.betplay-b359ae::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;
}

.betplay-y4qz2x 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;
}

.betplay-y4qz2x input::placeholder {
  color: var(--Text-400);
}

.betplay-c29s0w {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betplay-c29s0w {
  display: flex;
}

.betplay-c29s0w ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betplay-c29s0w ol {
    height: 420px;
    padding: 24px;
  }
}

.betplay-c29s0w ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betplay-rvrjxy {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-rvrjxy {
    padding: 0 24px 24px;
  }
}

.betplay-rvrjxy 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;
}

.betplay-rvrjxy input::placeholder {
  color: var(--Text-400);
}

.betplay-rvrjxy [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betplay-rvrjxy [type="submit"]:disabled {
  opacity: 0.5;
}

.betplay-rvrjxy [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betplay-rvrjxy [type="submit"] {
    right: 40px;
  }
}

.betplay-9uvfdf {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betplay-9uvfdf.betplay-jb5zlg {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betplay-9uvfdf.betplay-jb5zlg::before {
  content: "";
  width: 31px;
}

.betplay-9uvfdf.betplay-jb5zlg p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-9uvfdf.betplay-ve1zl4 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betplay-9uvfdf p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-s8hkde .betplay-ctv1aa {
  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;
  }
}

.betplay-rwgiht {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betplay-rwgiht {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betplay-rwgiht {
    padding: 18px 0;
  }
}

.betplay-rwgiht .betplay-z4y0i3 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betplay-rwgiht .betplay-z4y0i3 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betplay-dgpt76 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betplay-dgpt76 {
    max-width: 160px;
    height: 40px;
  }
}

.betplay-dgpt76 picture,
.betplay-dgpt76 img {
  display: block;
  width: 100%;
  height: 100%;
}

.betplay-dgpt76 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betplay-711zht {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betplay-h902tp ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betplay-rwgiht.betplay-bp2r5e .betplay-711zht {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betplay-711zht {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betplay-711zht {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betplay-zc2oy6,
.betplay-desrj7 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betplay-zc2oy6,
  .betplay-desrj7 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betplay-desrj7 {
    display: none;
  }
}

.betplay-glafai {
  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;
}

.betplay-bp2r5e .betplay-glafai {
  background: var(--fh-bg-color);
}

.betplay-glafai button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betplay-glafai {
    display: none;
  }
}

.betplay-ofiqgx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-ofiqgx {
    display: none;
  }
}

.betplay-syru6s {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.betplay-rwgiht.betplay-bp2r5e .betplay-syru6s:first-child {
  display: none;
}

.betplay-rwgiht.betplay-bp2r5e .betplay-syru6s:last-child {
  display: block;
}

.betplay-syru6s:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betplay-syru6s {
    display: none;
  }
}

.betplay-k9rljh {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-k9rljh {
    display: flex;
  }
}

.betplay-k9rljh ul {
  max-height: 350px;
  overflow-y: auto;
}

.betplay-k9rljh:hover ul {
  visibility: visible;
  opacity: 1;
}

.betplay-k9rljh:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betplay-k9rljh:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betplay-k9rljh:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betplay-k9rljh:hover .betplay-l53nhr svg {
  transform: rotate(180deg);
}

.betplay-9vshiq {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betplay-2xw450 {
  padding: 0 8px;
}

.betplay-qyk3oe {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betplay-qyk3oe:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betplay-qyk3oe {
    padding: 4px 8px;
  }
}

.betplay-2v48og {
  display: flex;
}

.betplay-2v48og img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betplay-l53nhr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betplay-l53nhr svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betplay-3colr4 {
  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) {
  .betplay-3colr4 {
    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;
  }
}

.betplay-1ia4y9 {
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-1ia4y9 {
    display: none;
  }
}

.betplay-hjac1o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betplay-9r5h4n {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betplay-blta0h {
  display: flex;
}

.betplay-351ffn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betplay-tqjq0k {
  list-style: none;
}

@media (max-width: 1199px) {
  .betplay-tqjq0k {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betplay-tqjq0k {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betplay-tqjq0k .betplay-o5wpax [data-ref-el],
  .betplay-tqjq0k .betplay-o5wpax span,
  .betplay-tqjq0k .betplay-o5wpax a {
    white-space: nowrap;
  }
}

.betplay-sfwzbh {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betplay-sfwzbh.betplay-zcz2w2 > .betplay-o5wpax {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betplay-sfwzbh.betplay-sl4r2q:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betplay-sfwzbh.betplay-zcz2w2 > .betplay-qsbh31 {
    height: auto;
  }

  .betplay-sfwzbh.betplay-zcz2w2 > div > .betplay-yvofew {
    transform: rotate(180deg);
  }
}

.betplay-sfwzbh [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betplay-sfwzbh [data-ref-el],
.betplay-sfwzbh span {
  cursor: pointer;
}

.betplay-sfwzbh [data-ref-el],
.betplay-sfwzbh span,
.betplay-sfwzbh a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .betplay-sfwzbh [data-ref-el],
  .betplay-sfwzbh span,
  .betplay-sfwzbh a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betplay-sfwzbh [data-ref-el],
  .betplay-sfwzbh span,
  .betplay-sfwzbh a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betplay-qsbh31 {
  height: 0;
  overflow: hidden;
  transition: height 0.betplay-h902tp ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betplay-qsbh31::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betplay-qsbh31::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betplay-qsbh31::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betplay-qsbh31 {
    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;
  }

  .betplay-qsbh31:has(> .betplay-sfwzbh.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betplay-qsbh31 .betplay-qsbh31 {
    padding: 0;
  }

  .betplay-qsbh31 .betplay-sfwzbh {
    font-weight: 400;
  }

  .betplay-qsbh31 .betplay-sfwzbh:hover > .betplay-o5wpax {
    background: var(--Neutral-300);
  }

  .betplay-qsbh31 .betplay-yvofew {
    rotate: -90deg;
  }
}

.betplay-o5wpax {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-o5wpax {
    padding: 8px;
  }

  .betplay-sfwzbh.betplay-87bmx0 > .betplay-o5wpax {
    background: var(--Neutral-300);
  }
}

.betplay-yvofew {
  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.betplay-ap68id.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betplay-4xag8b 0.betplay-6pr97c.betplay-deqvpj -0.betplay-ysxeqv 0.betplay-aew9z1 -0.betplay-ysxeqv 1.betplay-tf8tev 0.betplay-dkm17q.betplay-lqfd03 4.betplay-we6ubl.betplay-4xag8b 0.betplay-tvbehh.betplay-qzmd5n -0.betplay-ysxeqv 9.betplay-zb046a -0.betplay-ysxeqv 10.betplay-35g2ai 0.betplay-5zv1f2.betplay-mhtj3i 0.betplay-deqvpj 10.betplay-mhtj3i 0.betplay-aew9z1 10.betplay-35g2ai 1.betplay-vplc3u.betplay-mjdf39 5.betplay-7qc7y7.betplay-eiahmx 6.betplay-u00qst 5.betplay-bqx0rl 6.betplay-u00qst 4.betplay-o3lf0u 5.betplay-bqw9w6.betplay-4xag8b 1.betplay-iehph8.betplay-ysxeqv 0.betplay-aew9z1 -0.betplay-ysxeqv 0.betplay-deqvpj 0.betplay-4xag8b 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betplay-h902tp ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-yvofew {
    cursor: default;
  }
}

.betplay-e2zqpm {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betplay-57lrps {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .betplay-57lrps {
    padding: 40px 4px;
  }
}

.betplay-pa48s9 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betplay-pa48s9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betplay-mym1xa {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betplay-mym1xa {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betplay-mym1xa ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betplay-mym1xa [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betplay-mym1xa [data-ref-el],
.betplay-mym1xa span,
.betplay-mym1xa a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.betplay-wt4vqr {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-wt4vqr {
    margin-bottom: 12px;
  }
}

.betplay-i4dms8 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betplay-i4dms8 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betplay-i4dms8:last-child {
    margin-right: 0;
  }
}

.betplay-fx742t {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-wt4vqr:hover .betplay-szfduv {
  visibility: visible;
  opacity: 1;
}

.betplay-szfduv {
  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);
}

.betplay-4suu6w {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betplay-8yrld1 {
  display: flex;
  margin: 6px;
}

.betplay-8yrld1 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betplay-szfduv::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);
}

.betplay-szfduv::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);
}

.betplay-q6v5cg {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-q6v5cg {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betplay-iqfkrc {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .betplay-iqfkrc {
    margin-right: 32px;
  }
}

.betplay-oq1uxd {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-oq1uxd {
    margin-top: 0;
    width: 340px;
  }
}

.betplay-oq1uxd a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-tc718b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betplay-o7sjwx {
  position: relative;
}

@media (min-width: 768px) {
  .betplay-o7sjwx {
    margin-top: 40px;
  }
}

.betplay-o7sjwx + .betplay-r8gm7d,
.betplay-o7sjwx + .betplay-o7sjwx {
  margin-top: 24px;
}

.betplay-61aft7 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betplay-61aft7 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-61aft7 {
    padding: 80px;
  }
}

.betplay-727cpv {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betplay-727cpv {
    padding: 0 16px;
}


}

.betplay-so65xa {
  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) {
  .betplay-so65xa {
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-m64g5p {
  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) {
  .betplay-m64g5p {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-2oultm {
  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;
}

.betplay-2oultm:hover {
  background: var(--button-bg-hover);
}

.betplay-4n6cqu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betplay-4n6cqu img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betplay-4n6cqu img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betplay-4n6cqu img {
  min-height: 100%;
  }
}

.betplay-61aft7::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betplay-2fspgt {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betplay-2fspgt h1,
.betplay-2fspgt h2,
.betplay-2fspgt h3,
.betplay-2fspgt h4 {
  margin-bottom: 6px;
}

.betplay-2fspgt h1:not(:first-child),
.betplay-2fspgt h2:not(:first-child),
.betplay-2fspgt h3:not(:first-child),
.betplay-2fspgt h4:not(:first-child) {
  margin-top: 16px;
}

.betplay-2fspgt h1,
.betplay-2fspgt h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betplay-2fspgt h1,
  .betplay-2fspgt h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betplay-2fspgt h2,
.betplay-2fspgt h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betplay-2fspgt h2,
  .betplay-2fspgt h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-2fspgt h3,
.betplay-2fspgt h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betplay-2fspgt h3,
  .betplay-2fspgt h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-2fspgt h4,
.betplay-2fspgt h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betplay-2fspgt ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betplay-2fspgt ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betplay-2fspgt 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);
}

.betplay-2fspgt ul ul {
  margin-bottom: 8px;
}

.betplay-2fspgt ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betplay-2fspgt ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betplay-2fspgt ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betplay-2fspgt ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betplay-2fspgt ol li::marker {
  font-weight: 700;
}

.betplay-2fspgt ol ol {
  margin-bottom: 8px;
}

.betplay-2fspgt ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betplay-2fspgt ol ul li {
  padding-left: 16px;
}

.betplay-2fspgt 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) {
  .betplay-2fspgt table {
    padding: 24px;
  }
}

.betplay-2fspgt table.betplay-w2l1rt {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betplay-h902tp,
    mask-image 0.3s;
}

.betplay-2fspgt table.betplay-w2l1rt.betplay-r03y4l {
  -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) {
  .betplay-2fspgt table {
    display: table;
  }
}

.betplay-2fspgt 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);
}

.betplay-2fspgt table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-2fspgt table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-2fspgt 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) {
  .betplay-2fspgt table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betplay-2fspgt table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-2fspgt table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-2fspgt table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betplay-2fspgt img {
  max-width: 100%;
  height: auto;
}

.betplay-z4hyw9 {
  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) {
  .betplay-z4hyw9 {
    padding: 24px;
  }
}

.betplay-25psg2 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .betplay-25psg2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betplay-25psg2 > * {
  margin: 0 !important;
}

.betplay-25psg2 img,
.betplay-ll0dv4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-25psg2 img,
  .betplay-ll0dv4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-86h73o {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-86h73o {
    width: 32px;
    height: 32px;
  }
}

.betplay-sq1ghe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betplay-sq1ghe .betplay-le0tnm {
  flex-shrink: 0;
}

.betplay-sq1ghe .betplay-owc1t8 svg {
  display: none;
}

.betplay-ovbta8 {
  display: grid;
  transition: max-height 0.betplay-h902tp ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betplay-ovbta8 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betplay-ovbta8 {
    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));
  }
}

.betplay-ovbta8.betplay-11y36e + .betplay-le0tnm svg {
  transform: rotate(180deg);
}

.betplay-iv43bf {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betplay-iv43bf > div:nth-child(3n) {
  grid-column: span 2;
}

.betplay-iv43bf
  > div:nth-child(3n)
  .betplay-341nwa
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betplay-iv43bf {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betplay-iv43bf > div:nth-child(3n) {
    grid-column: unset;
  }

  .betplay-iv43bf
    > div:nth-child(3n)
    .betplay-341nwa
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betplay-iv43bf {
    max-width: 270px;
  }
}

.betplay-iv43bf .betplay-341nwa button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betplay-iv43bf .betplay-341nwa button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betplay-iv43bf .betplay-341nwa button {
    max-width: 104px;
  }
}

.betplay-z9x4yd {
  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) {
  .betplay-z9x4yd {
    margin-bottom: 0;
  }
}

.betplay-e4wjgi {
  display: none;
  opacity: 0;
}

.betplay-4xjg3j {
  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;
  }
}

.betplay-4xjg3j img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betplay-341nwa {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betplay-341nwa button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betplay-341nwa
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betplay-341nwa
    button {
    max-width: 145px;
  }
}

.betplay-ygjgr2:first-child
  .betplay-341nwa
  button {
  max-width: 270px;
}

.betplay-6sxal7 {
  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%;
}

.betplay-z9x4yd picture {
  width: 100%;
  max-width: 100%;
}

.betplay-mno6mo {
  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;
}

.betplay-mno6mo svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betplay-z9x4yd:hover .betplay-mno6mo {
  display: flex;
}

.betplay-6noahl {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betplay-rooqpk {
  display: flex;
}

.betplay-rooqpk:hover .betplay-sl1rtd,
.betplay-rooqpk .betplay-87bmx0 .betplay-sl1rtd {
  display: flex;
}

.betplay-rooqpk svg {
  flex-shrink: 0;
}

.betplay-sl1rtd {
  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) {
  .betplay-sl1rtd {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betplay-sl1rtd:hover {
  display: flex;
}

.betplay-sl1rtd svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betplay-u8q3sf {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .betplay-u8q3sf {
    font-size: 12px;
  }
}

.betplay-8xoe8e,
.betplay-ktvw86 {
  width: 50%;
  flex-shrink: 0;
}

.betplay-8xoe8e {
  font-weight: 700;
}

.betplay-5j7sid .betplay-ovbta8 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betplay-5j7sid .betplay-ovbta8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betplay-5j7sid .betplay-ovbta8 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betplay-5j7sid
  .betplay-6sxal7:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betplay-5j7sid .betplay-4xjg3j {
  height: 100% !important;
  border-radius: 16px;
}

.betplay-5j7sid .betplay-341nwa {
  gap: 4px;
  align-items: center;
}

.betplay-5j7sid .betplay-341nwa button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betplay-5j7sid .betplay-341nwa svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betplay-5j7sid .betplay-ykyv26,
.betplay-5j7sid .betplay-zg29hs {
  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.betplay-ap68id.org/2000/svg'%3E%3Cpath d='M9.betplay-q4lpfz 4.betplay-2t3quq.betplay-f1exjv 5.betplay-qx0mlf.betplay-jcw9ck 5.betplay-5rq3u2.betplay-ylvbsd 5.betplay-uvte8g.betplay-u147xh 8.betplay-cay2xr.betplay-ykuxje 9.betplay-1rxll7.betplay-3qti1p 9.betplay-n1mp1b.betplay-iqn06o 13.betplay-ff1rsf.betplay-l7gh2d 11.betplay-adz4sg.betplay-04f1fk 11.betplay-xtmwec.betplay-otlf8s 11.betplay-1gh9yw.betplay-d5hj38 13.betplay-5af9my.betplay-u82pen 9.betplay-pfm5u5.betplay-pykd1v 9.betplay-r73k4x.betplay-4ds52a 8.betplay-ue1kea.betplay-eb8fnr 5.betplay-yby19v.betplay-9p2v0x 5.betplay-sdab4z.betplay-twg6jo 5.betplay-xruef3.betplay-qxuwl9 4.betplay-yi83qp.betplay-04f1fk 1.betplay-fykgpj.betplay-q4lpfz 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betplay-5j7sid .betplay-ykyv26 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betplay-5j7sid .betplay-zg29hs {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betplay-8jmyfd {
  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) {
  .betplay-8jmyfd {
    padding: 24px;
  }
}

.betplay-8jmyfd .betplay-le0tnm {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-8jmyfd .betplay-le0tnm {
    display: none;
  }
}

.betplay-8jmyfd .betplay-owc1t8 svg {
  display: none;
}

.betplay-smu2b0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betplay-smu2b0 .betplay-p1zlha {
  display: none;
}

@media (min-width: 768px) {
  .betplay-smu2b0 .betplay-p1zlha {
    display: flex;
  }
}

.betplay-pk4qu1 {
  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) {
  .betplay-pk4qu1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-pk4qu1 > * {
  margin: 0 !important;
}

.betplay-pk4qu1 img,
.betplay-ojwedu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-pk4qu1 img,
  .betplay-ojwedu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-eo7yt0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-eo7yt0 {
    width: 32px;
    height: 32px;
  }
}

.betplay-jlw1oh {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betplay-jlw1oh {
    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;
  }

  .betplay-jlw1oh::-webkit-scrollbar {
    display: none;
  }
}

.betplay-5o88hh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betplay-5o88hh {
    padding: 7px 15px;
  }
}

.betplay-5o88hh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-ckyaot {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-ckyaot {
    display: flex;
    opacity: 1;
  }
}

.betplay-5o88hh picture {
  height: 100%;
  display: block;
}

.betplay-5o88hh img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betplay-5o88hh img {
    width: 88px;
    height: 44px;
  }
}

.betplay-5o88hh p {
  text-align: center;
  width: 100%;
}

.betplay-cgn3ta {
  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) {
  .betplay-cgn3ta {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-cgn3ta img,
.betplay-87p5af {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-cgn3ta img,
  .betplay-87p5af {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-n6gap6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-n6gap6 {
    width: 32px;
    height: 32px;
  }
}

.betplay-q1arb2 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betplay-ohh3ni {
  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;
}

.betplay-xebvvg {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betplay-xebvvg.betplay-87bmx0 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betplay-l4ryvs {
  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) {
  .betplay-l4ryvs {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-833nie {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.betplay-y2bnfb {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betplay-h902tp ease;
  opacity: 0;
  color: var(--text-color);
}

.betplay-nasodm {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betplay-nasodm ol,
.betplay-nasodm ul {
  padding-left: 1.3em;
}

.betplay-xebvvg.betplay-87bmx0 .betplay-y2bnfb {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betplay-xebvvg.betplay-87bmx0 .betplay-833nie {
  transform: rotate(180deg);
  color: var(--text-color);
}

.betplay-721ms6 {
  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) {
  .betplay-721ms6 {
    padding: 24px;
  }
}

.betplay-721ms6 .betplay-le0tnm {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-721ms6 .betplay-le0tnm {
    display: none;
  }
}

.betplay-721ms6 .betplay-owc1t8 svg {
  display: none;
}

.betplay-eu9uc8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betplay-eu9uc8 .betplay-p1zlha {
  display: none;
}

@media (min-width: 768px) {
  .betplay-eu9uc8 .betplay-p1zlha {
    display: flex;
  }
}

.betplay-roktg8 {
  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) {
  .betplay-roktg8 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-roktg8 > * {
  margin: 0 !important;
}

.betplay-roktg8 img,
.betplay-l9ymh1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-roktg8 img,
  .betplay-l9ymh1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-ejwrut {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-ejwrut {
    width: 32px;
    height: 32px;
  }
}

.betplay-u04ha0 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betplay-u04ha0 {
    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;
  }

  .betplay-u04ha0::-webkit-scrollbar {
    display: none;
  }
}

.betplay-uyl7ig {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betplay-uyl7ig:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-1okuco {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-1okuco {
    display: flex;
    opacity: 1;
  }
}

.betplay-uyl7ig picture {
  width: auto;
  height: 100%;
  display: block;
}

.betplay-uyl7ig picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betplay-nji3wn {
  margin: -24px 0;
}

.betplay-nji3wn:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betplay-nji3wn {
    margin: -16px 0;
  }
}

.betplay-elh3uz {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betplay-elh3uz {
    flex-direction: row;
  }
}

.betplay-e06a3d {
  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) {
  .betplay-e06a3d {
    flex: 1;
  }
}

.betplay-e06a3d::placeholder {
  color: var(--Text-400);
}

.betplay-rhkfmu {
  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;
}

.betplay-7z4dm2 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betplay-7z4dm2::-webkit-scrollbar {
  display: none;
}

.betplay-vtmptk {
  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;
}

.betplay-vtmptk img,
.betplay-vtmptk svg {
  margin-right: 8px;
}

.betplay-rs4ic3 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betplay-nji3wn + .betplay-7if2hr {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betplay-nji3wn + .betplay-7if2hr {
    margin-top: -16px;
  }
}

.betplay-kcwtsj {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betplay-kcwtsj > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betplay-kcwtsj > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betplay-v1iai5 {
  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;
}

.betplay-w1ng4e {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.betplay-y84z0e {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betplay-zn5hlt {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betplay-1mn95x {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betplay-v1iai5 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;
}

.betplay-v1iai5 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) {
  .betplay-v1iai5 {
    padding: 39px 179px 39px 39px;
  }

  .betplay-w1ng4e {
    font-size: 40px;
    line-height: 48px;
  }

  .betplay-1mn95x {
    height: 348px;
  }

  .betplay-v1iai5 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betplay-v1iai5 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-v1iai5 {
    padding: 63px;
  }
}

.betplay-ugnux5 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betplay-ugnux5 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betplay-p2wmzz {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-p2wmzz {
    width: auto;
  }
}

.betplay-o31ij4 {
  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;
}

.betplay-o31ij4::-webkit-scrollbar {
  display: none;
}

.betplay-o31ij4 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);
}

.betplay-o31ij4 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-o31ij4 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betplay-ugnux5 .betplay-vekkqr {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betplay-h902tp,
    mask-image 0.3s;
}

.betplay-ugnux5 .betplay-vekkqr.betplay-r03y4l {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betplay-d09fwj {
  margin: 40px -16px;
}

.betplay-4t0ifb + .betplay-r8gm7d,
.betplay-4t0ifb + .betplay-o7sjwx {
  margin-top: 24px;
}

.betplay-usdzow {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betplay-usdzow picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betplay-ojnlqc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betplay-ojnlqc {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betplay-ojnlqc {
    margin-top: 0;
  }
}

.betplay-j73z0h {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-j73z0h {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-ibfx95 {
  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) {
  .betplay-ibfx95 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betplay-l89lve {
  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) {
  .betplay-l89lve {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betplay-xeo3dc {
  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) {
  .betplay-xeo3dc {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-9w2xqq {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-9w2xqq {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-dw7lbv {
  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;
}

.betplay-vh4qiy {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betplay-vh4qiy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betplay-7if2hr {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betplay-mckevx {
  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) {
  .betplay-mckevx {
    padding: 15px 48px;
  }
}

main > .betplay-7if2hr {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betplay-ovbta8.betplay-60ymc9 > div:nth-child(n+5) {
    display: none;
  }
}

.betplay-2fspgt p a img {
  display: block;
  margin: 0 auto;
}


.betplay-rj337w {
  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 */
.betplay-nj11rq {
  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;
}

.betplay-nj11rq label {
  font-size: 14px;
}

.betplay-nj11rq h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betplay-nj11rq input,
.betplay-nj11rq textarea,
.betplay-nj11rq 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;
}
.betplay-nj11rq button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betplay-niigju ease;
}
.betplay-nj11rq button:hover {
  background-color: var(--button-bg-hover);
}
.betplay-t92fba {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betplay-qa5sxl ease-in;
}

.betplay-t92fba 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;
}
.betplay-rn9ms3, .betplay-9y9pxr, [class*="review-card"],
thead, thead th, table th, .betplay-5s7gh5,
.betplay-ci355c, [class*="collapsible-header"],
.betplay-6xwo5b, [class*="updated-block"] {
  color: #ece7dc !important;
}
