* {
  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-c0xeyz {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .funbet-c0xeyz {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .funbet-c0xeyz {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.funbet-8fhu31 {
  overflow: hidden;
}

.funbet-3hhejd img {
  background: var(--Neutral-300);
}

.funbet-5lo9vc {
  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-h8d9wv {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.funbet-h8d9wv:hover {
  background: var(--button-bg-hover);
}

.funbet-gfzqfa {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.funbet-gfzqfa:hover {
  background: var(--button-bg-hover);
}

.funbet-beqth6 {
  font-size: 12px;
  line-height: 18px;
}

.funbet-evd77w {
  font-size: 18px;
  line-height: 26px;
}

.funbet-6fc9tv {
  width: 100%;
}

.funbet-l1zrcn {
  padding: 6px 16px;
}

.funbet-sezo1n {
  padding: 10px 16px;
}

.funbet-lmc70n {
  padding: 15px 26px;
}

.funbet-tdmlgt {
  flex-shrink: 0;
}

.funbet-ib5u5k {
  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-1nac0u {
  display: none;
}

.funbet-i8734z {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.funbet-ykyyql {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.funbet-fw0zco {
  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-zetbxj {
  cursor: grab;
}

.funbet-fw0zco::-webkit-scrollbar {
  display: none;
}

.funbet-7ii2y6 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.funbet-3r6l6j {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.funbet-03r2q1 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.funbet-7fk3j8 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.funbet-kv1m5c {
  visibility: visible;
}

.funbet-vfdgv0 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.funbet-d0l45x ease;
}

.funbet-gp9199 {
  background-color: var(--Primary-200);
  width: 16px;
}

.funbet-0c7shl {
  -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-d0l45x,
    mask-image 0.3s;
}

.funbet-0c7shl.funbet-fdmo2r {
  -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-cv0687: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-1qe31l {
  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-ebfukf.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-ebfukf.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-pna35s {
  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-pna35s::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-ebsrbz {
  position: relative;
  z-index: 1;
}

.funbet-s30b1a {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.funbet-cwj0lx {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.funbet-q4vnxu {
  font-size: 40px;
  line-height: 48px;
}

.funbet-ex673t {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.funbet-1gby9j {
  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-1gby9j:hover {
  background: var(--Primary-400);
}

.funbet-1gby9j svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.funbet-cv0687 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-pna35s {
    max-width: 600px;
    padding: 64px;
  }

  .funbet-s30b1a {
    font-size: 24px;
    line-height: 32px;
  }

  .funbet-cwj0lx {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .funbet-q4vnxu {
    font-size: 50px;
    line-height: 56px;
  }

  .funbet-ex673t {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .funbet-1qe31l {
    top: 25px;
    right: 25px;
  }
}

.funbet-mgzfbb,
.funbet-vg27f9 {
  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-qy60bj.funbet-5cnanh::before,
.funbet-vg27f9::before,
.funbet-ead59b::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-ebfukf.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.funbet-ugeuz8 14.funbet-b2scb4.funbet-292nt9 14.funbet-ghwnyr 15.funbet-i0fj0c 14.funbet-m0vs28 15.funbet-i9hakw 14.funbet-4qwpva.funbet-1w9ibh 14.funbet-0oa8j1 19.funbet-90i36w 12.funbet-imdugy 19.funbet-90i36w 10.funbet-68aafc.funbet-90i36w 8.funbet-rbq60v 17.funbet-rzszk5 7.funbet-kdyzyt 15.funbet-8emln4 7.funbet-54grjt.funbet-x3vx7e 7.funbet-kdyzyt 11.funbet-taa83n 8.funbet-rbq60v 11.funbet-taa83n 10.funbet-80inc5.funbet-taa83n 12.funbet-f1l7ra 13.funbet-425t3y 14.funbet-fpsr2b 15.funbet-ixv2ag 14.funbet-kizz3z.funbet-zkp87y 14.funbet-c8lsw2 15.funbet-thyvva 14.funbet-59p5ss 15.funbet-uq530c 14.funbet-yr87yn.funbet-ugeuz8 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.funbet-f2ve6p 15.funbet-wcqm0z.funbet-fo1k96 15.funbet-rq7yl5 15.funbet-h9ah4e 15.funbet-imn9iq 15.funbet-2ddij6 15.funbet-mew7nh.funbet-wo3pto 15.funbet-imn9iq 15.funbet-1v6s3u 15.funbet-5ptyty 15.funbet-4hg2u4 15.funbet-gn7qu8.funbet-xc13ec 15.funbet-w0hktx 7.funbet-2pcdlh 18.funbet-y2neu7 7.funbet-33hqd5 23.funbet-pf10sa.funbet-tpoh2j.funbet-imh1ml 18.funbet-mnjfw1 19.funbet-cudccx 15.funbet-p8adq7 15.funbet-f2ve6p 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.funbet-uvipkw [type="submit"] *,
.funbet-ugmyxa button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .funbet-hxo5u9 {
    display: none;
  }
}

.funbet-g689ck {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .funbet-g689ck {
  display: none;
}

@media (min-width: 768px) {
  .funbet-g689ck {
    bottom: 22px;
  }
}

.funbet-g689ck input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .funbet-g689ck {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.funbet-w4skza.static) .funbet-g689ck {
    bottom: 8px;
  }
}

.funbet-mduvya {
  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-ebfukf.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.funbet-d2a4ur 3.funbet-i51x8m.funbet-qxjvp7.funbet-p1m1mf 3.funbet-ba8a2k 3.funbet-kv1hdl 5.funbet-w21zpt 3.funbet-kv1hdl 8.funbet-l5dqk9.funbet-zj80ds.funbet-kv1hdl 26.funbet-usgvf1 5.funbet-6n914k 28.funbet-u2gvp8 8.funbet-7ts6g7 28.funbet-yw0mdk.funbet-hm2gdh 28.funbet-wkekew.funbet-wxndl2 34.funbet-q00rjt.funbet-50e8dl 36.funbet-cy5fqp 11.funbet-lo7v1o 37.funbet-rxop1g 12.funbet-jb4bfz 36.funbet-csc4i4.funbet-h79qxs 28.funbet-oxu1pc.funbet-bhznnu.funbet-4ar5t2 28.funbet-cjqsce 36.funbet-9uu9ok 26.funbet-j09lxi 36.funbet-9uu9ok 23.funbet-wd1w7y.funbet-5d0vlr.funbet-9uu9ok 5.funbet-lgdggx 34.funbet-lh3sp7 3.funbet-ba8a2k 31.funbet-d2a4ur 3.funbet-wx2quc.funbet-a7kpqo 18.funbet-rnkvy4.funbet-xmce2l 18.funbet-2f5nug 8.funbet-u1huoq 17.funbet-wtj8x2 8.funbet-u1huoq 15.funbet-nzmqpn.funbet-u1huoq 14.funbet-3jybax 9.funbet-xmce2l 13.funbet-0kzvmv 11.funbet-a7kpqo 13.funbet-g59gja.funbet-axknqs 13.funbet-0kzvmv 13.funbet-u7xs1w 14.funbet-3jybax 13.funbet-u7xs1w 15.funbet-6390tl.funbet-u7xs1w 17.funbet-wtj8x2 12.funbet-axknqs 18.funbet-2f5nug 11.funbet-a7kpqo 18.funbet-ucrqnj.funbet-i4i98t 18.funbet-k1q1xm.funbet-tf9vy2 18.funbet-2f5nug 17.funbet-vidj3k 17.funbet-wtj8x2 17.funbet-vidj3k 15.funbet-9iaa7u.funbet-vidj3k 14.funbet-3jybax 18.funbet-tf9vy2 13.funbet-0kzvmv 20.funbet-i4i98t 13.funbet-iyf7jm.funbet-lgf2jf 13.funbet-0kzvmv 22.funbet-tq54tg 14.funbet-3jybax 22.funbet-tq54tg 15.funbet-5tsr58.funbet-4vwj3c 17.funbet-wtj8x2 21.funbet-lgf2jf 18.funbet-2f5nug 20.funbet-i4i98t 18.funbet-vox2hv.funbet-c3zy10 18.funbet-t81pau.funbet-jm53eg 18.funbet-2f5nug 26.funbet-7aacop 17.funbet-wtj8x2 26.funbet-7aacop 15.funbet-tbnnyr.funbet-7aacop 14.funbet-3jybax 27.funbet-jm53eg 13.funbet-0kzvmv 28.funbet-c3zy10 13.funbet-zjtfdb.funbet-hh04lc 13.funbet-0kzvmv 31.funbet-xcv0hf 14.funbet-3jybax 31.funbet-xcv0hf 15.funbet-883luo.funbet-7aacop 17.funbet-wtj8x2 30.funbet-hh04lc 18.funbet-2f5nug 28.funbet-c3zy10 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-mduvya {
    display: none;
  }
}

.funbet-jban7g {
  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-jban7g {
    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-ugmyxa {
  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-ugmyxa {
    padding: 14px 16px;
  }
}

.funbet-ugmyxa button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.funbet-ugmyxa button:first-child {
  align-content: end;
}

.funbet-ugmyxa button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .funbet-ugmyxa
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .funbet-ugmyxa
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.funbet-ugmyxa button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.funbet-ugmyxa button:last-child svg {
  width: 38px;
  height: 38px;
}

.funbet-ead59b {
  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-ead59b::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .funbet-ead59b,
.pc61d126-chatbot[data-active-screen="3"]
  .funbet-ead59b {
  opacity: 1;
  visibility: visible;
}

.funbet-4mui01 {
  flex: 1 1;
}

.funbet-vgaxt9 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .funbet-vgaxt9 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .funbet-xq0grq {
  display: block;
}

.funbet-9qru86 {
  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-9qru86 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.funbet-vg27f9 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.funbet-vg27f9::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.funbet-lp3zt6 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.funbet-lp3zt6 p {
  color: var(--Text-100);
}

.funbet-vg27f9 .funbet-eijdjw {
  grid-area: button;
}

.funbet-vg27f9 .funbet-eijdjw::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-ebfukf.org/2000/svg'%3E%3Cpath d='M4.funbet-o5c87f 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.funbet-2gzgl4 15L16.funbet-2gzgl4 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.funbet-2gzgl4 5L16.funbet-2gzgl4 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .funbet-ag7sfj {
  display: block;
}

.funbet-vd6a71 {
  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-vd6a71 {
    margin-top: 40px;
  }
}

.funbet-mgzfbb label,
.funbet-mgzfbb input {
  display: block;
  width: 100%;
}

.funbet-mgzfbb label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.funbet-mgzfbb label.funbet-6lz77c input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.funbet-mgzfbb label.funbet-6lz77c::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-mgzfbb 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-mgzfbb input::placeholder {
  color: var(--Text-400);
}

.funbet-z099cz {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .funbet-z099cz {
  display: flex;
}

.funbet-z099cz ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .funbet-z099cz ol {
    height: 420px;
    padding: 24px;
  }
}

.funbet-z099cz ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.funbet-uvipkw {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .funbet-uvipkw {
    padding: 0 24px 24px;
  }
}

.funbet-uvipkw 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-uvipkw input::placeholder {
  color: var(--Text-400);
}

.funbet-uvipkw [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.funbet-uvipkw [type="submit"]:disabled {
  opacity: 0.5;
}

.funbet-uvipkw [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .funbet-uvipkw [type="submit"] {
    right: 40px;
  }
}

.funbet-qy60bj {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.funbet-qy60bj.funbet-5cnanh {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.funbet-qy60bj.funbet-5cnanh::before {
  content: "";
  width: 31px;
}

.funbet-qy60bj.funbet-5cnanh p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.funbet-qy60bj.funbet-0izo4i p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.funbet-qy60bj p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.funbet-g689ck .funbet-eijdjw {
  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-hxo5u9 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .funbet-hxo5u9 {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .funbet-hxo5u9 {
    padding: 15px 0;
  }
}

.funbet-hxo5u9 .funbet-c0xeyz {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .funbet-hxo5u9 .funbet-c0xeyz {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.funbet-3z1ojd {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .funbet-3z1ojd {
    max-width: 180px;
    height: 47px;
  }
}

.funbet-3z1ojd picture,
.funbet-3z1ojd img {
  display: block;
  width: 100%;
  height: 100%;
}

.funbet-3z1ojd img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .funbet-1aks8s {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.funbet-d0l45x ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .funbet-hxo5u9.funbet-ow1snv .funbet-1aks8s {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .funbet-1aks8s {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .funbet-1aks8s {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.funbet-dwequ6,
.funbet-5gjrc7 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .funbet-dwequ6,
  .funbet-5gjrc7 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .funbet-5gjrc7 {
    display: none;
  }
}

.funbet-zd21gx {
  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-ow1snv .funbet-zd21gx {
  background: var(--fh-bg-color);
}

.funbet-zd21gx button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .funbet-zd21gx {
    display: none;
  }
}

.funbet-u5on83 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .funbet-u5on83 {
    display: none;
  }
}

.funbet-52g8ef {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.funbet-hxo5u9.funbet-ow1snv .funbet-52g8ef:first-child {
  display: none;
}

.funbet-hxo5u9.funbet-ow1snv .funbet-52g8ef:last-child {
  display: block;
}

.funbet-52g8ef:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .funbet-52g8ef {
    display: none;
  }
}

.funbet-yzpmyk {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .funbet-yzpmyk {
    display: flex;
  }
}

.funbet-yzpmyk ul {
  max-height: 350px;
  overflow-y: auto;
}

.funbet-yzpmyk:hover ul {
  visibility: visible;
  opacity: 1;
}

.funbet-yzpmyk:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.funbet-yzpmyk:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.funbet-yzpmyk:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.funbet-yzpmyk:hover .funbet-05v5da svg {
  transform: rotate(180deg);
}

.funbet-9pijfy {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.funbet-o1lwvd {
  padding: 0 8px;
}

.funbet-9i081z {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.funbet-9i081z:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .funbet-9i081z {
    padding: 4px 8px;
  }
}

.funbet-azebht {
  display: flex;
}

.funbet-azebht img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.funbet-05v5da {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.funbet-05v5da svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.funbet-rj3kog {
  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-rj3kog {
    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-rlc2n6 {
  width: 100%;
}

@media (min-width: 1200px) {
  .funbet-rlc2n6 {
    display: none;
  }
}

.funbet-c5xmlr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.funbet-7bql1l {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.funbet-w1hola {
  display: flex;
}

.funbet-701r7f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.funbet-oyxmkq {
  list-style: none;
}

@media (max-width: 1199px) {
  .funbet-oyxmkq {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .funbet-oyxmkq {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .funbet-oyxmkq .funbet-gc866o [data-ref-el],
  .funbet-oyxmkq .funbet-gc866o span,
  .funbet-oyxmkq .funbet-gc866o a {
    white-space: nowrap;
  }
}

.funbet-amj2jl {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .funbet-amj2jl.funbet-jyutl6 > .funbet-gc866o {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .funbet-amj2jl.funbet-ymlflc:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .funbet-amj2jl.funbet-jyutl6 > .funbet-8go86t {
    height: auto;
  }

  .funbet-amj2jl.funbet-jyutl6 > div > .funbet-na6o1p {
    transform: rotate(180deg);
  }
}

.funbet-amj2jl [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.funbet-amj2jl [data-ref-el],
.funbet-amj2jl span {
  cursor: pointer;
}

.funbet-amj2jl [data-ref-el],
.funbet-amj2jl span,
.funbet-amj2jl a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .funbet-amj2jl [data-ref-el],
  .funbet-amj2jl span,
  .funbet-amj2jl a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .funbet-amj2jl [data-ref-el],
  .funbet-amj2jl span,
  .funbet-amj2jl a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.funbet-8go86t {
  height: 0;
  overflow: hidden;
  transition: height 0.funbet-d0l45x ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.funbet-8go86t::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.funbet-8go86t::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.funbet-8go86t::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .funbet-8go86t {
    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-8go86t:has(> .funbet-amj2jl.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .funbet-8go86t .funbet-8go86t {
    padding: 0;
  }

  .funbet-8go86t .funbet-amj2jl {
    font-weight: 400;
  }

  .funbet-8go86t .funbet-amj2jl:hover > .funbet-gc866o {
    background: var(--Neutral-300);
  }

  .funbet-8go86t .funbet-na6o1p {
    rotate: -90deg;
  }
}

.funbet-gc866o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .funbet-gc866o {
    padding: 8px;
  }

  .funbet-amj2jl.funbet-cplxgi > .funbet-gc866o {
    background: var(--Neutral-300);
  }
}

.funbet-na6o1p {
  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-ebfukf.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.funbet-nvison 0.funbet-5pry4k.funbet-50v63q -0.funbet-qajbin 0.funbet-c6znna -0.funbet-qajbin 1.funbet-l8nbsx 0.funbet-l1p57q.funbet-1x6mc0 4.funbet-zigjcx.funbet-nvison 0.funbet-7n6jwz.funbet-v41yu1 -0.funbet-qajbin 9.funbet-c1tcva -0.funbet-qajbin 10.funbet-3bof27 0.funbet-6u3rfd.funbet-84xgy2 0.funbet-50v63q 10.funbet-84xgy2 0.funbet-c6znna 10.funbet-3bof27 1.funbet-3xlc0m.funbet-u7d3ff 5.funbet-w9rutu.funbet-o09h1c 6.funbet-7dqnqj 5.funbet-zpmqbk 6.funbet-7dqnqj 4.funbet-v5ycyr 5.funbet-rrwuc2.funbet-nvison 1.funbet-f4api6.funbet-qajbin 0.funbet-c6znna -0.funbet-qajbin 0.funbet-50v63q 0.funbet-nvison 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.funbet-d0l45x ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .funbet-na6o1p {
    cursor: default;
  }
}

.funbet-svtatm {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.funbet-sq6pwq {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .funbet-sq6pwq {
    padding: 40px 4px;
  }
}

.funbet-410ksi {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .funbet-410ksi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.funbet-95lx42 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .funbet-95lx42 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.funbet-95lx42 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.funbet-95lx42 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.funbet-95lx42 [data-ref-el],
.funbet-95lx42 span,
.funbet-95lx42 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.funbet-xdiq5c {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .funbet-xdiq5c {
    margin-bottom: 12px;
  }
}

.funbet-qk9i8r {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.funbet-qk9i8r img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .funbet-qk9i8r:last-child {
    margin-right: 0;
  }
}

.funbet-8d8h7g {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.funbet-xdiq5c:hover .funbet-vdtmyo {
  visibility: visible;
  opacity: 1;
}

.funbet-vdtmyo {
  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-bmnl3o {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.funbet-q8iq9w {
  display: flex;
  margin: 6px;
}

.funbet-q8iq9w img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.funbet-vdtmyo::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-vdtmyo::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-1vuemt {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .funbet-1vuemt {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.funbet-b3cyyi {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .funbet-b3cyyi {
    margin-right: 32px;
  }
}

.funbet-70cxdb {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .funbet-70cxdb {
    margin-top: 0;
    width: 340px;
  }
}

.funbet-70cxdb a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.funbet-etsrkj {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.funbet-wt7mn1 {
  position: relative;
}

@media (min-width: 768px) {
  .funbet-wt7mn1 {
    margin-top: 40px;
  }
}

.funbet-wt7mn1 + .funbet-9y4kln,
.funbet-wt7mn1 + .funbet-wt7mn1 {
  margin-top: 24px;
}

.funbet-u3y4p6 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .funbet-u3y4p6 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .funbet-u3y4p6 {
    padding: 80px;
  }
}

.funbet-gfewf3 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .funbet-gfewf3 {
    padding: 0 16px;
}


}

.funbet-9vfzn8 {
  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-9vfzn8 {
    font-size: 48px;
    line-height: 56px;
  }
}

.funbet-5vqh4r {
  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-5vqh4r {
    font-size: 24px;
    line-height: 32px;
  }
}

.funbet-uxd067 {
  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-uxd067:hover {
  background: var(--button-bg-hover);
}

.funbet-zgghsh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.funbet-zgghsh img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .funbet-zgghsh img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .funbet-zgghsh img {
  min-height: 100%;
  }
}

.funbet-u3y4p6::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.funbet-d6afq9 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.funbet-d6afq9 h1,
.funbet-d6afq9 h2,
.funbet-d6afq9 h3,
.funbet-d6afq9 h4 {
  margin-bottom: 6px;
}

.funbet-d6afq9 h1:not(:first-child),
.funbet-d6afq9 h2:not(:first-child),
.funbet-d6afq9 h3:not(:first-child),
.funbet-d6afq9 h4:not(:first-child) {
  margin-top: 16px;
}

.funbet-d6afq9 h1,
.funbet-d6afq9 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .funbet-d6afq9 h1,
  .funbet-d6afq9 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.funbet-d6afq9 h2,
.funbet-d6afq9 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .funbet-d6afq9 h2,
  .funbet-d6afq9 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.funbet-d6afq9 h3,
.funbet-d6afq9 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .funbet-d6afq9 h3,
  .funbet-d6afq9 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.funbet-d6afq9 h4,
.funbet-d6afq9 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.funbet-d6afq9 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.funbet-d6afq9 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.funbet-d6afq9 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-d6afq9 ul ul {
  margin-bottom: 8px;
}

.funbet-d6afq9 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.funbet-d6afq9 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.funbet-d6afq9 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.funbet-d6afq9 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.funbet-d6afq9 ol li::marker {
  font-weight: 700;
}

.funbet-d6afq9 ol ol {
  margin-bottom: 8px;
}

.funbet-d6afq9 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.funbet-d6afq9 ol ul li {
  padding-left: 16px;
}

.funbet-d6afq9 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-d6afq9 table {
    padding: 24px;
  }
}

.funbet-d6afq9 table.funbet-0jps0a {
  -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-d0l45x,
    mask-image 0.3s;
}

.funbet-d6afq9 table.funbet-0jps0a.funbet-fdmo2r {
  -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-d6afq9 table {
    display: table;
  }
}

.funbet-d6afq9 table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.funbet-d6afq9 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.funbet-d6afq9 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.funbet-d6afq9 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-d6afq9 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.funbet-d6afq9 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.funbet-d6afq9 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.funbet-d6afq9 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.funbet-d6afq9 img {
  max-width: 100%;
  height: auto;
}

.funbet-01l8r2 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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-01l8r2 {
    padding: 24px;
  }
}

.funbet-wjsy76 {
  color: var(--card-text-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-wjsy76 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.funbet-wjsy76 > * {
  margin: 0 !important;
}

.funbet-wjsy76 img,
.funbet-go7dh0 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .funbet-wjsy76 img,
  .funbet-go7dh0 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.funbet-5454mo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .funbet-5454mo {
    width: 32px;
    height: 32px;
  }
}

.funbet-bv6tak {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.funbet-bv6tak .funbet-za483a {
  flex-shrink: 0;
}

.funbet-bv6tak .funbet-9cnpps svg {
  display: none;
}

.funbet-0ibzw7 {
  display: grid;
  transition: max-height 0.funbet-d0l45x ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .funbet-0ibzw7 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .funbet-0ibzw7 {
    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-0ibzw7.funbet-5n69na + .funbet-za483a svg {
  transform: rotate(180deg);
}

.funbet-u014v2 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.funbet-u014v2 > div:nth-child(3n) {
  grid-column: span 2;
}

.funbet-u014v2
  > div:nth-child(3n)
  .funbet-x7aun7
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .funbet-u014v2 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .funbet-u014v2 > div:nth-child(3n) {
    grid-column: unset;
  }

  .funbet-u014v2
    > div:nth-child(3n)
    .funbet-x7aun7
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .funbet-u014v2 {
    max-width: 270px;
  }
}

.funbet-u014v2 .funbet-x7aun7 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .funbet-u014v2 .funbet-x7aun7 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .funbet-u014v2 .funbet-x7aun7 button {
    max-width: 104px;
  }
}

.funbet-rrn9sn {
  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-rrn9sn {
    margin-bottom: 0;
  }
}

.funbet-r1by70 {
  display: none;
  opacity: 0;
}

.funbet-rzf00d {
  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-rzf00d img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.funbet-x7aun7 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.funbet-x7aun7 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-x7aun7
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .funbet-x7aun7
    button {
    max-width: 145px;
  }
}

.funbet-9hg3yy:first-child
  .funbet-x7aun7
  button {
  max-width: 270px;
}

.funbet-7tn0gd {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.funbet-rrn9sn picture {
  width: 100%;
  max-width: 100%;
}

.funbet-3wo9er {
  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-3wo9er svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.funbet-rrn9sn:hover .funbet-3wo9er {
  display: flex;
}

.funbet-hre90r {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.funbet-ofxkqh {
  display: flex;
}

.funbet-ofxkqh:hover .funbet-6s805x,
.funbet-ofxkqh .funbet-cplxgi .funbet-6s805x {
  display: flex;
}

.funbet-ofxkqh svg {
  flex-shrink: 0;
}

.funbet-6s805x {
  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-6s805x {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.funbet-6s805x:hover {
  display: flex;
}

.funbet-6s805x svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.funbet-whxfm3 {
  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-whxfm3 {
    font-size: 12px;
  }
}

.funbet-rum3yo,
.funbet-7o5z3j {
  width: 50%;
  flex-shrink: 0;
}

.funbet-rum3yo {
  font-weight: 700;
}

.funbet-ibwnw7 .funbet-0ibzw7 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .funbet-ibwnw7 .funbet-0ibzw7 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .funbet-ibwnw7 .funbet-0ibzw7 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.funbet-ibwnw7
  .funbet-7tn0gd:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.funbet-ibwnw7 .funbet-rzf00d {
  height: 100% !important;
  border-radius: 16px;
}

.funbet-ibwnw7 .funbet-x7aun7 {
  gap: 4px;
  align-items: center;
}

.funbet-ibwnw7 .funbet-x7aun7 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.funbet-ibwnw7 .funbet-x7aun7 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.funbet-ibwnw7 .funbet-qupav4,
.funbet-ibwnw7 .funbet-esjxwz {
  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-ebfukf.org/2000/svg'%3E%3Cpath d='M9.funbet-rqnad5 4.funbet-2i6mz1.funbet-l060d1 5.funbet-h0ebr8.funbet-egwgta 5.funbet-3gjz99.funbet-y4ls7d 5.funbet-lswl44.funbet-zirob8 8.funbet-v2zo7f.funbet-3ho7xz 9.funbet-rp5tdo.funbet-xjynyb 9.funbet-rjwg2m.funbet-vdmvt5 13.funbet-40t5vf.funbet-mbe2m1 11.funbet-jurheg.funbet-nms4yh 11.funbet-aclw4x.funbet-6mql4r 11.funbet-c9s7em.funbet-ho93fl 13.funbet-ebrxsb.funbet-ciczr7 9.funbet-4szg2w.funbet-9vxyjf 9.funbet-necn8n.funbet-iaoea8 8.funbet-abqovb.funbet-e7y32a 5.funbet-eqye5z.funbet-bpcq6f 5.funbet-bi5g25.funbet-4fe4t8 5.funbet-gqylrt.funbet-prnzgi 4.funbet-puneg8.funbet-nms4yh 1.funbet-arfkzb.funbet-rqnad5 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.funbet-ibwnw7 .funbet-qupav4 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.funbet-ibwnw7 .funbet-esjxwz {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.funbet-fe9mi7 {
  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-fe9mi7 {
    padding: 24px;
  }
}

.funbet-fe9mi7 .funbet-za483a {
  display: flex;
}

@media (min-width: 768px) {
  .funbet-fe9mi7 .funbet-za483a {
    display: none;
  }
}

.funbet-fe9mi7 .funbet-9cnpps svg {
  display: none;
}

.funbet-t9pyfx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.funbet-t9pyfx .funbet-5lo9vc {
  display: none;
}

@media (min-width: 768px) {
  .funbet-t9pyfx .funbet-5lo9vc {
    display: flex;
  }
}

.funbet-43w3av {
  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-43w3av {
    font-size: 40px;
    line-height: 48px;
  }
}

.funbet-43w3av > * {
  margin: 0 !important;
}

.funbet-43w3av img,
.funbet-bd3baz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .funbet-43w3av img,
  .funbet-bd3baz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.funbet-q3emci {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .funbet-q3emci {
    width: 32px;
    height: 32px;
  }
}

.funbet-zfu151 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .funbet-zfu151 {
    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-zfu151::-webkit-scrollbar {
    display: none;
  }
}

.funbet-f1x2rv {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .funbet-f1x2rv {
    padding: 7px 15px;
  }
}

.funbet-f1x2rv:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.funbet-lzshzr {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .funbet-lzshzr {
    display: flex;
    opacity: 1;
  }
}

.funbet-f1x2rv picture {
  height: 100%;
  display: block;
}

.funbet-f1x2rv img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .funbet-f1x2rv img {
    width: 88px;
    height: 44px;
  }
}

.funbet-f1x2rv p {
  text-align: center;
  width: 100%;
}

.funbet-lo71dc {
  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-lo71dc {
    font-size: 40px;
    line-height: 48px;
  }
}

.funbet-lo71dc img,
.funbet-vqwcfa {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .funbet-lo71dc img,
  .funbet-vqwcfa {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.funbet-msvpog {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .funbet-msvpog {
    width: 32px;
    height: 32px;
  }
}

.funbet-kxir7l {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.funbet-e19dj6 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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-s3g8th {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.funbet-s3g8th.funbet-cplxgi {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.funbet-9l9tlq {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .funbet-9l9tlq {
    font-size: 20px;
    line-height: 28px;
  }
}

.funbet-e5bfbc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.funbet-0ugp5r {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.funbet-d0l45x ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.funbet-rvnwev {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.funbet-rvnwev ol,
.funbet-rvnwev ul {
  padding-left: 1.3em;
}

.funbet-s3g8th.funbet-cplxgi .funbet-0ugp5r {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.funbet-s3g8th.funbet-cplxgi .funbet-e5bfbc {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.funbet-uiyss0 {
  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-uiyss0 {
    padding: 24px;
  }
}

.funbet-uiyss0 .funbet-za483a {
  display: flex;
}

@media (min-width: 768px) {
  .funbet-uiyss0 .funbet-za483a {
    display: none;
  }
}

.funbet-uiyss0 .funbet-9cnpps svg {
  display: none;
}

.funbet-mhyqpo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.funbet-mhyqpo .funbet-5lo9vc {
  display: none;
}

@media (min-width: 768px) {
  .funbet-mhyqpo .funbet-5lo9vc {
    display: flex;
  }
}

.funbet-jyypvy {
  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-jyypvy {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.funbet-jyypvy > * {
  margin: 0 !important;
}

.funbet-jyypvy img,
.funbet-k7q6nv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .funbet-jyypvy img,
  .funbet-k7q6nv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.funbet-nszs0v {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .funbet-nszs0v {
    width: 32px;
    height: 32px;
  }
}

.funbet-d6ikpj {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .funbet-d6ikpj {
    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-d6ikpj::-webkit-scrollbar {
    display: none;
  }
}

.funbet-6bmqay {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.funbet-6bmqay:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.funbet-abi2h8 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .funbet-abi2h8 {
    display: flex;
    opacity: 1;
  }
}

.funbet-6bmqay picture {
  width: auto;
  height: 100%;
  display: block;
}

.funbet-6bmqay picture img {
  display: block;
  width: auto;
  height: 100%;
}

.funbet-6wdaii {
  margin: -24px 0;
}

.funbet-6wdaii:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .funbet-6wdaii {
    margin: -16px 0;
  }
}

.funbet-ad45mr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .funbet-ad45mr {
    flex-direction: row;
  }
}

.funbet-uif8bk {
  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-uif8bk {
    flex: 1;
  }
}

.funbet-uif8bk::placeholder {
  color: var(--Text-400);
}

.funbet-t16387 {
  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-hrmzgj {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.funbet-hrmzgj::-webkit-scrollbar {
  display: none;
}

.funbet-8d09hz {
  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-8d09hz img,
.funbet-8d09hz svg {
  margin-right: 8px;
}

.funbet-g1buca {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.funbet-6wdaii + .funbet-zuwgho {
  margin-top: 0;
}

@media (min-width: 768px) {
  .funbet-6wdaii + .funbet-zuwgho {
    margin-top: -16px;
  }
}

.funbet-j1pwqt {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.funbet-j1pwqt > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.funbet-j1pwqt > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.funbet-9fwsmo {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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-l4qy84 {
  color: var(--card-text-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-yxthmi {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.funbet-437c9f {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.funbet-ejd2rj {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.funbet-9fwsmo 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-9fwsmo 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-9fwsmo {
    padding: 39px 179px 39px 39px;
  }

  .funbet-l4qy84 {
    font-size: 40px;
    line-height: 48px;
  }

  .funbet-ejd2rj {
    height: 348px;
  }

  .funbet-9fwsmo button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .funbet-9fwsmo button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .funbet-9fwsmo {
    padding: 63px;
  }
}

.funbet-5tz2l6 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .funbet-5tz2l6 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.funbet-7kb8yv {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .funbet-7kb8yv {
    width: auto;
  }
}

.funbet-6j01qx {
  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-6j01qx::-webkit-scrollbar {
  display: none;
}

.funbet-6j01qx 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-6j01qx a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .funbet-6j01qx {
    margin-left: 16px;
    margin-top: 0;
  }
}

.funbet-5tz2l6 .funbet-ilvbhq {
  -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-d0l45x,
    mask-image 0.3s;
}

.funbet-5tz2l6 .funbet-ilvbhq.funbet-fdmo2r {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.funbet-wrrwka {
  margin: 40px -16px;
}

.funbet-kdhhcs + .funbet-9y4kln,
.funbet-kdhhcs + .funbet-wt7mn1 {
  margin-top: 24px;
}

.funbet-6gbbn9 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.funbet-6gbbn9 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.funbet-4sr21g {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .funbet-4sr21g {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .funbet-4sr21g {
    margin-top: 0;
  }
}

.funbet-5nq1ti {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .funbet-5nq1ti {
    font-size: 24px;
    line-height: 32px;
  }
}

.funbet-1xvqr5 {
  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-1xvqr5 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.funbet-ct86vz {
  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-ct86vz {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.funbet-m1uzke {
  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-m1uzke {
    font-size: 20px;
    line-height: 28px;
  }
}

.funbet-ubykrg {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .funbet-ubykrg {
    font-size: 32px;
    line-height: 40px;
  }
}

.funbet-iyi3zt {
  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-rcdwtj {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.funbet-rcdwtj img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.funbet-zuwgho {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.funbet-v27i1a {
  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-v27i1a {
    padding: 15px 48px;
  }
}

main > .funbet-zuwgho {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .funbet-0ibzw7.funbet-6cmtrl > div:nth-child(n+5) {
    display: none;
  }
}

.funbet-d6afq9 p a img {
  display: block;
  margin: 0 auto;
}


.funbet-rc8efr {
  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-in1r0v {
  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-in1r0v label {
  font-size: 14px;
}

.funbet-in1r0v h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.funbet-in1r0v input,
.funbet-in1r0v textarea,
.funbet-in1r0v 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-in1r0v button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.funbet-epkwzu ease;
}
.funbet-in1r0v button:hover {
  background-color: var(--button-bg-hover);
}
.funbet-r1fxu8 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.funbet-sjr8ee ease-in;
}

.funbet-r1fxu8 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-bbvlso, .funbet-p7zwvl, [class*="review-card"],
thead, thead th, table th, .funbet-uxcs9l,
.funbet-3tlzft, [class*="collapsible-header"],
.funbet-4cm0hw, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
