* {
  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;
  }
}

.rainbet-5c7dcu {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rainbet-5c7dcu {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rainbet-5c7dcu {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rainbet-yhb98k {
  overflow: hidden;
}

.rainbet-3tf52e img {
  background: var(--Neutral-300);
}

.rainbet-8mcb2h {
  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;
}

.rainbet-4tajv2 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rainbet-4tajv2:hover {
  background: var(--button-bg-hover);
}

.rainbet-t5lvai {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rainbet-t5lvai:hover {
  background: var(--button-bg-hover);
}

.rainbet-afkrh9 {
  font-size: 12px;
  line-height: 18px;
}

.rainbet-bws1i5 {
  font-size: 18px;
  line-height: 26px;
}

.rainbet-a7n5st {
  width: 100%;
}

.rainbet-yq15ay {
  padding: 6px 16px;
}

.rainbet-joqzx2 {
  padding: 10px 16px;
}

.rainbet-l913qe {
  padding: 15px 26px;
}

.rainbet-ac7ebv {
  flex-shrink: 0;
}

.rainbet-dafeg1 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.rainbet-vt8mwj {
  display: none;
}

.rainbet-4vkhmq {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rainbet-j10ihm {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rainbet-jnqqyp {
  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;
}

.rainbet-i7ejj7 {
  cursor: grab;
}

.rainbet-jnqqyp::-webkit-scrollbar {
  display: none;
}

.rainbet-0mh1gm {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rainbet-9ixfto {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rainbet-oc2ydl {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rainbet-rk71ct {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rainbet-hxuk9p {
  visibility: visible;
}

.rainbet-xkfduv {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rainbet-71enqn ease;
}

.rainbet-o63ic7 {
  background-color: var(--Primary-200);
  width: 16px;
}

.rainbet-ebrx4c {
  -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.rainbet-71enqn,
    mask-image 0.3s;
}

.rainbet-ebrx4c.rainbet-s4was9 {
  -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;
  }
}

.rainbet-js68fh: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;
}

.rainbet-dudrxh {
  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.rainbet-nlsa0p.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.rainbet-nlsa0p.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;
}

.rainbet-gcr8bm {
  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);
}

.rainbet-gcr8bm::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%
  );
}

.rainbet-pdp9b6 {
  position: relative;
  z-index: 1;
}

.rainbet-4zpj9h {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rainbet-1k3cii {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rainbet-pw3bs1 {
  font-size: 40px;
  line-height: 48px;
}

.rainbet-mffxhv {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rainbet-csqpkr {
  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;
}

.rainbet-csqpkr:hover {
  background: var(--Primary-400);
}

.rainbet-csqpkr svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rainbet-js68fh 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) {
  .rainbet-gcr8bm {
    max-width: 600px;
    padding: 64px;
  }

  .rainbet-4zpj9h {
    font-size: 24px;
    line-height: 32px;
  }

  .rainbet-1k3cii {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rainbet-pw3bs1 {
    font-size: 50px;
    line-height: 56px;
  }

  .rainbet-mffxhv {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rainbet-dudrxh {
    top: 25px;
    right: 25px;
  }
}

.rainbet-fbrag9,
.rainbet-mtghv6 {
  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;
}

.rainbet-3v48io.rainbet-7ndmn2::before,
.rainbet-mtghv6::before,
.rainbet-3jmr7c::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.rainbet-nlsa0p.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rainbet-nrshn0 14.rainbet-33oz9b.rainbet-09wh8v 14.rainbet-ff5gkr 15.rainbet-nh49ai 14.rainbet-ngorzn 15.rainbet-qfswto 14.rainbet-iz5fpb.rainbet-er6rx0 14.rainbet-poyowx 19.rainbet-is5tfp 12.rainbet-o78bml 19.rainbet-is5tfp 10.rainbet-issbt9.rainbet-is5tfp 8.rainbet-qhdhah 17.rainbet-svt267 7.rainbet-pbj74h 15.rainbet-9tic71 7.rainbet-zy800g.rainbet-3hxq7n 7.rainbet-pbj74h 11.rainbet-030bz9 8.rainbet-qhdhah 11.rainbet-030bz9 10.rainbet-ttgyhd.rainbet-030bz9 12.rainbet-f562u6 13.rainbet-lukql7 14.rainbet-jxqr8r 15.rainbet-9o7c1k 14.rainbet-ume2ep.rainbet-5g6i3x 14.rainbet-qn83kt 15.rainbet-ekpud2 14.rainbet-wbp0pd 15.rainbet-miiijn 14.rainbet-zbzafs.rainbet-nrshn0 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rainbet-fa6ane 15.rainbet-xs5dk7.rainbet-9klevf 15.rainbet-4ejwam 15.rainbet-i1bcoz 15.rainbet-8r16dv 15.rainbet-a2ukyf 15.rainbet-mfmxtc.rainbet-bhhqx6 15.rainbet-8r16dv 15.rainbet-3llgsw 15.rainbet-3646a3 15.rainbet-o5wgw0 15.rainbet-1atwle.rainbet-sup0z6 15.rainbet-bixrv9 7.rainbet-nuy48f 18.rainbet-h22007 7.rainbet-t4digq 23.rainbet-4zopyw.rainbet-0x07mn.rainbet-ojvvwr 18.rainbet-4hx915 19.rainbet-7eeiww 15.rainbet-ix5gsm 15.rainbet-fa6ane 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rainbet-413pmy [type="submit"] *,
.rainbet-vhhhaw button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rainbet-oo2044 {
    display: none;
  }
}

.rainbet-33yyfr {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rainbet-33yyfr {
  display: none;
}

@media (min-width: 768px) {
  .rainbet-33yyfr {
    bottom: 22px;
  }
}

.rainbet-33yyfr input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rainbet-33yyfr {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rainbet-1h6n3d.static) .rainbet-33yyfr {
    bottom: 8px;
  }
}

.rainbet-11u4bu {
  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.rainbet-nlsa0p.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rainbet-2orl2i 3.rainbet-9k5oc0.rainbet-owtdoe.rainbet-9ou81u 3.rainbet-jjdt1z 3.rainbet-mcuaam 5.rainbet-ygf90b 3.rainbet-mcuaam 8.rainbet-z1r4g2.rainbet-bnmtv5.rainbet-mcuaam 26.rainbet-b1zyu7 5.rainbet-ifl4zi 28.rainbet-9ihpjh 8.rainbet-qm20pr 28.rainbet-hn56pl.rainbet-ihh2zu 28.rainbet-x537e0.rainbet-tjaf6p 34.rainbet-hcib44.rainbet-o447cp 36.rainbet-7pk2oz 11.rainbet-0dkrrq 37.rainbet-pcsqd2 12.rainbet-02frpf 36.rainbet-0n9ocm.rainbet-caxbav 28.rainbet-f9vfm4.rainbet-cmytwy.rainbet-a06yzt 28.rainbet-ckfr73 36.rainbet-7t1q8y 26.rainbet-h0yili 36.rainbet-7t1q8y 23.rainbet-hwks1a.rainbet-duxz76.rainbet-7t1q8y 5.rainbet-gsnobt 34.rainbet-fx5jh2 3.rainbet-jjdt1z 31.rainbet-2orl2i 3.rainbet-n1o731.rainbet-ycac59 18.rainbet-fu2oiw.rainbet-7pcexx 18.rainbet-oacu97 8.rainbet-ic2mv7 17.rainbet-zwcq8e 8.rainbet-ic2mv7 15.rainbet-vffq6h.rainbet-ic2mv7 14.rainbet-d8x813 9.rainbet-7pcexx 13.rainbet-nix0sj 11.rainbet-ycac59 13.rainbet-se85ge.rainbet-7lyk4h 13.rainbet-nix0sj 13.rainbet-4vlk91 14.rainbet-d8x813 13.rainbet-4vlk91 15.rainbet-zgh98x.rainbet-4vlk91 17.rainbet-zwcq8e 12.rainbet-7lyk4h 18.rainbet-oacu97 11.rainbet-ycac59 18.rainbet-diukl8.rainbet-s792w0 18.rainbet-cb9hj3.rainbet-niokgo 18.rainbet-oacu97 17.rainbet-t0xy9s 17.rainbet-zwcq8e 17.rainbet-t0xy9s 15.rainbet-bsse66.rainbet-t0xy9s 14.rainbet-d8x813 18.rainbet-niokgo 13.rainbet-nix0sj 20.rainbet-s792w0 13.rainbet-0lroxv.rainbet-2j8174 13.rainbet-nix0sj 22.rainbet-ri1o59 14.rainbet-d8x813 22.rainbet-ri1o59 15.rainbet-y5qpdj.rainbet-32jzmp 17.rainbet-zwcq8e 21.rainbet-2j8174 18.rainbet-oacu97 20.rainbet-s792w0 18.rainbet-3cmh3w.rainbet-hr99x1 18.rainbet-k2jl56.rainbet-m03wby 18.rainbet-oacu97 26.rainbet-1i3tb2 17.rainbet-zwcq8e 26.rainbet-1i3tb2 15.rainbet-rgl9bf.rainbet-1i3tb2 14.rainbet-d8x813 27.rainbet-m03wby 13.rainbet-nix0sj 28.rainbet-hr99x1 13.rainbet-ea30l2.rainbet-72jhhb 13.rainbet-nix0sj 31.rainbet-8dsmv6 14.rainbet-d8x813 31.rainbet-8dsmv6 15.rainbet-n5fz9i.rainbet-1i3tb2 17.rainbet-zwcq8e 30.rainbet-72jhhb 18.rainbet-oacu97 28.rainbet-hr99x1 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"])
    .rainbet-11u4bu {
    display: none;
  }
}

.rainbet-qic3lw {
  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) {
  .rainbet-qic3lw {
    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;
}

.rainbet-vhhhaw {
  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) {
  .rainbet-vhhhaw {
    padding: 14px 16px;
  }
}

.rainbet-vhhhaw button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rainbet-vhhhaw button:first-child {
  align-content: end;
}

.rainbet-vhhhaw button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rainbet-vhhhaw
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rainbet-vhhhaw
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rainbet-vhhhaw button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rainbet-vhhhaw button:last-child svg {
  width: 38px;
  height: 38px;
}

.rainbet-3jmr7c {
  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;
}

.rainbet-3jmr7c::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rainbet-3jmr7c,
.pc61d126-chatbot[data-active-screen="3"]
  .rainbet-3jmr7c {
  opacity: 1;
  visibility: visible;
}

.rainbet-zr8eys {
  flex: 1 1;
}

.rainbet-62minj {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rainbet-62minj {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rainbet-snmkky {
  display: block;
}

.rainbet-1758ik {
  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) {
  .rainbet-1758ik {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rainbet-mtghv6 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rainbet-mtghv6::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rainbet-4saitp span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rainbet-4saitp p {
  color: var(--Text-100);
}

.rainbet-mtghv6 .rainbet-odb73h {
  grid-area: button;
}

.rainbet-mtghv6 .rainbet-odb73h::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.rainbet-nlsa0p.org/2000/svg'%3E%3Cpath d='M4.rainbet-51febz 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rainbet-1ydzjd 15L16.rainbet-1ydzjd 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rainbet-1ydzjd 5L16.rainbet-1ydzjd 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rainbet-cav1ii {
  display: block;
}

.rainbet-j5ztze {
  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) {
  .rainbet-j5ztze {
    margin-top: 40px;
  }
}

.rainbet-fbrag9 label,
.rainbet-fbrag9 input {
  display: block;
  width: 100%;
}

.rainbet-fbrag9 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rainbet-fbrag9 label.rainbet-31n1tm input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rainbet-fbrag9 label.rainbet-31n1tm::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;
}

.rainbet-fbrag9 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;
}

.rainbet-fbrag9 input::placeholder {
  color: var(--Text-400);
}

.rainbet-839yw9 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rainbet-839yw9 {
  display: flex;
}

.rainbet-839yw9 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rainbet-839yw9 ol {
    height: 420px;
    padding: 24px;
  }
}

.rainbet-839yw9 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rainbet-413pmy {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rainbet-413pmy {
    padding: 0 24px 24px;
  }
}

.rainbet-413pmy 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;
}

.rainbet-413pmy input::placeholder {
  color: var(--Text-400);
}

.rainbet-413pmy [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rainbet-413pmy [type="submit"]:disabled {
  opacity: 0.5;
}

.rainbet-413pmy [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rainbet-413pmy [type="submit"] {
    right: 40px;
  }
}

.rainbet-3v48io {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rainbet-3v48io.rainbet-7ndmn2 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rainbet-3v48io.rainbet-7ndmn2::before {
  content: "";
  width: 31px;
}

.rainbet-3v48io.rainbet-7ndmn2 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rainbet-3v48io.rainbet-rbbwcj p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rainbet-3v48io p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rainbet-33yyfr .rainbet-odb73h {
  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;
  }
}

.rainbet-oo2044 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rainbet-oo2044 {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rainbet-oo2044 {
    padding: 15px 0;
  }
}

.rainbet-oo2044 .rainbet-5c7dcu {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rainbet-oo2044 .rainbet-5c7dcu {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rainbet-clf352 {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rainbet-clf352 {
    max-width: 180px;
    height: 47px;
  }
}

.rainbet-clf352 picture,
.rainbet-clf352 img {
  display: block;
  width: 100%;
  height: 100%;
}

.rainbet-clf352 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rainbet-fjmly9 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rainbet-71enqn ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rainbet-oo2044.rainbet-i9hn5u .rainbet-fjmly9 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rainbet-fjmly9 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rainbet-fjmly9 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rainbet-n4v2v9,
.rainbet-p8mpk9 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rainbet-n4v2v9,
  .rainbet-p8mpk9 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rainbet-p8mpk9 {
    display: none;
  }
}

.rainbet-jdpwnt {
  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;
}

.rainbet-i9hn5u .rainbet-jdpwnt {
  background: var(--fh-bg-color);
}

.rainbet-jdpwnt button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rainbet-jdpwnt {
    display: none;
  }
}

.rainbet-80sfrr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rainbet-80sfrr {
    display: none;
  }
}

.rainbet-d0zjsd {
  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;
}

.rainbet-oo2044.rainbet-i9hn5u .rainbet-d0zjsd:first-child {
  display: none;
}

.rainbet-oo2044.rainbet-i9hn5u .rainbet-d0zjsd:last-child {
  display: block;
}

.rainbet-d0zjsd:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rainbet-d0zjsd {
    display: none;
  }
}

.rainbet-oj8k4c {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rainbet-oj8k4c {
    display: flex;
  }
}

.rainbet-oj8k4c ul {
  max-height: 350px;
  overflow-y: auto;
}

.rainbet-oj8k4c:hover ul {
  visibility: visible;
  opacity: 1;
}

.rainbet-oj8k4c:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rainbet-oj8k4c:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rainbet-oj8k4c:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rainbet-oj8k4c:hover .rainbet-4mpvk2 svg {
  transform: rotate(180deg);
}

.rainbet-0c3hzq {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rainbet-vjwdq8 {
  padding: 0 8px;
}

.rainbet-rm38x4 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rainbet-rm38x4:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rainbet-rm38x4 {
    padding: 4px 8px;
  }
}

.rainbet-q38vg2 {
  display: flex;
}

.rainbet-q38vg2 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rainbet-4mpvk2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rainbet-4mpvk2 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rainbet-7ag4os {
  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) {
  .rainbet-7ag4os {
    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;
  }
}

.rainbet-dykglm {
  width: 100%;
}

@media (min-width: 1200px) {
  .rainbet-dykglm {
    display: none;
  }
}

.rainbet-5yxo2m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rainbet-czuiol {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rainbet-218hy1 {
  display: flex;
}

.rainbet-a70iw9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rainbet-0hx61b {
  list-style: none;
}

@media (max-width: 1199px) {
  .rainbet-0hx61b {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rainbet-0hx61b {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rainbet-0hx61b .rainbet-vvxets [data-ref-el],
  .rainbet-0hx61b .rainbet-vvxets span,
  .rainbet-0hx61b .rainbet-vvxets a {
    white-space: nowrap;
  }
}

.rainbet-t25r4n {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rainbet-t25r4n.rainbet-16d8hr > .rainbet-vvxets {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rainbet-t25r4n.rainbet-hdfocx:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rainbet-t25r4n.rainbet-16d8hr > .rainbet-pikhjb {
    height: auto;
  }

  .rainbet-t25r4n.rainbet-16d8hr > div > .rainbet-fg5q1b {
    transform: rotate(180deg);
  }
}

.rainbet-t25r4n [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rainbet-t25r4n [data-ref-el],
.rainbet-t25r4n span {
  cursor: pointer;
}

.rainbet-t25r4n [data-ref-el],
.rainbet-t25r4n span,
.rainbet-t25r4n 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) {
  .rainbet-t25r4n [data-ref-el],
  .rainbet-t25r4n span,
  .rainbet-t25r4n a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rainbet-t25r4n [data-ref-el],
  .rainbet-t25r4n span,
  .rainbet-t25r4n a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rainbet-pikhjb {
  height: 0;
  overflow: hidden;
  transition: height 0.rainbet-71enqn ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rainbet-pikhjb::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rainbet-pikhjb::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rainbet-pikhjb::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rainbet-pikhjb {
    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;
  }

  .rainbet-pikhjb:has(> .rainbet-t25r4n.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rainbet-pikhjb .rainbet-pikhjb {
    padding: 0;
  }

  .rainbet-pikhjb .rainbet-t25r4n {
    font-weight: 400;
  }

  .rainbet-pikhjb .rainbet-t25r4n:hover > .rainbet-vvxets {
    background: var(--Neutral-300);
  }

  .rainbet-pikhjb .rainbet-fg5q1b {
    rotate: -90deg;
  }
}

.rainbet-vvxets {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rainbet-vvxets {
    padding: 8px;
  }

  .rainbet-t25r4n.rainbet-l4hrug > .rainbet-vvxets {
    background: var(--Neutral-300);
  }
}

.rainbet-fg5q1b {
  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.rainbet-nlsa0p.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rainbet-07t9oc 0.rainbet-f2t8o5.rainbet-6ueg1i -0.rainbet-7i3ip2 0.rainbet-s9wsgw -0.rainbet-7i3ip2 1.rainbet-ictjn0 0.rainbet-cbnhir.rainbet-71yn4n 4.rainbet-y4hsyf.rainbet-07t9oc 0.rainbet-60wr6b.rainbet-8ohm5j -0.rainbet-7i3ip2 9.rainbet-qpky3r -0.rainbet-7i3ip2 10.rainbet-wa814t 0.rainbet-kpn0a3.rainbet-nlxwoa 0.rainbet-6ueg1i 10.rainbet-nlxwoa 0.rainbet-s9wsgw 10.rainbet-wa814t 1.rainbet-o54sly.rainbet-osjfcv 5.rainbet-qxx5ot.rainbet-vm764h 6.rainbet-ezocpa 5.rainbet-qk6hx2 6.rainbet-ezocpa 4.rainbet-mtb9ts 5.rainbet-cb0img.rainbet-07t9oc 1.rainbet-1fecxi.rainbet-7i3ip2 0.rainbet-s9wsgw -0.rainbet-7i3ip2 0.rainbet-6ueg1i 0.rainbet-07t9oc 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rainbet-71enqn ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rainbet-fg5q1b {
    cursor: default;
  }
}

.rainbet-9vamjh {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rainbet-037id9 {
  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) {
  .rainbet-037id9 {
    padding: 40px 4px;
  }
}

.rainbet-f6s5au {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rainbet-f6s5au {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rainbet-si6ibs {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rainbet-si6ibs {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rainbet-si6ibs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rainbet-si6ibs [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rainbet-si6ibs [data-ref-el],
.rainbet-si6ibs span,
.rainbet-si6ibs a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.rainbet-5jw32z {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rainbet-5jw32z {
    margin-bottom: 12px;
  }
}

.rainbet-fnr5i9 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rainbet-fnr5i9 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rainbet-fnr5i9:last-child {
    margin-right: 0;
  }
}

.rainbet-mfspy6 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rainbet-5jw32z:hover .rainbet-4q7sdg {
  visibility: visible;
  opacity: 1;
}

.rainbet-4q7sdg {
  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);
}

.rainbet-a4gaq5 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rainbet-a3w6xv {
  display: flex;
  margin: 6px;
}

.rainbet-a3w6xv img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rainbet-4q7sdg::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);
}

.rainbet-4q7sdg::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);
}

.rainbet-h5iumj {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rainbet-h5iumj {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rainbet-shcdgw {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .rainbet-shcdgw {
    margin-right: 32px;
  }
}

.rainbet-vq68m1 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rainbet-vq68m1 {
    margin-top: 0;
    width: 340px;
  }
}

.rainbet-vq68m1 a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.rainbet-8l02iv {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rainbet-lh3qk4 {
  position: relative;
}

@media (min-width: 768px) {
  .rainbet-lh3qk4 {
    margin-top: 40px;
  }
}

.rainbet-lh3qk4 + .rainbet-obzi80,
.rainbet-lh3qk4 + .rainbet-lh3qk4 {
  margin-top: 24px;
}

.rainbet-ct6mq6 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rainbet-ct6mq6 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rainbet-ct6mq6 {
    padding: 80px;
  }
}

.rainbet-o50m4u {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rainbet-o50m4u {
    padding: 0 16px;
}


}

.rainbet-ogil4g {
  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) {
  .rainbet-ogil4g {
    font-size: 48px;
    line-height: 56px;
  }
}

.rainbet-17ztbc {
  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) {
  .rainbet-17ztbc {
    font-size: 24px;
    line-height: 32px;
  }
}

.rainbet-kqle5r {
  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;
}

.rainbet-kqle5r:hover {
  background: var(--button-bg-hover);
}

.rainbet-uofuh9 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rainbet-uofuh9 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rainbet-uofuh9 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rainbet-uofuh9 img {
  min-height: 100%;
  }
}

.rainbet-ct6mq6::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rainbet-7aypvg {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rainbet-7aypvg h1,
.rainbet-7aypvg h2,
.rainbet-7aypvg h3,
.rainbet-7aypvg h4 {
  margin-bottom: 6px;
}

.rainbet-7aypvg h1:not(:first-child),
.rainbet-7aypvg h2:not(:first-child),
.rainbet-7aypvg h3:not(:first-child),
.rainbet-7aypvg h4:not(:first-child) {
  margin-top: 16px;
}

.rainbet-7aypvg h1,
.rainbet-7aypvg h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rainbet-7aypvg h1,
  .rainbet-7aypvg h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rainbet-7aypvg h2,
.rainbet-7aypvg h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rainbet-7aypvg h2,
  .rainbet-7aypvg h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rainbet-7aypvg h3,
.rainbet-7aypvg h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rainbet-7aypvg h3,
  .rainbet-7aypvg h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rainbet-7aypvg h4,
.rainbet-7aypvg h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rainbet-7aypvg ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rainbet-7aypvg ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rainbet-7aypvg 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);
}

.rainbet-7aypvg ul ul {
  margin-bottom: 8px;
}

.rainbet-7aypvg ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rainbet-7aypvg ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rainbet-7aypvg ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rainbet-7aypvg ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rainbet-7aypvg ol li::marker {
  font-weight: 700;
}

.rainbet-7aypvg ol ol {
  margin-bottom: 8px;
}

.rainbet-7aypvg ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rainbet-7aypvg ol ul li {
  padding-left: 16px;
}

.rainbet-7aypvg 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) {
  .rainbet-7aypvg table {
    padding: 24px;
  }
}

.rainbet-7aypvg table.rainbet-1mqcrg {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rainbet-71enqn,
    mask-image 0.3s;
}

.rainbet-7aypvg table.rainbet-1mqcrg.rainbet-s4was9 {
  -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) {
  .rainbet-7aypvg table {
    display: table;
  }
}

.rainbet-7aypvg 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);
}

.rainbet-7aypvg table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rainbet-7aypvg table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rainbet-7aypvg 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) {
  .rainbet-7aypvg table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rainbet-7aypvg table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rainbet-7aypvg table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rainbet-7aypvg table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rainbet-7aypvg img {
  max-width: 100%;
  height: auto;
}

.rainbet-yjbwh1 {
  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) {
  .rainbet-yjbwh1 {
    padding: 24px;
  }
}

.rainbet-mzgck3 {
  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) {
  .rainbet-mzgck3 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rainbet-mzgck3 > * {
  margin: 0 !important;
}

.rainbet-mzgck3 img,
.rainbet-k4pjjp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rainbet-mzgck3 img,
  .rainbet-k4pjjp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rainbet-6i8841 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rainbet-6i8841 {
    width: 32px;
    height: 32px;
  }
}

.rainbet-fpl221 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rainbet-fpl221 .rainbet-4n9fv4 {
  flex-shrink: 0;
}

.rainbet-fpl221 .rainbet-r07wzw svg {
  display: none;
}

.rainbet-gosq0d {
  display: grid;
  transition: max-height 0.rainbet-71enqn ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rainbet-gosq0d {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rainbet-gosq0d {
    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));
  }
}

.rainbet-gosq0d.rainbet-rq4001 + .rainbet-4n9fv4 svg {
  transform: rotate(180deg);
}

.rainbet-aup2cj {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rainbet-aup2cj > div:nth-child(3n) {
  grid-column: span 2;
}

.rainbet-aup2cj
  > div:nth-child(3n)
  .rainbet-9vtb98
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rainbet-aup2cj {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rainbet-aup2cj > div:nth-child(3n) {
    grid-column: unset;
  }

  .rainbet-aup2cj
    > div:nth-child(3n)
    .rainbet-9vtb98
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rainbet-aup2cj {
    max-width: 270px;
  }
}

.rainbet-aup2cj .rainbet-9vtb98 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rainbet-aup2cj .rainbet-9vtb98 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rainbet-aup2cj .rainbet-9vtb98 button {
    max-width: 104px;
  }
}

.rainbet-fki94a {
  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) {
  .rainbet-fki94a {
    margin-bottom: 0;
  }
}

.rainbet-5u3wuj {
  display: none;
  opacity: 0;
}

.rainbet-xol14f {
  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;
  }
}

.rainbet-xol14f img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rainbet-9vtb98 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rainbet-9vtb98 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rainbet-9vtb98
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rainbet-9vtb98
    button {
    max-width: 145px;
  }
}

.rainbet-ru955d:first-child
  .rainbet-9vtb98
  button {
  max-width: 270px;
}

.rainbet-rlttgg {
  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%;
}

.rainbet-fki94a picture {
  width: 100%;
  max-width: 100%;
}

.rainbet-ez2u1d {
  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;
}

.rainbet-ez2u1d svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rainbet-fki94a:hover .rainbet-ez2u1d {
  display: flex;
}

.rainbet-uyjjzw {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rainbet-t350su {
  display: flex;
}

.rainbet-t350su:hover .rainbet-kfz29y,
.rainbet-t350su .rainbet-l4hrug .rainbet-kfz29y {
  display: flex;
}

.rainbet-t350su svg {
  flex-shrink: 0;
}

.rainbet-kfz29y {
  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) {
  .rainbet-kfz29y {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rainbet-kfz29y:hover {
  display: flex;
}

.rainbet-kfz29y svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rainbet-7uf3i5 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .rainbet-7uf3i5 {
    font-size: 12px;
  }
}

.rainbet-zx4lve,
.rainbet-lcg0qd {
  width: 50%;
  flex-shrink: 0;
}

.rainbet-zx4lve {
  font-weight: 700;
}

.rainbet-rk4aqq .rainbet-gosq0d {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rainbet-rk4aqq .rainbet-gosq0d {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rainbet-rk4aqq .rainbet-gosq0d {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rainbet-rk4aqq
  .rainbet-rlttgg:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rainbet-rk4aqq .rainbet-xol14f {
  height: 100% !important;
  border-radius: 16px;
}

.rainbet-rk4aqq .rainbet-9vtb98 {
  gap: 4px;
  align-items: center;
}

.rainbet-rk4aqq .rainbet-9vtb98 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rainbet-rk4aqq .rainbet-9vtb98 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rainbet-rk4aqq .rainbet-04wzga,
.rainbet-rk4aqq .rainbet-k742au {
  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.rainbet-nlsa0p.org/2000/svg'%3E%3Cpath d='M9.rainbet-d357ne 4.rainbet-4bhy98.rainbet-jwk7z9 5.rainbet-yziyrq.rainbet-mxlsh4 5.rainbet-nf3tk2.rainbet-cht2e7 5.rainbet-georux.rainbet-tasj80 8.rainbet-gjqed3.rainbet-3mhtht 9.rainbet-cg74s9.rainbet-tsznj9 9.rainbet-qzjerm.rainbet-7xk42p 13.rainbet-wwy15j.rainbet-vj5txr 11.rainbet-v63hda.rainbet-cpon3a 11.rainbet-adkhf0.rainbet-mxerv3 11.rainbet-oz0tec.rainbet-nfolz6 13.rainbet-gw28ib.rainbet-fhg166 9.rainbet-83hm45.rainbet-2ba5zq 9.rainbet-8lh36m.rainbet-to73eu 8.rainbet-z7kyod.rainbet-sheamo 5.rainbet-a9djf6.rainbet-cb18d2 5.rainbet-g1m8lt.rainbet-lejxvz 5.rainbet-9ihd5c.rainbet-bzzbjt 4.rainbet-ccdotb.rainbet-cpon3a 1.rainbet-qyzx2z.rainbet-d357ne 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rainbet-rk4aqq .rainbet-04wzga {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rainbet-rk4aqq .rainbet-k742au {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rainbet-cqr2b5 {
  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) {
  .rainbet-cqr2b5 {
    padding: 24px;
  }
}

.rainbet-cqr2b5 .rainbet-4n9fv4 {
  display: flex;
}

@media (min-width: 768px) {
  .rainbet-cqr2b5 .rainbet-4n9fv4 {
    display: none;
  }
}

.rainbet-cqr2b5 .rainbet-r07wzw svg {
  display: none;
}

.rainbet-y043c5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rainbet-y043c5 .rainbet-8mcb2h {
  display: none;
}

@media (min-width: 768px) {
  .rainbet-y043c5 .rainbet-8mcb2h {
    display: flex;
  }
}

.rainbet-8yzvnd {
  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) {
  .rainbet-8yzvnd {
    font-size: 40px;
    line-height: 48px;
  }
}

.rainbet-8yzvnd > * {
  margin: 0 !important;
}

.rainbet-8yzvnd img,
.rainbet-nde3d7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rainbet-8yzvnd img,
  .rainbet-nde3d7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rainbet-19860t {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rainbet-19860t {
    width: 32px;
    height: 32px;
  }
}

.rainbet-7noz3w {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rainbet-7noz3w {
    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;
  }

  .rainbet-7noz3w::-webkit-scrollbar {
    display: none;
  }
}

.rainbet-6coqoz {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rainbet-6coqoz {
    padding: 7px 15px;
  }
}

.rainbet-6coqoz:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rainbet-u1p0i7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rainbet-u1p0i7 {
    display: flex;
    opacity: 1;
  }
}

.rainbet-6coqoz picture {
  height: 100%;
  display: block;
}

.rainbet-6coqoz img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rainbet-6coqoz img {
    width: 88px;
    height: 44px;
  }
}

.rainbet-6coqoz p {
  text-align: center;
  width: 100%;
}

.rainbet-46jsfd {
  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) {
  .rainbet-46jsfd {
    font-size: 40px;
    line-height: 48px;
  }
}

.rainbet-46jsfd img,
.rainbet-525zuk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rainbet-46jsfd img,
  .rainbet-525zuk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rainbet-twc1c3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rainbet-twc1c3 {
    width: 32px;
    height: 32px;
  }
}

.rainbet-4dtpog {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rainbet-ga7sv7 {
  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;
}

.rainbet-b6s2m0 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rainbet-b6s2m0.rainbet-l4hrug {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rainbet-h7hvjm {
  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) {
  .rainbet-h7hvjm {
    font-size: 20px;
    line-height: 28px;
  }
}

.rainbet-eqsmig {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.rainbet-b2ecme {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rainbet-71enqn ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.rainbet-5zk4p6 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rainbet-5zk4p6 ol,
.rainbet-5zk4p6 ul {
  padding-left: 1.3em;
}

.rainbet-b6s2m0.rainbet-l4hrug .rainbet-b2ecme {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rainbet-b6s2m0.rainbet-l4hrug .rainbet-eqsmig {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.rainbet-wtv9eb {
  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) {
  .rainbet-wtv9eb {
    padding: 24px;
  }
}

.rainbet-wtv9eb .rainbet-4n9fv4 {
  display: flex;
}

@media (min-width: 768px) {
  .rainbet-wtv9eb .rainbet-4n9fv4 {
    display: none;
  }
}

.rainbet-wtv9eb .rainbet-r07wzw svg {
  display: none;
}

.rainbet-ojxa4k {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rainbet-ojxa4k .rainbet-8mcb2h {
  display: none;
}

@media (min-width: 768px) {
  .rainbet-ojxa4k .rainbet-8mcb2h {
    display: flex;
  }
}

.rainbet-lxe28v {
  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) {
  .rainbet-lxe28v {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rainbet-lxe28v > * {
  margin: 0 !important;
}

.rainbet-lxe28v img,
.rainbet-0qqjiq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rainbet-lxe28v img,
  .rainbet-0qqjiq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rainbet-tpeyut {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rainbet-tpeyut {
    width: 32px;
    height: 32px;
  }
}

.rainbet-i4eqig {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rainbet-i4eqig {
    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;
  }

  .rainbet-i4eqig::-webkit-scrollbar {
    display: none;
  }
}

.rainbet-a6bf2s {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rainbet-a6bf2s:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rainbet-zcfu02 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rainbet-zcfu02 {
    display: flex;
    opacity: 1;
  }
}

.rainbet-a6bf2s picture {
  width: auto;
  height: 100%;
  display: block;
}

.rainbet-a6bf2s picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rainbet-syjy12 {
  margin: -24px 0;
}

.rainbet-syjy12:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rainbet-syjy12 {
    margin: -16px 0;
  }
}

.rainbet-etbru9 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rainbet-etbru9 {
    flex-direction: row;
  }
}

.rainbet-pkyded {
  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) {
  .rainbet-pkyded {
    flex: 1;
  }
}

.rainbet-pkyded::placeholder {
  color: var(--Text-400);
}

.rainbet-lx657i {
  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;
}

.rainbet-ai8jrb {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rainbet-ai8jrb::-webkit-scrollbar {
  display: none;
}

.rainbet-1gdtxx {
  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;
}

.rainbet-1gdtxx img,
.rainbet-1gdtxx svg {
  margin-right: 8px;
}

.rainbet-r9i7e8 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rainbet-syjy12 + .rainbet-8axfc9 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rainbet-syjy12 + .rainbet-8axfc9 {
    margin-top: -16px;
  }
}

.rainbet-wrgxog {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rainbet-wrgxog > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rainbet-wrgxog > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rainbet-uv57gh {
  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;
}

.rainbet-0a9f2t {
  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;
}

.rainbet-ro4ivz {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rainbet-kzoi9j {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rainbet-bsp578 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rainbet-uv57gh 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;
}

.rainbet-uv57gh 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) {
  .rainbet-uv57gh {
    padding: 39px 179px 39px 39px;
  }

  .rainbet-0a9f2t {
    font-size: 40px;
    line-height: 48px;
  }

  .rainbet-bsp578 {
    height: 348px;
  }

  .rainbet-uv57gh button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rainbet-uv57gh button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rainbet-uv57gh {
    padding: 63px;
  }
}

.rainbet-b12pc7 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rainbet-b12pc7 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rainbet-0bjfea {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rainbet-0bjfea {
    width: auto;
  }
}

.rainbet-8p2dwn {
  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;
}

.rainbet-8p2dwn::-webkit-scrollbar {
  display: none;
}

.rainbet-8p2dwn 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);
}

.rainbet-8p2dwn a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rainbet-8p2dwn {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rainbet-b12pc7 .rainbet-t4tsot {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rainbet-71enqn,
    mask-image 0.3s;
}

.rainbet-b12pc7 .rainbet-t4tsot.rainbet-s4was9 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rainbet-vrsoqg {
  margin: 40px -16px;
}

.rainbet-tjo1e2 + .rainbet-obzi80,
.rainbet-tjo1e2 + .rainbet-lh3qk4 {
  margin-top: 24px;
}

.rainbet-i8whr3 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rainbet-i8whr3 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rainbet-5gk9ev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rainbet-5gk9ev {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rainbet-5gk9ev {
    margin-top: 0;
  }
}

.rainbet-f2t272 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rainbet-f2t272 {
    font-size: 24px;
    line-height: 32px;
  }
}

.rainbet-sfi2zl {
  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) {
  .rainbet-sfi2zl {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rainbet-11bsox {
  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) {
  .rainbet-11bsox {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rainbet-hyi9k2 {
  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) {
  .rainbet-hyi9k2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.rainbet-47czq6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rainbet-47czq6 {
    font-size: 32px;
    line-height: 40px;
  }
}

.rainbet-koye3z {
  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;
}

.rainbet-zpdsdc {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rainbet-zpdsdc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rainbet-8axfc9 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rainbet-8pa8ln {
  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) {
  .rainbet-8pa8ln {
    padding: 15px 48px;
  }
}

main > .rainbet-8axfc9 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rainbet-gosq0d.rainbet-2z4bmr > div:nth-child(n+5) {
    display: none;
  }
}

.rainbet-7aypvg p a img {
  display: block;
  margin: 0 auto;
}


.rainbet-qoav7e {
  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 */
.rainbet-ablyxa {
  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;
}

.rainbet-ablyxa label {
  font-size: 14px;
}

.rainbet-ablyxa h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rainbet-ablyxa input,
.rainbet-ablyxa textarea,
.rainbet-ablyxa 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;
}
.rainbet-ablyxa button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rainbet-at7yn8 ease;
}
.rainbet-ablyxa button:hover {
  background-color: var(--button-bg-hover);
}
.rainbet-w7gufi {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rainbet-7dozfd ease-in;
}

.rainbet-w7gufi 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;
}
.rainbet-vgko1o, .rainbet-i1qa7o, [class*="review-card"],
thead, thead th, table th, .rainbet-qpth3e,
.rainbet-80ggum, [class*="collapsible-header"],
.rainbet-h8w4di, [class*="updated-block"] {
  color: #ece7dc !important;
}

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