* {
  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;
  }
}

.bet-on-red-tekatn {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bet-on-red-tekatn {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bet-on-red-tekatn {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bet-on-red-zsmby6 {
  overflow: hidden;
}

.bet-on-red-k9408w img {
  background: var(--Neutral-300);
}

.bet-on-red-92z8mp {
  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;
}

.bet-on-red-oo2q3x {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bet-on-red-oo2q3x:hover {
  background: var(--button-bg-hover);
}

.bet-on-red-zw6l20 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bet-on-red-zw6l20:hover {
  background: var(--button-bg-hover);
}

.bet-on-red-v6q872 {
  font-size: 12px;
  line-height: 18px;
}

.bet-on-red-apy9s8 {
  font-size: 18px;
  line-height: 26px;
}

.bet-on-red-ndfrg5 {
  width: 100%;
}

.bet-on-red-usgf40 {
  padding: 6px 16px;
}

.bet-on-red-5dacw6 {
  padding: 10px 16px;
}

.bet-on-red-h8ic7m {
  padding: 15px 26px;
}

.bet-on-red-8dgyqz {
  flex-shrink: 0;
}

.bet-on-red-5jejba {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.bet-on-red-d3dkam {
  display: none;
}

.bet-on-red-jz5jrp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bet-on-red-iyemby {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bet-on-red-u8xbhk {
  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;
}

.bet-on-red-n8u9g7 {
  cursor: grab;
}

.bet-on-red-u8xbhk::-webkit-scrollbar {
  display: none;
}

.bet-on-red-q72y79 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bet-on-red-msft08 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bet-on-red-mwlwp6 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bet-on-red-wwt71z {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bet-on-red-4s0vqg {
  visibility: visible;
}

.bet-on-red-1vnx9g {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bet-on-red-i1hcwg ease;
}

.bet-on-red-y2bpuq {
  background-color: var(--Primary-200);
  width: 16px;
}

.bet-on-red-07t8wr {
  -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.bet-on-red-i1hcwg,
    mask-image 0.3s;
}

.bet-on-red-07t8wr.bet-on-red-up1rpq {
  -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;
  }
}

.bet-on-red-mn1dv0: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;
}

.bet-on-red-rmx2ul {
  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.bet-on-red-rp7m7a.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.bet-on-red-rp7m7a.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;
}

.bet-on-red-j6xzyg {
  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);
}

.bet-on-red-j6xzyg::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%
  );
}

.bet-on-red-x8t9xv {
  position: relative;
  z-index: 1;
}

.bet-on-red-xpaasx {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bet-on-red-6s2m0a {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.bet-on-red-1e4v1u {
  font-size: 40px;
  line-height: 48px;
}

.bet-on-red-gbvqzf {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bet-on-red-b8tpl0 {
  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;
}

.bet-on-red-b8tpl0:hover {
  background: var(--Primary-400);
}

.bet-on-red-b8tpl0 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bet-on-red-mn1dv0 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) {
  .bet-on-red-j6xzyg {
    max-width: 600px;
    padding: 64px;
  }

  .bet-on-red-xpaasx {
    font-size: 24px;
    line-height: 32px;
  }

  .bet-on-red-6s2m0a {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bet-on-red-1e4v1u {
    font-size: 50px;
    line-height: 56px;
  }

  .bet-on-red-gbvqzf {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bet-on-red-rmx2ul {
    top: 25px;
    right: 25px;
  }
}

.bet-on-red-358tyw,
.bet-on-red-u3obr2 {
  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;
}

.bet-on-red-aqle06.bet-on-red-ef9f7t::before,
.bet-on-red-u3obr2::before,
.bet-on-red-yh1qnf::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.bet-on-red-rp7m7a.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bet-on-red-98jlnj 14.bet-on-red-m3hq0y.bet-on-red-888tly 14.bet-on-red-4nxirw 15.bet-on-red-4dwdly 14.bet-on-red-m6ool7 15.bet-on-red-45s09b 14.bet-on-red-fnph69.bet-on-red-gqpw0k 14.bet-on-red-gv3tb7 19.bet-on-red-5m4vp4 12.bet-on-red-u03y4p 19.bet-on-red-5m4vp4 10.bet-on-red-1eyq39.bet-on-red-5m4vp4 8.bet-on-red-hx2t95 17.bet-on-red-my02q6 7.bet-on-red-dyzf1j 15.bet-on-red-6gfo72 7.bet-on-red-qgh7nj.bet-on-red-7fh1pa 7.bet-on-red-dyzf1j 11.bet-on-red-z8hua9 8.bet-on-red-hx2t95 11.bet-on-red-z8hua9 10.bet-on-red-9jh0z3.bet-on-red-z8hua9 12.bet-on-red-zd26py 13.bet-on-red-e8tpdu 14.bet-on-red-0zvik5 15.bet-on-red-x70mpa 14.bet-on-red-jtty3w.bet-on-red-6izcqp 14.bet-on-red-avzh5u 15.bet-on-red-bq6qqc 14.bet-on-red-qirz76 15.bet-on-red-yj9pq5 14.bet-on-red-hubbqe.bet-on-red-98jlnj 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bet-on-red-rd6q4s 15.bet-on-red-mk0tku.bet-on-red-9xxh83 15.bet-on-red-wjt4gu 15.bet-on-red-fseg0f 15.bet-on-red-uxdmfk 15.bet-on-red-qx0r9z 15.bet-on-red-zyj1ac.bet-on-red-za4vql 15.bet-on-red-uxdmfk 15.bet-on-red-amk9gq 15.bet-on-red-wls84t 15.bet-on-red-609yyl 15.bet-on-red-qixgjb.bet-on-red-nkm8ac 15.bet-on-red-fwj0t8 7.bet-on-red-bbuif6 18.bet-on-red-ao0497 7.bet-on-red-vy3jq4 23.bet-on-red-hcabwi.bet-on-red-3rxolp.bet-on-red-x0d3rv 18.bet-on-red-pmxrqm 19.bet-on-red-7ih81q 15.bet-on-red-mia91k 15.bet-on-red-rd6q4s 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.bet-on-red-6c00f2 [type="submit"] *,
.bet-on-red-31ihsq button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bet-on-red-143py4 {
    display: none;
  }
}

.bet-on-red-sr25yu {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bet-on-red-sr25yu {
  display: none;
}

@media (min-width: 768px) {
  .bet-on-red-sr25yu {
    bottom: 22px;
  }
}

.bet-on-red-sr25yu input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bet-on-red-sr25yu {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bet-on-red-btxux4.static) .bet-on-red-sr25yu {
    bottom: 8px;
  }
}

.bet-on-red-p3tnz8 {
  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.bet-on-red-rp7m7a.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bet-on-red-1e54vq 3.bet-on-red-g0lrzx.bet-on-red-kxnrfj.bet-on-red-26kftt 3.bet-on-red-90uu81 3.bet-on-red-krh8pi 5.bet-on-red-jd3fx3 3.bet-on-red-krh8pi 8.bet-on-red-nyxm1w.bet-on-red-v15udy.bet-on-red-krh8pi 26.bet-on-red-f50thx 5.bet-on-red-2x4s04 28.bet-on-red-1nthxi 8.bet-on-red-cc2ukv 28.bet-on-red-em3a8y.bet-on-red-kn77vu 28.bet-on-red-4hmbtt.bet-on-red-2hyct7 34.bet-on-red-2fubtq.bet-on-red-gzbf9v 36.bet-on-red-evg1h5 11.bet-on-red-6io1gx 37.bet-on-red-9zv7tt 12.bet-on-red-9mulmw 36.bet-on-red-x2zdob.bet-on-red-4u8izw 28.bet-on-red-6n5ccl.bet-on-red-1nerg3.bet-on-red-iyqvx0 28.bet-on-red-0wem2s 36.bet-on-red-evrgx7 26.bet-on-red-0arf0k 36.bet-on-red-evrgx7 23.bet-on-red-gqilql.bet-on-red-ak6tdr.bet-on-red-evrgx7 5.bet-on-red-9x4tbt 34.bet-on-red-9kd5mj 3.bet-on-red-90uu81 31.bet-on-red-1e54vq 3.bet-on-red-r8n8e1.bet-on-red-7cgd3k 18.bet-on-red-ymmcto.bet-on-red-kq105j 18.bet-on-red-42zlcn 8.bet-on-red-d3kfo3 17.bet-on-red-v1ir18 8.bet-on-red-d3kfo3 15.bet-on-red-jgcbbh.bet-on-red-d3kfo3 14.bet-on-red-5anl6c 9.bet-on-red-kq105j 13.bet-on-red-4vlq70 11.bet-on-red-7cgd3k 13.bet-on-red-y8e40h.bet-on-red-9h1fme 13.bet-on-red-4vlq70 13.bet-on-red-dczcz3 14.bet-on-red-5anl6c 13.bet-on-red-dczcz3 15.bet-on-red-8sb0yv.bet-on-red-dczcz3 17.bet-on-red-v1ir18 12.bet-on-red-9h1fme 18.bet-on-red-42zlcn 11.bet-on-red-7cgd3k 18.bet-on-red-44jpms.bet-on-red-frbrxy 18.bet-on-red-sw8zvy.bet-on-red-6ohd8g 18.bet-on-red-42zlcn 17.bet-on-red-za24as 17.bet-on-red-v1ir18 17.bet-on-red-za24as 15.bet-on-red-oe49v4.bet-on-red-za24as 14.bet-on-red-5anl6c 18.bet-on-red-6ohd8g 13.bet-on-red-4vlq70 20.bet-on-red-frbrxy 13.bet-on-red-67opv6.bet-on-red-g5mxzi 13.bet-on-red-4vlq70 22.bet-on-red-vg8rxm 14.bet-on-red-5anl6c 22.bet-on-red-vg8rxm 15.bet-on-red-xnwpxl.bet-on-red-yygah0 17.bet-on-red-v1ir18 21.bet-on-red-g5mxzi 18.bet-on-red-42zlcn 20.bet-on-red-frbrxy 18.bet-on-red-sx7pqr.bet-on-red-rlqa5h 18.bet-on-red-qt2x12.bet-on-red-ul9agu 18.bet-on-red-42zlcn 26.bet-on-red-i1bbwh 17.bet-on-red-v1ir18 26.bet-on-red-i1bbwh 15.bet-on-red-15v89g.bet-on-red-i1bbwh 14.bet-on-red-5anl6c 27.bet-on-red-ul9agu 13.bet-on-red-4vlq70 28.bet-on-red-rlqa5h 13.bet-on-red-jmbfna.bet-on-red-xxrl4b 13.bet-on-red-4vlq70 31.bet-on-red-63mhyp 14.bet-on-red-5anl6c 31.bet-on-red-63mhyp 15.bet-on-red-u0zset.bet-on-red-i1bbwh 17.bet-on-red-v1ir18 30.bet-on-red-xxrl4b 18.bet-on-red-42zlcn 28.bet-on-red-rlqa5h 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"])
    .bet-on-red-p3tnz8 {
    display: none;
  }
}

.bet-on-red-exch65 {
  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) {
  .bet-on-red-exch65 {
    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;
}

.bet-on-red-31ihsq {
  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) {
  .bet-on-red-31ihsq {
    padding: 14px 16px;
  }
}

.bet-on-red-31ihsq button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bet-on-red-31ihsq button:first-child {
  align-content: end;
}

.bet-on-red-31ihsq button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bet-on-red-31ihsq
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bet-on-red-31ihsq
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bet-on-red-31ihsq button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bet-on-red-31ihsq button:last-child svg {
  width: 38px;
  height: 38px;
}

.bet-on-red-yh1qnf {
  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;
}

.bet-on-red-yh1qnf::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bet-on-red-yh1qnf,
.pc61d126-chatbot[data-active-screen="3"]
  .bet-on-red-yh1qnf {
  opacity: 1;
  visibility: visible;
}

.bet-on-red-e21zor {
  flex: 1 1;
}

.bet-on-red-fqiq6f {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bet-on-red-fqiq6f {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bet-on-red-0j8qc8 {
  display: block;
}

.bet-on-red-s9c600 {
  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) {
  .bet-on-red-s9c600 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bet-on-red-u3obr2 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.bet-on-red-u3obr2::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bet-on-red-ijof0r span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bet-on-red-ijof0r p {
  color: var(--Text-100);
}

.bet-on-red-u3obr2 .bet-on-red-k6oecx {
  grid-area: button;
}

.bet-on-red-u3obr2 .bet-on-red-k6oecx::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.bet-on-red-rp7m7a.org/2000/svg'%3E%3Cpath d='M4.bet-on-red-omroxy 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bet-on-red-wzj4qg 15L16.bet-on-red-wzj4qg 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bet-on-red-wzj4qg 5L16.bet-on-red-wzj4qg 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .bet-on-red-tfw82f {
  display: block;
}

.bet-on-red-u761vj {
  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) {
  .bet-on-red-u761vj {
    margin-top: 40px;
  }
}

.bet-on-red-358tyw label,
.bet-on-red-358tyw input {
  display: block;
  width: 100%;
}

.bet-on-red-358tyw label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bet-on-red-358tyw label.bet-on-red-beakt0 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bet-on-red-358tyw label.bet-on-red-beakt0::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;
}

.bet-on-red-358tyw 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;
}

.bet-on-red-358tyw input::placeholder {
  color: var(--Text-400);
}

.bet-on-red-ekamya {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bet-on-red-ekamya {
  display: flex;
}

.bet-on-red-ekamya ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bet-on-red-ekamya ol {
    height: 420px;
    padding: 24px;
  }
}

.bet-on-red-ekamya ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bet-on-red-6c00f2 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bet-on-red-6c00f2 {
    padding: 0 24px 24px;
  }
}

.bet-on-red-6c00f2 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;
}

.bet-on-red-6c00f2 input::placeholder {
  color: var(--Text-400);
}

.bet-on-red-6c00f2 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bet-on-red-6c00f2 [type="submit"]:disabled {
  opacity: 0.5;
}

.bet-on-red-6c00f2 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bet-on-red-6c00f2 [type="submit"] {
    right: 40px;
  }
}

.bet-on-red-aqle06 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bet-on-red-aqle06.bet-on-red-ef9f7t {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bet-on-red-aqle06.bet-on-red-ef9f7t::before {
  content: "";
  width: 31px;
}

.bet-on-red-aqle06.bet-on-red-ef9f7t p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bet-on-red-aqle06.bet-on-red-dh0u96 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bet-on-red-aqle06 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bet-on-red-sr25yu .bet-on-red-k6oecx {
  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;
  }
}

.bet-on-red-143py4 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bet-on-red-143py4 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bet-on-red-143py4 {
    padding: 18px 0;
  }
}

.bet-on-red-143py4 .bet-on-red-tekatn {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bet-on-red-143py4 .bet-on-red-tekatn {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bet-on-red-kh45bg {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bet-on-red-kh45bg {
    max-width: 160px;
    height: 40px;
  }
}

.bet-on-red-kh45bg picture,
.bet-on-red-kh45bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.bet-on-red-kh45bg img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bet-on-red-3w22f9 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bet-on-red-i1hcwg ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bet-on-red-143py4.bet-on-red-tdxk6x .bet-on-red-3w22f9 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bet-on-red-3w22f9 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bet-on-red-3w22f9 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bet-on-red-pb8hbr,
.bet-on-red-knl7sv {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bet-on-red-pb8hbr,
  .bet-on-red-knl7sv {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bet-on-red-knl7sv {
    display: none;
  }
}

.bet-on-red-19xucl {
  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;
}

.bet-on-red-tdxk6x .bet-on-red-19xucl {
  background: var(--fh-bg-color);
}

.bet-on-red-19xucl button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bet-on-red-19xucl {
    display: none;
  }
}

.bet-on-red-lu9ttv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bet-on-red-lu9ttv {
    display: none;
  }
}

.bet-on-red-5ymcqo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.bet-on-red-143py4.bet-on-red-tdxk6x .bet-on-red-5ymcqo:first-child {
  display: none;
}

.bet-on-red-143py4.bet-on-red-tdxk6x .bet-on-red-5ymcqo:last-child {
  display: block;
}

.bet-on-red-5ymcqo:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bet-on-red-5ymcqo {
    display: none;
  }
}

.bet-on-red-ojruyd {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bet-on-red-ojruyd {
    display: flex;
  }
}

.bet-on-red-ojruyd ul {
  max-height: 350px;
  overflow-y: auto;
}

.bet-on-red-ojruyd:hover ul {
  visibility: visible;
  opacity: 1;
}

.bet-on-red-ojruyd:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bet-on-red-ojruyd:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bet-on-red-ojruyd:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bet-on-red-ojruyd:hover .bet-on-red-44mtuh svg {
  transform: rotate(180deg);
}

.bet-on-red-0eksna {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bet-on-red-v9jcs5 {
  padding: 0 8px;
}

.bet-on-red-hj13x5 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bet-on-red-hj13x5:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bet-on-red-hj13x5 {
    padding: 4px 8px;
  }
}

.bet-on-red-2besnw {
  display: flex;
}

.bet-on-red-2besnw img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bet-on-red-44mtuh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bet-on-red-44mtuh svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bet-on-red-m5g88t {
  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) {
  .bet-on-red-m5g88t {
    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;
  }
}

.bet-on-red-dccuil {
  width: 100%;
}

@media (min-width: 1200px) {
  .bet-on-red-dccuil {
    display: none;
  }
}

.bet-on-red-8y1nxw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bet-on-red-5cfgqh {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bet-on-red-zfh6dl {
  display: flex;
}

.bet-on-red-qze66u {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bet-on-red-zcp20t {
  list-style: none;
}

@media (max-width: 1199px) {
  .bet-on-red-zcp20t {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bet-on-red-zcp20t {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bet-on-red-zcp20t .bet-on-red-93oill [data-ref-el],
  .bet-on-red-zcp20t .bet-on-red-93oill span,
  .bet-on-red-zcp20t .bet-on-red-93oill a {
    white-space: nowrap;
  }
}

.bet-on-red-3d98fq {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bet-on-red-3d98fq.bet-on-red-1do6km > .bet-on-red-93oill {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bet-on-red-3d98fq.bet-on-red-b7ls36:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bet-on-red-3d98fq.bet-on-red-1do6km > .bet-on-red-vlc7dy {
    height: auto;
  }

  .bet-on-red-3d98fq.bet-on-red-1do6km > div > .bet-on-red-8oo41j {
    transform: rotate(180deg);
  }
}

.bet-on-red-3d98fq [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bet-on-red-3d98fq [data-ref-el],
.bet-on-red-3d98fq span {
  cursor: pointer;
}

.bet-on-red-3d98fq [data-ref-el],
.bet-on-red-3d98fq span,
.bet-on-red-3d98fq a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .bet-on-red-3d98fq [data-ref-el],
  .bet-on-red-3d98fq span,
  .bet-on-red-3d98fq a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bet-on-red-3d98fq [data-ref-el],
  .bet-on-red-3d98fq span,
  .bet-on-red-3d98fq a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bet-on-red-vlc7dy {
  height: 0;
  overflow: hidden;
  transition: height 0.bet-on-red-i1hcwg ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bet-on-red-vlc7dy::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bet-on-red-vlc7dy::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bet-on-red-vlc7dy::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bet-on-red-vlc7dy {
    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;
  }

  .bet-on-red-vlc7dy:has(> .bet-on-red-3d98fq.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bet-on-red-vlc7dy .bet-on-red-vlc7dy {
    padding: 0;
  }

  .bet-on-red-vlc7dy .bet-on-red-3d98fq {
    font-weight: 400;
  }

  .bet-on-red-vlc7dy .bet-on-red-3d98fq:hover > .bet-on-red-93oill {
    background: var(--Neutral-300);
  }

  .bet-on-red-vlc7dy .bet-on-red-8oo41j {
    rotate: -90deg;
  }
}

.bet-on-red-93oill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bet-on-red-93oill {
    padding: 8px;
  }

  .bet-on-red-3d98fq.bet-on-red-9mc3al > .bet-on-red-93oill {
    background: var(--Neutral-300);
  }
}

.bet-on-red-8oo41j {
  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.bet-on-red-rp7m7a.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bet-on-red-y0w8em 0.bet-on-red-l39tme.bet-on-red-7blgro -0.bet-on-red-5rbkcr 0.bet-on-red-cqov4w -0.bet-on-red-5rbkcr 1.bet-on-red-3umtxe 0.bet-on-red-3nad6c.bet-on-red-rk5o1y 4.bet-on-red-nb0iqp.bet-on-red-y0w8em 0.bet-on-red-ynhdje.bet-on-red-gn0c0n -0.bet-on-red-5rbkcr 9.bet-on-red-wkg3vp -0.bet-on-red-5rbkcr 10.bet-on-red-rax9fl 0.bet-on-red-hmq0gl.bet-on-red-yxp4ox 0.bet-on-red-7blgro 10.bet-on-red-yxp4ox 0.bet-on-red-cqov4w 10.bet-on-red-rax9fl 1.bet-on-red-s8b7v4.bet-on-red-66a4mz 5.bet-on-red-ta4jvw.bet-on-red-tdx1tm 6.bet-on-red-nxrpzm 5.bet-on-red-lq6qjs 6.bet-on-red-nxrpzm 4.bet-on-red-9oeek2 5.bet-on-red-d9f0cq.bet-on-red-y0w8em 1.bet-on-red-agpnpq.bet-on-red-5rbkcr 0.bet-on-red-cqov4w -0.bet-on-red-5rbkcr 0.bet-on-red-7blgro 0.bet-on-red-y0w8em 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bet-on-red-i1hcwg ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bet-on-red-8oo41j {
    cursor: default;
  }
}

.bet-on-red-m0y7ki {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bet-on-red-8719g3 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .bet-on-red-8719g3 {
    padding: 40px 4px;
  }
}

.bet-on-red-s9lhoc {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bet-on-red-s9lhoc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bet-on-red-whun7x {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bet-on-red-whun7x {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bet-on-red-whun7x ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bet-on-red-whun7x [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bet-on-red-whun7x [data-ref-el],
.bet-on-red-whun7x span,
.bet-on-red-whun7x a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bet-on-red-n2vbn6 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bet-on-red-n2vbn6 {
    margin-bottom: 12px;
  }
}

.bet-on-red-4ri61z {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bet-on-red-4ri61z img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bet-on-red-4ri61z:last-child {
    margin-right: 0;
  }
}

.bet-on-red-96kkcx {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bet-on-red-n2vbn6:hover .bet-on-red-ldkywx {
  visibility: visible;
  opacity: 1;
}

.bet-on-red-ldkywx {
  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);
}

.bet-on-red-auv4nj {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bet-on-red-v2ontk {
  display: flex;
  margin: 6px;
}

.bet-on-red-v2ontk img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bet-on-red-ldkywx::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);
}

.bet-on-red-ldkywx::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);
}

.bet-on-red-qvvmae {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bet-on-red-qvvmae {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bet-on-red-swlje0 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bet-on-red-swlje0 {
    margin-right: 32px;
  }
}

.bet-on-red-h341c2 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bet-on-red-h341c2 {
    margin-top: 0;
    width: 340px;
  }
}

.bet-on-red-h341c2 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bet-on-red-1e1ua2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bet-on-red-huvd6n {
  position: relative;
}

@media (min-width: 768px) {
  .bet-on-red-huvd6n {
    margin-top: 40px;
  }
}

.bet-on-red-huvd6n + .bet-on-red-h8eleg,
.bet-on-red-huvd6n + .bet-on-red-huvd6n {
  margin-top: 24px;
}

.bet-on-red-nhpp4b {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bet-on-red-nhpp4b {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bet-on-red-nhpp4b {
    padding: 80px;
  }
}

.bet-on-red-kxb3iv {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bet-on-red-kxb3iv {
    padding: 0 16px;
}


}

.bet-on-red-t3jb5t {
  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) {
  .bet-on-red-t3jb5t {
    font-size: 48px;
    line-height: 56px;
  }
}

.bet-on-red-g23nky {
  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) {
  .bet-on-red-g23nky {
    font-size: 24px;
    line-height: 32px;
  }
}

.bet-on-red-mk0fd2 {
  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;
}

.bet-on-red-mk0fd2:hover {
  background: var(--button-bg-hover);
}

.bet-on-red-7833ex {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bet-on-red-7833ex img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bet-on-red-7833ex img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bet-on-red-7833ex img {
  min-height: 100%;
  }
}

.bet-on-red-nhpp4b::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bet-on-red-kixvod {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bet-on-red-kixvod h1,
.bet-on-red-kixvod h2,
.bet-on-red-kixvod h3,
.bet-on-red-kixvod h4 {
  margin-bottom: 6px;
}

.bet-on-red-kixvod h1:not(:first-child),
.bet-on-red-kixvod h2:not(:first-child),
.bet-on-red-kixvod h3:not(:first-child),
.bet-on-red-kixvod h4:not(:first-child) {
  margin-top: 16px;
}

.bet-on-red-kixvod h1,
.bet-on-red-kixvod h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bet-on-red-kixvod h1,
  .bet-on-red-kixvod h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bet-on-red-kixvod h2,
.bet-on-red-kixvod h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bet-on-red-kixvod h2,
  .bet-on-red-kixvod h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bet-on-red-kixvod h3,
.bet-on-red-kixvod h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bet-on-red-kixvod h3,
  .bet-on-red-kixvod h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bet-on-red-kixvod h4,
.bet-on-red-kixvod h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bet-on-red-kixvod ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bet-on-red-kixvod ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bet-on-red-kixvod 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);
}

.bet-on-red-kixvod ul ul {
  margin-bottom: 8px;
}

.bet-on-red-kixvod ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bet-on-red-kixvod ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bet-on-red-kixvod ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bet-on-red-kixvod ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bet-on-red-kixvod ol li::marker {
  font-weight: 700;
}

.bet-on-red-kixvod ol ol {
  margin-bottom: 8px;
}

.bet-on-red-kixvod ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bet-on-red-kixvod ol ul li {
  padding-left: 16px;
}

.bet-on-red-kixvod 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) {
  .bet-on-red-kixvod table {
    padding: 24px;
  }
}

.bet-on-red-kixvod table.bet-on-red-7at7c2 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bet-on-red-i1hcwg,
    mask-image 0.3s;
}

.bet-on-red-kixvod table.bet-on-red-7at7c2.bet-on-red-up1rpq {
  -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) {
  .bet-on-red-kixvod table {
    display: table;
  }
}

.bet-on-red-kixvod 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);
}

.bet-on-red-kixvod table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bet-on-red-kixvod table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bet-on-red-kixvod 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) {
  .bet-on-red-kixvod table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bet-on-red-kixvod table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bet-on-red-kixvod table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bet-on-red-kixvod table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bet-on-red-kixvod img {
  max-width: 100%;
  height: auto;
}

.bet-on-red-5ygr5s {
  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) {
  .bet-on-red-5ygr5s {
    padding: 24px;
  }
}

.bet-on-red-z4up4c {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .bet-on-red-z4up4c {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bet-on-red-z4up4c > * {
  margin: 0 !important;
}

.bet-on-red-z4up4c img,
.bet-on-red-k0c05l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bet-on-red-z4up4c img,
  .bet-on-red-k0c05l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bet-on-red-xbusix {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bet-on-red-xbusix {
    width: 32px;
    height: 32px;
  }
}

.bet-on-red-x6rvu6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bet-on-red-x6rvu6 .bet-on-red-vcy00e {
  flex-shrink: 0;
}

.bet-on-red-x6rvu6 .bet-on-red-3bj2m0 svg {
  display: none;
}

.bet-on-red-n98dog {
  display: grid;
  transition: max-height 0.bet-on-red-i1hcwg ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bet-on-red-n98dog {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bet-on-red-n98dog {
    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));
  }
}

.bet-on-red-n98dog.bet-on-red-yv4a94 + .bet-on-red-vcy00e svg {
  transform: rotate(180deg);
}

.bet-on-red-zvyyxo {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bet-on-red-zvyyxo > div:nth-child(3n) {
  grid-column: span 2;
}

.bet-on-red-zvyyxo
  > div:nth-child(3n)
  .bet-on-red-qq2e8p
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bet-on-red-zvyyxo {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bet-on-red-zvyyxo > div:nth-child(3n) {
    grid-column: unset;
  }

  .bet-on-red-zvyyxo
    > div:nth-child(3n)
    .bet-on-red-qq2e8p
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bet-on-red-zvyyxo {
    max-width: 270px;
  }
}

.bet-on-red-zvyyxo .bet-on-red-qq2e8p button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bet-on-red-zvyyxo .bet-on-red-qq2e8p button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bet-on-red-zvyyxo .bet-on-red-qq2e8p button {
    max-width: 104px;
  }
}

.bet-on-red-7zs4b8 {
  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) {
  .bet-on-red-7zs4b8 {
    margin-bottom: 0;
  }
}

.bet-on-red-n0l8b2 {
  display: none;
  opacity: 0;
}

.bet-on-red-o67wwp {
  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;
  }
}

.bet-on-red-o67wwp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bet-on-red-qq2e8p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bet-on-red-qq2e8p button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bet-on-red-qq2e8p
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bet-on-red-qq2e8p
    button {
    max-width: 145px;
  }
}

.bet-on-red-1s8c5g:first-child
  .bet-on-red-qq2e8p
  button {
  max-width: 270px;
}

.bet-on-red-z4fnha {
  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%;
}

.bet-on-red-7zs4b8 picture {
  width: 100%;
  max-width: 100%;
}

.bet-on-red-us3pup {
  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;
}

.bet-on-red-us3pup svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bet-on-red-7zs4b8:hover .bet-on-red-us3pup {
  display: flex;
}

.bet-on-red-acvwu7 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bet-on-red-inhhvq {
  display: flex;
}

.bet-on-red-inhhvq:hover .bet-on-red-7zbl6f,
.bet-on-red-inhhvq .bet-on-red-9mc3al .bet-on-red-7zbl6f {
  display: flex;
}

.bet-on-red-inhhvq svg {
  flex-shrink: 0;
}

.bet-on-red-7zbl6f {
  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) {
  .bet-on-red-7zbl6f {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bet-on-red-7zbl6f:hover {
  display: flex;
}

.bet-on-red-7zbl6f svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bet-on-red-vi6sjq {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .bet-on-red-vi6sjq {
    font-size: 12px;
  }
}

.bet-on-red-vqkxdz,
.bet-on-red-34r3tz {
  width: 50%;
  flex-shrink: 0;
}

.bet-on-red-vqkxdz {
  font-weight: 700;
}

.bet-on-red-62lu46 .bet-on-red-n98dog {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bet-on-red-62lu46 .bet-on-red-n98dog {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bet-on-red-62lu46 .bet-on-red-n98dog {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bet-on-red-62lu46
  .bet-on-red-z4fnha:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bet-on-red-62lu46 .bet-on-red-o67wwp {
  height: 100% !important;
  border-radius: 16px;
}

.bet-on-red-62lu46 .bet-on-red-qq2e8p {
  gap: 4px;
  align-items: center;
}

.bet-on-red-62lu46 .bet-on-red-qq2e8p button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bet-on-red-62lu46 .bet-on-red-qq2e8p svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bet-on-red-62lu46 .bet-on-red-2oqin0,
.bet-on-red-62lu46 .bet-on-red-deiuss {
  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.bet-on-red-rp7m7a.org/2000/svg'%3E%3Cpath d='M9.bet-on-red-bj7fqq 4.bet-on-red-eljkoo.bet-on-red-rcbasj 5.bet-on-red-b23pwh.bet-on-red-1mpkle 5.bet-on-red-6db5bb.bet-on-red-uukryy 5.bet-on-red-9i5l5v.bet-on-red-v45uww 8.bet-on-red-zqzv44.bet-on-red-6lbiia 9.bet-on-red-5g3981.bet-on-red-6z6pes 9.bet-on-red-1rbks3.bet-on-red-78oo9g 13.bet-on-red-jwq5sr.bet-on-red-xvjmpd 11.bet-on-red-pwcnec.bet-on-red-wgvg40 11.bet-on-red-8cy76p.bet-on-red-g0okhk 11.bet-on-red-7vxhpv.bet-on-red-f9t9b0 13.bet-on-red-ud22nm.bet-on-red-qkpsv6 9.bet-on-red-u7whd6.bet-on-red-vn1ywa 9.bet-on-red-3l6cuw.bet-on-red-0qxpdc 8.bet-on-red-eelly5.bet-on-red-fa4vk6 5.bet-on-red-mqai95.bet-on-red-g26vwo 5.bet-on-red-gkoqx8.bet-on-red-z74ivi 5.bet-on-red-iabowh.bet-on-red-ze768i 4.bet-on-red-xxv5ji.bet-on-red-wgvg40 1.bet-on-red-dowzsl.bet-on-red-bj7fqq 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bet-on-red-62lu46 .bet-on-red-2oqin0 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bet-on-red-62lu46 .bet-on-red-deiuss {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bet-on-red-gk0lld {
  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) {
  .bet-on-red-gk0lld {
    padding: 24px;
  }
}

.bet-on-red-gk0lld .bet-on-red-vcy00e {
  display: flex;
}

@media (min-width: 768px) {
  .bet-on-red-gk0lld .bet-on-red-vcy00e {
    display: none;
  }
}

.bet-on-red-gk0lld .bet-on-red-3bj2m0 svg {
  display: none;
}

.bet-on-red-ujhaav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bet-on-red-ujhaav .bet-on-red-92z8mp {
  display: none;
}

@media (min-width: 768px) {
  .bet-on-red-ujhaav .bet-on-red-92z8mp {
    display: flex;
  }
}

.bet-on-red-8wg6q4 {
  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) {
  .bet-on-red-8wg6q4 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bet-on-red-8wg6q4 > * {
  margin: 0 !important;
}

.bet-on-red-8wg6q4 img,
.bet-on-red-zhjj8o {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bet-on-red-8wg6q4 img,
  .bet-on-red-zhjj8o {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bet-on-red-d1c1d3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bet-on-red-d1c1d3 {
    width: 32px;
    height: 32px;
  }
}

.bet-on-red-evtg6e {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bet-on-red-evtg6e {
    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;
  }

  .bet-on-red-evtg6e::-webkit-scrollbar {
    display: none;
  }
}

.bet-on-red-be7xib {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bet-on-red-be7xib {
    padding: 7px 15px;
  }
}

.bet-on-red-be7xib:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bet-on-red-t1xag7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bet-on-red-t1xag7 {
    display: flex;
    opacity: 1;
  }
}

.bet-on-red-be7xib picture {
  height: 100%;
  display: block;
}

.bet-on-red-be7xib img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bet-on-red-be7xib img {
    width: 88px;
    height: 44px;
  }
}

.bet-on-red-be7xib p {
  text-align: center;
  width: 100%;
}

.bet-on-red-v5rvby {
  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) {
  .bet-on-red-v5rvby {
    font-size: 40px;
    line-height: 48px;
  }
}

.bet-on-red-v5rvby img,
.bet-on-red-nq25g2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bet-on-red-v5rvby img,
  .bet-on-red-nq25g2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bet-on-red-v0tju1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bet-on-red-v0tju1 {
    width: 32px;
    height: 32px;
  }
}

.bet-on-red-pehtoz {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bet-on-red-omtf4g {
  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;
}

.bet-on-red-e7qlv4 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bet-on-red-e7qlv4.bet-on-red-9mc3al {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bet-on-red-yugrh1 {
  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) {
  .bet-on-red-yugrh1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.bet-on-red-sjxf06 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bet-on-red-0rzhya {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bet-on-red-i1hcwg ease;
  opacity: 0;
  color: var(--text-color);
}

.bet-on-red-tl2996 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bet-on-red-tl2996 ol,
.bet-on-red-tl2996 ul {
  padding-left: 1.3em;
}

.bet-on-red-e7qlv4.bet-on-red-9mc3al .bet-on-red-0rzhya {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bet-on-red-e7qlv4.bet-on-red-9mc3al .bet-on-red-sjxf06 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bet-on-red-ytmola {
  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) {
  .bet-on-red-ytmola {
    padding: 24px;
  }
}

.bet-on-red-ytmola .bet-on-red-vcy00e {
  display: flex;
}

@media (min-width: 768px) {
  .bet-on-red-ytmola .bet-on-red-vcy00e {
    display: none;
  }
}

.bet-on-red-ytmola .bet-on-red-3bj2m0 svg {
  display: none;
}

.bet-on-red-d3uiqj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bet-on-red-d3uiqj .bet-on-red-92z8mp {
  display: none;
}

@media (min-width: 768px) {
  .bet-on-red-d3uiqj .bet-on-red-92z8mp {
    display: flex;
  }
}

.bet-on-red-kiqjh9 {
  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) {
  .bet-on-red-kiqjh9 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bet-on-red-kiqjh9 > * {
  margin: 0 !important;
}

.bet-on-red-kiqjh9 img,
.bet-on-red-cginbs {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bet-on-red-kiqjh9 img,
  .bet-on-red-cginbs {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bet-on-red-4kvj6p {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bet-on-red-4kvj6p {
    width: 32px;
    height: 32px;
  }
}

.bet-on-red-nxmx8r {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bet-on-red-nxmx8r {
    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;
  }

  .bet-on-red-nxmx8r::-webkit-scrollbar {
    display: none;
  }
}

.bet-on-red-nuukfj {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bet-on-red-nuukfj:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bet-on-red-h32ik7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bet-on-red-h32ik7 {
    display: flex;
    opacity: 1;
  }
}

.bet-on-red-nuukfj picture {
  width: auto;
  height: 100%;
  display: block;
}

.bet-on-red-nuukfj picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bet-on-red-yzsk3u {
  margin: -24px 0;
}

.bet-on-red-yzsk3u:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bet-on-red-yzsk3u {
    margin: -16px 0;
  }
}

.bet-on-red-7or832 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bet-on-red-7or832 {
    flex-direction: row;
  }
}

.bet-on-red-wo95zt {
  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) {
  .bet-on-red-wo95zt {
    flex: 1;
  }
}

.bet-on-red-wo95zt::placeholder {
  color: var(--Text-400);
}

.bet-on-red-tp2kwi {
  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;
}

.bet-on-red-juhc4c {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bet-on-red-juhc4c::-webkit-scrollbar {
  display: none;
}

.bet-on-red-3j6bcn {
  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;
}

.bet-on-red-3j6bcn img,
.bet-on-red-3j6bcn svg {
  margin-right: 8px;
}

.bet-on-red-urbyha {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bet-on-red-yzsk3u + .bet-on-red-dt5s8n {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bet-on-red-yzsk3u + .bet-on-red-dt5s8n {
    margin-top: -16px;
  }
}

.bet-on-red-9xxadx {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bet-on-red-9xxadx > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bet-on-red-9xxadx > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bet-on-red-pnu27k {
  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;
}

.bet-on-red-e272hv {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.bet-on-red-yljra5 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bet-on-red-khztr2 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bet-on-red-nk0bbz {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bet-on-red-pnu27k 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;
}

.bet-on-red-pnu27k 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) {
  .bet-on-red-pnu27k {
    padding: 39px 179px 39px 39px;
  }

  .bet-on-red-e272hv {
    font-size: 40px;
    line-height: 48px;
  }

  .bet-on-red-nk0bbz {
    height: 348px;
  }

  .bet-on-red-pnu27k button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bet-on-red-pnu27k button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bet-on-red-pnu27k {
    padding: 63px;
  }
}

.bet-on-red-e5tko5 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bet-on-red-e5tko5 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bet-on-red-eo9fu0 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bet-on-red-eo9fu0 {
    width: auto;
  }
}

.bet-on-red-pszxot {
  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;
}

.bet-on-red-pszxot::-webkit-scrollbar {
  display: none;
}

.bet-on-red-pszxot 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);
}

.bet-on-red-pszxot a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bet-on-red-pszxot {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bet-on-red-e5tko5 .bet-on-red-l9vpke {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bet-on-red-i1hcwg,
    mask-image 0.3s;
}

.bet-on-red-e5tko5 .bet-on-red-l9vpke.bet-on-red-up1rpq {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bet-on-red-7zlnm3 {
  margin: 40px -16px;
}

.bet-on-red-l8sdr9 + .bet-on-red-h8eleg,
.bet-on-red-l8sdr9 + .bet-on-red-huvd6n {
  margin-top: 24px;
}

.bet-on-red-qgs2bj {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bet-on-red-qgs2bj picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bet-on-red-vo6fe0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bet-on-red-vo6fe0 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bet-on-red-vo6fe0 {
    margin-top: 0;
  }
}

.bet-on-red-h6qfuo {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bet-on-red-h6qfuo {
    font-size: 24px;
    line-height: 32px;
  }
}

.bet-on-red-3x1p2m {
  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) {
  .bet-on-red-3x1p2m {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bet-on-red-jzsrjd {
  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) {
  .bet-on-red-jzsrjd {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bet-on-red-0veomi {
  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) {
  .bet-on-red-0veomi {
    font-size: 20px;
    line-height: 28px;
  }
}

.bet-on-red-hlzwbm {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bet-on-red-hlzwbm {
    font-size: 32px;
    line-height: 40px;
  }
}

.bet-on-red-4h1vw6 {
  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;
}

.bet-on-red-h8zcix {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bet-on-red-h8zcix img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bet-on-red-dt5s8n {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bet-on-red-ujzbtk {
  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) {
  .bet-on-red-ujzbtk {
    padding: 15px 48px;
  }
}

main > .bet-on-red-dt5s8n {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bet-on-red-n98dog.bet-on-red-ug3txq > div:nth-child(n+5) {
    display: none;
  }
}

.bet-on-red-kixvod p a img {
  display: block;
  margin: 0 auto;
}


.bet-on-red-7k62kg {
  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 */
.bet-on-red-kjfr9j {
  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;
}

.bet-on-red-kjfr9j label {
  font-size: 14px;
}

.bet-on-red-kjfr9j h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bet-on-red-kjfr9j input,
.bet-on-red-kjfr9j textarea,
.bet-on-red-kjfr9j 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;
}
.bet-on-red-kjfr9j button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bet-on-red-ivvp12 ease;
}
.bet-on-red-kjfr9j button:hover {
  background-color: var(--button-bg-hover);
}
.bet-on-red-trms39 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bet-on-red-21len0 ease-in;
}

.bet-on-red-trms39 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;
}
.bet-on-red-zwiwm3, .bet-on-red-znnydo, [class*="review-card"],
thead, thead th, table th, .bet-on-red-zj7x2j,
.bet-on-red-60bn1f, [class*="collapsible-header"],
.bet-on-red-1mzde1, [class*="updated-block"] {
  color: #ece7dc !important;
}

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