* {
  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;
  }
}

.funbet-lr32ep {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .funbet-lr32ep {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .funbet-lr32ep {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.funbet-40r47b {
  overflow: hidden;
}

.funbet-obdxzz img {
  background: var(--Neutral-300);
}

.funbet-u4t9e6 {
  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;
}

.funbet-bf1kfa {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.funbet-bf1kfa:hover {
  background: var(--button-bg-hover);
}

.funbet-sm2y1q {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.funbet-sm2y1q:hover {
  background: var(--button-bg-hover);
}

.funbet-y2rg1p {
  font-size: 12px;
  line-height: 18px;
}

.funbet-umc1zv {
  font-size: 18px;
  line-height: 26px;
}

.funbet-y9pgne {
  width: 100%;
}

.funbet-5w51r9 {
  padding: 6px 16px;
}

.funbet-zoulvc {
  padding: 10px 16px;
}

.funbet-dnx0qi {
  padding: 15px 26px;
}

.funbet-v8fnvc {
  flex-shrink: 0;
}

.funbet-flb2qz {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.funbet-y6vkn0 {
  display: none;
}

.funbet-yh89zy {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.funbet-ghpvbu {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.funbet-8kgrfu {
  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;
}

.funbet-eh1n9i {
  cursor: grab;
}

.funbet-8kgrfu::-webkit-scrollbar {
  display: none;
}

.funbet-qn4rrs {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.funbet-tihioa {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.funbet-kuuvjl {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.funbet-k4k8vd {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.funbet-2hxmo1 {
  visibility: visible;
}

.funbet-kinyc8 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.funbet-euw3g5 ease;
}

.funbet-48npiw {
  background-color: var(--Primary-200);
  width: 16px;
}

.funbet-h8fo48 {
  -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.funbet-euw3g5,
    mask-image 0.3s;
}

.funbet-h8fo48.funbet-0da33b {
  -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;
  }
}

.funbet-bmkcnu: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;
}

.funbet-vm3uqp {
  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.funbet-dff9ir.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.funbet-dff9ir.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;
}

.funbet-bpwx3l {
  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);
}

.funbet-bpwx3l::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%
  );
}

.funbet-c1n11k {
  position: relative;
  z-index: 1;
}

.funbet-gp71vf {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.funbet-71slsi {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.funbet-j6ispr {
  font-size: 40px;
  line-height: 48px;
}

.funbet-g1gwgk {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.funbet-0g066t {
  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;
}

.funbet-0g066t:hover {
  background: var(--Primary-400);
}

.funbet-0g066t svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.funbet-bmkcnu 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) {
  .funbet-bpwx3l {
    max-width: 600px;
    padding: 64px;
  }

  .funbet-gp71vf {
    font-size: 24px;
    line-height: 32px;
  }

  .funbet-71slsi {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .funbet-j6ispr {
    font-size: 50px;
    line-height: 56px;
  }

  .funbet-g1gwgk {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .funbet-vm3uqp {
    top: 25px;
    right: 25px;
  }
}

.funbet-2g80fk,
.funbet-ajhssc {
  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;
}

.funbet-u6ec4n.funbet-dk5kcg::before,
.funbet-ajhssc::before,
.funbet-8h90au::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.funbet-dff9ir.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.funbet-o0orj5 14.funbet-ja3bec.funbet-lu6z59 14.funbet-krpp97 15.funbet-425eui 14.funbet-huscda 15.funbet-7dr5bs 14.funbet-yrabsf.funbet-cu3k6j 14.funbet-0tok4b 19.funbet-edx63r 12.funbet-aid7au 19.funbet-edx63r 10.funbet-j9ic90.funbet-edx63r 8.funbet-0qujlm 17.funbet-z982mi 7.funbet-kd8m7w 15.funbet-9pkzcw 7.funbet-dc1iss.funbet-o1to4y 7.funbet-kd8m7w 11.funbet-z12djn 8.funbet-0qujlm 11.funbet-z12djn 10.funbet-drwrbq.funbet-z12djn 12.funbet-tf2vjm 13.funbet-z9socs 14.funbet-i6abq1 15.funbet-h3eu60 14.funbet-opr01h.funbet-amsu2o 14.funbet-ll49u1 15.funbet-dqu2el 14.funbet-e2klev 15.funbet-ktexvj 14.funbet-2yc4f1.funbet-o0orj5 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.funbet-gdt1j1 15.funbet-w924uu.funbet-pst4p3 15.funbet-m61wwd 15.funbet-pojsyo 15.funbet-ik2nln 15.funbet-0570fc 15.funbet-dxlj5z.funbet-ltb53q 15.funbet-ik2nln 15.funbet-yfz346 15.funbet-mozfrq 15.funbet-lee6v8 15.funbet-fqtuf1.funbet-a672tv 15.funbet-lbxos4 7.funbet-ggddjt 18.funbet-c3b1s5 7.funbet-jujjei 23.funbet-5dkfcb.funbet-ahxjt6.funbet-lvzm0p 18.funbet-3nnuev 19.funbet-1u1eua 15.funbet-lybixw 15.funbet-gdt1j1 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.funbet-7fjg78 [type="submit"] *,
.funbet-5s9uc9 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .funbet-l52pok {
    display: none;
  }
}

.funbet-xe0tth {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .funbet-xe0tth {
  display: none;
}

@media (min-width: 768px) {
  .funbet-xe0tth {
    bottom: 22px;
  }
}

.funbet-xe0tth input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .funbet-xe0tth {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.funbet-03kqzc.static) .funbet-xe0tth {
    bottom: 8px;
  }
}

.funbet-jn8lgy {
  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.funbet-dff9ir.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.funbet-mxqgmq 3.funbet-59wbe0.funbet-g5q5im.funbet-wp2rx0 3.funbet-nstioe 3.funbet-06h9yj 5.funbet-0p3p5b 3.funbet-06h9yj 8.funbet-nhrfvs.funbet-ycnepq.funbet-06h9yj 26.funbet-91qb57 5.funbet-u0ptsh 28.funbet-0b2gao 8.funbet-kwdp88 28.funbet-audmsr.funbet-qf5s7r 28.funbet-o63oxc.funbet-li44g9 34.funbet-kndujw.funbet-yiyuoj 36.funbet-nev1sb 11.funbet-6gfdue 37.funbet-19qsyu 12.funbet-o0es8t 36.funbet-7i0yf8.funbet-m77jff 28.funbet-cdmnrz.funbet-mux4ke.funbet-p3fi0z 28.funbet-3ph2wt 36.funbet-7pys19 26.funbet-6essd8 36.funbet-7pys19 23.funbet-p7tsxg.funbet-gftagb.funbet-7pys19 5.funbet-bov3i6 34.funbet-8d8jjr 3.funbet-nstioe 31.funbet-mxqgmq 3.funbet-njh3qo.funbet-vg0bg7 18.funbet-owi6sb.funbet-0a1krn 18.funbet-58pr61 8.funbet-hk4lo2 17.funbet-51fub7 8.funbet-hk4lo2 15.funbet-g5y1ok.funbet-hk4lo2 14.funbet-0zuyvv 9.funbet-0a1krn 13.funbet-bel9lm 11.funbet-vg0bg7 13.funbet-fe33ki.funbet-cxolzf 13.funbet-bel9lm 13.funbet-4jw1zb 14.funbet-0zuyvv 13.funbet-4jw1zb 15.funbet-jfhpnm.funbet-4jw1zb 17.funbet-51fub7 12.funbet-cxolzf 18.funbet-58pr61 11.funbet-vg0bg7 18.funbet-yro59x.funbet-scxc22 18.funbet-8lswum.funbet-del8qz 18.funbet-58pr61 17.funbet-v5v27i 17.funbet-51fub7 17.funbet-v5v27i 15.funbet-26p4jm.funbet-v5v27i 14.funbet-0zuyvv 18.funbet-del8qz 13.funbet-bel9lm 20.funbet-scxc22 13.funbet-fhfhyi.funbet-6bora0 13.funbet-bel9lm 22.funbet-htntzd 14.funbet-0zuyvv 22.funbet-htntzd 15.funbet-0uetbh.funbet-ok1xev 17.funbet-51fub7 21.funbet-6bora0 18.funbet-58pr61 20.funbet-scxc22 18.funbet-gv6iwp.funbet-hv1lop 18.funbet-bo6yvp.funbet-grvg64 18.funbet-58pr61 26.funbet-go7g05 17.funbet-51fub7 26.funbet-go7g05 15.funbet-2lhcgk.funbet-go7g05 14.funbet-0zuyvv 27.funbet-grvg64 13.funbet-bel9lm 28.funbet-hv1lop 13.funbet-m0l04w.funbet-twe672 13.funbet-bel9lm 31.funbet-r2nfqi 14.funbet-0zuyvv 31.funbet-r2nfqi 15.funbet-ip5cxh.funbet-go7g05 17.funbet-51fub7 30.funbet-twe672 18.funbet-58pr61 28.funbet-hv1lop 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"])
    .funbet-jn8lgy {
    display: none;
  }
}

.funbet-nj75r2 {
  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) {
  .funbet-nj75r2 {
    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;
}

.funbet-5s9uc9 {
  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) {
  .funbet-5s9uc9 {
    padding: 14px 16px;
  }
}

.funbet-5s9uc9 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.funbet-5s9uc9 button:first-child {
  align-content: end;
}

.funbet-5s9uc9 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .funbet-5s9uc9
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .funbet-5s9uc9
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.funbet-5s9uc9 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.funbet-5s9uc9 button:last-child svg {
  width: 38px;
  height: 38px;
}

.funbet-8h90au {
  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;
}

.funbet-8h90au::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .funbet-8h90au,
.pc61d126-chatbot[data-active-screen="3"]
  .funbet-8h90au {
  opacity: 1;
  visibility: visible;
}

.funbet-tlenbo {
  flex: 1 1;
}

.funbet-t5uvr3 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .funbet-t5uvr3 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .funbet-s698xn {
  display: block;
}

.funbet-vk4ior {
  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) {
  .funbet-vk4ior {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.funbet-ajhssc {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.funbet-ajhssc::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.funbet-kvqxlj span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.funbet-kvqxlj p {
  color: var(--Text-100);
}

.funbet-ajhssc .funbet-zezi71 {
  grid-area: button;
}

.funbet-ajhssc .funbet-zezi71::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.funbet-dff9ir.org/2000/svg'%3E%3Cpath d='M4.funbet-nnq6y7 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.funbet-lxohrv 15L16.funbet-lxohrv 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.funbet-lxohrv 5L16.funbet-lxohrv 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .funbet-6n1kii {
  display: block;
}

.funbet-zszj8s {
  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) {
  .funbet-zszj8s {
    margin-top: 40px;
  }
}

.funbet-2g80fk label,
.funbet-2g80fk input {
  display: block;
  width: 100%;
}

.funbet-2g80fk label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.funbet-2g80fk label.funbet-lwnr2b input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.funbet-2g80fk label.funbet-lwnr2b::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;
}

.funbet-2g80fk 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;
}

.funbet-2g80fk input::placeholder {
  color: var(--Text-400);
}

.funbet-qr2pxc {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .funbet-qr2pxc {
  display: flex;
}

.funbet-qr2pxc ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .funbet-qr2pxc ol {
    height: 420px;
    padding: 24px;
  }
}

.funbet-qr2pxc ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.funbet-7fjg78 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .funbet-7fjg78 {
    padding: 0 24px 24px;
  }
}

.funbet-7fjg78 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;
}

.funbet-7fjg78 input::placeholder {
  color: var(--Text-400);
}

.funbet-7fjg78 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.funbet-7fjg78 [type="submit"]:disabled {
  opacity: 0.5;
}

.funbet-7fjg78 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .funbet-7fjg78 [type="submit"] {
    right: 40px;
  }
}

.funbet-u6ec4n {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.funbet-u6ec4n.funbet-dk5kcg {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.funbet-u6ec4n.funbet-dk5kcg::before {
  content: "";
  width: 31px;
}

.funbet-u6ec4n.funbet-dk5kcg p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.funbet-u6ec4n.funbet-w8fizh p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.funbet-u6ec4n p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.funbet-xe0tth .funbet-zezi71 {
  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;
  }
}

.funbet-l52pok {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .funbet-l52pok {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .funbet-l52pok {
    padding: 18px 0;
  }
}

.funbet-l52pok .funbet-lr32ep {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .funbet-l52pok .funbet-lr32ep {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.funbet-ua0p30 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .funbet-ua0p30 {
    max-width: 160px;
    height: 40px;
  }
}

.funbet-ua0p30 picture,
.funbet-ua0p30 img {
  display: block;
  width: 100%;
  height: 100%;
}

.funbet-ua0p30 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .funbet-3xggwh {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.funbet-euw3g5 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .funbet-l52pok.funbet-o0tysi .funbet-3xggwh {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .funbet-3xggwh {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .funbet-3xggwh {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.funbet-0grml1,
.funbet-mms5aa {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .funbet-0grml1,
  .funbet-mms5aa {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .funbet-mms5aa {
    display: none;
  }
}

.funbet-gw11fs {
  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;
}

.funbet-o0tysi .funbet-gw11fs {
  background: var(--fh-bg-color);
}

.funbet-gw11fs button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .funbet-gw11fs {
    display: none;
  }
}

.funbet-ea03ek {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .funbet-ea03ek {
    display: none;
  }
}

.funbet-b05hka {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.funbet-l52pok.funbet-o0tysi .funbet-b05hka:first-child {
  display: none;
}

.funbet-l52pok.funbet-o0tysi .funbet-b05hka:last-child {
  display: block;
}

.funbet-b05hka:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .funbet-b05hka {
    display: none;
  }
}

.funbet-ottowv {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .funbet-ottowv {
    display: flex;
  }
}

.funbet-ottowv ul {
  max-height: 350px;
  overflow-y: auto;
}

.funbet-ottowv:hover ul {
  visibility: visible;
  opacity: 1;
}

.funbet-ottowv:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.funbet-ottowv:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.funbet-ottowv:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.funbet-ottowv:hover .funbet-d5mtbw svg {
  transform: rotate(180deg);
}

.funbet-kfafw3 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.funbet-mjcv9p {
  padding: 0 8px;
}

.funbet-ayzx2u {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.funbet-ayzx2u:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .funbet-ayzx2u {
    padding: 4px 8px;
  }
}

.funbet-kxfelp {
  display: flex;
}

.funbet-kxfelp img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.funbet-d5mtbw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.funbet-d5mtbw svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.funbet-fkq1rl {
  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) {
  .funbet-fkq1rl {
    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;
  }
}

.funbet-913b53 {
  width: 100%;
}

@media (min-width: 1200px) {
  .funbet-913b53 {
    display: none;
  }
}

.funbet-vhsl35 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.funbet-szhcy9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.funbet-u6agm8 {
  display: flex;
}

.funbet-h8omqx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.funbet-ffu5g4 {
  list-style: none;
}

@media (max-width: 1199px) {
  .funbet-ffu5g4 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .funbet-ffu5g4 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .funbet-ffu5g4 .funbet-uj4rk4 [data-ref-el],
  .funbet-ffu5g4 .funbet-uj4rk4 span,
  .funbet-ffu5g4 .funbet-uj4rk4 a {
    white-space: nowrap;
  }
}

.funbet-rbjvfd {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .funbet-rbjvfd.funbet-ylh00g > .funbet-uj4rk4 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .funbet-rbjvfd.funbet-q7q0ol:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .funbet-rbjvfd.funbet-ylh00g > .funbet-b1hbcz {
    height: auto;
  }

  .funbet-rbjvfd.funbet-ylh00g > div > .funbet-9z2int {
    transform: rotate(180deg);
  }
}

.funbet-rbjvfd [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.funbet-rbjvfd [data-ref-el],
.funbet-rbjvfd span {
  cursor: pointer;
}

.funbet-rbjvfd [data-ref-el],
.funbet-rbjvfd span,
.funbet-rbjvfd a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .funbet-rbjvfd [data-ref-el],
  .funbet-rbjvfd span,
  .funbet-rbjvfd a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .funbet-rbjvfd [data-ref-el],
  .funbet-rbjvfd span,
  .funbet-rbjvfd a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.funbet-b1hbcz {
  height: 0;
  overflow: hidden;
  transition: height 0.funbet-euw3g5 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.funbet-b1hbcz::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.funbet-b1hbcz::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.funbet-b1hbcz::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .funbet-b1hbcz {
    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;
  }

  .funbet-b1hbcz:has(> .funbet-rbjvfd.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .funbet-b1hbcz .funbet-b1hbcz {
    padding: 0;
  }

  .funbet-b1hbcz .funbet-rbjvfd {
    font-weight: 400;
  }

  .funbet-b1hbcz .funbet-rbjvfd:hover > .funbet-uj4rk4 {
    background: var(--Neutral-300);
  }

  .funbet-b1hbcz .funbet-9z2int {
    rotate: -90deg;
  }
}

.funbet-uj4rk4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .funbet-uj4rk4 {
    padding: 8px;
  }

  .funbet-rbjvfd.funbet-fn7zlc > .funbet-uj4rk4 {
    background: var(--Neutral-300);
  }
}

.funbet-9z2int {
  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.funbet-dff9ir.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.funbet-yjpe5o 0.funbet-tb9ksf.funbet-eqlv2a -0.funbet-s73skc 0.funbet-k21b38 -0.funbet-s73skc 1.funbet-oy139p 0.funbet-hk1gxa.funbet-eyhj3x 4.funbet-0smwex.funbet-yjpe5o 0.funbet-9akjp4.funbet-51v2wv -0.funbet-s73skc 9.funbet-jg9ll0 -0.funbet-s73skc 10.funbet-iq7zkb 0.funbet-ukfeak.funbet-wdbaia 0.funbet-eqlv2a 10.funbet-wdbaia 0.funbet-k21b38 10.funbet-iq7zkb 1.funbet-weotbt.funbet-wadb8m 5.funbet-r1w2be.funbet-uqtvhf 6.funbet-k7yb6p 5.funbet-hh70qs 6.funbet-k7yb6p 4.funbet-95jin2 5.funbet-yqnqvs.funbet-yjpe5o 1.funbet-qfde9b.funbet-s73skc 0.funbet-k21b38 -0.funbet-s73skc 0.funbet-eqlv2a 0.funbet-yjpe5o 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.funbet-euw3g5 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .funbet-9z2int {
    cursor: default;
  }
}

.funbet-b645l3 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.funbet-hb9uxa {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .funbet-hb9uxa {
    padding: 40px 4px;
  }
}

.funbet-t9s6ao {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .funbet-t9s6ao {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.funbet-z4q0cf {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .funbet-z4q0cf {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.funbet-z4q0cf ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.funbet-z4q0cf [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.funbet-z4q0cf [data-ref-el],
.funbet-z4q0cf span,
.funbet-z4q0cf a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.funbet-8c705y {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .funbet-8c705y {
    margin-bottom: 12px;
  }
}

.funbet-0qpoqi {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.funbet-0qpoqi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .funbet-0qpoqi:last-child {
    margin-right: 0;
  }
}

.funbet-z1gbgh {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.funbet-8c705y:hover .funbet-d3l320 {
  visibility: visible;
  opacity: 1;
}

.funbet-d3l320 {
  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);
}

.funbet-dqwsdo {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.funbet-8bq5bo {
  display: flex;
  margin: 6px;
}

.funbet-8bq5bo img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.funbet-d3l320::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);
}

.funbet-d3l320::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);
}

.funbet-c63rae {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .funbet-c63rae {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.funbet-vh22b5 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .funbet-vh22b5 {
    margin-right: 32px;
  }
}

.funbet-61fhcn {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .funbet-61fhcn {
    margin-top: 0;
    width: 340px;
  }
}

.funbet-61fhcn a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.funbet-duiq58 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.funbet-0356nd {
  position: relative;
}

@media (min-width: 768px) {
  .funbet-0356nd {
    margin-top: 40px;
  }
}

.funbet-0356nd + .funbet-uc8c9a,
.funbet-0356nd + .funbet-0356nd {
  margin-top: 24px;
}

.funbet-zftsz9 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .funbet-zftsz9 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .funbet-zftsz9 {
    padding: 80px;
  }
}

.funbet-wje2fd {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .funbet-wje2fd {
    padding: 0 16px;
}


}

.funbet-d2jnzr {
  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) {
  .funbet-d2jnzr {
    font-size: 48px;
    line-height: 56px;
  }
}

.funbet-pg8vcp {
  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) {
  .funbet-pg8vcp {
    font-size: 24px;
    line-height: 32px;
  }
}

.funbet-zb3wfh {
  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;
}

.funbet-zb3wfh:hover {
  background: var(--button-bg-hover);
}

.funbet-y6qq27 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.funbet-y6qq27 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .funbet-y6qq27 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .funbet-y6qq27 img {
  min-height: 100%;
  }
}

.funbet-zftsz9::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.funbet-ytdggc {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.funbet-ytdggc h1,
.funbet-ytdggc h2,
.funbet-ytdggc h3,
.funbet-ytdggc h4 {
  margin-bottom: 6px;
}

.funbet-ytdggc h1:not(:first-child),
.funbet-ytdggc h2:not(:first-child),
.funbet-ytdggc h3:not(:first-child),
.funbet-ytdggc h4:not(:first-child) {
  margin-top: 16px;
}

.funbet-ytdggc h1,
.funbet-ytdggc h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .funbet-ytdggc h1,
  .funbet-ytdggc h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.funbet-ytdggc h2,
.funbet-ytdggc h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .funbet-ytdggc h2,
  .funbet-ytdggc h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.funbet-ytdggc h3,
.funbet-ytdggc h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .funbet-ytdggc h3,
  .funbet-ytdggc h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.funbet-ytdggc h4,
.funbet-ytdggc h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.funbet-ytdggc ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.funbet-ytdggc ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.funbet-ytdggc 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);
}

.funbet-ytdggc ul ul {
  margin-bottom: 8px;
}

.funbet-ytdggc ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.funbet-ytdggc ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.funbet-ytdggc ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.funbet-ytdggc ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.funbet-ytdggc ol li::marker {
  font-weight: 700;
}

.funbet-ytdggc ol ol {
  margin-bottom: 8px;
}

.funbet-ytdggc ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.funbet-ytdggc ol ul li {
  padding-left: 16px;
}

.funbet-ytdggc 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) {
  .funbet-ytdggc table {
    padding: 24px;
  }
}

.funbet-ytdggc table.funbet-87upy6 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.funbet-euw3g5,
    mask-image 0.3s;
}

.funbet-ytdggc table.funbet-87upy6.funbet-0da33b {
  -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) {
  .funbet-ytdggc table {
    display: table;
  }
}

.funbet-ytdggc 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);
}

.funbet-ytdggc table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.funbet-ytdggc table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.funbet-ytdggc 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) {
  .funbet-ytdggc table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.funbet-ytdggc table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.funbet-ytdggc table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.funbet-ytdggc table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.funbet-ytdggc img {
  max-width: 100%;
  height: auto;
}

.funbet-khb5a7 {
  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) {
  .funbet-khb5a7 {
    padding: 24px;
  }
}

.funbet-qljklk {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .funbet-qljklk {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.funbet-qljklk > * {
  margin: 0 !important;
}

.funbet-qljklk img,
.funbet-bchztv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .funbet-qljklk img,
  .funbet-bchztv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.funbet-0ha1qm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .funbet-0ha1qm {
    width: 32px;
    height: 32px;
  }
}

.funbet-jgpbgq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.funbet-jgpbgq .funbet-iwo1f2 {
  flex-shrink: 0;
}

.funbet-jgpbgq .funbet-3tp0j2 svg {
  display: none;
}

.funbet-lobbap {
  display: grid;
  transition: max-height 0.funbet-euw3g5 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .funbet-lobbap {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .funbet-lobbap {
    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));
  }
}

.funbet-lobbap.funbet-fjacm9 + .funbet-iwo1f2 svg {
  transform: rotate(180deg);
}

.funbet-jto5zl {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.funbet-jto5zl > div:nth-child(3n) {
  grid-column: span 2;
}

.funbet-jto5zl
  > div:nth-child(3n)
  .funbet-vs7j7o
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .funbet-jto5zl {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .funbet-jto5zl > div:nth-child(3n) {
    grid-column: unset;
  }

  .funbet-jto5zl
    > div:nth-child(3n)
    .funbet-vs7j7o
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .funbet-jto5zl {
    max-width: 270px;
  }
}

.funbet-jto5zl .funbet-vs7j7o button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .funbet-jto5zl .funbet-vs7j7o button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .funbet-jto5zl .funbet-vs7j7o button {
    max-width: 104px;
  }
}

.funbet-mfyxxv {
  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) {
  .funbet-mfyxxv {
    margin-bottom: 0;
  }
}

.funbet-6oxl4z {
  display: none;
  opacity: 0;
}

.funbet-hvfy2s {
  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;
  }
}

.funbet-hvfy2s img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.funbet-vs7j7o {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.funbet-vs7j7o button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .funbet-vs7j7o
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .funbet-vs7j7o
    button {
    max-width: 145px;
  }
}

.funbet-2hbu43:first-child
  .funbet-vs7j7o
  button {
  max-width: 270px;
}

.funbet-bevlue {
  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%;
}

.funbet-mfyxxv picture {
  width: 100%;
  max-width: 100%;
}

.funbet-xikzg3 {
  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;
}

.funbet-xikzg3 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.funbet-mfyxxv:hover .funbet-xikzg3 {
  display: flex;
}

.funbet-jtm8gd {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.funbet-rrum6g {
  display: flex;
}

.funbet-rrum6g:hover .funbet-4h99s6,
.funbet-rrum6g .funbet-fn7zlc .funbet-4h99s6 {
  display: flex;
}

.funbet-rrum6g svg {
  flex-shrink: 0;
}

.funbet-4h99s6 {
  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) {
  .funbet-4h99s6 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.funbet-4h99s6:hover {
  display: flex;
}

.funbet-4h99s6 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.funbet-5z039g {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .funbet-5z039g {
    font-size: 12px;
  }
}

.funbet-5jqf66,
.funbet-dga9k3 {
  width: 50%;
  flex-shrink: 0;
}

.funbet-5jqf66 {
  font-weight: 700;
}

.funbet-kwosm0 .funbet-lobbap {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .funbet-kwosm0 .funbet-lobbap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .funbet-kwosm0 .funbet-lobbap {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.funbet-kwosm0
  .funbet-bevlue:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.funbet-kwosm0 .funbet-hvfy2s {
  height: 100% !important;
  border-radius: 16px;
}

.funbet-kwosm0 .funbet-vs7j7o {
  gap: 4px;
  align-items: center;
}

.funbet-kwosm0 .funbet-vs7j7o button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.funbet-kwosm0 .funbet-vs7j7o svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.funbet-kwosm0 .funbet-mih6s4,
.funbet-kwosm0 .funbet-u8i52p {
  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.funbet-dff9ir.org/2000/svg'%3E%3Cpath d='M9.funbet-vx470h 4.funbet-desv0a.funbet-vapt14 5.funbet-nkqq26.funbet-jfvn1r 5.funbet-uwawet.funbet-4lckoy 5.funbet-y39lub.funbet-79hj1k 8.funbet-uvlj9w.funbet-u1742c 9.funbet-cvuiop.funbet-gaqbft 9.funbet-cj913e.funbet-p2c0op 13.funbet-nk5bf6.funbet-t1xu91 11.funbet-uzm29i.funbet-hgg27n 11.funbet-x3htv3.funbet-2ixqmp 11.funbet-jli556.funbet-t31eyb 13.funbet-k3wlb8.funbet-smonov 9.funbet-46joq7.funbet-7qanro 9.funbet-t1knq2.funbet-ez8ujn 8.funbet-wm2o8b.funbet-o4q62m 5.funbet-no3mpu.funbet-96igrs 5.funbet-ckwt65.funbet-6kqmw4 5.funbet-1ugvgd.funbet-z7mjht 4.funbet-nqecz1.funbet-hgg27n 1.funbet-h0k8fk.funbet-vx470h 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.funbet-kwosm0 .funbet-mih6s4 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.funbet-kwosm0 .funbet-u8i52p {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.funbet-82jlog {
  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) {
  .funbet-82jlog {
    padding: 24px;
  }
}

.funbet-82jlog .funbet-iwo1f2 {
  display: flex;
}

@media (min-width: 768px) {
  .funbet-82jlog .funbet-iwo1f2 {
    display: none;
  }
}

.funbet-82jlog .funbet-3tp0j2 svg {
  display: none;
}

.funbet-a1bdcm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.funbet-a1bdcm .funbet-u4t9e6 {
  display: none;
}

@media (min-width: 768px) {
  .funbet-a1bdcm .funbet-u4t9e6 {
    display: flex;
  }
}

.funbet-m6al2e {
  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) {
  .funbet-m6al2e {
    font-size: 40px;
    line-height: 48px;
  }
}

.funbet-m6al2e > * {
  margin: 0 !important;
}

.funbet-m6al2e img,
.funbet-71w53r {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .funbet-m6al2e img,
  .funbet-71w53r {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.funbet-hkqugt {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .funbet-hkqugt {
    width: 32px;
    height: 32px;
  }
}

.funbet-07srgm {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .funbet-07srgm {
    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;
  }

  .funbet-07srgm::-webkit-scrollbar {
    display: none;
  }
}

.funbet-6fz8r4 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .funbet-6fz8r4 {
    padding: 7px 15px;
  }
}

.funbet-6fz8r4:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.funbet-esj99x {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .funbet-esj99x {
    display: flex;
    opacity: 1;
  }
}

.funbet-6fz8r4 picture {
  height: 100%;
  display: block;
}

.funbet-6fz8r4 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .funbet-6fz8r4 img {
    width: 88px;
    height: 44px;
  }
}

.funbet-6fz8r4 p {
  text-align: center;
  width: 100%;
}

.funbet-mchn4d {
  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) {
  .funbet-mchn4d {
    font-size: 40px;
    line-height: 48px;
  }
}

.funbet-mchn4d img,
.funbet-ghqjx6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .funbet-mchn4d img,
  .funbet-ghqjx6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.funbet-6mvelu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .funbet-6mvelu {
    width: 32px;
    height: 32px;
  }
}

.funbet-c1oaiz {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.funbet-eylkoh {
  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;
}

.funbet-ccxdki {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.funbet-ccxdki.funbet-fn7zlc {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.funbet-imqzlg {
  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) {
  .funbet-imqzlg {
    font-size: 20px;
    line-height: 28px;
  }
}

.funbet-rd87cz {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.funbet-9u2qkc {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.funbet-euw3g5 ease;
  opacity: 0;
  color: var(--text-color);
}

.funbet-enl3rw {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.funbet-enl3rw ol,
.funbet-enl3rw ul {
  padding-left: 1.3em;
}

.funbet-ccxdki.funbet-fn7zlc .funbet-9u2qkc {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.funbet-ccxdki.funbet-fn7zlc .funbet-rd87cz {
  transform: rotate(180deg);
  color: var(--text-color);
}

.funbet-l4h0e0 {
  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) {
  .funbet-l4h0e0 {
    padding: 24px;
  }
}

.funbet-l4h0e0 .funbet-iwo1f2 {
  display: flex;
}

@media (min-width: 768px) {
  .funbet-l4h0e0 .funbet-iwo1f2 {
    display: none;
  }
}

.funbet-l4h0e0 .funbet-3tp0j2 svg {
  display: none;
}

.funbet-hp4t9j {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.funbet-hp4t9j .funbet-u4t9e6 {
  display: none;
}

@media (min-width: 768px) {
  .funbet-hp4t9j .funbet-u4t9e6 {
    display: flex;
  }
}

.funbet-4tsj70 {
  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) {
  .funbet-4tsj70 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.funbet-4tsj70 > * {
  margin: 0 !important;
}

.funbet-4tsj70 img,
.funbet-782q8t {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .funbet-4tsj70 img,
  .funbet-782q8t {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.funbet-v0ds0b {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .funbet-v0ds0b {
    width: 32px;
    height: 32px;
  }
}

.funbet-hetuda {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .funbet-hetuda {
    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;
  }

  .funbet-hetuda::-webkit-scrollbar {
    display: none;
  }
}

.funbet-zfzomg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.funbet-zfzomg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.funbet-fkehxs {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .funbet-fkehxs {
    display: flex;
    opacity: 1;
  }
}

.funbet-zfzomg picture {
  width: auto;
  height: 100%;
  display: block;
}

.funbet-zfzomg picture img {
  display: block;
  width: auto;
  height: 100%;
}

.funbet-ot4e4n {
  margin: -24px 0;
}

.funbet-ot4e4n:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .funbet-ot4e4n {
    margin: -16px 0;
  }
}

.funbet-bxearp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .funbet-bxearp {
    flex-direction: row;
  }
}

.funbet-y6ndak {
  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) {
  .funbet-y6ndak {
    flex: 1;
  }
}

.funbet-y6ndak::placeholder {
  color: var(--Text-400);
}

.funbet-pu9cll {
  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;
}

.funbet-69ghft {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.funbet-69ghft::-webkit-scrollbar {
  display: none;
}

.funbet-3vznxg {
  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;
}

.funbet-3vznxg img,
.funbet-3vznxg svg {
  margin-right: 8px;
}

.funbet-wxdvhf {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.funbet-ot4e4n + .funbet-01xjt9 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .funbet-ot4e4n + .funbet-01xjt9 {
    margin-top: -16px;
  }
}

.funbet-5jsx7v {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.funbet-5jsx7v > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.funbet-5jsx7v > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.funbet-bojatb {
  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;
}

.funbet-61gojk {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.funbet-ktzauq {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.funbet-fbn71j {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.funbet-43iawj {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.funbet-bojatb 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;
}

.funbet-bojatb 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) {
  .funbet-bojatb {
    padding: 39px 179px 39px 39px;
  }

  .funbet-61gojk {
    font-size: 40px;
    line-height: 48px;
  }

  .funbet-43iawj {
    height: 348px;
  }

  .funbet-bojatb button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .funbet-bojatb button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .funbet-bojatb {
    padding: 63px;
  }
}

.funbet-6fkmwl {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .funbet-6fkmwl {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.funbet-6pdnuz {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .funbet-6pdnuz {
    width: auto;
  }
}

.funbet-ecyeiy {
  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;
}

.funbet-ecyeiy::-webkit-scrollbar {
  display: none;
}

.funbet-ecyeiy 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);
}

.funbet-ecyeiy a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .funbet-ecyeiy {
    margin-left: 16px;
    margin-top: 0;
  }
}

.funbet-6fkmwl .funbet-eec4pd {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.funbet-euw3g5,
    mask-image 0.3s;
}

.funbet-6fkmwl .funbet-eec4pd.funbet-0da33b {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.funbet-uury0v {
  margin: 40px -16px;
}

.funbet-5041lk + .funbet-uc8c9a,
.funbet-5041lk + .funbet-0356nd {
  margin-top: 24px;
}

.funbet-ltmhg4 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.funbet-ltmhg4 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.funbet-8kuey9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .funbet-8kuey9 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .funbet-8kuey9 {
    margin-top: 0;
  }
}

.funbet-8z7x6h {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .funbet-8z7x6h {
    font-size: 24px;
    line-height: 32px;
  }
}

.funbet-l2ztyo {
  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) {
  .funbet-l2ztyo {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.funbet-hqbi7r {
  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) {
  .funbet-hqbi7r {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.funbet-0ty9kf {
  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) {
  .funbet-0ty9kf {
    font-size: 20px;
    line-height: 28px;
  }
}

.funbet-bw0do7 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .funbet-bw0do7 {
    font-size: 32px;
    line-height: 40px;
  }
}

.funbet-4aenyp {
  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;
}

.funbet-4a04ks {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.funbet-4a04ks img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.funbet-01xjt9 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.funbet-54vlzv {
  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) {
  .funbet-54vlzv {
    padding: 15px 48px;
  }
}

main > .funbet-01xjt9 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .funbet-lobbap.funbet-jqmi1x > div:nth-child(n+5) {
    display: none;
  }
}

.funbet-ytdggc p a img {
  display: block;
  margin: 0 auto;
}


.funbet-4ve3fd {
  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 */
.funbet-io2n73 {
  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;
}

.funbet-io2n73 label {
  font-size: 14px;
}

.funbet-io2n73 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.funbet-io2n73 input,
.funbet-io2n73 textarea,
.funbet-io2n73 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;
}
.funbet-io2n73 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.funbet-i1lskk ease;
}
.funbet-io2n73 button:hover {
  background-color: var(--button-bg-hover);
}
.funbet-8rry0w {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.funbet-zr1pka ease-in;
}

.funbet-8rry0w 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;
}
.funbet-2ij0ho, .funbet-ohfcuv, [class*="review-card"],
thead, thead th, table th, .funbet-redwq5,
.funbet-fxpe83, [class*="collapsible-header"],
.funbet-l65uwj, [class*="updated-block"] {
  color: #ece7dc !important;
}
