* {
  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;
  }
}

.rtbet-5tdbry {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rtbet-5tdbry {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rtbet-5tdbry {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rtbet-q1lr5h {
  overflow: hidden;
}

.rtbet-82xw3t img {
  background: var(--Neutral-300);
}

.rtbet-gci2jd {
  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;
}

.rtbet-nd3ui2 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rtbet-nd3ui2:hover {
  background: var(--button-bg-hover);
}

.rtbet-sisuv1 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rtbet-sisuv1:hover {
  background: var(--button-bg-hover);
}

.rtbet-7q6blv {
  font-size: 12px;
  line-height: 18px;
}

.rtbet-kb829h {
  font-size: 18px;
  line-height: 26px;
}

.rtbet-ko70ge {
  width: 100%;
}

.rtbet-yuo4gk {
  padding: 6px 16px;
}

.rtbet-ap203x {
  padding: 10px 16px;
}

.rtbet-329vqz {
  padding: 15px 26px;
}

.rtbet-chopbi {
  flex-shrink: 0;
}

.rtbet-ulc4gb {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.rtbet-su3v8n {
  display: none;
}

.rtbet-s2x3zx {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rtbet-p1hf5r {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rtbet-wby5w1 {
  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;
}

.rtbet-kprgnm {
  cursor: grab;
}

.rtbet-wby5w1::-webkit-scrollbar {
  display: none;
}

.rtbet-5nxacu {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rtbet-t6ev3x {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rtbet-s0lj4d {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rtbet-yzq25u {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rtbet-2twh6q {
  visibility: visible;
}

.rtbet-7z7akt {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rtbet-zzxi2a ease;
}

.rtbet-oi03bw {
  background-color: var(--Primary-200);
  width: 16px;
}

.rtbet-sxdzjs {
  -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.rtbet-zzxi2a,
    mask-image 0.3s;
}

.rtbet-sxdzjs.rtbet-6c9iis {
  -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;
  }
}

.rtbet-bv3v0w: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;
}

.rtbet-6x4xga {
  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.rtbet-1a234r.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.rtbet-1a234r.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;
}

.rtbet-vixf27 {
  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);
}

.rtbet-vixf27::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%
  );
}

.rtbet-25euxh {
  position: relative;
  z-index: 1;
}

.rtbet-d3t4lg {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rtbet-r2isst {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rtbet-trwlan {
  font-size: 40px;
  line-height: 48px;
}

.rtbet-z78zk2 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rtbet-iosfrr {
  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;
}

.rtbet-iosfrr:hover {
  background: var(--Primary-400);
}

.rtbet-iosfrr svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rtbet-bv3v0w 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) {
  .rtbet-vixf27 {
    max-width: 600px;
    padding: 64px;
  }

  .rtbet-d3t4lg {
    font-size: 24px;
    line-height: 32px;
  }

  .rtbet-r2isst {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rtbet-trwlan {
    font-size: 50px;
    line-height: 56px;
  }

  .rtbet-z78zk2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rtbet-6x4xga {
    top: 25px;
    right: 25px;
  }
}

.rtbet-h9d1v6,
.rtbet-9xabst {
  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;
}

.rtbet-wimtpx.rtbet-g8nrdm::before,
.rtbet-9xabst::before,
.rtbet-o8ojgt::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.rtbet-1a234r.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rtbet-z7xczr 14.rtbet-gymm0b.rtbet-xw71oo 14.rtbet-cpwhp0 15.rtbet-tkrnhv 14.rtbet-i1vky8 15.rtbet-ei7id9 14.rtbet-e2646p.rtbet-nmgyoo 14.rtbet-ixwleu 19.rtbet-4x7amg 12.rtbet-3qi5k3 19.rtbet-4x7amg 10.rtbet-ufopkl.rtbet-4x7amg 8.rtbet-x429ay 17.rtbet-nati90 7.rtbet-5108zv 15.rtbet-l2faom 7.rtbet-99w1g7.rtbet-u9tc7s 7.rtbet-5108zv 11.rtbet-buqgit 8.rtbet-x429ay 11.rtbet-buqgit 10.rtbet-xuh0ke.rtbet-buqgit 12.rtbet-z322iq 13.rtbet-1d5tnt 14.rtbet-izo1fh 15.rtbet-ctm6bn 14.rtbet-d0d0pu.rtbet-lfkejn 14.rtbet-4h4zpn 15.rtbet-5qlkns 14.rtbet-ywzrvs 15.rtbet-0z2cmr 14.rtbet-ille9e.rtbet-z7xczr 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rtbet-tr0q7c 15.rtbet-vjoym9.rtbet-5sw6d7 15.rtbet-0zukk9 15.rtbet-52cdcf 15.rtbet-0zz7u4 15.rtbet-qmwwsn 15.rtbet-wuowv2.rtbet-1i1p9x 15.rtbet-0zz7u4 15.rtbet-4dfcwt 15.rtbet-u6pe7x 15.rtbet-hcfshz 15.rtbet-4ofy4l.rtbet-5mqrg0 15.rtbet-pkcvum 7.rtbet-hu4r46 18.rtbet-klrim0 7.rtbet-rzxtyu 23.rtbet-gyok34.rtbet-3tyj6r.rtbet-q4enl8 18.rtbet-9lt8nw 19.rtbet-xu2lmb 15.rtbet-u0bz7w 15.rtbet-tr0q7c 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rtbet-7uwlqu [type="submit"] *,
.rtbet-9qjo4u button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rtbet-1csp53 {
    display: none;
  }
}

.rtbet-c7dags {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rtbet-c7dags {
  display: none;
}

@media (min-width: 768px) {
  .rtbet-c7dags {
    bottom: 22px;
  }
}

.rtbet-c7dags input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rtbet-c7dags {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rtbet-k07egu.static) .rtbet-c7dags {
    bottom: 8px;
  }
}

.rtbet-oya54k {
  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.rtbet-1a234r.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rtbet-7xckwq 3.rtbet-q3kimt.rtbet-sj5vox.rtbet-a551s5 3.rtbet-upjuhg 3.rtbet-akfg3q 5.rtbet-vbb3h8 3.rtbet-akfg3q 8.rtbet-xd5fxt.rtbet-su24rc.rtbet-akfg3q 26.rtbet-imspnh 5.rtbet-7si5x5 28.rtbet-n8jyfl 8.rtbet-lvekdn 28.rtbet-anasrs.rtbet-r2mnnm 28.rtbet-ocjnau.rtbet-93cpc3 34.rtbet-ph36lq.rtbet-axi4qm 36.rtbet-c17udr 11.rtbet-0rwb02 37.rtbet-xlvz9z 12.rtbet-xcdjff 36.rtbet-eqj9dq.rtbet-gfwosp 28.rtbet-pmv23v.rtbet-5zwad3.rtbet-s9ek18 28.rtbet-f9smrg 36.rtbet-rkr70i 26.rtbet-1slqk7 36.rtbet-rkr70i 23.rtbet-5wq9j3.rtbet-nlkucr.rtbet-rkr70i 5.rtbet-puek8s 34.rtbet-pga2hb 3.rtbet-upjuhg 31.rtbet-7xckwq 3.rtbet-fv2sun.rtbet-5kz6cn 18.rtbet-6cp0dv.rtbet-0efmpe 18.rtbet-wfo5kp 8.rtbet-eubqr0 17.rtbet-mvmmr9 8.rtbet-eubqr0 15.rtbet-795zjq.rtbet-eubqr0 14.rtbet-kyvi84 9.rtbet-0efmpe 13.rtbet-kppd25 11.rtbet-5kz6cn 13.rtbet-ul6sm3.rtbet-20vh6c 13.rtbet-kppd25 13.rtbet-rp055w 14.rtbet-kyvi84 13.rtbet-rp055w 15.rtbet-ogqvaj.rtbet-rp055w 17.rtbet-mvmmr9 12.rtbet-20vh6c 18.rtbet-wfo5kp 11.rtbet-5kz6cn 18.rtbet-pzkyqb.rtbet-do7qdi 18.rtbet-3692d7.rtbet-viqlzy 18.rtbet-wfo5kp 17.rtbet-omjqk9 17.rtbet-mvmmr9 17.rtbet-omjqk9 15.rtbet-ayyxqn.rtbet-omjqk9 14.rtbet-kyvi84 18.rtbet-viqlzy 13.rtbet-kppd25 20.rtbet-do7qdi 13.rtbet-vzzlao.rtbet-tym3qg 13.rtbet-kppd25 22.rtbet-1yqifz 14.rtbet-kyvi84 22.rtbet-1yqifz 15.rtbet-xv3vx9.rtbet-fdl33h 17.rtbet-mvmmr9 21.rtbet-tym3qg 18.rtbet-wfo5kp 20.rtbet-do7qdi 18.rtbet-7h2xge.rtbet-8b45aw 18.rtbet-tm8xc5.rtbet-pw37iw 18.rtbet-wfo5kp 26.rtbet-hw3bwl 17.rtbet-mvmmr9 26.rtbet-hw3bwl 15.rtbet-xr25bw.rtbet-hw3bwl 14.rtbet-kyvi84 27.rtbet-pw37iw 13.rtbet-kppd25 28.rtbet-8b45aw 13.rtbet-2waudq.rtbet-btgljn 13.rtbet-kppd25 31.rtbet-2zf003 14.rtbet-kyvi84 31.rtbet-2zf003 15.rtbet-qzkn4i.rtbet-hw3bwl 17.rtbet-mvmmr9 30.rtbet-btgljn 18.rtbet-wfo5kp 28.rtbet-8b45aw 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"])
    .rtbet-oya54k {
    display: none;
  }
}

.rtbet-jxuij1 {
  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) {
  .rtbet-jxuij1 {
    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;
}

.rtbet-9qjo4u {
  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) {
  .rtbet-9qjo4u {
    padding: 14px 16px;
  }
}

.rtbet-9qjo4u button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rtbet-9qjo4u button:first-child {
  align-content: end;
}

.rtbet-9qjo4u button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rtbet-9qjo4u
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rtbet-9qjo4u
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rtbet-9qjo4u button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rtbet-9qjo4u button:last-child svg {
  width: 38px;
  height: 38px;
}

.rtbet-o8ojgt {
  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;
}

.rtbet-o8ojgt::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rtbet-o8ojgt,
.pc61d126-chatbot[data-active-screen="3"]
  .rtbet-o8ojgt {
  opacity: 1;
  visibility: visible;
}

.rtbet-v8ls92 {
  flex: 1 1;
}

.rtbet-cgnp0w {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rtbet-cgnp0w {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rtbet-vrefme {
  display: block;
}

.rtbet-y7nklp {
  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) {
  .rtbet-y7nklp {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rtbet-9xabst {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rtbet-9xabst::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rtbet-7mdi39 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rtbet-7mdi39 p {
  color: var(--Text-100);
}

.rtbet-9xabst .rtbet-llyofy {
  grid-area: button;
}

.rtbet-9xabst .rtbet-llyofy::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.rtbet-1a234r.org/2000/svg'%3E%3Cpath d='M4.rtbet-74y1ph 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rtbet-8v3vzv 15L16.rtbet-8v3vzv 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rtbet-8v3vzv 5L16.rtbet-8v3vzv 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rtbet-rax5ug {
  display: block;
}

.rtbet-wq2bfg {
  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) {
  .rtbet-wq2bfg {
    margin-top: 40px;
  }
}

.rtbet-h9d1v6 label,
.rtbet-h9d1v6 input {
  display: block;
  width: 100%;
}

.rtbet-h9d1v6 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rtbet-h9d1v6 label.rtbet-hgpfv6 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rtbet-h9d1v6 label.rtbet-hgpfv6::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;
}

.rtbet-h9d1v6 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;
}

.rtbet-h9d1v6 input::placeholder {
  color: var(--Text-400);
}

.rtbet-oxw5az {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rtbet-oxw5az {
  display: flex;
}

.rtbet-oxw5az ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rtbet-oxw5az ol {
    height: 420px;
    padding: 24px;
  }
}

.rtbet-oxw5az ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rtbet-7uwlqu {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rtbet-7uwlqu {
    padding: 0 24px 24px;
  }
}

.rtbet-7uwlqu 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;
}

.rtbet-7uwlqu input::placeholder {
  color: var(--Text-400);
}

.rtbet-7uwlqu [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rtbet-7uwlqu [type="submit"]:disabled {
  opacity: 0.5;
}

.rtbet-7uwlqu [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rtbet-7uwlqu [type="submit"] {
    right: 40px;
  }
}

.rtbet-wimtpx {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rtbet-wimtpx.rtbet-g8nrdm {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rtbet-wimtpx.rtbet-g8nrdm::before {
  content: "";
  width: 31px;
}

.rtbet-wimtpx.rtbet-g8nrdm p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rtbet-wimtpx.rtbet-owjr7h p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rtbet-wimtpx p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rtbet-c7dags .rtbet-llyofy {
  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;
  }
}

.rtbet-1csp53 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rtbet-1csp53 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rtbet-1csp53 {
    padding: 18px 0;
  }
}

.rtbet-1csp53 .rtbet-5tdbry {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rtbet-1csp53 .rtbet-5tdbry {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rtbet-4c5d3g {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rtbet-4c5d3g {
    max-width: 160px;
    height: 40px;
  }
}

.rtbet-4c5d3g picture,
.rtbet-4c5d3g img {
  display: block;
  width: 100%;
  height: 100%;
}

.rtbet-4c5d3g img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rtbet-rou5uj {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rtbet-zzxi2a ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rtbet-1csp53.rtbet-3p7998 .rtbet-rou5uj {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rtbet-rou5uj {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rtbet-rou5uj {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rtbet-je4ftj,
.rtbet-gsrnri {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rtbet-je4ftj,
  .rtbet-gsrnri {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rtbet-gsrnri {
    display: none;
  }
}

.rtbet-5h0h5b {
  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;
}

.rtbet-3p7998 .rtbet-5h0h5b {
  background: var(--fh-bg-color);
}

.rtbet-5h0h5b button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rtbet-5h0h5b {
    display: none;
  }
}

.rtbet-ewiwd2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rtbet-ewiwd2 {
    display: none;
  }
}

.rtbet-lg0ac1 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.rtbet-1csp53.rtbet-3p7998 .rtbet-lg0ac1:first-child {
  display: none;
}

.rtbet-1csp53.rtbet-3p7998 .rtbet-lg0ac1:last-child {
  display: block;
}

.rtbet-lg0ac1:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rtbet-lg0ac1 {
    display: none;
  }
}

.rtbet-l0i9q3 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rtbet-l0i9q3 {
    display: flex;
  }
}

.rtbet-l0i9q3 ul {
  max-height: 350px;
  overflow-y: auto;
}

.rtbet-l0i9q3:hover ul {
  visibility: visible;
  opacity: 1;
}

.rtbet-l0i9q3:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rtbet-l0i9q3:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rtbet-l0i9q3:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rtbet-l0i9q3:hover .rtbet-4u27u2 svg {
  transform: rotate(180deg);
}

.rtbet-01jo04 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rtbet-ngs8qz {
  padding: 0 8px;
}

.rtbet-3vdrvx {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rtbet-3vdrvx:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rtbet-3vdrvx {
    padding: 4px 8px;
  }
}

.rtbet-1um23v {
  display: flex;
}

.rtbet-1um23v img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rtbet-4u27u2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rtbet-4u27u2 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rtbet-381s8e {
  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) {
  .rtbet-381s8e {
    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;
  }
}

.rtbet-z3st3y {
  width: 100%;
}

@media (min-width: 1200px) {
  .rtbet-z3st3y {
    display: none;
  }
}

.rtbet-wbpznj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rtbet-2us1fv {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rtbet-e2p76a {
  display: flex;
}

.rtbet-00qbyg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rtbet-up9xmf {
  list-style: none;
}

@media (max-width: 1199px) {
  .rtbet-up9xmf {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rtbet-up9xmf {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rtbet-up9xmf .rtbet-7rau1l [data-ref-el],
  .rtbet-up9xmf .rtbet-7rau1l span,
  .rtbet-up9xmf .rtbet-7rau1l a {
    white-space: nowrap;
  }
}

.rtbet-nay79h {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rtbet-nay79h.rtbet-he2rc8 > .rtbet-7rau1l {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rtbet-nay79h.rtbet-h7xm6g:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rtbet-nay79h.rtbet-he2rc8 > .rtbet-ot1dd6 {
    height: auto;
  }

  .rtbet-nay79h.rtbet-he2rc8 > div > .rtbet-5bx6ss {
    transform: rotate(180deg);
  }
}

.rtbet-nay79h [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rtbet-nay79h [data-ref-el],
.rtbet-nay79h span {
  cursor: pointer;
}

.rtbet-nay79h [data-ref-el],
.rtbet-nay79h span,
.rtbet-nay79h a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .rtbet-nay79h [data-ref-el],
  .rtbet-nay79h span,
  .rtbet-nay79h a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rtbet-nay79h [data-ref-el],
  .rtbet-nay79h span,
  .rtbet-nay79h a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rtbet-ot1dd6 {
  height: 0;
  overflow: hidden;
  transition: height 0.rtbet-zzxi2a ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rtbet-ot1dd6::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rtbet-ot1dd6::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rtbet-ot1dd6::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rtbet-ot1dd6 {
    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;
  }

  .rtbet-ot1dd6:has(> .rtbet-nay79h.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rtbet-ot1dd6 .rtbet-ot1dd6 {
    padding: 0;
  }

  .rtbet-ot1dd6 .rtbet-nay79h {
    font-weight: 400;
  }

  .rtbet-ot1dd6 .rtbet-nay79h:hover > .rtbet-7rau1l {
    background: var(--Neutral-300);
  }

  .rtbet-ot1dd6 .rtbet-5bx6ss {
    rotate: -90deg;
  }
}

.rtbet-7rau1l {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rtbet-7rau1l {
    padding: 8px;
  }

  .rtbet-nay79h.rtbet-yccud8 > .rtbet-7rau1l {
    background: var(--Neutral-300);
  }
}

.rtbet-5bx6ss {
  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.rtbet-1a234r.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rtbet-3sdgfu 0.rtbet-ueffb5.rtbet-520r8o -0.rtbet-ch683g 0.rtbet-dgih97 -0.rtbet-ch683g 1.rtbet-few3s8 0.rtbet-1ts1ee.rtbet-ikp2xu 4.rtbet-bsal1i.rtbet-3sdgfu 0.rtbet-a3o4em.rtbet-enijzb -0.rtbet-ch683g 9.rtbet-lyzjy6 -0.rtbet-ch683g 10.rtbet-r0kl2r 0.rtbet-g5k64b.rtbet-uoip1c 0.rtbet-520r8o 10.rtbet-uoip1c 0.rtbet-dgih97 10.rtbet-r0kl2r 1.rtbet-4u57ny.rtbet-lqmkcg 5.rtbet-g9b5x8.rtbet-bwgkua 6.rtbet-mxdgkq 5.rtbet-xajbyf 6.rtbet-mxdgkq 4.rtbet-1d4kv5 5.rtbet-kyii6j.rtbet-3sdgfu 1.rtbet-2yht69.rtbet-ch683g 0.rtbet-dgih97 -0.rtbet-ch683g 0.rtbet-520r8o 0.rtbet-3sdgfu 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rtbet-zzxi2a ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rtbet-5bx6ss {
    cursor: default;
  }
}

.rtbet-i7qwdr {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rtbet-l67fm3 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .rtbet-l67fm3 {
    padding: 40px 4px;
  }
}

.rtbet-gqnerm {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rtbet-gqnerm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rtbet-bzhhuu {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rtbet-bzhhuu {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rtbet-bzhhuu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rtbet-bzhhuu [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rtbet-bzhhuu [data-ref-el],
.rtbet-bzhhuu span,
.rtbet-bzhhuu a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.rtbet-39eiq9 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rtbet-39eiq9 {
    margin-bottom: 12px;
  }
}

.rtbet-jf48fc {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rtbet-jf48fc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rtbet-jf48fc:last-child {
    margin-right: 0;
  }
}

.rtbet-6fq9v4 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rtbet-39eiq9:hover .rtbet-9dptfh {
  visibility: visible;
  opacity: 1;
}

.rtbet-9dptfh {
  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);
}

.rtbet-596lzq {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rtbet-fv6ax5 {
  display: flex;
  margin: 6px;
}

.rtbet-fv6ax5 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rtbet-9dptfh::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);
}

.rtbet-9dptfh::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);
}

.rtbet-0lv5la {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rtbet-0lv5la {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rtbet-7d1chp {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .rtbet-7d1chp {
    margin-right: 32px;
  }
}

.rtbet-fq01ex {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rtbet-fq01ex {
    margin-top: 0;
    width: 340px;
  }
}

.rtbet-fq01ex a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rtbet-gbokp1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rtbet-iu0xmq {
  position: relative;
}

@media (min-width: 768px) {
  .rtbet-iu0xmq {
    margin-top: 40px;
  }
}

.rtbet-iu0xmq + .rtbet-phwa1w,
.rtbet-iu0xmq + .rtbet-iu0xmq {
  margin-top: 24px;
}

.rtbet-rua8gs {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rtbet-rua8gs {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rtbet-rua8gs {
    padding: 80px;
  }
}

.rtbet-ubly39 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rtbet-ubly39 {
    padding: 0 16px;
}


}

.rtbet-enxff4 {
  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) {
  .rtbet-enxff4 {
    font-size: 48px;
    line-height: 56px;
  }
}

.rtbet-339bsc {
  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) {
  .rtbet-339bsc {
    font-size: 24px;
    line-height: 32px;
  }
}

.rtbet-5vpvqo {
  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;
}

.rtbet-5vpvqo:hover {
  background: var(--button-bg-hover);
}

.rtbet-xp6l3k {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rtbet-xp6l3k img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rtbet-xp6l3k img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rtbet-xp6l3k img {
  min-height: 100%;
  }
}

.rtbet-rua8gs::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rtbet-cdvutq {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rtbet-cdvutq h1,
.rtbet-cdvutq h2,
.rtbet-cdvutq h3,
.rtbet-cdvutq h4 {
  margin-bottom: 6px;
}

.rtbet-cdvutq h1:not(:first-child),
.rtbet-cdvutq h2:not(:first-child),
.rtbet-cdvutq h3:not(:first-child),
.rtbet-cdvutq h4:not(:first-child) {
  margin-top: 16px;
}

.rtbet-cdvutq h1,
.rtbet-cdvutq h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rtbet-cdvutq h1,
  .rtbet-cdvutq h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rtbet-cdvutq h2,
.rtbet-cdvutq h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rtbet-cdvutq h2,
  .rtbet-cdvutq h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rtbet-cdvutq h3,
.rtbet-cdvutq h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rtbet-cdvutq h3,
  .rtbet-cdvutq h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rtbet-cdvutq h4,
.rtbet-cdvutq h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rtbet-cdvutq ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rtbet-cdvutq ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rtbet-cdvutq 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);
}

.rtbet-cdvutq ul ul {
  margin-bottom: 8px;
}

.rtbet-cdvutq ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rtbet-cdvutq ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rtbet-cdvutq ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rtbet-cdvutq ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rtbet-cdvutq ol li::marker {
  font-weight: 700;
}

.rtbet-cdvutq ol ol {
  margin-bottom: 8px;
}

.rtbet-cdvutq ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rtbet-cdvutq ol ul li {
  padding-left: 16px;
}

.rtbet-cdvutq 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) {
  .rtbet-cdvutq table {
    padding: 24px;
  }
}

.rtbet-cdvutq table.rtbet-gci0hf {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rtbet-zzxi2a,
    mask-image 0.3s;
}

.rtbet-cdvutq table.rtbet-gci0hf.rtbet-6c9iis {
  -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) {
  .rtbet-cdvutq table {
    display: table;
  }
}

.rtbet-cdvutq 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);
}

.rtbet-cdvutq table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rtbet-cdvutq table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rtbet-cdvutq 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) {
  .rtbet-cdvutq table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rtbet-cdvutq table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rtbet-cdvutq table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rtbet-cdvutq table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rtbet-cdvutq img {
  max-width: 100%;
  height: auto;
}

.rtbet-tk4b25 {
  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) {
  .rtbet-tk4b25 {
    padding: 24px;
  }
}

.rtbet-pu2ruy {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .rtbet-pu2ruy {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rtbet-pu2ruy > * {
  margin: 0 !important;
}

.rtbet-pu2ruy img,
.rtbet-g5jtwm {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rtbet-pu2ruy img,
  .rtbet-g5jtwm {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rtbet-zxt56y {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rtbet-zxt56y {
    width: 32px;
    height: 32px;
  }
}

.rtbet-kq6dic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rtbet-kq6dic .rtbet-cwj7gp {
  flex-shrink: 0;
}

.rtbet-kq6dic .rtbet-98osuz svg {
  display: none;
}

.rtbet-j3zq9g {
  display: grid;
  transition: max-height 0.rtbet-zzxi2a ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rtbet-j3zq9g {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rtbet-j3zq9g {
    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));
  }
}

.rtbet-j3zq9g.rtbet-dvted9 + .rtbet-cwj7gp svg {
  transform: rotate(180deg);
}

.rtbet-s8jba8 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rtbet-s8jba8 > div:nth-child(3n) {
  grid-column: span 2;
}

.rtbet-s8jba8
  > div:nth-child(3n)
  .rtbet-li6mkx
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rtbet-s8jba8 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rtbet-s8jba8 > div:nth-child(3n) {
    grid-column: unset;
  }

  .rtbet-s8jba8
    > div:nth-child(3n)
    .rtbet-li6mkx
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rtbet-s8jba8 {
    max-width: 270px;
  }
}

.rtbet-s8jba8 .rtbet-li6mkx button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rtbet-s8jba8 .rtbet-li6mkx button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rtbet-s8jba8 .rtbet-li6mkx button {
    max-width: 104px;
  }
}

.rtbet-1uf91v {
  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) {
  .rtbet-1uf91v {
    margin-bottom: 0;
  }
}

.rtbet-el2zhm {
  display: none;
  opacity: 0;
}

.rtbet-oxtm5f {
  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;
  }
}

.rtbet-oxtm5f img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rtbet-li6mkx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rtbet-li6mkx button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rtbet-li6mkx
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rtbet-li6mkx
    button {
    max-width: 145px;
  }
}

.rtbet-kumk9b:first-child
  .rtbet-li6mkx
  button {
  max-width: 270px;
}

.rtbet-de6znh {
  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%;
}

.rtbet-1uf91v picture {
  width: 100%;
  max-width: 100%;
}

.rtbet-iptnmq {
  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;
}

.rtbet-iptnmq svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rtbet-1uf91v:hover .rtbet-iptnmq {
  display: flex;
}

.rtbet-hdtl36 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rtbet-q91fuw {
  display: flex;
}

.rtbet-q91fuw:hover .rtbet-hb1z2y,
.rtbet-q91fuw .rtbet-yccud8 .rtbet-hb1z2y {
  display: flex;
}

.rtbet-q91fuw svg {
  flex-shrink: 0;
}

.rtbet-hb1z2y {
  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) {
  .rtbet-hb1z2y {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rtbet-hb1z2y:hover {
  display: flex;
}

.rtbet-hb1z2y svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rtbet-p7k9i0 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .rtbet-p7k9i0 {
    font-size: 12px;
  }
}

.rtbet-ubge8i,
.rtbet-xfbrue {
  width: 50%;
  flex-shrink: 0;
}

.rtbet-ubge8i {
  font-weight: 700;
}

.rtbet-vr3svq .rtbet-j3zq9g {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rtbet-vr3svq .rtbet-j3zq9g {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rtbet-vr3svq .rtbet-j3zq9g {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rtbet-vr3svq
  .rtbet-de6znh:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rtbet-vr3svq .rtbet-oxtm5f {
  height: 100% !important;
  border-radius: 16px;
}

.rtbet-vr3svq .rtbet-li6mkx {
  gap: 4px;
  align-items: center;
}

.rtbet-vr3svq .rtbet-li6mkx button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rtbet-vr3svq .rtbet-li6mkx svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rtbet-vr3svq .rtbet-0qmr4w,
.rtbet-vr3svq .rtbet-95g2hn {
  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.rtbet-1a234r.org/2000/svg'%3E%3Cpath d='M9.rtbet-bqvhcg 4.rtbet-pzo68a.rtbet-e9pht9 5.rtbet-0ac735.rtbet-bz6ivy 5.rtbet-77i8e6.rtbet-g0doy3 5.rtbet-h02gj9.rtbet-6q6gvn 8.rtbet-w965ge.rtbet-vqlkei 9.rtbet-dk69uu.rtbet-3w3lpi 9.rtbet-eal5t7.rtbet-g3o4j3 13.rtbet-wnqs7u.rtbet-sq6cjw 11.rtbet-sf4u4p.rtbet-2n1kqs 11.rtbet-14czyy.rtbet-0pj1j1 11.rtbet-3u14zg.rtbet-tca4ra 13.rtbet-25ub4x.rtbet-wgq2eg 9.rtbet-hvkb8e.rtbet-uca2h6 9.rtbet-8pzvam.rtbet-24oio0 8.rtbet-y2qjb4.rtbet-r5y452 5.rtbet-lpa0y6.rtbet-e4ofed 5.rtbet-rrt4w9.rtbet-w4jvf3 5.rtbet-p8f6s3.rtbet-8ldlb4 4.rtbet-6cxe5o.rtbet-2n1kqs 1.rtbet-80zv9l.rtbet-bqvhcg 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rtbet-vr3svq .rtbet-0qmr4w {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rtbet-vr3svq .rtbet-95g2hn {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rtbet-7chs1k {
  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) {
  .rtbet-7chs1k {
    padding: 24px;
  }
}

.rtbet-7chs1k .rtbet-cwj7gp {
  display: flex;
}

@media (min-width: 768px) {
  .rtbet-7chs1k .rtbet-cwj7gp {
    display: none;
  }
}

.rtbet-7chs1k .rtbet-98osuz svg {
  display: none;
}

.rtbet-8uuyxe {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rtbet-8uuyxe .rtbet-gci2jd {
  display: none;
}

@media (min-width: 768px) {
  .rtbet-8uuyxe .rtbet-gci2jd {
    display: flex;
  }
}

.rtbet-ti6y0b {
  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) {
  .rtbet-ti6y0b {
    font-size: 40px;
    line-height: 48px;
  }
}

.rtbet-ti6y0b > * {
  margin: 0 !important;
}

.rtbet-ti6y0b img,
.rtbet-ftcfr3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rtbet-ti6y0b img,
  .rtbet-ftcfr3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rtbet-3fh38c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rtbet-3fh38c {
    width: 32px;
    height: 32px;
  }
}

.rtbet-heju0i {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rtbet-heju0i {
    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;
  }

  .rtbet-heju0i::-webkit-scrollbar {
    display: none;
  }
}

.rtbet-eqmdy1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rtbet-eqmdy1 {
    padding: 7px 15px;
  }
}

.rtbet-eqmdy1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rtbet-x73fpc {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rtbet-x73fpc {
    display: flex;
    opacity: 1;
  }
}

.rtbet-eqmdy1 picture {
  height: 100%;
  display: block;
}

.rtbet-eqmdy1 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rtbet-eqmdy1 img {
    width: 88px;
    height: 44px;
  }
}

.rtbet-eqmdy1 p {
  text-align: center;
  width: 100%;
}

.rtbet-mlm5lo {
  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) {
  .rtbet-mlm5lo {
    font-size: 40px;
    line-height: 48px;
  }
}

.rtbet-mlm5lo img,
.rtbet-39jcbm {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rtbet-mlm5lo img,
  .rtbet-39jcbm {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rtbet-r5sxq8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rtbet-r5sxq8 {
    width: 32px;
    height: 32px;
  }
}

.rtbet-8nk2zw {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rtbet-2o2zym {
  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;
}

.rtbet-uk4n7v {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rtbet-uk4n7v.rtbet-yccud8 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rtbet-8jj6y6 {
  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) {
  .rtbet-8jj6y6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.rtbet-h28je4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.rtbet-fmlazm {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rtbet-zzxi2a ease;
  opacity: 0;
  color: var(--text-color);
}

.rtbet-ne8uo7 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rtbet-ne8uo7 ol,
.rtbet-ne8uo7 ul {
  padding-left: 1.3em;
}

.rtbet-uk4n7v.rtbet-yccud8 .rtbet-fmlazm {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rtbet-uk4n7v.rtbet-yccud8 .rtbet-h28je4 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.rtbet-19f3zc {
  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) {
  .rtbet-19f3zc {
    padding: 24px;
  }
}

.rtbet-19f3zc .rtbet-cwj7gp {
  display: flex;
}

@media (min-width: 768px) {
  .rtbet-19f3zc .rtbet-cwj7gp {
    display: none;
  }
}

.rtbet-19f3zc .rtbet-98osuz svg {
  display: none;
}

.rtbet-afnutd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rtbet-afnutd .rtbet-gci2jd {
  display: none;
}

@media (min-width: 768px) {
  .rtbet-afnutd .rtbet-gci2jd {
    display: flex;
  }
}

.rtbet-kxhacm {
  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) {
  .rtbet-kxhacm {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rtbet-kxhacm > * {
  margin: 0 !important;
}

.rtbet-kxhacm img,
.rtbet-g8axmn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rtbet-kxhacm img,
  .rtbet-g8axmn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rtbet-l97v89 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rtbet-l97v89 {
    width: 32px;
    height: 32px;
  }
}

.rtbet-onrhbs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rtbet-onrhbs {
    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;
  }

  .rtbet-onrhbs::-webkit-scrollbar {
    display: none;
  }
}

.rtbet-3at8wp {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rtbet-3at8wp:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rtbet-548lfg {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rtbet-548lfg {
    display: flex;
    opacity: 1;
  }
}

.rtbet-3at8wp picture {
  width: auto;
  height: 100%;
  display: block;
}

.rtbet-3at8wp picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rtbet-ixqxvf {
  margin: -24px 0;
}

.rtbet-ixqxvf:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rtbet-ixqxvf {
    margin: -16px 0;
  }
}

.rtbet-wa52l8 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rtbet-wa52l8 {
    flex-direction: row;
  }
}

.rtbet-xpqggl {
  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) {
  .rtbet-xpqggl {
    flex: 1;
  }
}

.rtbet-xpqggl::placeholder {
  color: var(--Text-400);
}

.rtbet-8v2s1n {
  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;
}

.rtbet-edsitb {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rtbet-edsitb::-webkit-scrollbar {
  display: none;
}

.rtbet-or32b1 {
  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;
}

.rtbet-or32b1 img,
.rtbet-or32b1 svg {
  margin-right: 8px;
}

.rtbet-kx5j5o {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rtbet-ixqxvf + .rtbet-6e3dxx {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rtbet-ixqxvf + .rtbet-6e3dxx {
    margin-top: -16px;
  }
}

.rtbet-9i70si {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rtbet-9i70si > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rtbet-9i70si > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rtbet-sshs51 {
  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;
}

.rtbet-6r06uu {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.rtbet-xbtl0z {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rtbet-puzqca {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rtbet-j9tw5g {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rtbet-sshs51 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;
}

.rtbet-sshs51 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) {
  .rtbet-sshs51 {
    padding: 39px 179px 39px 39px;
  }

  .rtbet-6r06uu {
    font-size: 40px;
    line-height: 48px;
  }

  .rtbet-j9tw5g {
    height: 348px;
  }

  .rtbet-sshs51 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rtbet-sshs51 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rtbet-sshs51 {
    padding: 63px;
  }
}

.rtbet-ehak71 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rtbet-ehak71 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rtbet-r5nh1g {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rtbet-r5nh1g {
    width: auto;
  }
}

.rtbet-3ydigl {
  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;
}

.rtbet-3ydigl::-webkit-scrollbar {
  display: none;
}

.rtbet-3ydigl 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);
}

.rtbet-3ydigl a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rtbet-3ydigl {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rtbet-ehak71 .rtbet-vjp2iz {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rtbet-zzxi2a,
    mask-image 0.3s;
}

.rtbet-ehak71 .rtbet-vjp2iz.rtbet-6c9iis {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rtbet-fojfio {
  margin: 40px -16px;
}

.rtbet-644ca9 + .rtbet-phwa1w,
.rtbet-644ca9 + .rtbet-iu0xmq {
  margin-top: 24px;
}

.rtbet-8k2vmf {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rtbet-8k2vmf picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rtbet-7v10xp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rtbet-7v10xp {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rtbet-7v10xp {
    margin-top: 0;
  }
}

.rtbet-y1cipx {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rtbet-y1cipx {
    font-size: 24px;
    line-height: 32px;
  }
}

.rtbet-r989p0 {
  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) {
  .rtbet-r989p0 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rtbet-ibs6rf {
  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) {
  .rtbet-ibs6rf {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rtbet-08dd36 {
  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) {
  .rtbet-08dd36 {
    font-size: 20px;
    line-height: 28px;
  }
}

.rtbet-jev7ym {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rtbet-jev7ym {
    font-size: 32px;
    line-height: 40px;
  }
}

.rtbet-5pjd61 {
  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;
}

.rtbet-wgs83j {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rtbet-wgs83j img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rtbet-6e3dxx {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rtbet-5tsl1j {
  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) {
  .rtbet-5tsl1j {
    padding: 15px 48px;
  }
}

main > .rtbet-6e3dxx {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rtbet-j3zq9g.rtbet-99xc8d > div:nth-child(n+5) {
    display: none;
  }
}

.rtbet-cdvutq p a img {
  display: block;
  margin: 0 auto;
}


.rtbet-re6l2r {
  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 */
.rtbet-q8o53o {
  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;
}

.rtbet-q8o53o label {
  font-size: 14px;
}

.rtbet-q8o53o h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rtbet-q8o53o input,
.rtbet-q8o53o textarea,
.rtbet-q8o53o 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;
}
.rtbet-q8o53o button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rtbet-axu0kv ease;
}
.rtbet-q8o53o button:hover {
  background-color: var(--button-bg-hover);
}
.rtbet-putd3y {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rtbet-ggyirb ease-in;
}

.rtbet-putd3y 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;
}
.rtbet-wpfa1c, .rtbet-49vofm, [class*="review-card"],
thead, thead th, table th, .rtbet-3eu350,
.rtbet-lhj5tg, [class*="collapsible-header"],
.rtbet-lrgtu4, [class*="updated-block"] {
  color: #ece7dc !important;
}
