* {
  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;
  }
}

.justbet-blj6cm {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .justbet-blj6cm {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .justbet-blj6cm {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.justbet-wjxhul {
  overflow: hidden;
}

.justbet-wfqx6b img {
  background: var(--Neutral-300);
}

.justbet-756vge {
  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;
}

.justbet-3z4fa9 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.justbet-3z4fa9:hover {
  background: var(--button-bg-hover);
}

.justbet-8mayi7 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.justbet-8mayi7:hover {
  background: var(--button-bg-hover);
}

.justbet-okfgb9 {
  font-size: 12px;
  line-height: 18px;
}

.justbet-7b15x5 {
  font-size: 18px;
  line-height: 26px;
}

.justbet-mr071y {
  width: 100%;
}

.justbet-0bj1e5 {
  padding: 6px 16px;
}

.justbet-pcqytk {
  padding: 10px 16px;
}

.justbet-tqoxtf {
  padding: 15px 26px;
}

.justbet-d6c6ss {
  flex-shrink: 0;
}

.justbet-klua6h {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.justbet-9skaqg {
  display: none;
}

.justbet-zc7gih {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.justbet-1pns2b {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.justbet-oqz088 {
  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;
}

.justbet-vk0jlj {
  cursor: grab;
}

.justbet-oqz088::-webkit-scrollbar {
  display: none;
}

.justbet-pbu6uu {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.justbet-ql45mi {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.justbet-f28eh2 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.justbet-f3bx5d {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.justbet-v5oj2p {
  visibility: visible;
}

.justbet-r75e57 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.justbet-h07j5t ease;
}

.justbet-wy3t8a {
  background-color: var(--Primary-200);
  width: 16px;
}

.justbet-n6jmx6 {
  -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.justbet-h07j5t,
    mask-image 0.3s;
}

.justbet-n6jmx6.justbet-2oi0bw {
  -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;
  }
}

.justbet-33i0b5: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;
}

.justbet-dxrgpy {
  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.justbet-mfo9lb.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.justbet-mfo9lb.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;
}

.justbet-suhdq1 {
  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);
}

.justbet-suhdq1::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%
  );
}

.justbet-glj700 {
  position: relative;
  z-index: 1;
}

.justbet-l68ber {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.justbet-btv7fx {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.justbet-0kyz0c {
  font-size: 40px;
  line-height: 48px;
}

.justbet-1mi7sh {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.justbet-gsl4u4 {
  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;
}

.justbet-gsl4u4:hover {
  background: var(--Primary-400);
}

.justbet-gsl4u4 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.justbet-33i0b5 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) {
  .justbet-suhdq1 {
    max-width: 600px;
    padding: 64px;
  }

  .justbet-l68ber {
    font-size: 24px;
    line-height: 32px;
  }

  .justbet-btv7fx {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .justbet-0kyz0c {
    font-size: 50px;
    line-height: 56px;
  }

  .justbet-1mi7sh {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .justbet-dxrgpy {
    top: 25px;
    right: 25px;
  }
}

.justbet-5myw5h,
.justbet-paldtq {
  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;
}

.justbet-pw9tk2.justbet-icsxtm::before,
.justbet-paldtq::before,
.justbet-8rvnqe::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.justbet-mfo9lb.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.justbet-svfo9e 14.justbet-sxqtzx.justbet-ukj0fy 14.justbet-zn2m33 15.justbet-ybznn7 14.justbet-1rppc4 15.justbet-qbvmzs 14.justbet-z6tsth.justbet-6p1i82 14.justbet-9q0exn 19.justbet-3cmo0x 12.justbet-z482op 19.justbet-3cmo0x 10.justbet-86z04v.justbet-3cmo0x 8.justbet-zjigy7 17.justbet-7z4yls 7.justbet-jiyf6u 15.justbet-n1qomf 7.justbet-8cjbbe.justbet-29i3fw 7.justbet-jiyf6u 11.justbet-3oapf6 8.justbet-zjigy7 11.justbet-3oapf6 10.justbet-6vp0ib.justbet-3oapf6 12.justbet-z2shtn 13.justbet-1nn2j3 14.justbet-qgvawb 15.justbet-lzaghh 14.justbet-eu5qgb.justbet-qk7sdv 14.justbet-qatlol 15.justbet-mmjs8x 14.justbet-sy1aj4 15.justbet-15t37l 14.justbet-85i80u.justbet-svfo9e 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.justbet-km6b6p 15.justbet-tbpknp.justbet-sja4ih 15.justbet-ofxl5z 15.justbet-bsay9b 15.justbet-19jlg2 15.justbet-f7itfz 15.justbet-ov5bz3.justbet-7bl0vb 15.justbet-19jlg2 15.justbet-nv2dct 15.justbet-74js54 15.justbet-s8s9bu 15.justbet-9o8w6w.justbet-3vr3sr 15.justbet-xejtqy 7.justbet-nbys7n 18.justbet-cpwbtl 7.justbet-8yeb09 23.justbet-2h1z2c.justbet-yi7t5l.justbet-y236mj 18.justbet-0egyyh 19.justbet-ktazrc 15.justbet-qk0g9h 15.justbet-km6b6p 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.justbet-5rvc92 [type="submit"] *,
.justbet-7qx88i button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .justbet-tpscz0 {
    display: none;
  }
}

.justbet-g3szlo {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .justbet-g3szlo {
  display: none;
}

@media (min-width: 768px) {
  .justbet-g3szlo {
    bottom: 22px;
  }
}

.justbet-g3szlo input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .justbet-g3szlo {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.justbet-620v6f.static) .justbet-g3szlo {
    bottom: 8px;
  }
}

.justbet-9w0z8m {
  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.justbet-mfo9lb.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.justbet-gxvuav 3.justbet-htwscl.justbet-ih1of7.justbet-qtv836 3.justbet-0p6hun 3.justbet-gs3xjn 5.justbet-otu1ya 3.justbet-gs3xjn 8.justbet-ad84r4.justbet-hingqu.justbet-gs3xjn 26.justbet-f9vwnk 5.justbet-q1qr23 28.justbet-soy2i9 8.justbet-zy0vmc 28.justbet-bgqx02.justbet-84gqf7 28.justbet-pruund.justbet-e4tuyb 34.justbet-yp84uv.justbet-k9z6fh 36.justbet-ifyp44 11.justbet-i2ec7y 37.justbet-90ze38 12.justbet-q4w1mc 36.justbet-91nccr.justbet-6le1d8 28.justbet-fyfghf.justbet-a3tv8l.justbet-kzc913 28.justbet-xbdrf3 36.justbet-v4rw73 26.justbet-sttymj 36.justbet-v4rw73 23.justbet-mzzkfm.justbet-n8isiz.justbet-v4rw73 5.justbet-p8ihji 34.justbet-te2jd8 3.justbet-0p6hun 31.justbet-gxvuav 3.justbet-td3kxj.justbet-q59x16 18.justbet-kqy7u1.justbet-ymwp0g 18.justbet-mg3h0h 8.justbet-2hxnjy 17.justbet-ra6fxs 8.justbet-2hxnjy 15.justbet-uchhbj.justbet-2hxnjy 14.justbet-qpfxwd 9.justbet-ymwp0g 13.justbet-tou73h 11.justbet-q59x16 13.justbet-czx70i.justbet-egk3wb 13.justbet-tou73h 13.justbet-p53tq5 14.justbet-qpfxwd 13.justbet-p53tq5 15.justbet-llnb64.justbet-p53tq5 17.justbet-ra6fxs 12.justbet-egk3wb 18.justbet-mg3h0h 11.justbet-q59x16 18.justbet-19kj8k.justbet-vac096 18.justbet-gft1v4.justbet-sqssil 18.justbet-mg3h0h 17.justbet-l4jyrd 17.justbet-ra6fxs 17.justbet-l4jyrd 15.justbet-zdafbv.justbet-l4jyrd 14.justbet-qpfxwd 18.justbet-sqssil 13.justbet-tou73h 20.justbet-vac096 13.justbet-cxqd7s.justbet-ac9uy2 13.justbet-tou73h 22.justbet-iv6kan 14.justbet-qpfxwd 22.justbet-iv6kan 15.justbet-jpgqp4.justbet-iyr742 17.justbet-ra6fxs 21.justbet-ac9uy2 18.justbet-mg3h0h 20.justbet-vac096 18.justbet-69g8dl.justbet-rdj5nu 18.justbet-gcad8j.justbet-pke4rl 18.justbet-mg3h0h 26.justbet-c8qhr5 17.justbet-ra6fxs 26.justbet-c8qhr5 15.justbet-9boum3.justbet-c8qhr5 14.justbet-qpfxwd 27.justbet-pke4rl 13.justbet-tou73h 28.justbet-rdj5nu 13.justbet-eosi1p.justbet-xnfoh8 13.justbet-tou73h 31.justbet-5jr8st 14.justbet-qpfxwd 31.justbet-5jr8st 15.justbet-gu0s30.justbet-c8qhr5 17.justbet-ra6fxs 30.justbet-xnfoh8 18.justbet-mg3h0h 28.justbet-rdj5nu 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"])
    .justbet-9w0z8m {
    display: none;
  }
}

.justbet-n8om72 {
  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) {
  .justbet-n8om72 {
    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;
}

.justbet-7qx88i {
  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) {
  .justbet-7qx88i {
    padding: 14px 16px;
  }
}

.justbet-7qx88i button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.justbet-7qx88i button:first-child {
  align-content: end;
}

.justbet-7qx88i button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .justbet-7qx88i
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .justbet-7qx88i
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.justbet-7qx88i button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.justbet-7qx88i button:last-child svg {
  width: 38px;
  height: 38px;
}

.justbet-8rvnqe {
  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;
}

.justbet-8rvnqe::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .justbet-8rvnqe,
.pc61d126-chatbot[data-active-screen="3"]
  .justbet-8rvnqe {
  opacity: 1;
  visibility: visible;
}

.justbet-v4bg7o {
  flex: 1 1;
}

.justbet-v8z2qi {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .justbet-v8z2qi {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .justbet-4aie9y {
  display: block;
}

.justbet-jrh28o {
  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) {
  .justbet-jrh28o {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.justbet-paldtq {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.justbet-paldtq::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.justbet-t7agrv span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.justbet-t7agrv p {
  color: var(--Text-100);
}

.justbet-paldtq .justbet-twa2ch {
  grid-area: button;
}

.justbet-paldtq .justbet-twa2ch::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.justbet-mfo9lb.org/2000/svg'%3E%3Cpath d='M4.justbet-tzma9r 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.justbet-qer4q1 15L16.justbet-qer4q1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.justbet-qer4q1 5L16.justbet-qer4q1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .justbet-rcbokg {
  display: block;
}

.justbet-rszvy7 {
  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) {
  .justbet-rszvy7 {
    margin-top: 40px;
  }
}

.justbet-5myw5h label,
.justbet-5myw5h input {
  display: block;
  width: 100%;
}

.justbet-5myw5h label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.justbet-5myw5h label.justbet-sb938c input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.justbet-5myw5h label.justbet-sb938c::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;
}

.justbet-5myw5h 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;
}

.justbet-5myw5h input::placeholder {
  color: var(--Text-400);
}

.justbet-wtlo5r {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .justbet-wtlo5r {
  display: flex;
}

.justbet-wtlo5r ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .justbet-wtlo5r ol {
    height: 420px;
    padding: 24px;
  }
}

.justbet-wtlo5r ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.justbet-5rvc92 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .justbet-5rvc92 {
    padding: 0 24px 24px;
  }
}

.justbet-5rvc92 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;
}

.justbet-5rvc92 input::placeholder {
  color: var(--Text-400);
}

.justbet-5rvc92 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.justbet-5rvc92 [type="submit"]:disabled {
  opacity: 0.5;
}

.justbet-5rvc92 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .justbet-5rvc92 [type="submit"] {
    right: 40px;
  }
}

.justbet-pw9tk2 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.justbet-pw9tk2.justbet-icsxtm {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.justbet-pw9tk2.justbet-icsxtm::before {
  content: "";
  width: 31px;
}

.justbet-pw9tk2.justbet-icsxtm p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.justbet-pw9tk2.justbet-9ckv9j p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.justbet-pw9tk2 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.justbet-g3szlo .justbet-twa2ch {
  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;
  }
}

.justbet-tpscz0 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .justbet-tpscz0 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .justbet-tpscz0 {
    padding: 18px 0;
  }
}

.justbet-tpscz0 .justbet-blj6cm {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .justbet-tpscz0 .justbet-blj6cm {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.justbet-mm6ebz {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .justbet-mm6ebz {
    max-width: 160px;
    height: 40px;
  }
}

.justbet-mm6ebz picture,
.justbet-mm6ebz img {
  display: block;
  width: 100%;
  height: 100%;
}

.justbet-mm6ebz img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .justbet-o5i635 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.justbet-h07j5t ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .justbet-tpscz0.justbet-8ddahe .justbet-o5i635 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .justbet-o5i635 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .justbet-o5i635 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.justbet-752hmv,
.justbet-k9bi50 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .justbet-752hmv,
  .justbet-k9bi50 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .justbet-k9bi50 {
    display: none;
  }
}

.justbet-neol9n {
  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;
}

.justbet-8ddahe .justbet-neol9n {
  background: var(--fh-bg-color);
}

.justbet-neol9n button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .justbet-neol9n {
    display: none;
  }
}

.justbet-po3g5p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .justbet-po3g5p {
    display: none;
  }
}

.justbet-enovw6 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.justbet-tpscz0.justbet-8ddahe .justbet-enovw6:first-child {
  display: none;
}

.justbet-tpscz0.justbet-8ddahe .justbet-enovw6:last-child {
  display: block;
}

.justbet-enovw6:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .justbet-enovw6 {
    display: none;
  }
}

.justbet-89af2i {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .justbet-89af2i {
    display: flex;
  }
}

.justbet-89af2i ul {
  max-height: 350px;
  overflow-y: auto;
}

.justbet-89af2i:hover ul {
  visibility: visible;
  opacity: 1;
}

.justbet-89af2i:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.justbet-89af2i:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.justbet-89af2i:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.justbet-89af2i:hover .justbet-kxhzso svg {
  transform: rotate(180deg);
}

.justbet-vybtxf {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.justbet-c8artn {
  padding: 0 8px;
}

.justbet-xrt41b {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.justbet-xrt41b:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .justbet-xrt41b {
    padding: 4px 8px;
  }
}

.justbet-p0glg3 {
  display: flex;
}

.justbet-p0glg3 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.justbet-kxhzso {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.justbet-kxhzso svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.justbet-fcuqk2 {
  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) {
  .justbet-fcuqk2 {
    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;
  }
}

.justbet-nw8j4h {
  width: 100%;
}

@media (min-width: 1200px) {
  .justbet-nw8j4h {
    display: none;
  }
}

.justbet-en9a1j {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.justbet-a4g0to {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.justbet-nm7evj {
  display: flex;
}

.justbet-wxhsof {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.justbet-fal4y4 {
  list-style: none;
}

@media (max-width: 1199px) {
  .justbet-fal4y4 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .justbet-fal4y4 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .justbet-fal4y4 .justbet-ztf90r [data-ref-el],
  .justbet-fal4y4 .justbet-ztf90r span,
  .justbet-fal4y4 .justbet-ztf90r a {
    white-space: nowrap;
  }
}

.justbet-92t2ly {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .justbet-92t2ly.justbet-yrt7r5 > .justbet-ztf90r {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .justbet-92t2ly.justbet-l1drtz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .justbet-92t2ly.justbet-yrt7r5 > .justbet-dz95ip {
    height: auto;
  }

  .justbet-92t2ly.justbet-yrt7r5 > div > .justbet-9z90ho {
    transform: rotate(180deg);
  }
}

.justbet-92t2ly [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.justbet-92t2ly [data-ref-el],
.justbet-92t2ly span {
  cursor: pointer;
}

.justbet-92t2ly [data-ref-el],
.justbet-92t2ly span,
.justbet-92t2ly a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .justbet-92t2ly [data-ref-el],
  .justbet-92t2ly span,
  .justbet-92t2ly a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .justbet-92t2ly [data-ref-el],
  .justbet-92t2ly span,
  .justbet-92t2ly a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.justbet-dz95ip {
  height: 0;
  overflow: hidden;
  transition: height 0.justbet-h07j5t ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.justbet-dz95ip::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.justbet-dz95ip::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.justbet-dz95ip::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .justbet-dz95ip {
    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;
  }

  .justbet-dz95ip:has(> .justbet-92t2ly.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .justbet-dz95ip .justbet-dz95ip {
    padding: 0;
  }

  .justbet-dz95ip .justbet-92t2ly {
    font-weight: 400;
  }

  .justbet-dz95ip .justbet-92t2ly:hover > .justbet-ztf90r {
    background: var(--Neutral-300);
  }

  .justbet-dz95ip .justbet-9z90ho {
    rotate: -90deg;
  }
}

.justbet-ztf90r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .justbet-ztf90r {
    padding: 8px;
  }

  .justbet-92t2ly.justbet-uwuztz > .justbet-ztf90r {
    background: var(--Neutral-300);
  }
}

.justbet-9z90ho {
  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.justbet-mfo9lb.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.justbet-12fask 0.justbet-6hit17.justbet-qvicyd -0.justbet-7c152k 0.justbet-ax7bb7 -0.justbet-7c152k 1.justbet-bl3lpy 0.justbet-bzumb1.justbet-0od9zu 4.justbet-mri2mb.justbet-12fask 0.justbet-amukrr.justbet-w87ebf -0.justbet-7c152k 9.justbet-uwcp8y -0.justbet-7c152k 10.justbet-jpypbb 0.justbet-m4lzl4.justbet-abaf3g 0.justbet-qvicyd 10.justbet-abaf3g 0.justbet-ax7bb7 10.justbet-jpypbb 1.justbet-v86i0b.justbet-gr9tnu 5.justbet-uyunp9.justbet-5w59eh 6.justbet-i4y6bq 5.justbet-0m1xmc 6.justbet-i4y6bq 4.justbet-af989n 5.justbet-k8b8cf.justbet-12fask 1.justbet-avdgl7.justbet-7c152k 0.justbet-ax7bb7 -0.justbet-7c152k 0.justbet-qvicyd 0.justbet-12fask 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.justbet-h07j5t ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .justbet-9z90ho {
    cursor: default;
  }
}

.justbet-yvvddz {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.justbet-104vjk {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .justbet-104vjk {
    padding: 40px 4px;
  }
}

.justbet-ncfyug {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .justbet-ncfyug {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.justbet-cbm49e {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .justbet-cbm49e {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.justbet-cbm49e ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.justbet-cbm49e [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.justbet-cbm49e [data-ref-el],
.justbet-cbm49e span,
.justbet-cbm49e a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.justbet-0cnwnl {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .justbet-0cnwnl {
    margin-bottom: 12px;
  }
}

.justbet-gyeqyd {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.justbet-gyeqyd img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .justbet-gyeqyd:last-child {
    margin-right: 0;
  }
}

.justbet-l5brfr {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.justbet-0cnwnl:hover .justbet-zbccz4 {
  visibility: visible;
  opacity: 1;
}

.justbet-zbccz4 {
  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);
}

.justbet-ghi7d2 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.justbet-0i13v7 {
  display: flex;
  margin: 6px;
}

.justbet-0i13v7 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.justbet-zbccz4::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);
}

.justbet-zbccz4::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);
}

.justbet-jrviw9 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .justbet-jrviw9 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.justbet-ktpn4y {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .justbet-ktpn4y {
    margin-right: 32px;
  }
}

.justbet-g6a5tm {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .justbet-g6a5tm {
    margin-top: 0;
    width: 340px;
  }
}

.justbet-g6a5tm a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.justbet-rmco0f {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.justbet-izbixy {
  position: relative;
}

@media (min-width: 768px) {
  .justbet-izbixy {
    margin-top: 40px;
  }
}

.justbet-izbixy + .justbet-mt7cuv,
.justbet-izbixy + .justbet-izbixy {
  margin-top: 24px;
}

.justbet-n710mm {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .justbet-n710mm {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .justbet-n710mm {
    padding: 80px;
  }
}

.justbet-irhbpi {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .justbet-irhbpi {
    padding: 0 16px;
}


}

.justbet-bridwe {
  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) {
  .justbet-bridwe {
    font-size: 48px;
    line-height: 56px;
  }
}

.justbet-nzacrh {
  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) {
  .justbet-nzacrh {
    font-size: 24px;
    line-height: 32px;
  }
}

.justbet-j1nhc3 {
  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;
}

.justbet-j1nhc3:hover {
  background: var(--button-bg-hover);
}

.justbet-fmmudt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.justbet-fmmudt img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .justbet-fmmudt img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .justbet-fmmudt img {
  min-height: 100%;
  }
}

.justbet-n710mm::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.justbet-4si58f {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.justbet-4si58f h1,
.justbet-4si58f h2,
.justbet-4si58f h3,
.justbet-4si58f h4 {
  margin-bottom: 6px;
}

.justbet-4si58f h1:not(:first-child),
.justbet-4si58f h2:not(:first-child),
.justbet-4si58f h3:not(:first-child),
.justbet-4si58f h4:not(:first-child) {
  margin-top: 16px;
}

.justbet-4si58f h1,
.justbet-4si58f h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .justbet-4si58f h1,
  .justbet-4si58f h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.justbet-4si58f h2,
.justbet-4si58f h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .justbet-4si58f h2,
  .justbet-4si58f h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.justbet-4si58f h3,
.justbet-4si58f h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .justbet-4si58f h3,
  .justbet-4si58f h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.justbet-4si58f h4,
.justbet-4si58f h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.justbet-4si58f ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.justbet-4si58f ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.justbet-4si58f 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);
}

.justbet-4si58f ul ul {
  margin-bottom: 8px;
}

.justbet-4si58f ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.justbet-4si58f ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.justbet-4si58f ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.justbet-4si58f ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.justbet-4si58f ol li::marker {
  font-weight: 700;
}

.justbet-4si58f ol ol {
  margin-bottom: 8px;
}

.justbet-4si58f ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.justbet-4si58f ol ul li {
  padding-left: 16px;
}

.justbet-4si58f 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) {
  .justbet-4si58f table {
    padding: 24px;
  }
}

.justbet-4si58f table.justbet-d0mxb3 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.justbet-h07j5t,
    mask-image 0.3s;
}

.justbet-4si58f table.justbet-d0mxb3.justbet-2oi0bw {
  -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) {
  .justbet-4si58f table {
    display: table;
  }
}

.justbet-4si58f 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);
}

.justbet-4si58f table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.justbet-4si58f table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.justbet-4si58f 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) {
  .justbet-4si58f table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.justbet-4si58f table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.justbet-4si58f table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.justbet-4si58f table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.justbet-4si58f img {
  max-width: 100%;
  height: auto;
}

.justbet-ty82li {
  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) {
  .justbet-ty82li {
    padding: 24px;
  }
}

.justbet-wu2b45 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .justbet-wu2b45 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.justbet-wu2b45 > * {
  margin: 0 !important;
}

.justbet-wu2b45 img,
.justbet-72ee8u {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .justbet-wu2b45 img,
  .justbet-72ee8u {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.justbet-ocbypn {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .justbet-ocbypn {
    width: 32px;
    height: 32px;
  }
}

.justbet-grkh2v {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.justbet-grkh2v .justbet-ukuj9n {
  flex-shrink: 0;
}

.justbet-grkh2v .justbet-a1uiow svg {
  display: none;
}

.justbet-9gpp1c {
  display: grid;
  transition: max-height 0.justbet-h07j5t ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .justbet-9gpp1c {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .justbet-9gpp1c {
    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));
  }
}

.justbet-9gpp1c.justbet-dc2397 + .justbet-ukuj9n svg {
  transform: rotate(180deg);
}

.justbet-3don9r {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.justbet-3don9r > div:nth-child(3n) {
  grid-column: span 2;
}

.justbet-3don9r
  > div:nth-child(3n)
  .justbet-jtg8fv
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .justbet-3don9r {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .justbet-3don9r > div:nth-child(3n) {
    grid-column: unset;
  }

  .justbet-3don9r
    > div:nth-child(3n)
    .justbet-jtg8fv
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .justbet-3don9r {
    max-width: 270px;
  }
}

.justbet-3don9r .justbet-jtg8fv button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .justbet-3don9r .justbet-jtg8fv button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .justbet-3don9r .justbet-jtg8fv button {
    max-width: 104px;
  }
}

.justbet-hgdhky {
  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) {
  .justbet-hgdhky {
    margin-bottom: 0;
  }
}

.justbet-8tqhxr {
  display: none;
  opacity: 0;
}

.justbet-gdogvm {
  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;
  }
}

.justbet-gdogvm img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.justbet-jtg8fv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.justbet-jtg8fv button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .justbet-jtg8fv
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .justbet-jtg8fv
    button {
    max-width: 145px;
  }
}

.justbet-b3l563:first-child
  .justbet-jtg8fv
  button {
  max-width: 270px;
}

.justbet-o0w269 {
  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%;
}

.justbet-hgdhky picture {
  width: 100%;
  max-width: 100%;
}

.justbet-4plei0 {
  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;
}

.justbet-4plei0 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.justbet-hgdhky:hover .justbet-4plei0 {
  display: flex;
}

.justbet-qw3pny {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.justbet-6f19a6 {
  display: flex;
}

.justbet-6f19a6:hover .justbet-x7hvl9,
.justbet-6f19a6 .justbet-uwuztz .justbet-x7hvl9 {
  display: flex;
}

.justbet-6f19a6 svg {
  flex-shrink: 0;
}

.justbet-x7hvl9 {
  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) {
  .justbet-x7hvl9 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.justbet-x7hvl9:hover {
  display: flex;
}

.justbet-x7hvl9 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.justbet-drcjzn {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .justbet-drcjzn {
    font-size: 12px;
  }
}

.justbet-05ij65,
.justbet-2fxkf6 {
  width: 50%;
  flex-shrink: 0;
}

.justbet-05ij65 {
  font-weight: 700;
}

.justbet-1w53fd .justbet-9gpp1c {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .justbet-1w53fd .justbet-9gpp1c {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .justbet-1w53fd .justbet-9gpp1c {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.justbet-1w53fd
  .justbet-o0w269:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.justbet-1w53fd .justbet-gdogvm {
  height: 100% !important;
  border-radius: 16px;
}

.justbet-1w53fd .justbet-jtg8fv {
  gap: 4px;
  align-items: center;
}

.justbet-1w53fd .justbet-jtg8fv button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.justbet-1w53fd .justbet-jtg8fv svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.justbet-1w53fd .justbet-g1uvk1,
.justbet-1w53fd .justbet-ovtrm8 {
  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.justbet-mfo9lb.org/2000/svg'%3E%3Cpath d='M9.justbet-1w670e 4.justbet-7guoam.justbet-fxoyua 5.justbet-q0cohn.justbet-tdhpfq 5.justbet-8jce1m.justbet-vgt6jf 5.justbet-zz927a.justbet-zud77o 8.justbet-r8b5wb.justbet-1iaqet 9.justbet-3xaaa8.justbet-kzyg3u 9.justbet-wwqyuy.justbet-o3xcfr 13.justbet-lv8lat.justbet-qqfpqd 11.justbet-zhg0g3.justbet-9r75d1 11.justbet-7wcf4w.justbet-smijvj 11.justbet-by9lnw.justbet-cgiqyz 13.justbet-px6izx.justbet-s57b25 9.justbet-ja5ogq.justbet-qnoqzz 9.justbet-dzn59a.justbet-dxn37m 8.justbet-8ezcbn.justbet-chjpil 5.justbet-blpktg.justbet-4wdkna 5.justbet-g664tv.justbet-opfqnl 5.justbet-azrqmg.justbet-eaxyer 4.justbet-zw6q6x.justbet-9r75d1 1.justbet-3wkps8.justbet-1w670e 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.justbet-1w53fd .justbet-g1uvk1 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.justbet-1w53fd .justbet-ovtrm8 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.justbet-doiou0 {
  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) {
  .justbet-doiou0 {
    padding: 24px;
  }
}

.justbet-doiou0 .justbet-ukuj9n {
  display: flex;
}

@media (min-width: 768px) {
  .justbet-doiou0 .justbet-ukuj9n {
    display: none;
  }
}

.justbet-doiou0 .justbet-a1uiow svg {
  display: none;
}

.justbet-5950jm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.justbet-5950jm .justbet-756vge {
  display: none;
}

@media (min-width: 768px) {
  .justbet-5950jm .justbet-756vge {
    display: flex;
  }
}

.justbet-dop07q {
  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) {
  .justbet-dop07q {
    font-size: 40px;
    line-height: 48px;
  }
}

.justbet-dop07q > * {
  margin: 0 !important;
}

.justbet-dop07q img,
.justbet-ziy3m8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .justbet-dop07q img,
  .justbet-ziy3m8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.justbet-6k6o6f {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .justbet-6k6o6f {
    width: 32px;
    height: 32px;
  }
}

.justbet-ey1utu {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .justbet-ey1utu {
    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;
  }

  .justbet-ey1utu::-webkit-scrollbar {
    display: none;
  }
}

.justbet-c85x7q {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .justbet-c85x7q {
    padding: 7px 15px;
  }
}

.justbet-c85x7q:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.justbet-1kvjdp {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .justbet-1kvjdp {
    display: flex;
    opacity: 1;
  }
}

.justbet-c85x7q picture {
  height: 100%;
  display: block;
}

.justbet-c85x7q img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .justbet-c85x7q img {
    width: 88px;
    height: 44px;
  }
}

.justbet-c85x7q p {
  text-align: center;
  width: 100%;
}

.justbet-dlfool {
  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) {
  .justbet-dlfool {
    font-size: 40px;
    line-height: 48px;
  }
}

.justbet-dlfool img,
.justbet-w7g6jl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .justbet-dlfool img,
  .justbet-w7g6jl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.justbet-4reaaq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .justbet-4reaaq {
    width: 32px;
    height: 32px;
  }
}

.justbet-ha2ygp {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.justbet-sz7q7x {
  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;
}

.justbet-9nok0f {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.justbet-9nok0f.justbet-uwuztz {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.justbet-pu24tv {
  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) {
  .justbet-pu24tv {
    font-size: 20px;
    line-height: 28px;
  }
}

.justbet-kcj1gb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.justbet-ie64n4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.justbet-h07j5t ease;
  opacity: 0;
  color: var(--text-color);
}

.justbet-3wao2z {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.justbet-3wao2z ol,
.justbet-3wao2z ul {
  padding-left: 1.3em;
}

.justbet-9nok0f.justbet-uwuztz .justbet-ie64n4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.justbet-9nok0f.justbet-uwuztz .justbet-kcj1gb {
  transform: rotate(180deg);
  color: var(--text-color);
}

.justbet-y3971o {
  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) {
  .justbet-y3971o {
    padding: 24px;
  }
}

.justbet-y3971o .justbet-ukuj9n {
  display: flex;
}

@media (min-width: 768px) {
  .justbet-y3971o .justbet-ukuj9n {
    display: none;
  }
}

.justbet-y3971o .justbet-a1uiow svg {
  display: none;
}

.justbet-2y4y9l {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.justbet-2y4y9l .justbet-756vge {
  display: none;
}

@media (min-width: 768px) {
  .justbet-2y4y9l .justbet-756vge {
    display: flex;
  }
}

.justbet-jc031x {
  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) {
  .justbet-jc031x {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.justbet-jc031x > * {
  margin: 0 !important;
}

.justbet-jc031x img,
.justbet-7e7nnu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .justbet-jc031x img,
  .justbet-7e7nnu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.justbet-6wij65 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .justbet-6wij65 {
    width: 32px;
    height: 32px;
  }
}

.justbet-epj6pv {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .justbet-epj6pv {
    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;
  }

  .justbet-epj6pv::-webkit-scrollbar {
    display: none;
  }
}

.justbet-w4s81v {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.justbet-w4s81v:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.justbet-vghdnb {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .justbet-vghdnb {
    display: flex;
    opacity: 1;
  }
}

.justbet-w4s81v picture {
  width: auto;
  height: 100%;
  display: block;
}

.justbet-w4s81v picture img {
  display: block;
  width: auto;
  height: 100%;
}

.justbet-mmekrd {
  margin: -24px 0;
}

.justbet-mmekrd:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .justbet-mmekrd {
    margin: -16px 0;
  }
}

.justbet-hc3enr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .justbet-hc3enr {
    flex-direction: row;
  }
}

.justbet-80e24j {
  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) {
  .justbet-80e24j {
    flex: 1;
  }
}

.justbet-80e24j::placeholder {
  color: var(--Text-400);
}

.justbet-3caw45 {
  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;
}

.justbet-jkfytz {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.justbet-jkfytz::-webkit-scrollbar {
  display: none;
}

.justbet-ebuntv {
  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;
}

.justbet-ebuntv img,
.justbet-ebuntv svg {
  margin-right: 8px;
}

.justbet-89sluz {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.justbet-mmekrd + .justbet-tox3s2 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .justbet-mmekrd + .justbet-tox3s2 {
    margin-top: -16px;
  }
}

.justbet-870neg {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.justbet-870neg > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.justbet-870neg > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.justbet-yupba6 {
  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;
}

.justbet-bzahhl {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.justbet-ukdbql {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.justbet-lphzcv {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.justbet-2swg0z {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.justbet-yupba6 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;
}

.justbet-yupba6 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) {
  .justbet-yupba6 {
    padding: 39px 179px 39px 39px;
  }

  .justbet-bzahhl {
    font-size: 40px;
    line-height: 48px;
  }

  .justbet-2swg0z {
    height: 348px;
  }

  .justbet-yupba6 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .justbet-yupba6 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .justbet-yupba6 {
    padding: 63px;
  }
}

.justbet-hrrfoc {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .justbet-hrrfoc {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.justbet-vvcwgf {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .justbet-vvcwgf {
    width: auto;
  }
}

.justbet-cijqqd {
  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;
}

.justbet-cijqqd::-webkit-scrollbar {
  display: none;
}

.justbet-cijqqd 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);
}

.justbet-cijqqd a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .justbet-cijqqd {
    margin-left: 16px;
    margin-top: 0;
  }
}

.justbet-hrrfoc .justbet-99lcf2 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.justbet-h07j5t,
    mask-image 0.3s;
}

.justbet-hrrfoc .justbet-99lcf2.justbet-2oi0bw {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.justbet-i0n1us {
  margin: 40px -16px;
}

.justbet-sshuhh + .justbet-mt7cuv,
.justbet-sshuhh + .justbet-izbixy {
  margin-top: 24px;
}

.justbet-0xaeim {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.justbet-0xaeim picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.justbet-auve1y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .justbet-auve1y {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .justbet-auve1y {
    margin-top: 0;
  }
}

.justbet-qzqq7p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .justbet-qzqq7p {
    font-size: 24px;
    line-height: 32px;
  }
}

.justbet-gludl7 {
  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) {
  .justbet-gludl7 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.justbet-u1dq3v {
  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) {
  .justbet-u1dq3v {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.justbet-4irl0t {
  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) {
  .justbet-4irl0t {
    font-size: 20px;
    line-height: 28px;
  }
}

.justbet-4s62mr {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .justbet-4s62mr {
    font-size: 32px;
    line-height: 40px;
  }
}

.justbet-47ncak {
  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;
}

.justbet-tgyc7n {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.justbet-tgyc7n img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.justbet-tox3s2 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.justbet-xwa1kb {
  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) {
  .justbet-xwa1kb {
    padding: 15px 48px;
  }
}

main > .justbet-tox3s2 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .justbet-9gpp1c.justbet-ehxvc0 > div:nth-child(n+5) {
    display: none;
  }
}

.justbet-4si58f p a img {
  display: block;
  margin: 0 auto;
}


.justbet-wp6po0 {
  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 */
.justbet-8hws6i {
  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;
}

.justbet-8hws6i label {
  font-size: 14px;
}

.justbet-8hws6i h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.justbet-8hws6i input,
.justbet-8hws6i textarea,
.justbet-8hws6i 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;
}
.justbet-8hws6i button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.justbet-bi0gao ease;
}
.justbet-8hws6i button:hover {
  background-color: var(--button-bg-hover);
}
.justbet-d6g0qw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.justbet-92zmtw ease-in;
}

.justbet-d6g0qw 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;
}
.justbet-8ns05r, .justbet-6i5nc7, [class*="review-card"],
thead, thead th, table th, .justbet-0hwqsi,
.justbet-udk39y, [class*="collapsible-header"],
.justbet-h1glu9, [class*="updated-block"] {
  color: #ece7dc !important;
}
