* {
  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-rt3n2y {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betplay-rt3n2y {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-rt3n2y {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betplay-i4ifvj {
  overflow: hidden;
}

.betplay-kskb5q img {
  background: var(--Neutral-300);
}

.betplay-73k87p {
  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-xstyot {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betplay-xstyot:hover {
  background: var(--button-bg-hover);
}

.betplay-z0xnbp {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betplay-z0xnbp:hover {
  background: var(--button-bg-hover);
}

.betplay-tvidyh {
  font-size: 12px;
  line-height: 18px;
}

.betplay-7ovwd0 {
  font-size: 18px;
  line-height: 26px;
}

.betplay-st34me {
  width: 100%;
}

.betplay-vf9dmd {
  padding: 6px 16px;
}

.betplay-kucpp5 {
  padding: 10px 16px;
}

.betplay-2xrzod {
  padding: 15px 26px;
}

.betplay-hdlxv8 {
  flex-shrink: 0;
}

.betplay-99vvp6 {
  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-cypbgm {
  display: none;
}

.betplay-wcuj75 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betplay-qqa4f6 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betplay-z2u4um {
  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-flm0yf {
  cursor: grab;
}

.betplay-z2u4um::-webkit-scrollbar {
  display: none;
}

.betplay-in2kje {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betplay-2e7tme {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betplay-40pvuh {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betplay-0nogmb {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betplay-tqe8dw {
  visibility: visible;
}

.betplay-13hoek {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betplay-1fg72x ease;
}

.betplay-wlbz2r {
  background-color: var(--Primary-200);
  width: 16px;
}

.betplay-aebtal {
  -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-1fg72x,
    mask-image 0.3s;
}

.betplay-aebtal.betplay-x4if6k {
  -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-v5ybag: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-gfd1go {
  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-l9z1lg.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-l9z1lg.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-w0k4l4 {
  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-w0k4l4::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-6x65r0 {
  position: relative;
  z-index: 1;
}

.betplay-oq9ata {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betplay-s0zwy7 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betplay-fppjx3 {
  font-size: 40px;
  line-height: 48px;
}

.betplay-1xx3by {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betplay-rjq5k7 {
  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-rjq5k7:hover {
  background: var(--Primary-400);
}

.betplay-rjq5k7 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betplay-v5ybag 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-w0k4l4 {
    max-width: 600px;
    padding: 64px;
  }

  .betplay-oq9ata {
    font-size: 24px;
    line-height: 32px;
  }

  .betplay-s0zwy7 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betplay-fppjx3 {
    font-size: 50px;
    line-height: 56px;
  }

  .betplay-1xx3by {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betplay-gfd1go {
    top: 25px;
    right: 25px;
  }
}

.betplay-wsspu3,
.betplay-3wx6ml {
  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-t6bjj4.betplay-xtthqy::before,
.betplay-3wx6ml::before,
.betplay-r9gptz::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-l9z1lg.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betplay-am6fqj 14.betplay-i1x7th.betplay-zhfspm 14.betplay-aqn0ed 15.betplay-pfsbfn 14.betplay-atb3sy 15.betplay-pl8y2q 14.betplay-inp3jb.betplay-4ih5pk 14.betplay-o6wj14 19.betplay-19nl8m 12.betplay-ny45zo 19.betplay-19nl8m 10.betplay-qnap1z.betplay-19nl8m 8.betplay-uddq6d 17.betplay-ahv704 7.betplay-wp3lav 15.betplay-hnovuy 7.betplay-xndjzy.betplay-qchmgs 7.betplay-wp3lav 11.betplay-agxvlx 8.betplay-uddq6d 11.betplay-agxvlx 10.betplay-swykuk.betplay-agxvlx 12.betplay-5w53fg 13.betplay-y46foj 14.betplay-whsdrd 15.betplay-cs0f9v 14.betplay-h61ydt.betplay-fkqwir 14.betplay-zxnxyy 15.betplay-xsob4h 14.betplay-1k5kei 15.betplay-i0yop6 14.betplay-nqd5a0.betplay-am6fqj 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betplay-jro4zw 15.betplay-32r5j4.betplay-2fpgid 15.betplay-10bohz 15.betplay-d2ohnx 15.betplay-yashqs 15.betplay-tus85k 15.betplay-i0cibb.betplay-87sfnf 15.betplay-yashqs 15.betplay-djtrn2 15.betplay-nxperm 15.betplay-ihjwwx 15.betplay-qpko9y.betplay-l0nfya 15.betplay-52eqad 7.betplay-oi9ojj 18.betplay-evslnf 7.betplay-f72ohz 23.betplay-l0otsc.betplay-8b07m8.betplay-f9kuvy 18.betplay-0hz24z 19.betplay-hop7p4 15.betplay-4t5frs 15.betplay-jro4zw 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betplay-skqonm [type="submit"] *,
.betplay-bz6eet button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betplay-5ur5v2 {
    display: none;
  }
}

.betplay-d3i45u {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betplay-d3i45u {
  display: none;
}

@media (min-width: 768px) {
  .betplay-d3i45u {
    bottom: 22px;
  }
}

.betplay-d3i45u input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betplay-d3i45u {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betplay-bs4l13.static) .betplay-d3i45u {
    bottom: 8px;
  }
}

.betplay-86dzcu {
  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-l9z1lg.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betplay-wervti 3.betplay-ibjncm.betplay-sc645a.betplay-onfprp 3.betplay-hjlquq 3.betplay-jxeywx 5.betplay-ct1k86 3.betplay-jxeywx 8.betplay-lffxsf.betplay-l503ug.betplay-jxeywx 26.betplay-8xwsl2 5.betplay-1w747q 28.betplay-z9e92g 8.betplay-c930gx 28.betplay-s5m3b2.betplay-bhjyny 28.betplay-fyarng.betplay-d1k228 34.betplay-49htep.betplay-pmouba 36.betplay-4398l9 11.betplay-t319k6 37.betplay-j28xko 12.betplay-4rhdqq 36.betplay-7olufq.betplay-mp1v90 28.betplay-n0ovrg.betplay-cq822f.betplay-1f2x21 28.betplay-aiadrw 36.betplay-7f6e15 26.betplay-rm6qkr 36.betplay-7f6e15 23.betplay-e9xpya.betplay-d0j9va.betplay-7f6e15 5.betplay-8c36g6 34.betplay-81yniq 3.betplay-hjlquq 31.betplay-wervti 3.betplay-mcbbm1.betplay-hmgze9 18.betplay-s9s05c.betplay-oguqsf 18.betplay-zvzj20 8.betplay-tx0jep 17.betplay-ntyrex 8.betplay-tx0jep 15.betplay-kv1ask.betplay-tx0jep 14.betplay-q7l4df 9.betplay-oguqsf 13.betplay-5a8i2z 11.betplay-hmgze9 13.betplay-8iaz28.betplay-6ybg4m 13.betplay-5a8i2z 13.betplay-g04q1l 14.betplay-q7l4df 13.betplay-g04q1l 15.betplay-ybuumm.betplay-g04q1l 17.betplay-ntyrex 12.betplay-6ybg4m 18.betplay-zvzj20 11.betplay-hmgze9 18.betplay-t2as9j.betplay-623p7y 18.betplay-27asp4.betplay-fffa4x 18.betplay-zvzj20 17.betplay-a1t6re 17.betplay-ntyrex 17.betplay-a1t6re 15.betplay-fqiwv9.betplay-a1t6re 14.betplay-q7l4df 18.betplay-fffa4x 13.betplay-5a8i2z 20.betplay-623p7y 13.betplay-ak0y68.betplay-ryct71 13.betplay-5a8i2z 22.betplay-xmhuw6 14.betplay-q7l4df 22.betplay-xmhuw6 15.betplay-simb7s.betplay-29flob 17.betplay-ntyrex 21.betplay-ryct71 18.betplay-zvzj20 20.betplay-623p7y 18.betplay-0fymwh.betplay-tgsk56 18.betplay-tfqw9k.betplay-k65ir1 18.betplay-zvzj20 26.betplay-fjnrib 17.betplay-ntyrex 26.betplay-fjnrib 15.betplay-g1xba9.betplay-fjnrib 14.betplay-q7l4df 27.betplay-k65ir1 13.betplay-5a8i2z 28.betplay-tgsk56 13.betplay-gej5vn.betplay-yo1nec 13.betplay-5a8i2z 31.betplay-s3megu 14.betplay-q7l4df 31.betplay-s3megu 15.betplay-gp1qbn.betplay-fjnrib 17.betplay-ntyrex 30.betplay-yo1nec 18.betplay-zvzj20 28.betplay-tgsk56 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-86dzcu {
    display: none;
  }
}

.betplay-6zklfi {
  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-6zklfi {
    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-bz6eet {
  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-bz6eet {
    padding: 14px 16px;
  }
}

.betplay-bz6eet button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betplay-bz6eet button:first-child {
  align-content: end;
}

.betplay-bz6eet button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betplay-bz6eet
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-bz6eet
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betplay-bz6eet button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betplay-bz6eet button:last-child svg {
  width: 38px;
  height: 38px;
}

.betplay-r9gptz {
  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-r9gptz::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-r9gptz,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-r9gptz {
  opacity: 1;
  visibility: visible;
}

.betplay-esm0da {
  flex: 1 1;
}

.betplay-phxuyr {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-phxuyr {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betplay-t0w3k8 {
  display: block;
}

.betplay-qhmzil {
  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-qhmzil {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-3wx6ml {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betplay-3wx6ml::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betplay-wikqkw span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betplay-wikqkw p {
  color: var(--Text-100);
}

.betplay-3wx6ml .betplay-0kif99 {
  grid-area: button;
}

.betplay-3wx6ml .betplay-0kif99::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-l9z1lg.org/2000/svg'%3E%3Cpath d='M4.betplay-scqg2i 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-92fz45 15L16.betplay-92fz45 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-92fz45 5L16.betplay-92fz45 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-amm9l7 {
  display: block;
}

.betplay-94w73t {
  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-94w73t {
    margin-top: 40px;
  }
}

.betplay-wsspu3 label,
.betplay-wsspu3 input {
  display: block;
  width: 100%;
}

.betplay-wsspu3 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betplay-wsspu3 label.betplay-06tzzv input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betplay-wsspu3 label.betplay-06tzzv::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-wsspu3 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-wsspu3 input::placeholder {
  color: var(--Text-400);
}

.betplay-jz1ymh {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betplay-jz1ymh {
  display: flex;
}

.betplay-jz1ymh ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betplay-jz1ymh ol {
    height: 420px;
    padding: 24px;
  }
}

.betplay-jz1ymh ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betplay-skqonm {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-skqonm {
    padding: 0 24px 24px;
  }
}

.betplay-skqonm 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-skqonm input::placeholder {
  color: var(--Text-400);
}

.betplay-skqonm [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betplay-skqonm [type="submit"]:disabled {
  opacity: 0.5;
}

.betplay-skqonm [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betplay-skqonm [type="submit"] {
    right: 40px;
  }
}

.betplay-t6bjj4 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betplay-t6bjj4.betplay-xtthqy {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betplay-t6bjj4.betplay-xtthqy::before {
  content: "";
  width: 31px;
}

.betplay-t6bjj4.betplay-xtthqy p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-t6bjj4.betplay-dam360 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betplay-t6bjj4 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-d3i45u .betplay-0kif99 {
  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-5ur5v2 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betplay-5ur5v2 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betplay-5ur5v2 {
    padding: 18px 0;
  }
}

.betplay-5ur5v2 .betplay-rt3n2y {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betplay-5ur5v2 .betplay-rt3n2y {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betplay-5va0sa {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betplay-5va0sa {
    max-width: 160px;
    height: 40px;
  }
}

.betplay-5va0sa picture,
.betplay-5va0sa img {
  display: block;
  width: 100%;
  height: 100%;
}

.betplay-5va0sa img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betplay-hh5qh9 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betplay-1fg72x ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betplay-5ur5v2.betplay-evss4d .betplay-hh5qh9 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betplay-hh5qh9 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betplay-hh5qh9 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betplay-d0rq6r,
.betplay-6b1oyf {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betplay-d0rq6r,
  .betplay-6b1oyf {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betplay-6b1oyf {
    display: none;
  }
}

.betplay-8pw6v4 {
  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-evss4d .betplay-8pw6v4 {
  background: var(--fh-bg-color);
}

.betplay-8pw6v4 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betplay-8pw6v4 {
    display: none;
  }
}

.betplay-kg63yj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-kg63yj {
    display: none;
  }
}

.betplay-i55ap5 {
  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-5ur5v2.betplay-evss4d .betplay-i55ap5:first-child {
  display: none;
}

.betplay-5ur5v2.betplay-evss4d .betplay-i55ap5:last-child {
  display: block;
}

.betplay-i55ap5:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betplay-i55ap5 {
    display: none;
  }
}

.betplay-q3wjd6 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-q3wjd6 {
    display: flex;
  }
}

.betplay-q3wjd6 ul {
  max-height: 350px;
  overflow-y: auto;
}

.betplay-q3wjd6:hover ul {
  visibility: visible;
  opacity: 1;
}

.betplay-q3wjd6:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betplay-q3wjd6:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betplay-q3wjd6:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betplay-q3wjd6:hover .betplay-qs6t93 svg {
  transform: rotate(180deg);
}

.betplay-xfo80x {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betplay-kvsra4 {
  padding: 0 8px;
}

.betplay-946dy8 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betplay-946dy8:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betplay-946dy8 {
    padding: 4px 8px;
  }
}

.betplay-lci2zs {
  display: flex;
}

.betplay-lci2zs img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betplay-qs6t93 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betplay-qs6t93 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betplay-laq0sg {
  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-laq0sg {
    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-v9eom4 {
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-v9eom4 {
    display: none;
  }
}

.betplay-09hoqa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betplay-6erows {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betplay-t1az4m {
  display: flex;
}

.betplay-oh6tx5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betplay-rw111b {
  list-style: none;
}

@media (max-width: 1199px) {
  .betplay-rw111b {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betplay-rw111b {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betplay-rw111b .betplay-2br958 [data-ref-el],
  .betplay-rw111b .betplay-2br958 span,
  .betplay-rw111b .betplay-2br958 a {
    white-space: nowrap;
  }
}

.betplay-2jd02r {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betplay-2jd02r.betplay-nnn66n > .betplay-2br958 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betplay-2jd02r.betplay-ki7b3u:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betplay-2jd02r.betplay-nnn66n > .betplay-9xems0 {
    height: auto;
  }

  .betplay-2jd02r.betplay-nnn66n > div > .betplay-huxjne {
    transform: rotate(180deg);
  }
}

.betplay-2jd02r [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betplay-2jd02r [data-ref-el],
.betplay-2jd02r span {
  cursor: pointer;
}

.betplay-2jd02r [data-ref-el],
.betplay-2jd02r span,
.betplay-2jd02r 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-2jd02r [data-ref-el],
  .betplay-2jd02r span,
  .betplay-2jd02r a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betplay-2jd02r [data-ref-el],
  .betplay-2jd02r span,
  .betplay-2jd02r a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betplay-9xems0 {
  height: 0;
  overflow: hidden;
  transition: height 0.betplay-1fg72x ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betplay-9xems0::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betplay-9xems0::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betplay-9xems0::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betplay-9xems0 {
    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-9xems0:has(> .betplay-2jd02r.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betplay-9xems0 .betplay-9xems0 {
    padding: 0;
  }

  .betplay-9xems0 .betplay-2jd02r {
    font-weight: 400;
  }

  .betplay-9xems0 .betplay-2jd02r:hover > .betplay-2br958 {
    background: var(--Neutral-300);
  }

  .betplay-9xems0 .betplay-huxjne {
    rotate: -90deg;
  }
}

.betplay-2br958 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-2br958 {
    padding: 8px;
  }

  .betplay-2jd02r.betplay-nmc1dj > .betplay-2br958 {
    background: var(--Neutral-300);
  }
}

.betplay-huxjne {
  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-l9z1lg.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betplay-ah8cfz 0.betplay-x5ht6d.betplay-elpv7n -0.betplay-ux39ay 0.betplay-iy15si -0.betplay-ux39ay 1.betplay-cbokr2 0.betplay-ywdzj4.betplay-fzdz8r 4.betplay-cmgxwk.betplay-ah8cfz 0.betplay-20c8of.betplay-dyq93e -0.betplay-ux39ay 9.betplay-xa5q31 -0.betplay-ux39ay 10.betplay-2zdxow 0.betplay-q946yf.betplay-wtdnwp 0.betplay-elpv7n 10.betplay-wtdnwp 0.betplay-iy15si 10.betplay-2zdxow 1.betplay-d2bhgv.betplay-40r1kz 5.betplay-w1z5j0.betplay-mk9gdq 6.betplay-pqatzp 5.betplay-tt17u6 6.betplay-pqatzp 4.betplay-fmjlp0 5.betplay-r8uk16.betplay-ah8cfz 1.betplay-57vrqq.betplay-ux39ay 0.betplay-iy15si -0.betplay-ux39ay 0.betplay-elpv7n 0.betplay-ah8cfz 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betplay-1fg72x ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-huxjne {
    cursor: default;
  }
}

.betplay-4wtz8o {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betplay-qy9ct7 {
  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-qy9ct7 {
    padding: 40px 4px;
  }
}

.betplay-07cye2 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betplay-07cye2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betplay-x0yplw {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betplay-x0yplw {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betplay-x0yplw ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betplay-x0yplw [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betplay-x0yplw [data-ref-el],
.betplay-x0yplw span,
.betplay-x0yplw a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.betplay-erq8r5 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-erq8r5 {
    margin-bottom: 12px;
  }
}

.betplay-8vmd17 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betplay-8vmd17 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betplay-8vmd17:last-child {
    margin-right: 0;
  }
}

.betplay-ycrmpt {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-erq8r5:hover .betplay-m27ssp {
  visibility: visible;
  opacity: 1;
}

.betplay-m27ssp {
  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-umxawy {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betplay-i6g8ds {
  display: flex;
  margin: 6px;
}

.betplay-i6g8ds img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betplay-m27ssp::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-m27ssp::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-4zsdcv {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-4zsdcv {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betplay-spyqza {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .betplay-spyqza {
    margin-right: 32px;
  }
}

.betplay-rmojl7 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-rmojl7 {
    margin-top: 0;
    width: 340px;
  }
}

.betplay-rmojl7 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-ggv61l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betplay-xfwoqh {
  position: relative;
}

@media (min-width: 768px) {
  .betplay-xfwoqh {
    margin-top: 40px;
  }
}

.betplay-xfwoqh + .betplay-pcbiew,
.betplay-xfwoqh + .betplay-xfwoqh {
  margin-top: 24px;
}

.betplay-pre7ez {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betplay-pre7ez {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-pre7ez {
    padding: 80px;
  }
}

.betplay-11sfal {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betplay-11sfal {
    padding: 0 16px;
}


}

.betplay-n3wnp9 {
  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-n3wnp9 {
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-62kaxe {
  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-62kaxe {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-9h5a0u {
  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-9h5a0u:hover {
  background: var(--button-bg-hover);
}

.betplay-gu5nps {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betplay-gu5nps img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betplay-gu5nps img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betplay-gu5nps img {
  min-height: 100%;
  }
}

.betplay-pre7ez::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betplay-huku17 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betplay-huku17 h1,
.betplay-huku17 h2,
.betplay-huku17 h3,
.betplay-huku17 h4 {
  margin-bottom: 6px;
}

.betplay-huku17 h1:not(:first-child),
.betplay-huku17 h2:not(:first-child),
.betplay-huku17 h3:not(:first-child),
.betplay-huku17 h4:not(:first-child) {
  margin-top: 16px;
}

.betplay-huku17 h1,
.betplay-huku17 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betplay-huku17 h1,
  .betplay-huku17 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betplay-huku17 h2,
.betplay-huku17 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betplay-huku17 h2,
  .betplay-huku17 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-huku17 h3,
.betplay-huku17 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betplay-huku17 h3,
  .betplay-huku17 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-huku17 h4,
.betplay-huku17 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betplay-huku17 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betplay-huku17 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betplay-huku17 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-huku17 ul ul {
  margin-bottom: 8px;
}

.betplay-huku17 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betplay-huku17 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betplay-huku17 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betplay-huku17 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betplay-huku17 ol li::marker {
  font-weight: 700;
}

.betplay-huku17 ol ol {
  margin-bottom: 8px;
}

.betplay-huku17 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betplay-huku17 ol ul li {
  padding-left: 16px;
}

.betplay-huku17 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-huku17 table {
    padding: 24px;
  }
}

.betplay-huku17 table.betplay-zv1l9v {
  -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-1fg72x,
    mask-image 0.3s;
}

.betplay-huku17 table.betplay-zv1l9v.betplay-x4if6k {
  -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-huku17 table {
    display: table;
  }
}

.betplay-huku17 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-huku17 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-huku17 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-huku17 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-huku17 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betplay-huku17 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-huku17 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-huku17 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betplay-huku17 img {
  max-width: 100%;
  height: auto;
}

.betplay-pa4v6u {
  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-pa4v6u {
    padding: 24px;
  }
}

.betplay-uf91bi {
  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-uf91bi {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betplay-uf91bi > * {
  margin: 0 !important;
}

.betplay-uf91bi img,
.betplay-t6uwcy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-uf91bi img,
  .betplay-t6uwcy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-obm1fg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-obm1fg {
    width: 32px;
    height: 32px;
  }
}

.betplay-njx872 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betplay-njx872 .betplay-oyslmh {
  flex-shrink: 0;
}

.betplay-njx872 .betplay-8ui31b svg {
  display: none;
}

.betplay-ew0n15 {
  display: grid;
  transition: max-height 0.betplay-1fg72x ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betplay-ew0n15 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betplay-ew0n15 {
    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-ew0n15.betplay-a8y0o2 + .betplay-oyslmh svg {
  transform: rotate(180deg);
}

.betplay-t6ctvp {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betplay-t6ctvp > div:nth-child(3n) {
  grid-column: span 2;
}

.betplay-t6ctvp
  > div:nth-child(3n)
  .betplay-p1064p
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betplay-t6ctvp {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betplay-t6ctvp > div:nth-child(3n) {
    grid-column: unset;
  }

  .betplay-t6ctvp
    > div:nth-child(3n)
    .betplay-p1064p
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betplay-t6ctvp {
    max-width: 270px;
  }
}

.betplay-t6ctvp .betplay-p1064p button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betplay-t6ctvp .betplay-p1064p button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betplay-t6ctvp .betplay-p1064p button {
    max-width: 104px;
  }
}

.betplay-kvptbv {
  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-kvptbv {
    margin-bottom: 0;
  }
}

.betplay-3c0dqh {
  display: none;
  opacity: 0;
}

.betplay-5a0uuj {
  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-5a0uuj img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betplay-p1064p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betplay-p1064p 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-p1064p
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betplay-p1064p
    button {
    max-width: 145px;
  }
}

.betplay-j7yoiw:first-child
  .betplay-p1064p
  button {
  max-width: 270px;
}

.betplay-v0pski {
  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-kvptbv picture {
  width: 100%;
  max-width: 100%;
}

.betplay-2qwok5 {
  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-2qwok5 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betplay-kvptbv:hover .betplay-2qwok5 {
  display: flex;
}

.betplay-1raxuj {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betplay-oe9kth {
  display: flex;
}

.betplay-oe9kth:hover .betplay-8yvrou,
.betplay-oe9kth .betplay-nmc1dj .betplay-8yvrou {
  display: flex;
}

.betplay-oe9kth svg {
  flex-shrink: 0;
}

.betplay-8yvrou {
  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-8yvrou {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betplay-8yvrou:hover {
  display: flex;
}

.betplay-8yvrou svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betplay-ela90j {
  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-ela90j {
    font-size: 12px;
  }
}

.betplay-l3tk7o,
.betplay-88rbqm {
  width: 50%;
  flex-shrink: 0;
}

.betplay-l3tk7o {
  font-weight: 700;
}

.betplay-0c3gtg .betplay-ew0n15 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betplay-0c3gtg .betplay-ew0n15 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betplay-0c3gtg .betplay-ew0n15 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betplay-0c3gtg
  .betplay-v0pski:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betplay-0c3gtg .betplay-5a0uuj {
  height: 100% !important;
  border-radius: 16px;
}

.betplay-0c3gtg .betplay-p1064p {
  gap: 4px;
  align-items: center;
}

.betplay-0c3gtg .betplay-p1064p button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betplay-0c3gtg .betplay-p1064p svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betplay-0c3gtg .betplay-5tg4rp,
.betplay-0c3gtg .betplay-fmzysz {
  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-l9z1lg.org/2000/svg'%3E%3Cpath d='M9.betplay-noe2r0 4.betplay-5xwh92.betplay-ltkbau 5.betplay-ep9q7w.betplay-u71as2 5.betplay-0hn6s1.betplay-mnvp0f 5.betplay-rqtoy3.betplay-j2jteg 8.betplay-q71ggo.betplay-tdnpe7 9.betplay-gyqec9.betplay-9rv3pr 9.betplay-kj781p.betplay-as3779 13.betplay-tb3j2t.betplay-r7dk20 11.betplay-1f13tb.betplay-0fk1wa 11.betplay-ixr693.betplay-59rjws 11.betplay-ytkafo.betplay-drx6fx 13.betplay-m1isq0.betplay-qfedqq 9.betplay-t8kicp.betplay-haodlh 9.betplay-fxdkh3.betplay-h2vdgq 8.betplay-n4d1tm.betplay-9s5sol 5.betplay-oqh7wc.betplay-r5849s 5.betplay-qnuymb.betplay-ms9yzu 5.betplay-ntv1ay.betplay-1jxtd9 4.betplay-u2gykl.betplay-0fk1wa 1.betplay-wi76yj.betplay-noe2r0 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betplay-0c3gtg .betplay-5tg4rp {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betplay-0c3gtg .betplay-fmzysz {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betplay-h7qswx {
  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-h7qswx {
    padding: 24px;
  }
}

.betplay-h7qswx .betplay-oyslmh {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-h7qswx .betplay-oyslmh {
    display: none;
  }
}

.betplay-h7qswx .betplay-8ui31b svg {
  display: none;
}

.betplay-hxcmjq {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betplay-hxcmjq .betplay-73k87p {
  display: none;
}

@media (min-width: 768px) {
  .betplay-hxcmjq .betplay-73k87p {
    display: flex;
  }
}

.betplay-3l29vl {
  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-3l29vl {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-3l29vl > * {
  margin: 0 !important;
}

.betplay-3l29vl img,
.betplay-n5ots2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-3l29vl img,
  .betplay-n5ots2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-aqsxe2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-aqsxe2 {
    width: 32px;
    height: 32px;
  }
}

.betplay-lagq29 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betplay-lagq29 {
    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-lagq29::-webkit-scrollbar {
    display: none;
  }
}

.betplay-m9qul7 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betplay-m9qul7 {
    padding: 7px 15px;
  }
}

.betplay-m9qul7:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-ei5lxp {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-ei5lxp {
    display: flex;
    opacity: 1;
  }
}

.betplay-m9qul7 picture {
  height: 100%;
  display: block;
}

.betplay-m9qul7 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betplay-m9qul7 img {
    width: 88px;
    height: 44px;
  }
}

.betplay-m9qul7 p {
  text-align: center;
  width: 100%;
}

.betplay-npg1lt {
  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-npg1lt {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-npg1lt img,
.betplay-zzfu6p {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-npg1lt img,
  .betplay-zzfu6p {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-xe26s0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-xe26s0 {
    width: 32px;
    height: 32px;
  }
}

.betplay-3vw5w5 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betplay-mt9khs {
  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-b4yfl2 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betplay-b4yfl2.betplay-nmc1dj {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betplay-jyxoc3 {
  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-jyxoc3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-zp0i1v {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.betplay-xkflxa {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betplay-1fg72x ease;
  opacity: 0;
  color: var(--text-color);
}

.betplay-kxsq5j {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betplay-kxsq5j ol,
.betplay-kxsq5j ul {
  padding-left: 1.3em;
}

.betplay-b4yfl2.betplay-nmc1dj .betplay-xkflxa {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betplay-b4yfl2.betplay-nmc1dj .betplay-zp0i1v {
  transform: rotate(180deg);
  color: var(--text-color);
}

.betplay-xcqoz9 {
  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-xcqoz9 {
    padding: 24px;
  }
}

.betplay-xcqoz9 .betplay-oyslmh {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-xcqoz9 .betplay-oyslmh {
    display: none;
  }
}

.betplay-xcqoz9 .betplay-8ui31b svg {
  display: none;
}

.betplay-z4835x {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betplay-z4835x .betplay-73k87p {
  display: none;
}

@media (min-width: 768px) {
  .betplay-z4835x .betplay-73k87p {
    display: flex;
  }
}

.betplay-sk1pat {
  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-sk1pat {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-sk1pat > * {
  margin: 0 !important;
}

.betplay-sk1pat img,
.betplay-v6e8to {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-sk1pat img,
  .betplay-v6e8to {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-b7tyrg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-b7tyrg {
    width: 32px;
    height: 32px;
  }
}

.betplay-bwn5ij {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betplay-bwn5ij {
    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-bwn5ij::-webkit-scrollbar {
    display: none;
  }
}

.betplay-jzhu0u {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betplay-jzhu0u:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-5w8ufo {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-5w8ufo {
    display: flex;
    opacity: 1;
  }
}

.betplay-jzhu0u picture {
  width: auto;
  height: 100%;
  display: block;
}

.betplay-jzhu0u picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betplay-3jux1k {
  margin: -24px 0;
}

.betplay-3jux1k:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betplay-3jux1k {
    margin: -16px 0;
  }
}

.betplay-uus4n7 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betplay-uus4n7 {
    flex-direction: row;
  }
}

.betplay-p34v85 {
  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-p34v85 {
    flex: 1;
  }
}

.betplay-p34v85::placeholder {
  color: var(--Text-400);
}

.betplay-9s137g {
  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-8s5jos {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betplay-8s5jos::-webkit-scrollbar {
  display: none;
}

.betplay-1ea9zq {
  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-1ea9zq img,
.betplay-1ea9zq svg {
  margin-right: 8px;
}

.betplay-d8wnla {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betplay-3jux1k + .betplay-btth18 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betplay-3jux1k + .betplay-btth18 {
    margin-top: -16px;
  }
}

.betplay-n9xn64 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betplay-n9xn64 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betplay-n9xn64 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betplay-2vnrnk {
  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-fh0yys {
  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-fptu3s {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betplay-8dbowf {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betplay-v3278p {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betplay-2vnrnk 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-2vnrnk 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-2vnrnk {
    padding: 39px 179px 39px 39px;
  }

  .betplay-fh0yys {
    font-size: 40px;
    line-height: 48px;
  }

  .betplay-v3278p {
    height: 348px;
  }

  .betplay-2vnrnk button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betplay-2vnrnk button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-2vnrnk {
    padding: 63px;
  }
}

.betplay-b29xx5 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betplay-b29xx5 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betplay-eugixp {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-eugixp {
    width: auto;
  }
}

.betplay-szlj8m {
  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-szlj8m::-webkit-scrollbar {
  display: none;
}

.betplay-szlj8m 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-szlj8m a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-szlj8m {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betplay-b29xx5 .betplay-k9pna9 {
  -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-1fg72x,
    mask-image 0.3s;
}

.betplay-b29xx5 .betplay-k9pna9.betplay-x4if6k {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betplay-vuw9sq {
  margin: 40px -16px;
}

.betplay-2kotyo + .betplay-pcbiew,
.betplay-2kotyo + .betplay-xfwoqh {
  margin-top: 24px;
}

.betplay-04l6w7 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betplay-04l6w7 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betplay-otzzwt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betplay-otzzwt {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betplay-otzzwt {
    margin-top: 0;
  }
}

.betplay-ne4rl3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-ne4rl3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-xurp38 {
  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-xurp38 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betplay-yb86am {
  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-yb86am {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betplay-qgiagh {
  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-qgiagh {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-ub15ie {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-ub15ie {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-zdse1n {
  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-765ad4 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betplay-765ad4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betplay-btth18 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betplay-9su7gq {
  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-9su7gq {
    padding: 15px 48px;
  }
}

main > .betplay-btth18 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betplay-ew0n15.betplay-e0lyck > div:nth-child(n+5) {
    display: none;
  }
}

.betplay-huku17 p a img {
  display: block;
  margin: 0 auto;
}


.betplay-razvt2 {
  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-9x3nqb {
  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-9x3nqb label {
  font-size: 14px;
}

.betplay-9x3nqb h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betplay-9x3nqb input,
.betplay-9x3nqb textarea,
.betplay-9x3nqb 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-9x3nqb button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betplay-eajkqk ease;
}
.betplay-9x3nqb button:hover {
  background-color: var(--button-bg-hover);
}
.betplay-jul1qu {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betplay-e1feg8 ease-in;
}

.betplay-jul1qu 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-ilu6f8, .betplay-fliaoh, [class*="review-card"],
thead, thead th, table th, .betplay-1noiev,
.betplay-5pyrbq, [class*="collapsible-header"],
.betplay-jawghn, [class*="updated-block"] {
  color: #ece7dc !important;
}
