* {
  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;
  }
}

.betx-buk8ns {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betx-buk8ns {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betx-buk8ns {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betx-7g8pkj {
  overflow: hidden;
}

.betx-aczvt7 img {
  background: var(--Neutral-300);
}

.betx-fwtwdw {
  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;
}

.betx-ltlrzb {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betx-ltlrzb:hover {
  background: var(--button-bg-hover);
}

.betx-8kei20 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betx-8kei20:hover {
  background: var(--button-bg-hover);
}

.betx-lkvz6w {
  font-size: 12px;
  line-height: 18px;
}

.betx-xgbiau {
  font-size: 18px;
  line-height: 26px;
}

.betx-w4dtkh {
  width: 100%;
}

.betx-8ajp3b {
  padding: 6px 16px;
}

.betx-w3xcu4 {
  padding: 10px 16px;
}

.betx-0pveme {
  padding: 15px 26px;
}

.betx-893nuq {
  flex-shrink: 0;
}

.betx-ka026q {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.betx-b2p7kr {
  display: none;
}

.betx-gufpau {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betx-uhwi5i {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betx-5ql3h8 {
  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;
}

.betx-3xud4c {
  cursor: grab;
}

.betx-5ql3h8::-webkit-scrollbar {
  display: none;
}

.betx-7y2gyp {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betx-jy48fb {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betx-xv3bfp {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betx-5mufyz {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betx-jzbibf {
  visibility: visible;
}

.betx-mg9xbo {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betx-ybeo0c ease;
}

.betx-3ckur1 {
  background-color: var(--Primary-200);
  width: 16px;
}

.betx-i7ilv4 {
  -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.betx-ybeo0c,
    mask-image 0.3s;
}

.betx-i7ilv4.betx-sjkqwq {
  -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;
  }
}

.betx-zu4t5z: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;
}

.betx-otos17 {
  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.betx-u8kyzp.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.betx-u8kyzp.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;
}

.betx-30frkt {
  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);
}

.betx-30frkt::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%
  );
}

.betx-qep3hf {
  position: relative;
  z-index: 1;
}

.betx-mkd69p {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betx-2u942t {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betx-pdca99 {
  font-size: 40px;
  line-height: 48px;
}

.betx-mi6enr {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betx-35ly9n {
  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;
}

.betx-35ly9n:hover {
  background: var(--Primary-400);
}

.betx-35ly9n svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betx-zu4t5z 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) {
  .betx-30frkt {
    max-width: 600px;
    padding: 64px;
  }

  .betx-mkd69p {
    font-size: 24px;
    line-height: 32px;
  }

  .betx-2u942t {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betx-pdca99 {
    font-size: 50px;
    line-height: 56px;
  }

  .betx-mi6enr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betx-otos17 {
    top: 25px;
    right: 25px;
  }
}

.betx-op9rhr,
.betx-3o3ofb {
  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;
}

.betx-g1qogf.betx-aewn8l::before,
.betx-3o3ofb::before,
.betx-mqcrxk::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.betx-u8kyzp.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betx-514ai4 14.betx-srfbrt.betx-mfmttv 14.betx-an2cr8 15.betx-4g73q2 14.betx-40c5oc 15.betx-w4f7pw 14.betx-vn2gmn.betx-1mf5en 14.betx-yrkia0 19.betx-spgi9u 12.betx-pp75as 19.betx-spgi9u 10.betx-clg8g6.betx-spgi9u 8.betx-i1rbuw 17.betx-s1b1km 7.betx-4kacje 15.betx-bgmcq8 7.betx-x6fwo4.betx-sy476n 7.betx-4kacje 11.betx-u6xzsz 8.betx-i1rbuw 11.betx-u6xzsz 10.betx-7jm79l.betx-u6xzsz 12.betx-ggjbg0 13.betx-7twjcy 14.betx-cqo72m 15.betx-u6msb4 14.betx-q4vj5a.betx-e40reb 14.betx-x9d6nu 15.betx-8pa4vv 14.betx-9tml9m 15.betx-994pq8 14.betx-2yarld.betx-514ai4 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betx-5jc99r 15.betx-ic68xl.betx-76raju 15.betx-lmrbd5 15.betx-66k7mi 15.betx-6gsj03 15.betx-7gpywi 15.betx-aptwn7.betx-ydizn0 15.betx-6gsj03 15.betx-7hhe7z 15.betx-rrb047 15.betx-d24pxs 15.betx-ryuo0n.betx-c67u45 15.betx-8uwsjg 7.betx-9v4fv0 18.betx-j2zsx1 7.betx-y8tkw0 23.betx-mbbrtu.betx-56jqxv.betx-h58rsm 18.betx-u26byc 19.betx-2dlrvm 15.betx-m41qh3 15.betx-5jc99r 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betx-pip2xg [type="submit"] *,
.betx-8kcnji button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betx-zh132i {
    display: none;
  }
}

.betx-xb9fvh {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betx-xb9fvh {
  display: none;
}

@media (min-width: 768px) {
  .betx-xb9fvh {
    bottom: 22px;
  }
}

.betx-xb9fvh input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betx-xb9fvh {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betx-yf2rtm.static) .betx-xb9fvh {
    bottom: 8px;
  }
}

.betx-ulm30e {
  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.betx-u8kyzp.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betx-1rsvor 3.betx-kkusl2.betx-t9g0if.betx-q516j4 3.betx-awih6c 3.betx-pdiukg 5.betx-nzqif7 3.betx-pdiukg 8.betx-vt3v8n.betx-thkl1r.betx-pdiukg 26.betx-tql0vm 5.betx-8can71 28.betx-gvcypx 8.betx-1gwu75 28.betx-byoksc.betx-w4owv8 28.betx-vl9jfp.betx-fldg23 34.betx-b9tjz2.betx-5d01j8 36.betx-162j6z 11.betx-kr7ajz 37.betx-p26tse 12.betx-oh1350 36.betx-lva7p8.betx-2pvywz 28.betx-76dbm3.betx-hgxdsj.betx-8eqsf5 28.betx-o5e0e8 36.betx-iyh77q 26.betx-fn0bm8 36.betx-iyh77q 23.betx-i139h6.betx-7s4ats.betx-iyh77q 5.betx-l1lh0z 34.betx-mna8bs 3.betx-awih6c 31.betx-1rsvor 3.betx-rlfeic.betx-gvcr01 18.betx-ws82fr.betx-4eh85j 18.betx-nnsnrn 8.betx-0s2szc 17.betx-9ubw46 8.betx-0s2szc 15.betx-ywbqr2.betx-0s2szc 14.betx-wqm8oo 9.betx-4eh85j 13.betx-e25tcz 11.betx-gvcr01 13.betx-ymtj0d.betx-i67ywr 13.betx-e25tcz 13.betx-sww7g8 14.betx-wqm8oo 13.betx-sww7g8 15.betx-xywrid.betx-sww7g8 17.betx-9ubw46 12.betx-i67ywr 18.betx-nnsnrn 11.betx-gvcr01 18.betx-tumgzn.betx-a0sov3 18.betx-0fyr1s.betx-zs0hvd 18.betx-nnsnrn 17.betx-nf75lk 17.betx-9ubw46 17.betx-nf75lk 15.betx-7vnkwh.betx-nf75lk 14.betx-wqm8oo 18.betx-zs0hvd 13.betx-e25tcz 20.betx-a0sov3 13.betx-dkb9s3.betx-til147 13.betx-e25tcz 22.betx-zb7i0p 14.betx-wqm8oo 22.betx-zb7i0p 15.betx-kysa1h.betx-1glxdm 17.betx-9ubw46 21.betx-til147 18.betx-nnsnrn 20.betx-a0sov3 18.betx-iqilzb.betx-j4efgm 18.betx-850zz1.betx-f2xtso 18.betx-nnsnrn 26.betx-r5augq 17.betx-9ubw46 26.betx-r5augq 15.betx-fkkdjr.betx-r5augq 14.betx-wqm8oo 27.betx-f2xtso 13.betx-e25tcz 28.betx-j4efgm 13.betx-d0plin.betx-icto45 13.betx-e25tcz 31.betx-labxap 14.betx-wqm8oo 31.betx-labxap 15.betx-k97dyz.betx-r5augq 17.betx-9ubw46 30.betx-icto45 18.betx-nnsnrn 28.betx-j4efgm 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"])
    .betx-ulm30e {
    display: none;
  }
}

.betx-qknkwz {
  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) {
  .betx-qknkwz {
    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;
}

.betx-8kcnji {
  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) {
  .betx-8kcnji {
    padding: 14px 16px;
  }
}

.betx-8kcnji button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betx-8kcnji button:first-child {
  align-content: end;
}

.betx-8kcnji button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betx-8kcnji
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betx-8kcnji
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betx-8kcnji button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betx-8kcnji button:last-child svg {
  width: 38px;
  height: 38px;
}

.betx-mqcrxk {
  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;
}

.betx-mqcrxk::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betx-mqcrxk,
.pc61d126-chatbot[data-active-screen="3"]
  .betx-mqcrxk {
  opacity: 1;
  visibility: visible;
}

.betx-rl5m3t {
  flex: 1 1;
}

.betx-yzf287 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betx-yzf287 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betx-po4m4r {
  display: block;
}

.betx-kjhp3w {
  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) {
  .betx-kjhp3w {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betx-3o3ofb {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betx-3o3ofb::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betx-srszg3 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betx-srszg3 p {
  color: var(--Text-100);
}

.betx-3o3ofb .betx-6549i8 {
  grid-area: button;
}

.betx-3o3ofb .betx-6549i8::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.betx-u8kyzp.org/2000/svg'%3E%3Cpath d='M4.betx-b4rijf 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betx-k1omvm 15L16.betx-k1omvm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betx-k1omvm 5L16.betx-k1omvm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betx-zt5jv3 {
  display: block;
}

.betx-n13gqa {
  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) {
  .betx-n13gqa {
    margin-top: 40px;
  }
}

.betx-op9rhr label,
.betx-op9rhr input {
  display: block;
  width: 100%;
}

.betx-op9rhr label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betx-op9rhr label.betx-utmlog input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betx-op9rhr label.betx-utmlog::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;
}

.betx-op9rhr 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;
}

.betx-op9rhr input::placeholder {
  color: var(--Text-400);
}

.betx-ralrui {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betx-ralrui {
  display: flex;
}

.betx-ralrui ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betx-ralrui ol {
    height: 420px;
    padding: 24px;
  }
}

.betx-ralrui ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betx-pip2xg {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betx-pip2xg {
    padding: 0 24px 24px;
  }
}

.betx-pip2xg 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;
}

.betx-pip2xg input::placeholder {
  color: var(--Text-400);
}

.betx-pip2xg [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betx-pip2xg [type="submit"]:disabled {
  opacity: 0.5;
}

.betx-pip2xg [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betx-pip2xg [type="submit"] {
    right: 40px;
  }
}

.betx-g1qogf {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betx-g1qogf.betx-aewn8l {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betx-g1qogf.betx-aewn8l::before {
  content: "";
  width: 31px;
}

.betx-g1qogf.betx-aewn8l p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betx-g1qogf.betx-ja0yzp p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betx-g1qogf p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betx-xb9fvh .betx-6549i8 {
  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;
  }
}

.betx-zh132i {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betx-zh132i {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betx-zh132i {
    padding: 15px 0;
  }
}

.betx-zh132i .betx-buk8ns {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betx-zh132i .betx-buk8ns {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betx-y755o2 {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betx-y755o2 {
    max-width: 180px;
    height: 47px;
  }
}

.betx-y755o2 picture,
.betx-y755o2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.betx-y755o2 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betx-0jyrs9 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betx-ybeo0c ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betx-zh132i.betx-4fmzw6 .betx-0jyrs9 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betx-0jyrs9 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betx-0jyrs9 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betx-66q67h,
.betx-1o84y8 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betx-66q67h,
  .betx-1o84y8 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betx-1o84y8 {
    display: none;
  }
}

.betx-2oa8bu {
  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;
}

.betx-4fmzw6 .betx-2oa8bu {
  background: var(--fh-bg-color);
}

.betx-2oa8bu button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betx-2oa8bu {
    display: none;
  }
}

.betx-6f99v1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betx-6f99v1 {
    display: none;
  }
}

.betx-sywwju {
  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;
}

.betx-zh132i.betx-4fmzw6 .betx-sywwju:first-child {
  display: none;
}

.betx-zh132i.betx-4fmzw6 .betx-sywwju:last-child {
  display: block;
}

.betx-sywwju:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betx-sywwju {
    display: none;
  }
}

.betx-m6tw8o {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betx-m6tw8o {
    display: flex;
  }
}

.betx-m6tw8o ul {
  max-height: 350px;
  overflow-y: auto;
}

.betx-m6tw8o:hover ul {
  visibility: visible;
  opacity: 1;
}

.betx-m6tw8o:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betx-m6tw8o:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betx-m6tw8o:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betx-m6tw8o:hover .betx-wsx1dn svg {
  transform: rotate(180deg);
}

.betx-smklrk {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betx-9nbqz5 {
  padding: 0 8px;
}

.betx-dpkx2f {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betx-dpkx2f:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betx-dpkx2f {
    padding: 4px 8px;
  }
}

.betx-cf53wc {
  display: flex;
}

.betx-cf53wc img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betx-wsx1dn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betx-wsx1dn svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betx-22pruw {
  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) {
  .betx-22pruw {
    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;
  }
}

.betx-jex0ed {
  width: 100%;
}

@media (min-width: 1200px) {
  .betx-jex0ed {
    display: none;
  }
}

.betx-wf2fm1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betx-2u8uy7 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betx-9whd0r {
  display: flex;
}

.betx-nzxxn6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betx-7srzu2 {
  list-style: none;
}

@media (max-width: 1199px) {
  .betx-7srzu2 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betx-7srzu2 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betx-7srzu2 .betx-pic969 [data-ref-el],
  .betx-7srzu2 .betx-pic969 span,
  .betx-7srzu2 .betx-pic969 a {
    white-space: nowrap;
  }
}

.betx-2r0qyz {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betx-2r0qyz.betx-7509zh > .betx-pic969 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betx-2r0qyz.betx-nxgwcg:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betx-2r0qyz.betx-7509zh > .betx-bdnb72 {
    height: auto;
  }

  .betx-2r0qyz.betx-7509zh > div > .betx-xm68sv {
    transform: rotate(180deg);
  }
}

.betx-2r0qyz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betx-2r0qyz [data-ref-el],
.betx-2r0qyz span {
  cursor: pointer;
}

.betx-2r0qyz [data-ref-el],
.betx-2r0qyz span,
.betx-2r0qyz 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) {
  .betx-2r0qyz [data-ref-el],
  .betx-2r0qyz span,
  .betx-2r0qyz a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betx-2r0qyz [data-ref-el],
  .betx-2r0qyz span,
  .betx-2r0qyz a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betx-bdnb72 {
  height: 0;
  overflow: hidden;
  transition: height 0.betx-ybeo0c ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betx-bdnb72::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betx-bdnb72::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betx-bdnb72::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betx-bdnb72 {
    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;
  }

  .betx-bdnb72:has(> .betx-2r0qyz.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betx-bdnb72 .betx-bdnb72 {
    padding: 0;
  }

  .betx-bdnb72 .betx-2r0qyz {
    font-weight: 400;
  }

  .betx-bdnb72 .betx-2r0qyz:hover > .betx-pic969 {
    background: var(--Neutral-300);
  }

  .betx-bdnb72 .betx-xm68sv {
    rotate: -90deg;
  }
}

.betx-pic969 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betx-pic969 {
    padding: 8px;
  }

  .betx-2r0qyz.betx-kvg317 > .betx-pic969 {
    background: var(--Neutral-300);
  }
}

.betx-xm68sv {
  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.betx-u8kyzp.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betx-m20mq4 0.betx-khxpe5.betx-58wskg -0.betx-pthogr 0.betx-h19wfb -0.betx-pthogr 1.betx-5046nz 0.betx-0wznw8.betx-dclil6 4.betx-qfcaq6.betx-m20mq4 0.betx-mr1k8o.betx-ncvxw9 -0.betx-pthogr 9.betx-43jlw3 -0.betx-pthogr 10.betx-usz1w5 0.betx-5vnhd5.betx-x6dk5f 0.betx-58wskg 10.betx-x6dk5f 0.betx-h19wfb 10.betx-usz1w5 1.betx-jq59qn.betx-g4dj4b 5.betx-hmw556.betx-5spbwc 6.betx-ny56th 5.betx-g45ptn 6.betx-ny56th 4.betx-xayie4 5.betx-tcchr5.betx-m20mq4 1.betx-o6642j.betx-pthogr 0.betx-h19wfb -0.betx-pthogr 0.betx-58wskg 0.betx-m20mq4 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betx-ybeo0c ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betx-xm68sv {
    cursor: default;
  }
}

.betx-w4s67g {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betx-42d0eq {
  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) {
  .betx-42d0eq {
    padding: 40px 4px;
  }
}

.betx-6v7k1g {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betx-6v7k1g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betx-txh5z0 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betx-txh5z0 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betx-txh5z0 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betx-txh5z0 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betx-txh5z0 [data-ref-el],
.betx-txh5z0 span,
.betx-txh5z0 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.betx-ncwmqz {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betx-ncwmqz {
    margin-bottom: 12px;
  }
}

.betx-z4560w {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betx-z4560w img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betx-z4560w:last-child {
    margin-right: 0;
  }
}

.betx-qzf0q1 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betx-ncwmqz:hover .betx-r7tv5f {
  visibility: visible;
  opacity: 1;
}

.betx-r7tv5f {
  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);
}

.betx-3q0qs2 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betx-2iut5x {
  display: flex;
  margin: 6px;
}

.betx-2iut5x img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betx-r7tv5f::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);
}

.betx-r7tv5f::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);
}

.betx-9f2uz0 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betx-9f2uz0 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betx-c8b7d6 {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .betx-c8b7d6 {
    margin-right: 32px;
  }
}

.betx-lw27n6 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betx-lw27n6 {
    margin-top: 0;
    width: 340px;
  }
}

.betx-lw27n6 a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.betx-kvf7wf {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betx-okf1qc {
  position: relative;
}

@media (min-width: 768px) {
  .betx-okf1qc {
    margin-top: 40px;
  }
}

.betx-okf1qc + .betx-gfjj29,
.betx-okf1qc + .betx-okf1qc {
  margin-top: 24px;
}

.betx-6kjr06 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betx-6kjr06 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betx-6kjr06 {
    padding: 80px;
  }
}

.betx-d0byvt {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betx-d0byvt {
    padding: 0 16px;
}


}

.betx-3blc06 {
  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) {
  .betx-3blc06 {
    font-size: 48px;
    line-height: 56px;
  }
}

.betx-6pax6h {
  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) {
  .betx-6pax6h {
    font-size: 24px;
    line-height: 32px;
  }
}

.betx-7tgk13 {
  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;
}

.betx-7tgk13:hover {
  background: var(--button-bg-hover);
}

.betx-t4zb9w {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betx-t4zb9w img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betx-t4zb9w img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betx-t4zb9w img {
  min-height: 100%;
  }
}

.betx-6kjr06::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betx-2dlcni {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betx-2dlcni h1,
.betx-2dlcni h2,
.betx-2dlcni h3,
.betx-2dlcni h4 {
  margin-bottom: 6px;
}

.betx-2dlcni h1:not(:first-child),
.betx-2dlcni h2:not(:first-child),
.betx-2dlcni h3:not(:first-child),
.betx-2dlcni h4:not(:first-child) {
  margin-top: 16px;
}

.betx-2dlcni h1,
.betx-2dlcni h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betx-2dlcni h1,
  .betx-2dlcni h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betx-2dlcni h2,
.betx-2dlcni h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betx-2dlcni h2,
  .betx-2dlcni h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betx-2dlcni h3,
.betx-2dlcni h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betx-2dlcni h3,
  .betx-2dlcni h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betx-2dlcni h4,
.betx-2dlcni h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betx-2dlcni ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betx-2dlcni ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betx-2dlcni 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);
}

.betx-2dlcni ul ul {
  margin-bottom: 8px;
}

.betx-2dlcni ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betx-2dlcni ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betx-2dlcni ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betx-2dlcni ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betx-2dlcni ol li::marker {
  font-weight: 700;
}

.betx-2dlcni ol ol {
  margin-bottom: 8px;
}

.betx-2dlcni ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betx-2dlcni ol ul li {
  padding-left: 16px;
}

.betx-2dlcni 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) {
  .betx-2dlcni table {
    padding: 24px;
  }
}

.betx-2dlcni table.betx-cbzzva {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betx-ybeo0c,
    mask-image 0.3s;
}

.betx-2dlcni table.betx-cbzzva.betx-sjkqwq {
  -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) {
  .betx-2dlcni table {
    display: table;
  }
}

.betx-2dlcni 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);
}

.betx-2dlcni table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betx-2dlcni table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betx-2dlcni 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) {
  .betx-2dlcni table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betx-2dlcni table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betx-2dlcni table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betx-2dlcni table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betx-2dlcni img {
  max-width: 100%;
  height: auto;
}

.betx-gbpuwt {
  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) {
  .betx-gbpuwt {
    padding: 24px;
  }
}

.betx-5igwsx {
  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) {
  .betx-5igwsx {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betx-5igwsx > * {
  margin: 0 !important;
}

.betx-5igwsx img,
.betx-nsi4xl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betx-5igwsx img,
  .betx-nsi4xl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betx-j82b3o {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betx-j82b3o {
    width: 32px;
    height: 32px;
  }
}

.betx-60av4i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betx-60av4i .betx-dn0qpg {
  flex-shrink: 0;
}

.betx-60av4i .betx-q3wvte svg {
  display: none;
}

.betx-chjiu8 {
  display: grid;
  transition: max-height 0.betx-ybeo0c ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betx-chjiu8 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betx-chjiu8 {
    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));
  }
}

.betx-chjiu8.betx-6vpi30 + .betx-dn0qpg svg {
  transform: rotate(180deg);
}

.betx-ogj1q1 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betx-ogj1q1 > div:nth-child(3n) {
  grid-column: span 2;
}

.betx-ogj1q1
  > div:nth-child(3n)
  .betx-2suy27
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betx-ogj1q1 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betx-ogj1q1 > div:nth-child(3n) {
    grid-column: unset;
  }

  .betx-ogj1q1
    > div:nth-child(3n)
    .betx-2suy27
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betx-ogj1q1 {
    max-width: 270px;
  }
}

.betx-ogj1q1 .betx-2suy27 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betx-ogj1q1 .betx-2suy27 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betx-ogj1q1 .betx-2suy27 button {
    max-width: 104px;
  }
}

.betx-bt9jz6 {
  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) {
  .betx-bt9jz6 {
    margin-bottom: 0;
  }
}

.betx-nrd0qy {
  display: none;
  opacity: 0;
}

.betx-guhvik {
  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;
  }
}

.betx-guhvik img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betx-2suy27 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betx-2suy27 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betx-2suy27
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betx-2suy27
    button {
    max-width: 145px;
  }
}

.betx-smz0yp:first-child
  .betx-2suy27
  button {
  max-width: 270px;
}

.betx-shjjqf {
  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%;
}

.betx-bt9jz6 picture {
  width: 100%;
  max-width: 100%;
}

.betx-arv0jc {
  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;
}

.betx-arv0jc svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betx-bt9jz6:hover .betx-arv0jc {
  display: flex;
}

.betx-37g91t {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betx-5m2jkg {
  display: flex;
}

.betx-5m2jkg:hover .betx-ja7g32,
.betx-5m2jkg .betx-kvg317 .betx-ja7g32 {
  display: flex;
}

.betx-5m2jkg svg {
  flex-shrink: 0;
}

.betx-ja7g32 {
  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) {
  .betx-ja7g32 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betx-ja7g32:hover {
  display: flex;
}

.betx-ja7g32 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betx-8cfva2 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .betx-8cfva2 {
    font-size: 12px;
  }
}

.betx-mz6lqb,
.betx-ss5888 {
  width: 50%;
  flex-shrink: 0;
}

.betx-mz6lqb {
  font-weight: 700;
}

.betx-oyxfdv .betx-chjiu8 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betx-oyxfdv .betx-chjiu8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betx-oyxfdv .betx-chjiu8 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betx-oyxfdv
  .betx-shjjqf:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betx-oyxfdv .betx-guhvik {
  height: 100% !important;
  border-radius: 16px;
}

.betx-oyxfdv .betx-2suy27 {
  gap: 4px;
  align-items: center;
}

.betx-oyxfdv .betx-2suy27 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betx-oyxfdv .betx-2suy27 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betx-oyxfdv .betx-737bmi,
.betx-oyxfdv .betx-gf57hh {
  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.betx-u8kyzp.org/2000/svg'%3E%3Cpath d='M9.betx-67531z 4.betx-rpez9w.betx-xbc1wm 5.betx-jkihj8.betx-ny9vss 5.betx-y71fk8.betx-o0d3n5 5.betx-fsg0x2.betx-yfttzi 8.betx-w6wthm.betx-ptbsye 9.betx-lzae7l.betx-0xigf6 9.betx-ksa3l8.betx-4je6s1 13.betx-3p74fj.betx-fjukev 11.betx-hoqaxm.betx-7w0ne2 11.betx-rz9xnz.betx-6mf6o6 11.betx-5g6kbs.betx-5zgxzj 13.betx-ibla95.betx-bfp7dz 9.betx-ftq5b9.betx-269pg1 9.betx-19p7w7.betx-14loyl 8.betx-nr2d7f.betx-zv47qj 5.betx-sve8fn.betx-81es1q 5.betx-j173gm.betx-bumlzw 5.betx-o45u40.betx-wzujxg 4.betx-qzm5mw.betx-7w0ne2 1.betx-fpl5zc.betx-67531z 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betx-oyxfdv .betx-737bmi {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betx-oyxfdv .betx-gf57hh {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betx-x6tmjx {
  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) {
  .betx-x6tmjx {
    padding: 24px;
  }
}

.betx-x6tmjx .betx-dn0qpg {
  display: flex;
}

@media (min-width: 768px) {
  .betx-x6tmjx .betx-dn0qpg {
    display: none;
  }
}

.betx-x6tmjx .betx-q3wvte svg {
  display: none;
}

.betx-h6zhzg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betx-h6zhzg .betx-fwtwdw {
  display: none;
}

@media (min-width: 768px) {
  .betx-h6zhzg .betx-fwtwdw {
    display: flex;
  }
}

.betx-twd27a {
  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) {
  .betx-twd27a {
    font-size: 40px;
    line-height: 48px;
  }
}

.betx-twd27a > * {
  margin: 0 !important;
}

.betx-twd27a img,
.betx-ud4ly8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betx-twd27a img,
  .betx-ud4ly8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betx-rzo0ot {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betx-rzo0ot {
    width: 32px;
    height: 32px;
  }
}

.betx-0armyc {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betx-0armyc {
    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;
  }

  .betx-0armyc::-webkit-scrollbar {
    display: none;
  }
}

.betx-w9borl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betx-w9borl {
    padding: 7px 15px;
  }
}

.betx-w9borl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betx-yey2th {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betx-yey2th {
    display: flex;
    opacity: 1;
  }
}

.betx-w9borl picture {
  height: 100%;
  display: block;
}

.betx-w9borl img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betx-w9borl img {
    width: 88px;
    height: 44px;
  }
}

.betx-w9borl p {
  text-align: center;
  width: 100%;
}

.betx-woi8rl {
  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) {
  .betx-woi8rl {
    font-size: 40px;
    line-height: 48px;
  }
}

.betx-woi8rl img,
.betx-9bsmi8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betx-woi8rl img,
  .betx-9bsmi8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betx-1c0oqn {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betx-1c0oqn {
    width: 32px;
    height: 32px;
  }
}

.betx-givolo {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betx-u7mh9u {
  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;
}

.betx-ohywxe {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betx-ohywxe.betx-kvg317 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betx-55krwh {
  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) {
  .betx-55krwh {
    font-size: 20px;
    line-height: 28px;
  }
}

.betx-z0kiou {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.betx-12qcdv {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betx-ybeo0c ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.betx-9gowjp {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betx-9gowjp ol,
.betx-9gowjp ul {
  padding-left: 1.3em;
}

.betx-ohywxe.betx-kvg317 .betx-12qcdv {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betx-ohywxe.betx-kvg317 .betx-z0kiou {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.betx-r7r1h7 {
  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) {
  .betx-r7r1h7 {
    padding: 24px;
  }
}

.betx-r7r1h7 .betx-dn0qpg {
  display: flex;
}

@media (min-width: 768px) {
  .betx-r7r1h7 .betx-dn0qpg {
    display: none;
  }
}

.betx-r7r1h7 .betx-q3wvte svg {
  display: none;
}

.betx-y49k8u {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betx-y49k8u .betx-fwtwdw {
  display: none;
}

@media (min-width: 768px) {
  .betx-y49k8u .betx-fwtwdw {
    display: flex;
  }
}

.betx-7pa342 {
  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) {
  .betx-7pa342 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betx-7pa342 > * {
  margin: 0 !important;
}

.betx-7pa342 img,
.betx-37kcae {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betx-7pa342 img,
  .betx-37kcae {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betx-9x9ear {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betx-9x9ear {
    width: 32px;
    height: 32px;
  }
}

.betx-tpi3mh {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betx-tpi3mh {
    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;
  }

  .betx-tpi3mh::-webkit-scrollbar {
    display: none;
  }
}

.betx-hvkhb1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betx-hvkhb1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betx-36vqo6 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betx-36vqo6 {
    display: flex;
    opacity: 1;
  }
}

.betx-hvkhb1 picture {
  width: auto;
  height: 100%;
  display: block;
}

.betx-hvkhb1 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betx-lhem3j {
  margin: -24px 0;
}

.betx-lhem3j:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betx-lhem3j {
    margin: -16px 0;
  }
}

.betx-3hvfwr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betx-3hvfwr {
    flex-direction: row;
  }
}

.betx-p6e2jc {
  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) {
  .betx-p6e2jc {
    flex: 1;
  }
}

.betx-p6e2jc::placeholder {
  color: var(--Text-400);
}

.betx-x980vc {
  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;
}

.betx-a6bcgy {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betx-a6bcgy::-webkit-scrollbar {
  display: none;
}

.betx-q4xlui {
  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;
}

.betx-q4xlui img,
.betx-q4xlui svg {
  margin-right: 8px;
}

.betx-0sj1hn {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betx-lhem3j + .betx-0ygcpi {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betx-lhem3j + .betx-0ygcpi {
    margin-top: -16px;
  }
}

.betx-0my6ya {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betx-0my6ya > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betx-0my6ya > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betx-rhynle {
  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;
}

.betx-fynfb0 {
  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;
}

.betx-8s7txm {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betx-y6h7rt {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betx-s65bf8 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betx-rhynle 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;
}

.betx-rhynle 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) {
  .betx-rhynle {
    padding: 39px 179px 39px 39px;
  }

  .betx-fynfb0 {
    font-size: 40px;
    line-height: 48px;
  }

  .betx-s65bf8 {
    height: 348px;
  }

  .betx-rhynle button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betx-rhynle button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betx-rhynle {
    padding: 63px;
  }
}

.betx-urhe0b {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betx-urhe0b {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betx-4pjyub {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betx-4pjyub {
    width: auto;
  }
}

.betx-0neu0r {
  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;
}

.betx-0neu0r::-webkit-scrollbar {
  display: none;
}

.betx-0neu0r 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);
}

.betx-0neu0r a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betx-0neu0r {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betx-urhe0b .betx-ngwcwx {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betx-ybeo0c,
    mask-image 0.3s;
}

.betx-urhe0b .betx-ngwcwx.betx-sjkqwq {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betx-5a6936 {
  margin: 40px -16px;
}

.betx-fw9q3c + .betx-gfjj29,
.betx-fw9q3c + .betx-okf1qc {
  margin-top: 24px;
}

.betx-x4vleu {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betx-x4vleu picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betx-04viui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betx-04viui {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betx-04viui {
    margin-top: 0;
  }
}

.betx-fkdcex {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betx-fkdcex {
    font-size: 24px;
    line-height: 32px;
  }
}

.betx-btumx9 {
  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) {
  .betx-btumx9 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betx-1l2fgf {
  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) {
  .betx-1l2fgf {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betx-m435m5 {
  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) {
  .betx-m435m5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.betx-7tdofd {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betx-7tdofd {
    font-size: 32px;
    line-height: 40px;
  }
}

.betx-02hsdn {
  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;
}

.betx-wpiql8 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betx-wpiql8 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betx-0ygcpi {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betx-ew3dbn {
  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) {
  .betx-ew3dbn {
    padding: 15px 48px;
  }
}

main > .betx-0ygcpi {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betx-chjiu8.betx-sc095t > div:nth-child(n+5) {
    display: none;
  }
}

.betx-2dlcni p a img {
  display: block;
  margin: 0 auto;
}


.betx-4emq59 {
  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 */
.betx-hf2051 {
  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;
}

.betx-hf2051 label {
  font-size: 14px;
}

.betx-hf2051 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betx-hf2051 input,
.betx-hf2051 textarea,
.betx-hf2051 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;
}
.betx-hf2051 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betx-fdu150 ease;
}
.betx-hf2051 button:hover {
  background-color: var(--button-bg-hover);
}
.betx-26ck5x {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betx-u187mi ease-in;
}

.betx-26ck5x 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;
}
.betx-lbcwwn, .betx-4rpv30, [class*="review-card"],
thead, thead th, table th, .betx-y8g6cy,
.betx-f94h0p, [class*="collapsible-header"],
.betx-twss8w, [class*="updated-block"] {
  color: #ece7dc !important;
}

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