* {
  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-vgnx8p {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betplay-vgnx8p {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-vgnx8p {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betplay-dp84rp {
  overflow: hidden;
}

.betplay-3z4sp0 img {
  background: var(--Neutral-300);
}

.betplay-9zgnrf {
  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-suhk0v {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betplay-suhk0v:hover {
  background: var(--button-bg-hover);
}

.betplay-nwgqmh {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betplay-nwgqmh:hover {
  background: var(--button-bg-hover);
}

.betplay-1vt5rk {
  font-size: 12px;
  line-height: 18px;
}

.betplay-u5a1pt {
  font-size: 18px;
  line-height: 26px;
}

.betplay-gmgais {
  width: 100%;
}

.betplay-bd8mv2 {
  padding: 6px 16px;
}

.betplay-2yn4f9 {
  padding: 10px 16px;
}

.betplay-ikcqj5 {
  padding: 15px 26px;
}

.betplay-2lo9tu {
  flex-shrink: 0;
}

.betplay-7644ys {
  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-6c4mr0 {
  display: none;
}

.betplay-i2dtpa {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betplay-rpu4fn {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betplay-maet2u {
  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-tyj5fk {
  cursor: grab;
}

.betplay-maet2u::-webkit-scrollbar {
  display: none;
}

.betplay-3ivoq8 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betplay-f1vy0t {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betplay-mid23e {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betplay-02ok2v {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betplay-hraunq {
  visibility: visible;
}

.betplay-3xn6bn {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betplay-m5fgma ease;
}

.betplay-fojxt2 {
  background-color: var(--Primary-200);
  width: 16px;
}

.betplay-fkrk0b {
  -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-m5fgma,
    mask-image 0.3s;
}

.betplay-fkrk0b.betplay-bxcyh2 {
  -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-279r44: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-xar3e6 {
  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-mkac1g.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-mkac1g.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-e2x7w0 {
  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-e2x7w0::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-jcymrq {
  position: relative;
  z-index: 1;
}

.betplay-1mnxxk {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betplay-qfmsvh {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betplay-e1ap67 {
  font-size: 40px;
  line-height: 48px;
}

.betplay-n5lozx {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betplay-7bxszw {
  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-7bxszw:hover {
  background: var(--Primary-400);
}

.betplay-7bxszw svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betplay-279r44 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-e2x7w0 {
    max-width: 600px;
    padding: 64px;
  }

  .betplay-1mnxxk {
    font-size: 24px;
    line-height: 32px;
  }

  .betplay-qfmsvh {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betplay-e1ap67 {
    font-size: 50px;
    line-height: 56px;
  }

  .betplay-n5lozx {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betplay-xar3e6 {
    top: 25px;
    right: 25px;
  }
}

.betplay-naih4b,
.betplay-15ernf {
  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-8pcdjb.betplay-51o1d6::before,
.betplay-15ernf::before,
.betplay-8s3co1::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-mkac1g.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betplay-x2x26w 14.betplay-3ut1gi.betplay-44g8s3 14.betplay-d5iott 15.betplay-yglod5 14.betplay-pt4wyw 15.betplay-1coof9 14.betplay-5zy6kq.betplay-373gvq 14.betplay-mkyjg4 19.betplay-6wtglz 12.betplay-ofnk9h 19.betplay-6wtglz 10.betplay-ii200l.betplay-6wtglz 8.betplay-5j7ut5 17.betplay-8ea5nb 7.betplay-g6j5gz 15.betplay-xdwtm2 7.betplay-xf79uf.betplay-nv0iz8 7.betplay-g6j5gz 11.betplay-xru4yp 8.betplay-5j7ut5 11.betplay-xru4yp 10.betplay-ruzxmv.betplay-xru4yp 12.betplay-qpdq6r 13.betplay-nsx1cf 14.betplay-81lurg 15.betplay-7hkbyj 14.betplay-ho02q9.betplay-g2quay 14.betplay-l72yql 15.betplay-kbrj92 14.betplay-6kpfyi 15.betplay-jrz25j 14.betplay-wsi4fm.betplay-x2x26w 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betplay-1lvk34 15.betplay-1ux57g.betplay-v8tbcb 15.betplay-3c8cas 15.betplay-21h4r9 15.betplay-38dgq4 15.betplay-riw2dt 15.betplay-eac5jx.betplay-5xxbes 15.betplay-38dgq4 15.betplay-rit77f 15.betplay-1f6bdr 15.betplay-7ibpxu 15.betplay-qehg1y.betplay-ci5y6q 15.betplay-v9hpjg 7.betplay-h8cf3g 18.betplay-cvns8o 7.betplay-m0al2e 23.betplay-n8yk32.betplay-wml033.betplay-0g6baz 18.betplay-irybjo 19.betplay-e9ox21 15.betplay-xkf26v 15.betplay-1lvk34 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betplay-006wl8 [type="submit"] *,
.betplay-03i7b6 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betplay-30tjt4 {
    display: none;
  }
}

.betplay-mtt9e7 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betplay-mtt9e7 {
  display: none;
}

@media (min-width: 768px) {
  .betplay-mtt9e7 {
    bottom: 22px;
  }
}

.betplay-mtt9e7 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betplay-mtt9e7 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betplay-kx4f3p.static) .betplay-mtt9e7 {
    bottom: 8px;
  }
}

.betplay-ovjexu {
  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-mkac1g.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betplay-qz745d 3.betplay-8ayrnb.betplay-9dum00.betplay-za4e2q 3.betplay-njmime 3.betplay-kwdx7p 5.betplay-b5a1z4 3.betplay-kwdx7p 8.betplay-8f16x1.betplay-d8o1sj.betplay-kwdx7p 26.betplay-r58xll 5.betplay-lzw2qc 28.betplay-uloc1z 8.betplay-oyywu9 28.betplay-04ur6e.betplay-n17zpm 28.betplay-ii8hhb.betplay-z23ltf 34.betplay-irb448.betplay-1qh6eu 36.betplay-f03v9n 11.betplay-fft3g6 37.betplay-7d37j0 12.betplay-y1d8w0 36.betplay-2u53gu.betplay-pgvzi9 28.betplay-xkxish.betplay-2tggyr.betplay-c8dcfq 28.betplay-ec6sra 36.betplay-8s80fw 26.betplay-mj7n62 36.betplay-8s80fw 23.betplay-9t0dz7.betplay-2kzqdk.betplay-8s80fw 5.betplay-m89kph 34.betplay-vo62wi 3.betplay-njmime 31.betplay-qz745d 3.betplay-44z1fo.betplay-oc0a5d 18.betplay-cv1t8j.betplay-dhtqvm 18.betplay-366zc1 8.betplay-cyfumi 17.betplay-373bpe 8.betplay-cyfumi 15.betplay-fvfyqo.betplay-cyfumi 14.betplay-80c6qv 9.betplay-dhtqvm 13.betplay-4y9euq 11.betplay-oc0a5d 13.betplay-szw9nr.betplay-ttaiwm 13.betplay-4y9euq 13.betplay-ev2zmw 14.betplay-80c6qv 13.betplay-ev2zmw 15.betplay-rtkkbh.betplay-ev2zmw 17.betplay-373bpe 12.betplay-ttaiwm 18.betplay-366zc1 11.betplay-oc0a5d 18.betplay-ttrcu7.betplay-lmnxpa 18.betplay-r7ru2l.betplay-vl7q8r 18.betplay-366zc1 17.betplay-j8pjvw 17.betplay-373bpe 17.betplay-j8pjvw 15.betplay-hdr0w5.betplay-j8pjvw 14.betplay-80c6qv 18.betplay-vl7q8r 13.betplay-4y9euq 20.betplay-lmnxpa 13.betplay-jxtrrl.betplay-60gn6j 13.betplay-4y9euq 22.betplay-2t5mlr 14.betplay-80c6qv 22.betplay-2t5mlr 15.betplay-v26e1u.betplay-k7u25b 17.betplay-373bpe 21.betplay-60gn6j 18.betplay-366zc1 20.betplay-lmnxpa 18.betplay-ul5s3t.betplay-1mgrj8 18.betplay-u4peqy.betplay-9zi7tk 18.betplay-366zc1 26.betplay-9398q2 17.betplay-373bpe 26.betplay-9398q2 15.betplay-ceh0hv.betplay-9398q2 14.betplay-80c6qv 27.betplay-9zi7tk 13.betplay-4y9euq 28.betplay-1mgrj8 13.betplay-pd7izy.betplay-88y02y 13.betplay-4y9euq 31.betplay-ojso4e 14.betplay-80c6qv 31.betplay-ojso4e 15.betplay-q0yxbn.betplay-9398q2 17.betplay-373bpe 30.betplay-88y02y 18.betplay-366zc1 28.betplay-1mgrj8 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-ovjexu {
    display: none;
  }
}

.betplay-fukuif {
  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-fukuif {
    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-03i7b6 {
  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-03i7b6 {
    padding: 14px 16px;
  }
}

.betplay-03i7b6 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betplay-03i7b6 button:first-child {
  align-content: end;
}

.betplay-03i7b6 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betplay-03i7b6
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-03i7b6
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betplay-03i7b6 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betplay-03i7b6 button:last-child svg {
  width: 38px;
  height: 38px;
}

.betplay-8s3co1 {
  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-8s3co1::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-8s3co1,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-8s3co1 {
  opacity: 1;
  visibility: visible;
}

.betplay-igxhlt {
  flex: 1 1;
}

.betplay-0xektj {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-0xektj {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betplay-6dnwu6 {
  display: block;
}

.betplay-qd7j76 {
  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-qd7j76 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-15ernf {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betplay-15ernf::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betplay-sc11vo span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betplay-sc11vo p {
  color: var(--Text-100);
}

.betplay-15ernf .betplay-o7mz2l {
  grid-area: button;
}

.betplay-15ernf .betplay-o7mz2l::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-mkac1g.org/2000/svg'%3E%3Cpath d='M4.betplay-givjcz 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-kfi2r8 15L16.betplay-kfi2r8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-kfi2r8 5L16.betplay-kfi2r8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-sbcsmt {
  display: block;
}

.betplay-obk91p {
  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-obk91p {
    margin-top: 40px;
  }
}

.betplay-naih4b label,
.betplay-naih4b input {
  display: block;
  width: 100%;
}

.betplay-naih4b label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betplay-naih4b label.betplay-kcbo1t input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betplay-naih4b label.betplay-kcbo1t::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-naih4b 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-naih4b input::placeholder {
  color: var(--Text-400);
}

.betplay-faf8fk {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betplay-faf8fk {
  display: flex;
}

.betplay-faf8fk ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betplay-faf8fk ol {
    height: 420px;
    padding: 24px;
  }
}

.betplay-faf8fk ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betplay-006wl8 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-006wl8 {
    padding: 0 24px 24px;
  }
}

.betplay-006wl8 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-006wl8 input::placeholder {
  color: var(--Text-400);
}

.betplay-006wl8 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betplay-006wl8 [type="submit"]:disabled {
  opacity: 0.5;
}

.betplay-006wl8 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betplay-006wl8 [type="submit"] {
    right: 40px;
  }
}

.betplay-8pcdjb {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betplay-8pcdjb.betplay-51o1d6 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betplay-8pcdjb.betplay-51o1d6::before {
  content: "";
  width: 31px;
}

.betplay-8pcdjb.betplay-51o1d6 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-8pcdjb.betplay-i6c15n p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betplay-8pcdjb p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-mtt9e7 .betplay-o7mz2l {
  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-30tjt4 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betplay-30tjt4 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betplay-30tjt4 {
    padding: 18px 0;
  }
}

.betplay-30tjt4 .betplay-vgnx8p {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betplay-30tjt4 .betplay-vgnx8p {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betplay-y1002a {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betplay-y1002a {
    max-width: 160px;
    height: 40px;
  }
}

.betplay-y1002a picture,
.betplay-y1002a img {
  display: block;
  width: 100%;
  height: 100%;
}

.betplay-y1002a img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betplay-tejy1s {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betplay-m5fgma ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betplay-30tjt4.betplay-4kpxhk .betplay-tejy1s {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betplay-tejy1s {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betplay-tejy1s {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betplay-9j7kf9,
.betplay-n53p5o {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betplay-9j7kf9,
  .betplay-n53p5o {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betplay-n53p5o {
    display: none;
  }
}

.betplay-ke26ck {
  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-4kpxhk .betplay-ke26ck {
  background: var(--fh-bg-color);
}

.betplay-ke26ck button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betplay-ke26ck {
    display: none;
  }
}

.betplay-lf39iy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-lf39iy {
    display: none;
  }
}

.betplay-sgcd1a {
  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-30tjt4.betplay-4kpxhk .betplay-sgcd1a:first-child {
  display: none;
}

.betplay-30tjt4.betplay-4kpxhk .betplay-sgcd1a:last-child {
  display: block;
}

.betplay-sgcd1a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betplay-sgcd1a {
    display: none;
  }
}

.betplay-veartv {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-veartv {
    display: flex;
  }
}

.betplay-veartv ul {
  max-height: 350px;
  overflow-y: auto;
}

.betplay-veartv:hover ul {
  visibility: visible;
  opacity: 1;
}

.betplay-veartv:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betplay-veartv:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betplay-veartv:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betplay-veartv:hover .betplay-nko0ik svg {
  transform: rotate(180deg);
}

.betplay-qmfcpo {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betplay-lkz185 {
  padding: 0 8px;
}

.betplay-zruan8 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betplay-zruan8:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betplay-zruan8 {
    padding: 4px 8px;
  }
}

.betplay-9mhkar {
  display: flex;
}

.betplay-9mhkar img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betplay-nko0ik {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betplay-nko0ik svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betplay-0uzyux {
  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-0uzyux {
    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-uosa7r {
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-uosa7r {
    display: none;
  }
}

.betplay-8t9bx9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betplay-pf2cn1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betplay-5yed49 {
  display: flex;
}

.betplay-tyh3p2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betplay-f4743q {
  list-style: none;
}

@media (max-width: 1199px) {
  .betplay-f4743q {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betplay-f4743q {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betplay-f4743q .betplay-3c5e0n [data-ref-el],
  .betplay-f4743q .betplay-3c5e0n span,
  .betplay-f4743q .betplay-3c5e0n a {
    white-space: nowrap;
  }
}

.betplay-20ov70 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betplay-20ov70.betplay-jhm59g > .betplay-3c5e0n {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betplay-20ov70.betplay-x6wj4q:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betplay-20ov70.betplay-jhm59g > .betplay-mwbmxn {
    height: auto;
  }

  .betplay-20ov70.betplay-jhm59g > div > .betplay-fxwom2 {
    transform: rotate(180deg);
  }
}

.betplay-20ov70 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betplay-20ov70 [data-ref-el],
.betplay-20ov70 span {
  cursor: pointer;
}

.betplay-20ov70 [data-ref-el],
.betplay-20ov70 span,
.betplay-20ov70 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-20ov70 [data-ref-el],
  .betplay-20ov70 span,
  .betplay-20ov70 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betplay-20ov70 [data-ref-el],
  .betplay-20ov70 span,
  .betplay-20ov70 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betplay-mwbmxn {
  height: 0;
  overflow: hidden;
  transition: height 0.betplay-m5fgma ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betplay-mwbmxn::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betplay-mwbmxn::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betplay-mwbmxn::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betplay-mwbmxn {
    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-mwbmxn:has(> .betplay-20ov70.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betplay-mwbmxn .betplay-mwbmxn {
    padding: 0;
  }

  .betplay-mwbmxn .betplay-20ov70 {
    font-weight: 400;
  }

  .betplay-mwbmxn .betplay-20ov70:hover > .betplay-3c5e0n {
    background: var(--Neutral-300);
  }

  .betplay-mwbmxn .betplay-fxwom2 {
    rotate: -90deg;
  }
}

.betplay-3c5e0n {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-3c5e0n {
    padding: 8px;
  }

  .betplay-20ov70.betplay-a4r1r0 > .betplay-3c5e0n {
    background: var(--Neutral-300);
  }
}

.betplay-fxwom2 {
  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-mkac1g.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betplay-n7c22b 0.betplay-qih0gm.betplay-3nqv6h -0.betplay-cces72 0.betplay-poa8uk -0.betplay-cces72 1.betplay-guc6f3 0.betplay-wky4rf.betplay-ivqsec 4.betplay-vw0zsl.betplay-n7c22b 0.betplay-0fy3pr.betplay-wppspi -0.betplay-cces72 9.betplay-9q3jvv -0.betplay-cces72 10.betplay-oa28fx 0.betplay-wqjqpv.betplay-cngfjv 0.betplay-3nqv6h 10.betplay-cngfjv 0.betplay-poa8uk 10.betplay-oa28fx 1.betplay-7bd3gc.betplay-9ck52y 5.betplay-csa7n7.betplay-3djz2w 6.betplay-5ssywe 5.betplay-5cjtoa 6.betplay-5ssywe 4.betplay-8cogr3 5.betplay-txqv4o.betplay-n7c22b 1.betplay-oivqs9.betplay-cces72 0.betplay-poa8uk -0.betplay-cces72 0.betplay-3nqv6h 0.betplay-n7c22b 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betplay-m5fgma ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-fxwom2 {
    cursor: default;
  }
}

.betplay-375bss {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betplay-x7x4hy {
  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-x7x4hy {
    padding: 40px 4px;
  }
}

.betplay-rz1e6e {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betplay-rz1e6e {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betplay-o2gdmf {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betplay-o2gdmf {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betplay-o2gdmf ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betplay-o2gdmf [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betplay-o2gdmf [data-ref-el],
.betplay-o2gdmf span,
.betplay-o2gdmf a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.betplay-edu0pf {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-edu0pf {
    margin-bottom: 12px;
  }
}

.betplay-tvh8sb {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betplay-tvh8sb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betplay-tvh8sb:last-child {
    margin-right: 0;
  }
}

.betplay-hhsykb {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-edu0pf:hover .betplay-tr017i {
  visibility: visible;
  opacity: 1;
}

.betplay-tr017i {
  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-zh6ir9 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betplay-kkj379 {
  display: flex;
  margin: 6px;
}

.betplay-kkj379 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betplay-tr017i::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-tr017i::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-y3a52s {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-y3a52s {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betplay-w58rxa {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .betplay-w58rxa {
    margin-right: 32px;
  }
}

.betplay-wgv1ch {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-wgv1ch {
    margin-top: 0;
    width: 340px;
  }
}

.betplay-wgv1ch a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-gtt0cd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betplay-2n3p1h {
  position: relative;
}

@media (min-width: 768px) {
  .betplay-2n3p1h {
    margin-top: 40px;
  }
}

.betplay-2n3p1h + .betplay-1peu5f,
.betplay-2n3p1h + .betplay-2n3p1h {
  margin-top: 24px;
}

.betplay-nax1a3 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betplay-nax1a3 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-nax1a3 {
    padding: 80px;
  }
}

.betplay-jswyxr {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betplay-jswyxr {
    padding: 0 16px;
}


}

.betplay-98esqn {
  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-98esqn {
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-ttlef8 {
  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-ttlef8 {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-711ptc {
  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-711ptc:hover {
  background: var(--button-bg-hover);
}

.betplay-l1lh7t {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betplay-l1lh7t img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betplay-l1lh7t img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betplay-l1lh7t img {
  min-height: 100%;
  }
}

.betplay-nax1a3::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betplay-55kkgm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betplay-55kkgm h1,
.betplay-55kkgm h2,
.betplay-55kkgm h3,
.betplay-55kkgm h4 {
  margin-bottom: 6px;
}

.betplay-55kkgm h1:not(:first-child),
.betplay-55kkgm h2:not(:first-child),
.betplay-55kkgm h3:not(:first-child),
.betplay-55kkgm h4:not(:first-child) {
  margin-top: 16px;
}

.betplay-55kkgm h1,
.betplay-55kkgm h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betplay-55kkgm h1,
  .betplay-55kkgm h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betplay-55kkgm h2,
.betplay-55kkgm h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betplay-55kkgm h2,
  .betplay-55kkgm h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-55kkgm h3,
.betplay-55kkgm h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betplay-55kkgm h3,
  .betplay-55kkgm h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-55kkgm h4,
.betplay-55kkgm h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betplay-55kkgm ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betplay-55kkgm ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betplay-55kkgm 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-55kkgm ul ul {
  margin-bottom: 8px;
}

.betplay-55kkgm ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betplay-55kkgm ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betplay-55kkgm ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betplay-55kkgm ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betplay-55kkgm ol li::marker {
  font-weight: 700;
}

.betplay-55kkgm ol ol {
  margin-bottom: 8px;
}

.betplay-55kkgm ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betplay-55kkgm ol ul li {
  padding-left: 16px;
}

.betplay-55kkgm 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-55kkgm table {
    padding: 24px;
  }
}

.betplay-55kkgm table.betplay-o012mz {
  -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-m5fgma,
    mask-image 0.3s;
}

.betplay-55kkgm table.betplay-o012mz.betplay-bxcyh2 {
  -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-55kkgm table {
    display: table;
  }
}

.betplay-55kkgm 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-55kkgm table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-55kkgm table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-55kkgm 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-55kkgm table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betplay-55kkgm table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-55kkgm table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-55kkgm table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betplay-55kkgm img {
  max-width: 100%;
  height: auto;
}

.betplay-og11k4 {
  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-og11k4 {
    padding: 24px;
  }
}

.betplay-oocnha {
  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-oocnha {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betplay-oocnha > * {
  margin: 0 !important;
}

.betplay-oocnha img,
.betplay-l93ckg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-oocnha img,
  .betplay-l93ckg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-vxrttv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-vxrttv {
    width: 32px;
    height: 32px;
  }
}

.betplay-r35gy0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betplay-r35gy0 .betplay-2lfvp4 {
  flex-shrink: 0;
}

.betplay-r35gy0 .betplay-o9o7ua svg {
  display: none;
}

.betplay-66c27a {
  display: grid;
  transition: max-height 0.betplay-m5fgma ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betplay-66c27a {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betplay-66c27a {
    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-66c27a.betplay-zof57o + .betplay-2lfvp4 svg {
  transform: rotate(180deg);
}

.betplay-fwsywr {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betplay-fwsywr > div:nth-child(3n) {
  grid-column: span 2;
}

.betplay-fwsywr
  > div:nth-child(3n)
  .betplay-e3mow1
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betplay-fwsywr {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betplay-fwsywr > div:nth-child(3n) {
    grid-column: unset;
  }

  .betplay-fwsywr
    > div:nth-child(3n)
    .betplay-e3mow1
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betplay-fwsywr {
    max-width: 270px;
  }
}

.betplay-fwsywr .betplay-e3mow1 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betplay-fwsywr .betplay-e3mow1 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betplay-fwsywr .betplay-e3mow1 button {
    max-width: 104px;
  }
}

.betplay-2hutvt {
  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-2hutvt {
    margin-bottom: 0;
  }
}

.betplay-tmn2m2 {
  display: none;
  opacity: 0;
}

.betplay-k7yux5 {
  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-k7yux5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betplay-e3mow1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betplay-e3mow1 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-e3mow1
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betplay-e3mow1
    button {
    max-width: 145px;
  }
}

.betplay-6ot63w:first-child
  .betplay-e3mow1
  button {
  max-width: 270px;
}

.betplay-q8c4l7 {
  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-2hutvt picture {
  width: 100%;
  max-width: 100%;
}

.betplay-psv8ur {
  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-psv8ur svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betplay-2hutvt:hover .betplay-psv8ur {
  display: flex;
}

.betplay-4vv0fp {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betplay-fqmsqo {
  display: flex;
}

.betplay-fqmsqo:hover .betplay-wv2lgi,
.betplay-fqmsqo .betplay-a4r1r0 .betplay-wv2lgi {
  display: flex;
}

.betplay-fqmsqo svg {
  flex-shrink: 0;
}

.betplay-wv2lgi {
  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-wv2lgi {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betplay-wv2lgi:hover {
  display: flex;
}

.betplay-wv2lgi svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betplay-drpszf {
  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-drpszf {
    font-size: 12px;
  }
}

.betplay-z5r2vi,
.betplay-z1lo72 {
  width: 50%;
  flex-shrink: 0;
}

.betplay-z5r2vi {
  font-weight: 700;
}

.betplay-7acqbt .betplay-66c27a {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betplay-7acqbt .betplay-66c27a {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betplay-7acqbt .betplay-66c27a {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betplay-7acqbt
  .betplay-q8c4l7:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betplay-7acqbt .betplay-k7yux5 {
  height: 100% !important;
  border-radius: 16px;
}

.betplay-7acqbt .betplay-e3mow1 {
  gap: 4px;
  align-items: center;
}

.betplay-7acqbt .betplay-e3mow1 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betplay-7acqbt .betplay-e3mow1 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betplay-7acqbt .betplay-ge9xdd,
.betplay-7acqbt .betplay-3mxso5 {
  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-mkac1g.org/2000/svg'%3E%3Cpath d='M9.betplay-yz1np7 4.betplay-o8bpk9.betplay-ba7k67 5.betplay-91qoai.betplay-17ewkw 5.betplay-bbmfvv.betplay-vr69n7 5.betplay-6o0fvr.betplay-5j42io 8.betplay-tuqvyk.betplay-qqst7n 9.betplay-jpz5km.betplay-1julvr 9.betplay-4uug3u.betplay-2wp8u2 13.betplay-8ke5al.betplay-5o3q56 11.betplay-bl0i0l.betplay-pmblqs 11.betplay-yzz7rn.betplay-vba8p2 11.betplay-wvcdw1.betplay-kjog50 13.betplay-a5pk7i.betplay-qby5x4 9.betplay-dbm4lo.betplay-d9j6yx 9.betplay-02bhsg.betplay-fa7ehn 8.betplay-yy5tlu.betplay-vfhre8 5.betplay-tw1a28.betplay-nnwp6p 5.betplay-ikcpqt.betplay-nbvnkz 5.betplay-uj0ag1.betplay-zes6w4 4.betplay-rlllyc.betplay-pmblqs 1.betplay-rzk7di.betplay-yz1np7 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betplay-7acqbt .betplay-ge9xdd {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betplay-7acqbt .betplay-3mxso5 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betplay-0r951j {
  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-0r951j {
    padding: 24px;
  }
}

.betplay-0r951j .betplay-2lfvp4 {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-0r951j .betplay-2lfvp4 {
    display: none;
  }
}

.betplay-0r951j .betplay-o9o7ua svg {
  display: none;
}

.betplay-33rfqc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betplay-33rfqc .betplay-9zgnrf {
  display: none;
}

@media (min-width: 768px) {
  .betplay-33rfqc .betplay-9zgnrf {
    display: flex;
  }
}

.betplay-gwigkb {
  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-gwigkb {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-gwigkb > * {
  margin: 0 !important;
}

.betplay-gwigkb img,
.betplay-wypky9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-gwigkb img,
  .betplay-wypky9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-fbge9z {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-fbge9z {
    width: 32px;
    height: 32px;
  }
}

.betplay-znyhak {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betplay-znyhak {
    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-znyhak::-webkit-scrollbar {
    display: none;
  }
}

.betplay-0g8ogc {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betplay-0g8ogc {
    padding: 7px 15px;
  }
}

.betplay-0g8ogc:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-ussol7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-ussol7 {
    display: flex;
    opacity: 1;
  }
}

.betplay-0g8ogc picture {
  height: 100%;
  display: block;
}

.betplay-0g8ogc img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betplay-0g8ogc img {
    width: 88px;
    height: 44px;
  }
}

.betplay-0g8ogc p {
  text-align: center;
  width: 100%;
}

.betplay-jndqzh {
  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-jndqzh {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-jndqzh img,
.betplay-0v2t78 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-jndqzh img,
  .betplay-0v2t78 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-2x49m1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-2x49m1 {
    width: 32px;
    height: 32px;
  }
}

.betplay-3j6ybx {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betplay-jf3xza {
  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-yo6wpj {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betplay-yo6wpj.betplay-a4r1r0 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betplay-u8sosb {
  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-u8sosb {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-558o3d {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.betplay-z64bj4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betplay-m5fgma ease;
  opacity: 0;
  color: var(--text-color);
}

.betplay-wkmux2 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betplay-wkmux2 ol,
.betplay-wkmux2 ul {
  padding-left: 1.3em;
}

.betplay-yo6wpj.betplay-a4r1r0 .betplay-z64bj4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betplay-yo6wpj.betplay-a4r1r0 .betplay-558o3d {
  transform: rotate(180deg);
  color: var(--text-color);
}

.betplay-okn113 {
  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-okn113 {
    padding: 24px;
  }
}

.betplay-okn113 .betplay-2lfvp4 {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-okn113 .betplay-2lfvp4 {
    display: none;
  }
}

.betplay-okn113 .betplay-o9o7ua svg {
  display: none;
}

.betplay-wusq7a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betplay-wusq7a .betplay-9zgnrf {
  display: none;
}

@media (min-width: 768px) {
  .betplay-wusq7a .betplay-9zgnrf {
    display: flex;
  }
}

.betplay-hsmd24 {
  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-hsmd24 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-hsmd24 > * {
  margin: 0 !important;
}

.betplay-hsmd24 img,
.betplay-9ugvwf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-hsmd24 img,
  .betplay-9ugvwf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-g32has {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-g32has {
    width: 32px;
    height: 32px;
  }
}

.betplay-i5xu82 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betplay-i5xu82 {
    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-i5xu82::-webkit-scrollbar {
    display: none;
  }
}

.betplay-k8ncds {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betplay-k8ncds:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-pagq76 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-pagq76 {
    display: flex;
    opacity: 1;
  }
}

.betplay-k8ncds picture {
  width: auto;
  height: 100%;
  display: block;
}

.betplay-k8ncds picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betplay-g2hkuq {
  margin: -24px 0;
}

.betplay-g2hkuq:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betplay-g2hkuq {
    margin: -16px 0;
  }
}

.betplay-l5ajo7 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betplay-l5ajo7 {
    flex-direction: row;
  }
}

.betplay-vse6li {
  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-vse6li {
    flex: 1;
  }
}

.betplay-vse6li::placeholder {
  color: var(--Text-400);
}

.betplay-zbe7qu {
  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-6dguns {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betplay-6dguns::-webkit-scrollbar {
  display: none;
}

.betplay-w7za7r {
  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-w7za7r img,
.betplay-w7za7r svg {
  margin-right: 8px;
}

.betplay-tn9wab {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betplay-g2hkuq + .betplay-qmokfw {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betplay-g2hkuq + .betplay-qmokfw {
    margin-top: -16px;
  }
}

.betplay-qnffdy {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betplay-qnffdy > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betplay-qnffdy > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betplay-3ll3d2 {
  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-9y0nhp {
  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-cp4x0h {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betplay-gknsmz {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betplay-iiactc {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betplay-3ll3d2 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-3ll3d2 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-3ll3d2 {
    padding: 39px 179px 39px 39px;
  }

  .betplay-9y0nhp {
    font-size: 40px;
    line-height: 48px;
  }

  .betplay-iiactc {
    height: 348px;
  }

  .betplay-3ll3d2 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betplay-3ll3d2 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-3ll3d2 {
    padding: 63px;
  }
}

.betplay-h2mvq4 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betplay-h2mvq4 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betplay-a94go2 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-a94go2 {
    width: auto;
  }
}

.betplay-pc0gti {
  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-pc0gti::-webkit-scrollbar {
  display: none;
}

.betplay-pc0gti 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-pc0gti a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-pc0gti {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betplay-h2mvq4 .betplay-ot7gaa {
  -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-m5fgma,
    mask-image 0.3s;
}

.betplay-h2mvq4 .betplay-ot7gaa.betplay-bxcyh2 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betplay-aombve {
  margin: 40px -16px;
}

.betplay-1wuxn8 + .betplay-1peu5f,
.betplay-1wuxn8 + .betplay-2n3p1h {
  margin-top: 24px;
}

.betplay-tvyh2m {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betplay-tvyh2m picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betplay-b1ip6m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betplay-b1ip6m {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betplay-b1ip6m {
    margin-top: 0;
  }
}

.betplay-dv5w8h {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-dv5w8h {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-3j9roe {
  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-3j9roe {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betplay-zg2ysi {
  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-zg2ysi {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betplay-lkh1f8 {
  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-lkh1f8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-1suarr {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-1suarr {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-xwzkfj {
  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-137spw {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betplay-137spw img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betplay-qmokfw {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betplay-2qoctg {
  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-2qoctg {
    padding: 15px 48px;
  }
}

main > .betplay-qmokfw {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betplay-66c27a.betplay-jm6w77 > div:nth-child(n+5) {
    display: none;
  }
}

.betplay-55kkgm p a img {
  display: block;
  margin: 0 auto;
}


.betplay-jhz6xm {
  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-feqc5t {
  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-feqc5t label {
  font-size: 14px;
}

.betplay-feqc5t h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betplay-feqc5t input,
.betplay-feqc5t textarea,
.betplay-feqc5t 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-feqc5t button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betplay-pg3815 ease;
}
.betplay-feqc5t button:hover {
  background-color: var(--button-bg-hover);
}
.betplay-1aznne {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betplay-bzbfun ease-in;
}

.betplay-1aznne 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-otgm6k, .betplay-5vmdhq, [class*="review-card"],
thead, thead th, table th, .betplay-zj305g,
.betplay-b6pcd4, [class*="collapsible-header"],
.betplay-7eseh8, [class*="updated-block"] {
  color: #ece7dc !important;
}
