* {
  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-8b9x8k {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betplay-8b9x8k {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-8b9x8k {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betplay-1h4yze {
  overflow: hidden;
}

.betplay-xyzpvq img {
  background: var(--Neutral-300);
}

.betplay-3fcqt0 {
  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-4uidy5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betplay-4uidy5:hover {
  background: var(--button-bg-hover);
}

.betplay-3d4e3e {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betplay-3d4e3e:hover {
  background: var(--button-bg-hover);
}

.betplay-ftrdf0 {
  font-size: 12px;
  line-height: 18px;
}

.betplay-znk5mc {
  font-size: 18px;
  line-height: 26px;
}

.betplay-0a6qi2 {
  width: 100%;
}

.betplay-05lwod {
  padding: 6px 16px;
}

.betplay-qukvxf {
  padding: 10px 16px;
}

.betplay-pb4hmm {
  padding: 15px 26px;
}

.betplay-713otb {
  flex-shrink: 0;
}

.betplay-s8sx7q {
  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-r6ghs0 {
  display: none;
}

.betplay-qy247k {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betplay-cwjm7e {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betplay-0c7b0m {
  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-4lbsk3 {
  cursor: grab;
}

.betplay-0c7b0m::-webkit-scrollbar {
  display: none;
}

.betplay-no2azs {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betplay-gs61j1 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betplay-etwh5u {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betplay-4mc1l2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betplay-nd10qp {
  visibility: visible;
}

.betplay-be7xlk {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betplay-xjaydc ease;
}

.betplay-g3jo3l {
  background-color: var(--Primary-200);
  width: 16px;
}

.betplay-yskcle {
  -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-xjaydc,
    mask-image 0.3s;
}

.betplay-yskcle.betplay-n00sy6 {
  -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-8i6xmy: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-gdk5k6 {
  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-fv76rs.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-fv76rs.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-jeu223 {
  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-jeu223::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-dm7gvg {
  position: relative;
  z-index: 1;
}

.betplay-q88qae {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betplay-pdcnk3 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betplay-m86z6g {
  font-size: 40px;
  line-height: 48px;
}

.betplay-fjfvlr {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betplay-hsanum {
  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-hsanum:hover {
  background: var(--Primary-400);
}

.betplay-hsanum svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betplay-8i6xmy 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-jeu223 {
    max-width: 600px;
    padding: 64px;
  }

  .betplay-q88qae {
    font-size: 24px;
    line-height: 32px;
  }

  .betplay-pdcnk3 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betplay-m86z6g {
    font-size: 50px;
    line-height: 56px;
  }

  .betplay-fjfvlr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betplay-gdk5k6 {
    top: 25px;
    right: 25px;
  }
}

.betplay-krrax7,
.betplay-nghg9k {
  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-be7mp3.betplay-ufxish::before,
.betplay-nghg9k::before,
.betplay-hqp4zv::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-fv76rs.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betplay-0i21x9 14.betplay-up7m90.betplay-7kv8n5 14.betplay-xyasp0 15.betplay-7qys5v 14.betplay-uewqom 15.betplay-jgxqnp 14.betplay-z20w2k.betplay-znw4ta 14.betplay-hsbhv9 19.betplay-85ox1k 12.betplay-j6h1n6 19.betplay-85ox1k 10.betplay-et78d6.betplay-85ox1k 8.betplay-jkebir 17.betplay-ylitry 7.betplay-fefljk 15.betplay-8nb883 7.betplay-dxdjx0.betplay-f5w5zm 7.betplay-fefljk 11.betplay-84udwa 8.betplay-jkebir 11.betplay-84udwa 10.betplay-kocml7.betplay-84udwa 12.betplay-8142iq 13.betplay-sfzngy 14.betplay-ae10o9 15.betplay-0mgdq9 14.betplay-mlvjun.betplay-pxk3fi 14.betplay-1xo3nk 15.betplay-d2vc0y 14.betplay-bxp6oh 15.betplay-54ik0c 14.betplay-gl7okg.betplay-0i21x9 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betplay-i5xyg7 15.betplay-66gqra.betplay-x6yf5n 15.betplay-0mhz8o 15.betplay-1403uz 15.betplay-xbd93l 15.betplay-l4hjqq 15.betplay-e2e703.betplay-to88hi 15.betplay-xbd93l 15.betplay-0q2n1u 15.betplay-jo1g8h 15.betplay-ykmdlf 15.betplay-kaq9wx.betplay-9osl2g 15.betplay-8x0m9o 7.betplay-xep1ux 18.betplay-88eods 7.betplay-e8jqy1 23.betplay-w8pckw.betplay-a87hz6.betplay-cngwka 18.betplay-43jj25 19.betplay-mg6s9j 15.betplay-jjvhhb 15.betplay-i5xyg7 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betplay-pcj701 [type="submit"] *,
.betplay-usalsz button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betplay-djp99i {
    display: none;
  }
}

.betplay-9zahf1 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betplay-9zahf1 {
  display: none;
}

@media (min-width: 768px) {
  .betplay-9zahf1 {
    bottom: 22px;
  }
}

.betplay-9zahf1 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betplay-9zahf1 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betplay-nq4n58.static) .betplay-9zahf1 {
    bottom: 8px;
  }
}

.betplay-yjk7kj {
  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-fv76rs.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betplay-qwkbr6 3.betplay-i6t440.betplay-ihlm9w.betplay-ocnjd7 3.betplay-oza614 3.betplay-l8xt30 5.betplay-baszaq 3.betplay-l8xt30 8.betplay-qzjtez.betplay-kv7q62.betplay-l8xt30 26.betplay-ew9iq3 5.betplay-65y7sr 28.betplay-nl4bk8 8.betplay-mssq7x 28.betplay-oun79o.betplay-f6b08u 28.betplay-b08033.betplay-usszrr 34.betplay-7eoh51.betplay-9b537y 36.betplay-xw76b0 11.betplay-l01zz7 37.betplay-a0go4k 12.betplay-3iskwa 36.betplay-l6d74o.betplay-hkwaig 28.betplay-mdc3h1.betplay-9chqdw.betplay-sytpqn 28.betplay-z8ads8 36.betplay-ux7wly 26.betplay-tjpwuy 36.betplay-ux7wly 23.betplay-yonf6r.betplay-jxou00.betplay-ux7wly 5.betplay-4ad4x2 34.betplay-4odm9h 3.betplay-oza614 31.betplay-qwkbr6 3.betplay-ugawvm.betplay-749exy 18.betplay-esuw72.betplay-uu1s3a 18.betplay-qkb7vn 8.betplay-6nu1mo 17.betplay-2uukud 8.betplay-6nu1mo 15.betplay-mlyybq.betplay-6nu1mo 14.betplay-hj1xdv 9.betplay-uu1s3a 13.betplay-tc51ee 11.betplay-749exy 13.betplay-hqynjx.betplay-ohw6ou 13.betplay-tc51ee 13.betplay-ey49xg 14.betplay-hj1xdv 13.betplay-ey49xg 15.betplay-lzpmxq.betplay-ey49xg 17.betplay-2uukud 12.betplay-ohw6ou 18.betplay-qkb7vn 11.betplay-749exy 18.betplay-fzvwp1.betplay-unokiz 18.betplay-yxo4fq.betplay-qa2ymu 18.betplay-qkb7vn 17.betplay-t0ags2 17.betplay-2uukud 17.betplay-t0ags2 15.betplay-n8jurw.betplay-t0ags2 14.betplay-hj1xdv 18.betplay-qa2ymu 13.betplay-tc51ee 20.betplay-unokiz 13.betplay-fff8vt.betplay-scz8zt 13.betplay-tc51ee 22.betplay-gvzbwa 14.betplay-hj1xdv 22.betplay-gvzbwa 15.betplay-ho3vtp.betplay-uzdaxr 17.betplay-2uukud 21.betplay-scz8zt 18.betplay-qkb7vn 20.betplay-unokiz 18.betplay-fetyrv.betplay-4y1frd 18.betplay-1a9zi1.betplay-q91gwm 18.betplay-qkb7vn 26.betplay-r6gyy6 17.betplay-2uukud 26.betplay-r6gyy6 15.betplay-5n2fw8.betplay-r6gyy6 14.betplay-hj1xdv 27.betplay-q91gwm 13.betplay-tc51ee 28.betplay-4y1frd 13.betplay-9g8rod.betplay-71gwra 13.betplay-tc51ee 31.betplay-b70zjm 14.betplay-hj1xdv 31.betplay-b70zjm 15.betplay-8ani6w.betplay-r6gyy6 17.betplay-2uukud 30.betplay-71gwra 18.betplay-qkb7vn 28.betplay-4y1frd 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-yjk7kj {
    display: none;
  }
}

.betplay-ynp73m {
  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-ynp73m {
    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-usalsz {
  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-usalsz {
    padding: 14px 16px;
  }
}

.betplay-usalsz button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betplay-usalsz button:first-child {
  align-content: end;
}

.betplay-usalsz button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betplay-usalsz
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-usalsz
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betplay-usalsz button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betplay-usalsz button:last-child svg {
  width: 38px;
  height: 38px;
}

.betplay-hqp4zv {
  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-hqp4zv::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-hqp4zv,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-hqp4zv {
  opacity: 1;
  visibility: visible;
}

.betplay-cfu7qh {
  flex: 1 1;
}

.betplay-bnckrt {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-bnckrt {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betplay-riazpq {
  display: block;
}

.betplay-yjz7mx {
  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-yjz7mx {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-nghg9k {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betplay-nghg9k::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betplay-a8j8lg span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betplay-a8j8lg p {
  color: var(--Text-100);
}

.betplay-nghg9k .betplay-2p2df4 {
  grid-area: button;
}

.betplay-nghg9k .betplay-2p2df4::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-fv76rs.org/2000/svg'%3E%3Cpath d='M4.betplay-telwi8 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-6pdpi1 15L16.betplay-6pdpi1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-6pdpi1 5L16.betplay-6pdpi1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-ck33y5 {
  display: block;
}

.betplay-8bwibe {
  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-8bwibe {
    margin-top: 40px;
  }
}

.betplay-krrax7 label,
.betplay-krrax7 input {
  display: block;
  width: 100%;
}

.betplay-krrax7 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betplay-krrax7 label.betplay-wxaq38 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betplay-krrax7 label.betplay-wxaq38::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-krrax7 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-krrax7 input::placeholder {
  color: var(--Text-400);
}

.betplay-5mol9f {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betplay-5mol9f {
  display: flex;
}

.betplay-5mol9f ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betplay-5mol9f ol {
    height: 420px;
    padding: 24px;
  }
}

.betplay-5mol9f ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betplay-pcj701 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-pcj701 {
    padding: 0 24px 24px;
  }
}

.betplay-pcj701 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-pcj701 input::placeholder {
  color: var(--Text-400);
}

.betplay-pcj701 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betplay-pcj701 [type="submit"]:disabled {
  opacity: 0.5;
}

.betplay-pcj701 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betplay-pcj701 [type="submit"] {
    right: 40px;
  }
}

.betplay-be7mp3 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betplay-be7mp3.betplay-ufxish {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betplay-be7mp3.betplay-ufxish::before {
  content: "";
  width: 31px;
}

.betplay-be7mp3.betplay-ufxish p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-be7mp3.betplay-4y3sbf p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betplay-be7mp3 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-9zahf1 .betplay-2p2df4 {
  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-djp99i {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betplay-djp99i {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betplay-djp99i {
    padding: 18px 0;
  }
}

.betplay-djp99i .betplay-8b9x8k {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betplay-djp99i .betplay-8b9x8k {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betplay-0r399t {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betplay-0r399t {
    max-width: 160px;
    height: 40px;
  }
}

.betplay-0r399t picture,
.betplay-0r399t img {
  display: block;
  width: 100%;
  height: 100%;
}

.betplay-0r399t img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betplay-i3nj8l {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betplay-xjaydc ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betplay-djp99i.betplay-0oguz9 .betplay-i3nj8l {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betplay-i3nj8l {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betplay-i3nj8l {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betplay-hkhsc2,
.betplay-ahogls {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betplay-hkhsc2,
  .betplay-ahogls {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betplay-ahogls {
    display: none;
  }
}

.betplay-ejf67c {
  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-0oguz9 .betplay-ejf67c {
  background: var(--fh-bg-color);
}

.betplay-ejf67c button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betplay-ejf67c {
    display: none;
  }
}

.betplay-frl3w0 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-frl3w0 {
    display: none;
  }
}

.betplay-kn9g75 {
  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-djp99i.betplay-0oguz9 .betplay-kn9g75:first-child {
  display: none;
}

.betplay-djp99i.betplay-0oguz9 .betplay-kn9g75:last-child {
  display: block;
}

.betplay-kn9g75:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betplay-kn9g75 {
    display: none;
  }
}

.betplay-aeze6a {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-aeze6a {
    display: flex;
  }
}

.betplay-aeze6a ul {
  max-height: 350px;
  overflow-y: auto;
}

.betplay-aeze6a:hover ul {
  visibility: visible;
  opacity: 1;
}

.betplay-aeze6a:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betplay-aeze6a:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betplay-aeze6a:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betplay-aeze6a:hover .betplay-btgaqs svg {
  transform: rotate(180deg);
}

.betplay-igv4z3 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betplay-v9pshy {
  padding: 0 8px;
}

.betplay-1x6msh {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betplay-1x6msh:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betplay-1x6msh {
    padding: 4px 8px;
  }
}

.betplay-yl8h0x {
  display: flex;
}

.betplay-yl8h0x img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betplay-btgaqs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betplay-btgaqs svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betplay-q902zl {
  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-q902zl {
    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-2y3u65 {
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-2y3u65 {
    display: none;
  }
}

.betplay-jkkdww {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betplay-4pyfz9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betplay-iw1l2o {
  display: flex;
}

.betplay-gnnv3w {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betplay-02ng6v {
  list-style: none;
}

@media (max-width: 1199px) {
  .betplay-02ng6v {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betplay-02ng6v {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betplay-02ng6v .betplay-itsvoo [data-ref-el],
  .betplay-02ng6v .betplay-itsvoo span,
  .betplay-02ng6v .betplay-itsvoo a {
    white-space: nowrap;
  }
}

.betplay-vk1m2b {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betplay-vk1m2b.betplay-6uu7k9 > .betplay-itsvoo {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betplay-vk1m2b.betplay-yvudis:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betplay-vk1m2b.betplay-6uu7k9 > .betplay-kujfum {
    height: auto;
  }

  .betplay-vk1m2b.betplay-6uu7k9 > div > .betplay-hqxr4g {
    transform: rotate(180deg);
  }
}

.betplay-vk1m2b [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betplay-vk1m2b [data-ref-el],
.betplay-vk1m2b span {
  cursor: pointer;
}

.betplay-vk1m2b [data-ref-el],
.betplay-vk1m2b span,
.betplay-vk1m2b 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-vk1m2b [data-ref-el],
  .betplay-vk1m2b span,
  .betplay-vk1m2b a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betplay-vk1m2b [data-ref-el],
  .betplay-vk1m2b span,
  .betplay-vk1m2b a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betplay-kujfum {
  height: 0;
  overflow: hidden;
  transition: height 0.betplay-xjaydc ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betplay-kujfum::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betplay-kujfum::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betplay-kujfum::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betplay-kujfum {
    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-kujfum:has(> .betplay-vk1m2b.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betplay-kujfum .betplay-kujfum {
    padding: 0;
  }

  .betplay-kujfum .betplay-vk1m2b {
    font-weight: 400;
  }

  .betplay-kujfum .betplay-vk1m2b:hover > .betplay-itsvoo {
    background: var(--Neutral-300);
  }

  .betplay-kujfum .betplay-hqxr4g {
    rotate: -90deg;
  }
}

.betplay-itsvoo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-itsvoo {
    padding: 8px;
  }

  .betplay-vk1m2b.betplay-ieyf91 > .betplay-itsvoo {
    background: var(--Neutral-300);
  }
}

.betplay-hqxr4g {
  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-fv76rs.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betplay-yulkpf 0.betplay-30w2w3.betplay-rzo4yw -0.betplay-osvftc 0.betplay-84fmx5 -0.betplay-osvftc 1.betplay-sgphp4 0.betplay-0rgpxs.betplay-3g3tub 4.betplay-lueqze.betplay-yulkpf 0.betplay-53o20o.betplay-w9pzlb -0.betplay-osvftc 9.betplay-5dqldg -0.betplay-osvftc 10.betplay-f25n7t 0.betplay-v9u1s2.betplay-5h3x89 0.betplay-rzo4yw 10.betplay-5h3x89 0.betplay-84fmx5 10.betplay-f25n7t 1.betplay-heaz8z.betplay-l546l2 5.betplay-2ccevx.betplay-l2ngra 6.betplay-uhgknu 5.betplay-utw6vq 6.betplay-uhgknu 4.betplay-fleupu 5.betplay-iqx2l3.betplay-yulkpf 1.betplay-71qi9h.betplay-osvftc 0.betplay-84fmx5 -0.betplay-osvftc 0.betplay-rzo4yw 0.betplay-yulkpf 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betplay-xjaydc ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-hqxr4g {
    cursor: default;
  }
}

.betplay-z40ib1 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betplay-u16kew {
  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-u16kew {
    padding: 40px 4px;
  }
}

.betplay-ftwbrs {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betplay-ftwbrs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betplay-522tur {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betplay-522tur {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betplay-522tur ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betplay-522tur [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betplay-522tur [data-ref-el],
.betplay-522tur span,
.betplay-522tur a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.betplay-2jcnp8 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-2jcnp8 {
    margin-bottom: 12px;
  }
}

.betplay-a334q3 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betplay-a334q3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betplay-a334q3:last-child {
    margin-right: 0;
  }
}

.betplay-f5kr2c {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-2jcnp8:hover .betplay-ig7znd {
  visibility: visible;
  opacity: 1;
}

.betplay-ig7znd {
  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-sslkus {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betplay-mbc6mj {
  display: flex;
  margin: 6px;
}

.betplay-mbc6mj img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betplay-ig7znd::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-ig7znd::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-0wi7kx {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-0wi7kx {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betplay-94er4i {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .betplay-94er4i {
    margin-right: 32px;
  }
}

.betplay-1hdao5 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-1hdao5 {
    margin-top: 0;
    width: 340px;
  }
}

.betplay-1hdao5 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-m9ijk1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betplay-gkv52y {
  position: relative;
}

@media (min-width: 768px) {
  .betplay-gkv52y {
    margin-top: 40px;
  }
}

.betplay-gkv52y + .betplay-ouqnsz,
.betplay-gkv52y + .betplay-gkv52y {
  margin-top: 24px;
}

.betplay-bu14zw {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betplay-bu14zw {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-bu14zw {
    padding: 80px;
  }
}

.betplay-starr7 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betplay-starr7 {
    padding: 0 16px;
}


}

.betplay-vcpj95 {
  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-vcpj95 {
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-6k6fh9 {
  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-6k6fh9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-etkngj {
  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-etkngj:hover {
  background: var(--button-bg-hover);
}

.betplay-f457yu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betplay-f457yu img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betplay-f457yu img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betplay-f457yu img {
  min-height: 100%;
  }
}

.betplay-bu14zw::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betplay-e2bjas {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betplay-e2bjas h1,
.betplay-e2bjas h2,
.betplay-e2bjas h3,
.betplay-e2bjas h4 {
  margin-bottom: 6px;
}

.betplay-e2bjas h1:not(:first-child),
.betplay-e2bjas h2:not(:first-child),
.betplay-e2bjas h3:not(:first-child),
.betplay-e2bjas h4:not(:first-child) {
  margin-top: 16px;
}

.betplay-e2bjas h1,
.betplay-e2bjas h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betplay-e2bjas h1,
  .betplay-e2bjas h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betplay-e2bjas h2,
.betplay-e2bjas h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betplay-e2bjas h2,
  .betplay-e2bjas h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-e2bjas h3,
.betplay-e2bjas h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betplay-e2bjas h3,
  .betplay-e2bjas h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-e2bjas h4,
.betplay-e2bjas h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betplay-e2bjas ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betplay-e2bjas ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betplay-e2bjas 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-e2bjas ul ul {
  margin-bottom: 8px;
}

.betplay-e2bjas ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betplay-e2bjas ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betplay-e2bjas ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betplay-e2bjas ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betplay-e2bjas ol li::marker {
  font-weight: 700;
}

.betplay-e2bjas ol ol {
  margin-bottom: 8px;
}

.betplay-e2bjas ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betplay-e2bjas ol ul li {
  padding-left: 16px;
}

.betplay-e2bjas 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-e2bjas table {
    padding: 24px;
  }
}

.betplay-e2bjas table.betplay-yjr1d5 {
  -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-xjaydc,
    mask-image 0.3s;
}

.betplay-e2bjas table.betplay-yjr1d5.betplay-n00sy6 {
  -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-e2bjas table {
    display: table;
  }
}

.betplay-e2bjas 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-e2bjas table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-e2bjas table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-e2bjas 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-e2bjas table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betplay-e2bjas table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-e2bjas table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-e2bjas table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betplay-e2bjas img {
  max-width: 100%;
  height: auto;
}

.betplay-3m8574 {
  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-3m8574 {
    padding: 24px;
  }
}

.betplay-28d2j3 {
  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-28d2j3 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betplay-28d2j3 > * {
  margin: 0 !important;
}

.betplay-28d2j3 img,
.betplay-ukbwu7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-28d2j3 img,
  .betplay-ukbwu7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-m2u6rz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-m2u6rz {
    width: 32px;
    height: 32px;
  }
}

.betplay-cg9s3h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betplay-cg9s3h .betplay-crn2e5 {
  flex-shrink: 0;
}

.betplay-cg9s3h .betplay-xw52nm svg {
  display: none;
}

.betplay-szhfrg {
  display: grid;
  transition: max-height 0.betplay-xjaydc ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betplay-szhfrg {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betplay-szhfrg {
    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-szhfrg.betplay-ojl7pw + .betplay-crn2e5 svg {
  transform: rotate(180deg);
}

.betplay-g40a8z {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betplay-g40a8z > div:nth-child(3n) {
  grid-column: span 2;
}

.betplay-g40a8z
  > div:nth-child(3n)
  .betplay-zjoc5j
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betplay-g40a8z {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betplay-g40a8z > div:nth-child(3n) {
    grid-column: unset;
  }

  .betplay-g40a8z
    > div:nth-child(3n)
    .betplay-zjoc5j
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betplay-g40a8z {
    max-width: 270px;
  }
}

.betplay-g40a8z .betplay-zjoc5j button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betplay-g40a8z .betplay-zjoc5j button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betplay-g40a8z .betplay-zjoc5j button {
    max-width: 104px;
  }
}

.betplay-6gxoef {
  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-6gxoef {
    margin-bottom: 0;
  }
}

.betplay-7j5pqq {
  display: none;
  opacity: 0;
}

.betplay-lyc361 {
  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-lyc361 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betplay-zjoc5j {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betplay-zjoc5j 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-zjoc5j
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betplay-zjoc5j
    button {
    max-width: 145px;
  }
}

.betplay-bpn657:first-child
  .betplay-zjoc5j
  button {
  max-width: 270px;
}

.betplay-8ig81m {
  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-6gxoef picture {
  width: 100%;
  max-width: 100%;
}

.betplay-ga7efs {
  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-ga7efs svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betplay-6gxoef:hover .betplay-ga7efs {
  display: flex;
}

.betplay-kanglu {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betplay-m1ba30 {
  display: flex;
}

.betplay-m1ba30:hover .betplay-jw4phm,
.betplay-m1ba30 .betplay-ieyf91 .betplay-jw4phm {
  display: flex;
}

.betplay-m1ba30 svg {
  flex-shrink: 0;
}

.betplay-jw4phm {
  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-jw4phm {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betplay-jw4phm:hover {
  display: flex;
}

.betplay-jw4phm svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betplay-i8bjvi {
  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-i8bjvi {
    font-size: 12px;
  }
}

.betplay-5txgw0,
.betplay-dcbehg {
  width: 50%;
  flex-shrink: 0;
}

.betplay-5txgw0 {
  font-weight: 700;
}

.betplay-yl0ze6 .betplay-szhfrg {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betplay-yl0ze6 .betplay-szhfrg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betplay-yl0ze6 .betplay-szhfrg {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betplay-yl0ze6
  .betplay-8ig81m:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betplay-yl0ze6 .betplay-lyc361 {
  height: 100% !important;
  border-radius: 16px;
}

.betplay-yl0ze6 .betplay-zjoc5j {
  gap: 4px;
  align-items: center;
}

.betplay-yl0ze6 .betplay-zjoc5j button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betplay-yl0ze6 .betplay-zjoc5j svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betplay-yl0ze6 .betplay-5omvmg,
.betplay-yl0ze6 .betplay-nf9hpv {
  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-fv76rs.org/2000/svg'%3E%3Cpath d='M9.betplay-gjkbjs 4.betplay-wlewnj.betplay-egxjng 5.betplay-sgalhy.betplay-9an1an 5.betplay-gf417p.betplay-0dxfng 5.betplay-ovxmf8.betplay-rs423e 8.betplay-zq350o.betplay-r9fqsg 9.betplay-ayrixe.betplay-sbc9uq 9.betplay-x39hsh.betplay-w26zo4 13.betplay-vymgom.betplay-wf149f 11.betplay-qat4xd.betplay-5gykec 11.betplay-53p0gg.betplay-ou5aqm 11.betplay-6xtb38.betplay-m3mheq 13.betplay-9m2u1y.betplay-ipg3o3 9.betplay-15y79y.betplay-bsbjtd 9.betplay-9k52nq.betplay-z7tlsm 8.betplay-5oadxf.betplay-ydmhi1 5.betplay-l7t5qo.betplay-vfjz69 5.betplay-jyn80m.betplay-9lyxxk 5.betplay-gpao2x.betplay-lqqzwd 4.betplay-i3upil.betplay-5gykec 1.betplay-26nd6i.betplay-gjkbjs 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betplay-yl0ze6 .betplay-5omvmg {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betplay-yl0ze6 .betplay-nf9hpv {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betplay-ahw6ue {
  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-ahw6ue {
    padding: 24px;
  }
}

.betplay-ahw6ue .betplay-crn2e5 {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-ahw6ue .betplay-crn2e5 {
    display: none;
  }
}

.betplay-ahw6ue .betplay-xw52nm svg {
  display: none;
}

.betplay-nu0eyc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betplay-nu0eyc .betplay-3fcqt0 {
  display: none;
}

@media (min-width: 768px) {
  .betplay-nu0eyc .betplay-3fcqt0 {
    display: flex;
  }
}

.betplay-bktpto {
  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-bktpto {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-bktpto > * {
  margin: 0 !important;
}

.betplay-bktpto img,
.betplay-85pdv9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-bktpto img,
  .betplay-85pdv9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-iwdv4h {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-iwdv4h {
    width: 32px;
    height: 32px;
  }
}

.betplay-szwzt8 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betplay-szwzt8 {
    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-szwzt8::-webkit-scrollbar {
    display: none;
  }
}

.betplay-txzw27 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betplay-txzw27 {
    padding: 7px 15px;
  }
}

.betplay-txzw27:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-w70053 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-w70053 {
    display: flex;
    opacity: 1;
  }
}

.betplay-txzw27 picture {
  height: 100%;
  display: block;
}

.betplay-txzw27 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betplay-txzw27 img {
    width: 88px;
    height: 44px;
  }
}

.betplay-txzw27 p {
  text-align: center;
  width: 100%;
}

.betplay-7dlhkh {
  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-7dlhkh {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-7dlhkh img,
.betplay-a00i4v {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-7dlhkh img,
  .betplay-a00i4v {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-myf97h {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-myf97h {
    width: 32px;
    height: 32px;
  }
}

.betplay-f43que {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betplay-mwzcgm {
  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-pwa16e {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betplay-pwa16e.betplay-ieyf91 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betplay-gjuah9 {
  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-gjuah9 {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-7pn9gk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.betplay-rurqvs {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betplay-xjaydc ease;
  opacity: 0;
  color: var(--text-color);
}

.betplay-1kb7wq {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betplay-1kb7wq ol,
.betplay-1kb7wq ul {
  padding-left: 1.3em;
}

.betplay-pwa16e.betplay-ieyf91 .betplay-rurqvs {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betplay-pwa16e.betplay-ieyf91 .betplay-7pn9gk {
  transform: rotate(180deg);
  color: var(--text-color);
}

.betplay-01rpqr {
  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-01rpqr {
    padding: 24px;
  }
}

.betplay-01rpqr .betplay-crn2e5 {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-01rpqr .betplay-crn2e5 {
    display: none;
  }
}

.betplay-01rpqr .betplay-xw52nm svg {
  display: none;
}

.betplay-9vcag4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betplay-9vcag4 .betplay-3fcqt0 {
  display: none;
}

@media (min-width: 768px) {
  .betplay-9vcag4 .betplay-3fcqt0 {
    display: flex;
  }
}

.betplay-rzkuia {
  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-rzkuia {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-rzkuia > * {
  margin: 0 !important;
}

.betplay-rzkuia img,
.betplay-viv2c5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-rzkuia img,
  .betplay-viv2c5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-iwx08p {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-iwx08p {
    width: 32px;
    height: 32px;
  }
}

.betplay-6mmza5 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betplay-6mmza5 {
    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-6mmza5::-webkit-scrollbar {
    display: none;
  }
}

.betplay-siemsz {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betplay-siemsz:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-uu3oim {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-uu3oim {
    display: flex;
    opacity: 1;
  }
}

.betplay-siemsz picture {
  width: auto;
  height: 100%;
  display: block;
}

.betplay-siemsz picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betplay-4w9lw7 {
  margin: -24px 0;
}

.betplay-4w9lw7:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betplay-4w9lw7 {
    margin: -16px 0;
  }
}

.betplay-t9k7ni {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betplay-t9k7ni {
    flex-direction: row;
  }
}

.betplay-pg21oi {
  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-pg21oi {
    flex: 1;
  }
}

.betplay-pg21oi::placeholder {
  color: var(--Text-400);
}

.betplay-01y0pz {
  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-g9e8n7 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betplay-g9e8n7::-webkit-scrollbar {
  display: none;
}

.betplay-5enqt1 {
  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-5enqt1 img,
.betplay-5enqt1 svg {
  margin-right: 8px;
}

.betplay-m8b9ed {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betplay-4w9lw7 + .betplay-0wkyko {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betplay-4w9lw7 + .betplay-0wkyko {
    margin-top: -16px;
  }
}

.betplay-yzm0a9 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betplay-yzm0a9 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betplay-yzm0a9 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betplay-n421ui {
  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-21nyr8 {
  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-nohsbe {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betplay-z5ww3e {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betplay-b2r0o1 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betplay-n421ui 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-n421ui 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-n421ui {
    padding: 39px 179px 39px 39px;
  }

  .betplay-21nyr8 {
    font-size: 40px;
    line-height: 48px;
  }

  .betplay-b2r0o1 {
    height: 348px;
  }

  .betplay-n421ui button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betplay-n421ui button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-n421ui {
    padding: 63px;
  }
}

.betplay-p7846e {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betplay-p7846e {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betplay-0eeg3v {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-0eeg3v {
    width: auto;
  }
}

.betplay-ggig1n {
  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-ggig1n::-webkit-scrollbar {
  display: none;
}

.betplay-ggig1n 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-ggig1n a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-ggig1n {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betplay-p7846e .betplay-gvbvju {
  -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-xjaydc,
    mask-image 0.3s;
}

.betplay-p7846e .betplay-gvbvju.betplay-n00sy6 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betplay-ik5bcn {
  margin: 40px -16px;
}

.betplay-d8ulcv + .betplay-ouqnsz,
.betplay-d8ulcv + .betplay-gkv52y {
  margin-top: 24px;
}

.betplay-gpiwll {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betplay-gpiwll picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betplay-zhf0lp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betplay-zhf0lp {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betplay-zhf0lp {
    margin-top: 0;
  }
}

.betplay-vf7v79 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-vf7v79 {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-c5tfnu {
  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-c5tfnu {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betplay-1x21ug {
  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-1x21ug {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betplay-f9uq6g {
  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-f9uq6g {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-clk2tl {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-clk2tl {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-du233d {
  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-3lz60m {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betplay-3lz60m img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betplay-0wkyko {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betplay-ilhrtf {
  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-ilhrtf {
    padding: 15px 48px;
  }
}

main > .betplay-0wkyko {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betplay-szhfrg.betplay-fpbwr8 > div:nth-child(n+5) {
    display: none;
  }
}

.betplay-e2bjas p a img {
  display: block;
  margin: 0 auto;
}


.betplay-s4jt6d {
  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-ngm6n9 {
  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-ngm6n9 label {
  font-size: 14px;
}

.betplay-ngm6n9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betplay-ngm6n9 input,
.betplay-ngm6n9 textarea,
.betplay-ngm6n9 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-ngm6n9 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betplay-pddjmi ease;
}
.betplay-ngm6n9 button:hover {
  background-color: var(--button-bg-hover);
}
.betplay-7u7w5n {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betplay-uherdw ease-in;
}

.betplay-7u7w5n 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-3eo1wf, .betplay-4j8561, [class*="review-card"],
thead, thead th, table th, .betplay-qcyxft,
.betplay-sa7d03, [class*="collapsible-header"],
.betplay-44rpci, [class*="updated-block"] {
  color: #ece7dc !important;
}
