* {
  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;
  }
}

.bitstarz-jsoou5 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bitstarz-jsoou5 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bitstarz-jsoou5 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bitstarz-8vxkog {
  overflow: hidden;
}

.bitstarz-qzj9my img {
  background: var(--Neutral-300);
}

.bitstarz-7npmhm {
  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;
}

.bitstarz-151wrr {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bitstarz-151wrr:hover {
  background: var(--button-bg-hover);
}

.bitstarz-9d9weg {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bitstarz-9d9weg:hover {
  background: var(--button-bg-hover);
}

.bitstarz-kthm0s {
  font-size: 12px;
  line-height: 18px;
}

.bitstarz-sa8gua {
  font-size: 18px;
  line-height: 26px;
}

.bitstarz-23463c {
  width: 100%;
}

.bitstarz-gv03xe {
  padding: 6px 16px;
}

.bitstarz-q5hswo {
  padding: 10px 16px;
}

.bitstarz-0cg6xu {
  padding: 15px 26px;
}

.bitstarz-pdxk4r {
  flex-shrink: 0;
}

.bitstarz-k78rrz {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.bitstarz-0pk756 {
  display: none;
}

.bitstarz-uiider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bitstarz-plu6g4 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bitstarz-e9f031 {
  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;
}

.bitstarz-hdl5yz {
  cursor: grab;
}

.bitstarz-e9f031::-webkit-scrollbar {
  display: none;
}

.bitstarz-jke054 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bitstarz-9816vp {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bitstarz-f1hn8i {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bitstarz-5jg5qz {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bitstarz-3pz0wf {
  visibility: visible;
}

.bitstarz-rdb393 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bitstarz-3fbnez ease;
}

.bitstarz-96c2dr {
  background-color: var(--Primary-200);
  width: 16px;
}

.bitstarz-mkdiv8 {
  -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.bitstarz-3fbnez,
    mask-image 0.3s;
}

.bitstarz-mkdiv8.bitstarz-0vwc7g {
  -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;
  }
}

.bitstarz-lsheqz: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;
}

.bitstarz-px5rnl {
  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.bitstarz-gnx4sg.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.bitstarz-gnx4sg.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;
}

.bitstarz-042lz9 {
  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);
}

.bitstarz-042lz9::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%
  );
}

.bitstarz-lii0qg {
  position: relative;
  z-index: 1;
}

.bitstarz-pry38r {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bitstarz-ug1qpu {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.bitstarz-ocwfqr {
  font-size: 40px;
  line-height: 48px;
}

.bitstarz-31d5c5 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bitstarz-sc2nyk {
  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;
}

.bitstarz-sc2nyk:hover {
  background: var(--Primary-400);
}

.bitstarz-sc2nyk svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bitstarz-lsheqz 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) {
  .bitstarz-042lz9 {
    max-width: 600px;
    padding: 64px;
  }

  .bitstarz-pry38r {
    font-size: 24px;
    line-height: 32px;
  }

  .bitstarz-ug1qpu {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bitstarz-ocwfqr {
    font-size: 50px;
    line-height: 56px;
  }

  .bitstarz-31d5c5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bitstarz-px5rnl {
    top: 25px;
    right: 25px;
  }
}

.bitstarz-borprh,
.bitstarz-p302rw {
  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;
}

.bitstarz-duokfv.bitstarz-91niq9::before,
.bitstarz-p302rw::before,
.bitstarz-mrlhqb::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.bitstarz-gnx4sg.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bitstarz-zhlawy 14.bitstarz-3w7h77.bitstarz-dt2oox 14.bitstarz-t1ice6 15.bitstarz-fibgtb 14.bitstarz-ldaxso 15.bitstarz-pku59u 14.bitstarz-t1vj65.bitstarz-2pifm8 14.bitstarz-74xxyt 19.bitstarz-axgkte 12.bitstarz-0srjcb 19.bitstarz-axgkte 10.bitstarz-ayawkg.bitstarz-axgkte 8.bitstarz-a81r6r 17.bitstarz-xrjise 7.bitstarz-fnhecb 15.bitstarz-bqgit7 7.bitstarz-rya0p9.bitstarz-np1h5u 7.bitstarz-fnhecb 11.bitstarz-15804w 8.bitstarz-a81r6r 11.bitstarz-15804w 10.bitstarz-idcgxo.bitstarz-15804w 12.bitstarz-06gpra 13.bitstarz-y4s6mv 14.bitstarz-xf3a0k 15.bitstarz-bmuwin 14.bitstarz-jh5v5g.bitstarz-4h5d41 14.bitstarz-fjvndy 15.bitstarz-ycwpwe 14.bitstarz-8p2soz 15.bitstarz-kzlsn7 14.bitstarz-vjc6m2.bitstarz-zhlawy 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bitstarz-is10k2 15.bitstarz-r64roy.bitstarz-6che9g 15.bitstarz-oxqsbw 15.bitstarz-9pwc0x 15.bitstarz-hw2lem 15.bitstarz-f6kpvb 15.bitstarz-o63vyr.bitstarz-bb8p6t 15.bitstarz-hw2lem 15.bitstarz-fjwtjz 15.bitstarz-5tudjw 15.bitstarz-g8i9ty 15.bitstarz-0lu8zx.bitstarz-0lacem 15.bitstarz-a7ygq7 7.bitstarz-ew8xxj 18.bitstarz-oign9t 7.bitstarz-283q8v 23.bitstarz-w4lrwa.bitstarz-ghrlg6.bitstarz-6ugerz 18.bitstarz-vjnnju 19.bitstarz-9147qu 15.bitstarz-w4s5jz 15.bitstarz-is10k2 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.bitstarz-krgbf0 [type="submit"] *,
.bitstarz-3nskqc button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bitstarz-ewcntk {
    display: none;
  }
}

.bitstarz-mlavnq {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bitstarz-mlavnq {
  display: none;
}

@media (min-width: 768px) {
  .bitstarz-mlavnq {
    bottom: 22px;
  }
}

.bitstarz-mlavnq input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bitstarz-mlavnq {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bitstarz-pfif8o.static) .bitstarz-mlavnq {
    bottom: 8px;
  }
}

.bitstarz-lvs418 {
  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.bitstarz-gnx4sg.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bitstarz-xo6hff 3.bitstarz-3q88w4.bitstarz-54y4pg.bitstarz-nd8ol2 3.bitstarz-d0ns87 3.bitstarz-lapg4b 5.bitstarz-i7u5jw 3.bitstarz-lapg4b 8.bitstarz-fo76g1.bitstarz-kklxgt.bitstarz-lapg4b 26.bitstarz-bjgltt 5.bitstarz-xyyc9j 28.bitstarz-e372c7 8.bitstarz-6bc3oo 28.bitstarz-q3h7j7.bitstarz-pi0ib8 28.bitstarz-0z0ssu.bitstarz-lgeshl 34.bitstarz-oavtvr.bitstarz-lvxeo9 36.bitstarz-8rx8ef 11.bitstarz-pb4h8e 37.bitstarz-ol1rbt 12.bitstarz-h50869 36.bitstarz-fk4ehp.bitstarz-3dtq36 28.bitstarz-x48kun.bitstarz-1o0lx7.bitstarz-zgxsrc 28.bitstarz-eu7r01 36.bitstarz-qz6vg7 26.bitstarz-8ckojk 36.bitstarz-qz6vg7 23.bitstarz-ammmgl.bitstarz-i6lm8i.bitstarz-qz6vg7 5.bitstarz-yenu1b 34.bitstarz-hced42 3.bitstarz-d0ns87 31.bitstarz-xo6hff 3.bitstarz-r0xc7s.bitstarz-irpcjl 18.bitstarz-hwt4dp.bitstarz-g3vkq9 18.bitstarz-2wkwos 8.bitstarz-mvc28u 17.bitstarz-0uqcnq 8.bitstarz-mvc28u 15.bitstarz-3hovo8.bitstarz-mvc28u 14.bitstarz-k8nx0t 9.bitstarz-g3vkq9 13.bitstarz-88df5h 11.bitstarz-irpcjl 13.bitstarz-8ano2g.bitstarz-6l3r7v 13.bitstarz-88df5h 13.bitstarz-5gb66x 14.bitstarz-k8nx0t 13.bitstarz-5gb66x 15.bitstarz-kc5eq2.bitstarz-5gb66x 17.bitstarz-0uqcnq 12.bitstarz-6l3r7v 18.bitstarz-2wkwos 11.bitstarz-irpcjl 18.bitstarz-t25q3e.bitstarz-1emko2 18.bitstarz-3edcg0.bitstarz-qtkbq7 18.bitstarz-2wkwos 17.bitstarz-qch98q 17.bitstarz-0uqcnq 17.bitstarz-qch98q 15.bitstarz-wipm8m.bitstarz-qch98q 14.bitstarz-k8nx0t 18.bitstarz-qtkbq7 13.bitstarz-88df5h 20.bitstarz-1emko2 13.bitstarz-shyj6w.bitstarz-3gm7eb 13.bitstarz-88df5h 22.bitstarz-1lfpxc 14.bitstarz-k8nx0t 22.bitstarz-1lfpxc 15.bitstarz-vlj3jt.bitstarz-eutqve 17.bitstarz-0uqcnq 21.bitstarz-3gm7eb 18.bitstarz-2wkwos 20.bitstarz-1emko2 18.bitstarz-vb9ofg.bitstarz-31001z 18.bitstarz-ds9b4l.bitstarz-c6lwjv 18.bitstarz-2wkwos 26.bitstarz-1icihm 17.bitstarz-0uqcnq 26.bitstarz-1icihm 15.bitstarz-kqo0dw.bitstarz-1icihm 14.bitstarz-k8nx0t 27.bitstarz-c6lwjv 13.bitstarz-88df5h 28.bitstarz-31001z 13.bitstarz-ildhv8.bitstarz-a965u7 13.bitstarz-88df5h 31.bitstarz-mjb927 14.bitstarz-k8nx0t 31.bitstarz-mjb927 15.bitstarz-b6berf.bitstarz-1icihm 17.bitstarz-0uqcnq 30.bitstarz-a965u7 18.bitstarz-2wkwos 28.bitstarz-31001z 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"])
    .bitstarz-lvs418 {
    display: none;
  }
}

.bitstarz-f2dwq3 {
  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) {
  .bitstarz-f2dwq3 {
    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;
}

.bitstarz-3nskqc {
  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) {
  .bitstarz-3nskqc {
    padding: 14px 16px;
  }
}

.bitstarz-3nskqc button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bitstarz-3nskqc button:first-child {
  align-content: end;
}

.bitstarz-3nskqc button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bitstarz-3nskqc
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bitstarz-3nskqc
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bitstarz-3nskqc button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bitstarz-3nskqc button:last-child svg {
  width: 38px;
  height: 38px;
}

.bitstarz-mrlhqb {
  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;
}

.bitstarz-mrlhqb::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bitstarz-mrlhqb,
.pc61d126-chatbot[data-active-screen="3"]
  .bitstarz-mrlhqb {
  opacity: 1;
  visibility: visible;
}

.bitstarz-urflys {
  flex: 1 1;
}

.bitstarz-1vyshu {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bitstarz-1vyshu {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bitstarz-a5q344 {
  display: block;
}

.bitstarz-xj2tyd {
  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) {
  .bitstarz-xj2tyd {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bitstarz-p302rw {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.bitstarz-p302rw::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bitstarz-h17fwz span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bitstarz-h17fwz p {
  color: var(--Text-100);
}

.bitstarz-p302rw .bitstarz-km8ykj {
  grid-area: button;
}

.bitstarz-p302rw .bitstarz-km8ykj::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.bitstarz-gnx4sg.org/2000/svg'%3E%3Cpath d='M4.bitstarz-oem66i 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bitstarz-v3ekj8 15L16.bitstarz-v3ekj8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bitstarz-v3ekj8 5L16.bitstarz-v3ekj8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .bitstarz-zbvom2 {
  display: block;
}

.bitstarz-5he5f7 {
  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) {
  .bitstarz-5he5f7 {
    margin-top: 40px;
  }
}

.bitstarz-borprh label,
.bitstarz-borprh input {
  display: block;
  width: 100%;
}

.bitstarz-borprh label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bitstarz-borprh label.bitstarz-m3zjd8 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bitstarz-borprh label.bitstarz-m3zjd8::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;
}

.bitstarz-borprh 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;
}

.bitstarz-borprh input::placeholder {
  color: var(--Text-400);
}

.bitstarz-a3x35b {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bitstarz-a3x35b {
  display: flex;
}

.bitstarz-a3x35b ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bitstarz-a3x35b ol {
    height: 420px;
    padding: 24px;
  }
}

.bitstarz-a3x35b ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bitstarz-krgbf0 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bitstarz-krgbf0 {
    padding: 0 24px 24px;
  }
}

.bitstarz-krgbf0 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;
}

.bitstarz-krgbf0 input::placeholder {
  color: var(--Text-400);
}

.bitstarz-krgbf0 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bitstarz-krgbf0 [type="submit"]:disabled {
  opacity: 0.5;
}

.bitstarz-krgbf0 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bitstarz-krgbf0 [type="submit"] {
    right: 40px;
  }
}

.bitstarz-duokfv {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bitstarz-duokfv.bitstarz-91niq9 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bitstarz-duokfv.bitstarz-91niq9::before {
  content: "";
  width: 31px;
}

.bitstarz-duokfv.bitstarz-91niq9 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bitstarz-duokfv.bitstarz-ippy2k p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bitstarz-duokfv p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bitstarz-mlavnq .bitstarz-km8ykj {
  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;
  }
}

.bitstarz-ewcntk {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bitstarz-ewcntk {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bitstarz-ewcntk {
    padding: 18px 0;
  }
}

.bitstarz-ewcntk .bitstarz-jsoou5 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bitstarz-ewcntk .bitstarz-jsoou5 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bitstarz-s8nj3v {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bitstarz-s8nj3v {
    max-width: 160px;
    height: 40px;
  }
}

.bitstarz-s8nj3v picture,
.bitstarz-s8nj3v img {
  display: block;
  width: 100%;
  height: 100%;
}

.bitstarz-s8nj3v img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bitstarz-w2cbwk {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bitstarz-3fbnez ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bitstarz-ewcntk.bitstarz-3725u7 .bitstarz-w2cbwk {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bitstarz-w2cbwk {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bitstarz-w2cbwk {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bitstarz-vjdac8,
.bitstarz-j5drgb {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bitstarz-vjdac8,
  .bitstarz-j5drgb {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bitstarz-j5drgb {
    display: none;
  }
}

.bitstarz-0bhlks {
  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;
}

.bitstarz-3725u7 .bitstarz-0bhlks {
  background: var(--fh-bg-color);
}

.bitstarz-0bhlks button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bitstarz-0bhlks {
    display: none;
  }
}

.bitstarz-elos07 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bitstarz-elos07 {
    display: none;
  }
}

.bitstarz-jziq4a {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.bitstarz-ewcntk.bitstarz-3725u7 .bitstarz-jziq4a:first-child {
  display: none;
}

.bitstarz-ewcntk.bitstarz-3725u7 .bitstarz-jziq4a:last-child {
  display: block;
}

.bitstarz-jziq4a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bitstarz-jziq4a {
    display: none;
  }
}

.bitstarz-9hrwvt {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bitstarz-9hrwvt {
    display: flex;
  }
}

.bitstarz-9hrwvt ul {
  max-height: 350px;
  overflow-y: auto;
}

.bitstarz-9hrwvt:hover ul {
  visibility: visible;
  opacity: 1;
}

.bitstarz-9hrwvt:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bitstarz-9hrwvt:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bitstarz-9hrwvt:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bitstarz-9hrwvt:hover .bitstarz-e2aadn svg {
  transform: rotate(180deg);
}

.bitstarz-o0fkvj {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bitstarz-puoxbb {
  padding: 0 8px;
}

.bitstarz-bz8flq {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bitstarz-bz8flq:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bitstarz-bz8flq {
    padding: 4px 8px;
  }
}

.bitstarz-sq0ow3 {
  display: flex;
}

.bitstarz-sq0ow3 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bitstarz-e2aadn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bitstarz-e2aadn svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bitstarz-70jna9 {
  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) {
  .bitstarz-70jna9 {
    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;
  }
}

.bitstarz-algxjr {
  width: 100%;
}

@media (min-width: 1200px) {
  .bitstarz-algxjr {
    display: none;
  }
}

.bitstarz-5xcnq3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bitstarz-mup0ic {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bitstarz-2uh9bh {
  display: flex;
}

.bitstarz-87k3xp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bitstarz-va2ybr {
  list-style: none;
}

@media (max-width: 1199px) {
  .bitstarz-va2ybr {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bitstarz-va2ybr {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bitstarz-va2ybr .bitstarz-q1lp17 [data-ref-el],
  .bitstarz-va2ybr .bitstarz-q1lp17 span,
  .bitstarz-va2ybr .bitstarz-q1lp17 a {
    white-space: nowrap;
  }
}

.bitstarz-r6fdsh {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bitstarz-r6fdsh.bitstarz-old7gs > .bitstarz-q1lp17 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bitstarz-r6fdsh.bitstarz-wqjfhy:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bitstarz-r6fdsh.bitstarz-old7gs > .bitstarz-rvazmh {
    height: auto;
  }

  .bitstarz-r6fdsh.bitstarz-old7gs > div > .bitstarz-52x0fn {
    transform: rotate(180deg);
  }
}

.bitstarz-r6fdsh [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bitstarz-r6fdsh [data-ref-el],
.bitstarz-r6fdsh span {
  cursor: pointer;
}

.bitstarz-r6fdsh [data-ref-el],
.bitstarz-r6fdsh span,
.bitstarz-r6fdsh a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .bitstarz-r6fdsh [data-ref-el],
  .bitstarz-r6fdsh span,
  .bitstarz-r6fdsh a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bitstarz-r6fdsh [data-ref-el],
  .bitstarz-r6fdsh span,
  .bitstarz-r6fdsh a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bitstarz-rvazmh {
  height: 0;
  overflow: hidden;
  transition: height 0.bitstarz-3fbnez ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bitstarz-rvazmh::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bitstarz-rvazmh::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bitstarz-rvazmh::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bitstarz-rvazmh {
    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;
  }

  .bitstarz-rvazmh:has(> .bitstarz-r6fdsh.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bitstarz-rvazmh .bitstarz-rvazmh {
    padding: 0;
  }

  .bitstarz-rvazmh .bitstarz-r6fdsh {
    font-weight: 400;
  }

  .bitstarz-rvazmh .bitstarz-r6fdsh:hover > .bitstarz-q1lp17 {
    background: var(--Neutral-300);
  }

  .bitstarz-rvazmh .bitstarz-52x0fn {
    rotate: -90deg;
  }
}

.bitstarz-q1lp17 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bitstarz-q1lp17 {
    padding: 8px;
  }

  .bitstarz-r6fdsh.bitstarz-1cem4a > .bitstarz-q1lp17 {
    background: var(--Neutral-300);
  }
}

.bitstarz-52x0fn {
  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.bitstarz-gnx4sg.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bitstarz-bgl6fk 0.bitstarz-bg4hfx.bitstarz-giq9tp -0.bitstarz-082a0k 0.bitstarz-iteqz6 -0.bitstarz-082a0k 1.bitstarz-ry13zu 0.bitstarz-fquyfh.bitstarz-xog6wh 4.bitstarz-3d7qby.bitstarz-bgl6fk 0.bitstarz-oj6y5m.bitstarz-3n5gmt -0.bitstarz-082a0k 9.bitstarz-c2xyqv -0.bitstarz-082a0k 10.bitstarz-3yoaew 0.bitstarz-xr6e7d.bitstarz-3jy9rr 0.bitstarz-giq9tp 10.bitstarz-3jy9rr 0.bitstarz-iteqz6 10.bitstarz-3yoaew 1.bitstarz-chddlm.bitstarz-w27czp 5.bitstarz-icte6g.bitstarz-hr87lo 6.bitstarz-iftkmk 5.bitstarz-2hqnk7 6.bitstarz-iftkmk 4.bitstarz-dweyuy 5.bitstarz-0ubtf9.bitstarz-bgl6fk 1.bitstarz-p0htui.bitstarz-082a0k 0.bitstarz-iteqz6 -0.bitstarz-082a0k 0.bitstarz-giq9tp 0.bitstarz-bgl6fk 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bitstarz-3fbnez ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bitstarz-52x0fn {
    cursor: default;
  }
}

.bitstarz-41hlzw {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bitstarz-h330rg {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .bitstarz-h330rg {
    padding: 40px 4px;
  }
}

.bitstarz-3uxp2t {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bitstarz-3uxp2t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bitstarz-lfjfks {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bitstarz-lfjfks {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bitstarz-lfjfks ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bitstarz-lfjfks [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bitstarz-lfjfks [data-ref-el],
.bitstarz-lfjfks span,
.bitstarz-lfjfks a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bitstarz-yxf49t {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bitstarz-yxf49t {
    margin-bottom: 12px;
  }
}

.bitstarz-dclan1 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bitstarz-dclan1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bitstarz-dclan1:last-child {
    margin-right: 0;
  }
}

.bitstarz-6ir3ng {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bitstarz-yxf49t:hover .bitstarz-btqixu {
  visibility: visible;
  opacity: 1;
}

.bitstarz-btqixu {
  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);
}

.bitstarz-ia94dq {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bitstarz-frq8lf {
  display: flex;
  margin: 6px;
}

.bitstarz-frq8lf img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bitstarz-btqixu::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);
}

.bitstarz-btqixu::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);
}

.bitstarz-93y9q9 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bitstarz-93y9q9 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bitstarz-6prddq {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bitstarz-6prddq {
    margin-right: 32px;
  }
}

.bitstarz-oeykr4 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bitstarz-oeykr4 {
    margin-top: 0;
    width: 340px;
  }
}

.bitstarz-oeykr4 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bitstarz-k13gjk {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bitstarz-csi9pb {
  position: relative;
}

@media (min-width: 768px) {
  .bitstarz-csi9pb {
    margin-top: 40px;
  }
}

.bitstarz-csi9pb + .bitstarz-90bymu,
.bitstarz-csi9pb + .bitstarz-csi9pb {
  margin-top: 24px;
}

.bitstarz-9no5q9 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bitstarz-9no5q9 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bitstarz-9no5q9 {
    padding: 80px;
  }
}

.bitstarz-j2b222 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bitstarz-j2b222 {
    padding: 0 16px;
}


}

.bitstarz-iqqbj5 {
  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) {
  .bitstarz-iqqbj5 {
    font-size: 48px;
    line-height: 56px;
  }
}

.bitstarz-9viss2 {
  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) {
  .bitstarz-9viss2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.bitstarz-7w7amf {
  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;
}

.bitstarz-7w7amf:hover {
  background: var(--button-bg-hover);
}

.bitstarz-u55plj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bitstarz-u55plj img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bitstarz-u55plj img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bitstarz-u55plj img {
  min-height: 100%;
  }
}

.bitstarz-9no5q9::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bitstarz-9rcnqm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bitstarz-9rcnqm h1,
.bitstarz-9rcnqm h2,
.bitstarz-9rcnqm h3,
.bitstarz-9rcnqm h4 {
  margin-bottom: 6px;
}

.bitstarz-9rcnqm h1:not(:first-child),
.bitstarz-9rcnqm h2:not(:first-child),
.bitstarz-9rcnqm h3:not(:first-child),
.bitstarz-9rcnqm h4:not(:first-child) {
  margin-top: 16px;
}

.bitstarz-9rcnqm h1,
.bitstarz-9rcnqm h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bitstarz-9rcnqm h1,
  .bitstarz-9rcnqm h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bitstarz-9rcnqm h2,
.bitstarz-9rcnqm h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bitstarz-9rcnqm h2,
  .bitstarz-9rcnqm h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bitstarz-9rcnqm h3,
.bitstarz-9rcnqm h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bitstarz-9rcnqm h3,
  .bitstarz-9rcnqm h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bitstarz-9rcnqm h4,
.bitstarz-9rcnqm h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bitstarz-9rcnqm ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bitstarz-9rcnqm ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bitstarz-9rcnqm 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);
}

.bitstarz-9rcnqm ul ul {
  margin-bottom: 8px;
}

.bitstarz-9rcnqm ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bitstarz-9rcnqm ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bitstarz-9rcnqm ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bitstarz-9rcnqm ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bitstarz-9rcnqm ol li::marker {
  font-weight: 700;
}

.bitstarz-9rcnqm ol ol {
  margin-bottom: 8px;
}

.bitstarz-9rcnqm ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bitstarz-9rcnqm ol ul li {
  padding-left: 16px;
}

.bitstarz-9rcnqm 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) {
  .bitstarz-9rcnqm table {
    padding: 24px;
  }
}

.bitstarz-9rcnqm table.bitstarz-h3nnq9 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bitstarz-3fbnez,
    mask-image 0.3s;
}

.bitstarz-9rcnqm table.bitstarz-h3nnq9.bitstarz-0vwc7g {
  -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) {
  .bitstarz-9rcnqm table {
    display: table;
  }
}

.bitstarz-9rcnqm 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);
}

.bitstarz-9rcnqm table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bitstarz-9rcnqm table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bitstarz-9rcnqm 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) {
  .bitstarz-9rcnqm table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bitstarz-9rcnqm table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bitstarz-9rcnqm table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bitstarz-9rcnqm table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bitstarz-9rcnqm img {
  max-width: 100%;
  height: auto;
}

.bitstarz-5aud89 {
  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) {
  .bitstarz-5aud89 {
    padding: 24px;
  }
}

.bitstarz-3isu90 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .bitstarz-3isu90 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bitstarz-3isu90 > * {
  margin: 0 !important;
}

.bitstarz-3isu90 img,
.bitstarz-4lrms6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bitstarz-3isu90 img,
  .bitstarz-4lrms6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bitstarz-phwewl {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bitstarz-phwewl {
    width: 32px;
    height: 32px;
  }
}

.bitstarz-qmo5zh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bitstarz-qmo5zh .bitstarz-61zlz0 {
  flex-shrink: 0;
}

.bitstarz-qmo5zh .bitstarz-xeal4d svg {
  display: none;
}

.bitstarz-kb25g9 {
  display: grid;
  transition: max-height 0.bitstarz-3fbnez ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bitstarz-kb25g9 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bitstarz-kb25g9 {
    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));
  }
}

.bitstarz-kb25g9.bitstarz-scb2q5 + .bitstarz-61zlz0 svg {
  transform: rotate(180deg);
}

.bitstarz-1ipn7l {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bitstarz-1ipn7l > div:nth-child(3n) {
  grid-column: span 2;
}

.bitstarz-1ipn7l
  > div:nth-child(3n)
  .bitstarz-jv8b3r
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bitstarz-1ipn7l {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bitstarz-1ipn7l > div:nth-child(3n) {
    grid-column: unset;
  }

  .bitstarz-1ipn7l
    > div:nth-child(3n)
    .bitstarz-jv8b3r
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bitstarz-1ipn7l {
    max-width: 270px;
  }
}

.bitstarz-1ipn7l .bitstarz-jv8b3r button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bitstarz-1ipn7l .bitstarz-jv8b3r button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bitstarz-1ipn7l .bitstarz-jv8b3r button {
    max-width: 104px;
  }
}

.bitstarz-pc4id7 {
  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) {
  .bitstarz-pc4id7 {
    margin-bottom: 0;
  }
}

.bitstarz-nr9unt {
  display: none;
  opacity: 0;
}

.bitstarz-wr35i8 {
  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;
  }
}

.bitstarz-wr35i8 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bitstarz-jv8b3r {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bitstarz-jv8b3r button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bitstarz-jv8b3r
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bitstarz-jv8b3r
    button {
    max-width: 145px;
  }
}

.bitstarz-1lb2p7:first-child
  .bitstarz-jv8b3r
  button {
  max-width: 270px;
}

.bitstarz-d6ptfm {
  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%;
}

.bitstarz-pc4id7 picture {
  width: 100%;
  max-width: 100%;
}

.bitstarz-ay5aj3 {
  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;
}

.bitstarz-ay5aj3 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bitstarz-pc4id7:hover .bitstarz-ay5aj3 {
  display: flex;
}

.bitstarz-t2a49i {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bitstarz-u4oits {
  display: flex;
}

.bitstarz-u4oits:hover .bitstarz-tf0i03,
.bitstarz-u4oits .bitstarz-1cem4a .bitstarz-tf0i03 {
  display: flex;
}

.bitstarz-u4oits svg {
  flex-shrink: 0;
}

.bitstarz-tf0i03 {
  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) {
  .bitstarz-tf0i03 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bitstarz-tf0i03:hover {
  display: flex;
}

.bitstarz-tf0i03 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bitstarz-7n2qxb {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .bitstarz-7n2qxb {
    font-size: 12px;
  }
}

.bitstarz-ewgva6,
.bitstarz-7h3p1d {
  width: 50%;
  flex-shrink: 0;
}

.bitstarz-ewgva6 {
  font-weight: 700;
}

.bitstarz-s7shbr .bitstarz-kb25g9 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bitstarz-s7shbr .bitstarz-kb25g9 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bitstarz-s7shbr .bitstarz-kb25g9 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bitstarz-s7shbr
  .bitstarz-d6ptfm:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bitstarz-s7shbr .bitstarz-wr35i8 {
  height: 100% !important;
  border-radius: 16px;
}

.bitstarz-s7shbr .bitstarz-jv8b3r {
  gap: 4px;
  align-items: center;
}

.bitstarz-s7shbr .bitstarz-jv8b3r button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bitstarz-s7shbr .bitstarz-jv8b3r svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bitstarz-s7shbr .bitstarz-8n10sf,
.bitstarz-s7shbr .bitstarz-n7jmei {
  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.bitstarz-gnx4sg.org/2000/svg'%3E%3Cpath d='M9.bitstarz-icm197 4.bitstarz-tg4lt7.bitstarz-cuutdj 5.bitstarz-6j6g3g.bitstarz-1rdag7 5.bitstarz-nbfes1.bitstarz-dx78nz 5.bitstarz-ha9uds.bitstarz-izvdpb 8.bitstarz-7wauix.bitstarz-e483gh 9.bitstarz-8j2lj5.bitstarz-ma3zf8 9.bitstarz-d9ghb6.bitstarz-q0zs4i 13.bitstarz-wsmgrg.bitstarz-9hauay 11.bitstarz-klkkf3.bitstarz-hc3fe2 11.bitstarz-65al0u.bitstarz-99h2v1 11.bitstarz-nsq2um.bitstarz-93ch81 13.bitstarz-glch2w.bitstarz-q1eeqf 9.bitstarz-timrav.bitstarz-bturbx 9.bitstarz-7wbv5s.bitstarz-a78e82 8.bitstarz-snnsyd.bitstarz-xc5fkw 5.bitstarz-38glvg.bitstarz-axcwiy 5.bitstarz-h0cewp.bitstarz-ozixke 5.bitstarz-spvm94.bitstarz-ohminu 4.bitstarz-uhol9d.bitstarz-hc3fe2 1.bitstarz-w13un8.bitstarz-icm197 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bitstarz-s7shbr .bitstarz-8n10sf {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bitstarz-s7shbr .bitstarz-n7jmei {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bitstarz-vibo1m {
  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) {
  .bitstarz-vibo1m {
    padding: 24px;
  }
}

.bitstarz-vibo1m .bitstarz-61zlz0 {
  display: flex;
}

@media (min-width: 768px) {
  .bitstarz-vibo1m .bitstarz-61zlz0 {
    display: none;
  }
}

.bitstarz-vibo1m .bitstarz-xeal4d svg {
  display: none;
}

.bitstarz-03ug0u {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bitstarz-03ug0u .bitstarz-7npmhm {
  display: none;
}

@media (min-width: 768px) {
  .bitstarz-03ug0u .bitstarz-7npmhm {
    display: flex;
  }
}

.bitstarz-4qfroo {
  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) {
  .bitstarz-4qfroo {
    font-size: 40px;
    line-height: 48px;
  }
}

.bitstarz-4qfroo > * {
  margin: 0 !important;
}

.bitstarz-4qfroo img,
.bitstarz-7t9c54 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bitstarz-4qfroo img,
  .bitstarz-7t9c54 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bitstarz-tc9nj5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bitstarz-tc9nj5 {
    width: 32px;
    height: 32px;
  }
}

.bitstarz-xq156w {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bitstarz-xq156w {
    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;
  }

  .bitstarz-xq156w::-webkit-scrollbar {
    display: none;
  }
}

.bitstarz-9hzfzi {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bitstarz-9hzfzi {
    padding: 7px 15px;
  }
}

.bitstarz-9hzfzi:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bitstarz-jtk8uy {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bitstarz-jtk8uy {
    display: flex;
    opacity: 1;
  }
}

.bitstarz-9hzfzi picture {
  height: 100%;
  display: block;
}

.bitstarz-9hzfzi img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bitstarz-9hzfzi img {
    width: 88px;
    height: 44px;
  }
}

.bitstarz-9hzfzi p {
  text-align: center;
  width: 100%;
}

.bitstarz-af5ll1 {
  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) {
  .bitstarz-af5ll1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bitstarz-af5ll1 img,
.bitstarz-c4ttn6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bitstarz-af5ll1 img,
  .bitstarz-c4ttn6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bitstarz-0lg74l {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bitstarz-0lg74l {
    width: 32px;
    height: 32px;
  }
}

.bitstarz-1ec8gd {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bitstarz-ybm3ho {
  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;
}

.bitstarz-t5cbld {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bitstarz-t5cbld.bitstarz-1cem4a {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bitstarz-srgpqt {
  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) {
  .bitstarz-srgpqt {
    font-size: 20px;
    line-height: 28px;
  }
}

.bitstarz-rhsisl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bitstarz-jp1diu {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bitstarz-3fbnez ease;
  opacity: 0;
  color: var(--text-color);
}

.bitstarz-lc80wh {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bitstarz-lc80wh ol,
.bitstarz-lc80wh ul {
  padding-left: 1.3em;
}

.bitstarz-t5cbld.bitstarz-1cem4a .bitstarz-jp1diu {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bitstarz-t5cbld.bitstarz-1cem4a .bitstarz-rhsisl {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bitstarz-6onmlm {
  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) {
  .bitstarz-6onmlm {
    padding: 24px;
  }
}

.bitstarz-6onmlm .bitstarz-61zlz0 {
  display: flex;
}

@media (min-width: 768px) {
  .bitstarz-6onmlm .bitstarz-61zlz0 {
    display: none;
  }
}

.bitstarz-6onmlm .bitstarz-xeal4d svg {
  display: none;
}

.bitstarz-u9k6fh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bitstarz-u9k6fh .bitstarz-7npmhm {
  display: none;
}

@media (min-width: 768px) {
  .bitstarz-u9k6fh .bitstarz-7npmhm {
    display: flex;
  }
}

.bitstarz-4o53qw {
  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) {
  .bitstarz-4o53qw {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bitstarz-4o53qw > * {
  margin: 0 !important;
}

.bitstarz-4o53qw img,
.bitstarz-larm2x {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bitstarz-4o53qw img,
  .bitstarz-larm2x {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bitstarz-0wwifl {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bitstarz-0wwifl {
    width: 32px;
    height: 32px;
  }
}

.bitstarz-yv65ss {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bitstarz-yv65ss {
    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;
  }

  .bitstarz-yv65ss::-webkit-scrollbar {
    display: none;
  }
}

.bitstarz-s6a4g5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bitstarz-s6a4g5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bitstarz-27xbgt {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bitstarz-27xbgt {
    display: flex;
    opacity: 1;
  }
}

.bitstarz-s6a4g5 picture {
  width: auto;
  height: 100%;
  display: block;
}

.bitstarz-s6a4g5 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bitstarz-l7vbad {
  margin: -24px 0;
}

.bitstarz-l7vbad:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bitstarz-l7vbad {
    margin: -16px 0;
  }
}

.bitstarz-7fxl41 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bitstarz-7fxl41 {
    flex-direction: row;
  }
}

.bitstarz-c8z46e {
  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) {
  .bitstarz-c8z46e {
    flex: 1;
  }
}

.bitstarz-c8z46e::placeholder {
  color: var(--Text-400);
}

.bitstarz-dpq63h {
  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;
}

.bitstarz-90z1pr {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bitstarz-90z1pr::-webkit-scrollbar {
  display: none;
}

.bitstarz-okucif {
  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;
}

.bitstarz-okucif img,
.bitstarz-okucif svg {
  margin-right: 8px;
}

.bitstarz-waupdt {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bitstarz-l7vbad + .bitstarz-tpoxio {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bitstarz-l7vbad + .bitstarz-tpoxio {
    margin-top: -16px;
  }
}

.bitstarz-i9zyyi {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bitstarz-i9zyyi > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bitstarz-i9zyyi > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bitstarz-49vwa6 {
  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;
}

.bitstarz-1n7mqw {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.bitstarz-st3hq1 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bitstarz-fw7by5 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bitstarz-5p0y9r {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bitstarz-49vwa6 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;
}

.bitstarz-49vwa6 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) {
  .bitstarz-49vwa6 {
    padding: 39px 179px 39px 39px;
  }

  .bitstarz-1n7mqw {
    font-size: 40px;
    line-height: 48px;
  }

  .bitstarz-5p0y9r {
    height: 348px;
  }

  .bitstarz-49vwa6 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bitstarz-49vwa6 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bitstarz-49vwa6 {
    padding: 63px;
  }
}

.bitstarz-76zafn {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bitstarz-76zafn {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bitstarz-wrpwi1 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bitstarz-wrpwi1 {
    width: auto;
  }
}

.bitstarz-kologo {
  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;
}

.bitstarz-kologo::-webkit-scrollbar {
  display: none;
}

.bitstarz-kologo 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);
}

.bitstarz-kologo a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bitstarz-kologo {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bitstarz-76zafn .bitstarz-qlzmoc {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bitstarz-3fbnez,
    mask-image 0.3s;
}

.bitstarz-76zafn .bitstarz-qlzmoc.bitstarz-0vwc7g {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bitstarz-h4psqo {
  margin: 40px -16px;
}

.bitstarz-1dlfnl + .bitstarz-90bymu,
.bitstarz-1dlfnl + .bitstarz-csi9pb {
  margin-top: 24px;
}

.bitstarz-d2r6cm {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bitstarz-d2r6cm picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bitstarz-pkyb5p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bitstarz-pkyb5p {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bitstarz-pkyb5p {
    margin-top: 0;
  }
}

.bitstarz-r9xd54 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bitstarz-r9xd54 {
    font-size: 24px;
    line-height: 32px;
  }
}

.bitstarz-04bpev {
  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) {
  .bitstarz-04bpev {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bitstarz-betqtu {
  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) {
  .bitstarz-betqtu {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bitstarz-faqf9r {
  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) {
  .bitstarz-faqf9r {
    font-size: 20px;
    line-height: 28px;
  }
}

.bitstarz-hgrfxi {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bitstarz-hgrfxi {
    font-size: 32px;
    line-height: 40px;
  }
}

.bitstarz-4054wn {
  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;
}

.bitstarz-1xl7em {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bitstarz-1xl7em img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bitstarz-tpoxio {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bitstarz-odtzwf {
  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) {
  .bitstarz-odtzwf {
    padding: 15px 48px;
  }
}

main > .bitstarz-tpoxio {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bitstarz-kb25g9.bitstarz-aocflh > div:nth-child(n+5) {
    display: none;
  }
}

.bitstarz-9rcnqm p a img {
  display: block;
  margin: 0 auto;
}


.bitstarz-x8s5ib {
  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 */
.bitstarz-k7b15t {
  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;
}

.bitstarz-k7b15t label {
  font-size: 14px;
}

.bitstarz-k7b15t h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bitstarz-k7b15t input,
.bitstarz-k7b15t textarea,
.bitstarz-k7b15t 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;
}
.bitstarz-k7b15t button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bitstarz-wuoxxn ease;
}
.bitstarz-k7b15t button:hover {
  background-color: var(--button-bg-hover);
}
.bitstarz-jep9wa {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bitstarz-v5ha1p ease-in;
}

.bitstarz-jep9wa 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;
}
.bitstarz-1ffkuq, .bitstarz-l71xmm, [class*="review-card"],
thead, thead th, table th, .bitstarz-ti56tr,
.bitstarz-2k9n4x, [class*="collapsible-header"],
.bitstarz-m84785, [class*="updated-block"] {
  color: #ece7dc !important;
}
