* {
  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;
  }
}

.rollbit-pf0uu2 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-pf0uu2 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-pf0uu2 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rollbit-sm941t {
  overflow: hidden;
}

.rollbit-kz0u0y img {
  background: var(--Neutral-300);
}

.rollbit-343tbf {
  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;
}

.rollbit-r7gy1x {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rollbit-r7gy1x:hover {
  background: var(--button-bg-hover);
}

.rollbit-sl82yp {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rollbit-sl82yp:hover {
  background: var(--button-bg-hover);
}

.rollbit-x4cjxr {
  font-size: 12px;
  line-height: 18px;
}

.rollbit-gt9dcw {
  font-size: 18px;
  line-height: 26px;
}

.rollbit-07pqus {
  width: 100%;
}

.rollbit-wd6ku9 {
  padding: 6px 16px;
}

.rollbit-h42t5f {
  padding: 10px 16px;
}

.rollbit-qcrgzi {
  padding: 15px 26px;
}

.rollbit-wxv58t {
  flex-shrink: 0;
}

.rollbit-v55z0u {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.rollbit-3cs9rx {
  display: none;
}

.rollbit-5egpjo {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rollbit-xmcdmd {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rollbit-2g0407 {
  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;
}

.rollbit-2sy3qr {
  cursor: grab;
}

.rollbit-2g0407::-webkit-scrollbar {
  display: none;
}

.rollbit-3tfg3q {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rollbit-aqrhzw {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rollbit-kjp4e3 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rollbit-2ptaxr {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rollbit-t7exqt {
  visibility: visible;
}

.rollbit-fu01bk {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rollbit-7coeso ease;
}

.rollbit-3qknzf {
  background-color: var(--Primary-200);
  width: 16px;
}

.rollbit-xqmce9 {
  -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.rollbit-7coeso,
    mask-image 0.3s;
}

.rollbit-xqmce9.rollbit-vl22aa {
  -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;
  }
}

.rollbit-ipy9n4: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;
}

.rollbit-wqbfw2 {
  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.rollbit-8cfcyg.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.rollbit-8cfcyg.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;
}

.rollbit-l4xt2z {
  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);
}

.rollbit-l4xt2z::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%
  );
}

.rollbit-u3vlv7 {
  position: relative;
  z-index: 1;
}

.rollbit-0otdxf {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rollbit-ol2itu {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rollbit-eyrjh8 {
  font-size: 40px;
  line-height: 48px;
}

.rollbit-n2j1he {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rollbit-xi5o3l {
  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;
}

.rollbit-xi5o3l:hover {
  background: var(--Primary-400);
}

.rollbit-xi5o3l svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rollbit-ipy9n4 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) {
  .rollbit-l4xt2z {
    max-width: 600px;
    padding: 64px;
  }

  .rollbit-0otdxf {
    font-size: 24px;
    line-height: 32px;
  }

  .rollbit-ol2itu {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rollbit-eyrjh8 {
    font-size: 50px;
    line-height: 56px;
  }

  .rollbit-n2j1he {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rollbit-wqbfw2 {
    top: 25px;
    right: 25px;
  }
}

.rollbit-ez9a9v,
.rollbit-633pt1 {
  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;
}

.rollbit-ncc5p2.rollbit-4h6l4v::before,
.rollbit-633pt1::before,
.rollbit-ha5irp::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.rollbit-8cfcyg.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rollbit-xv873h 14.rollbit-lp3xs6.rollbit-ecwszr 14.rollbit-zbcs6j 15.rollbit-bvfbxr 14.rollbit-ia6zjb 15.rollbit-73zik7 14.rollbit-3ac9b9.rollbit-3sleih 14.rollbit-5lvhbh 19.rollbit-ja91qx 12.rollbit-129i9i 19.rollbit-ja91qx 10.rollbit-48san7.rollbit-ja91qx 8.rollbit-e6bo94 17.rollbit-4xqwzv 7.rollbit-3qgx8f 15.rollbit-i1z3a9 7.rollbit-1wk4bz.rollbit-ygz39g 7.rollbit-3qgx8f 11.rollbit-ugx6tr 8.rollbit-e6bo94 11.rollbit-ugx6tr 10.rollbit-14t730.rollbit-ugx6tr 12.rollbit-nx9u8r 13.rollbit-uzb3z6 14.rollbit-69yecu 15.rollbit-ipdjdv 14.rollbit-u4ti0e.rollbit-x62w5y 14.rollbit-2zayoj 15.rollbit-0p14hj 14.rollbit-zn9qlg 15.rollbit-gklosk 14.rollbit-767wsk.rollbit-xv873h 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rollbit-zm15bu 15.rollbit-uivbv8.rollbit-wpc5ph 15.rollbit-7lzu42 15.rollbit-48l8zu 15.rollbit-my7t9y 15.rollbit-uz7tqh 15.rollbit-x5bsjx.rollbit-lq3kya 15.rollbit-my7t9y 15.rollbit-3xot6z 15.rollbit-verf52 15.rollbit-l6zijj 15.rollbit-n5l4v2.rollbit-6mepie 15.rollbit-1azujj 7.rollbit-kjd2yv 18.rollbit-87eaan 7.rollbit-bkmzt3 23.rollbit-kkwh6y.rollbit-4scnph.rollbit-p1gca6 18.rollbit-i7dzta 19.rollbit-oxvir2 15.rollbit-a8pl1s 15.rollbit-zm15bu 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rollbit-1sf5yh [type="submit"] *,
.rollbit-vapa1x button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rollbit-zmtdlf {
    display: none;
  }
}

.rollbit-9etue0 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rollbit-9etue0 {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-9etue0 {
    bottom: 22px;
  }
}

.rollbit-9etue0 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rollbit-9etue0 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rollbit-qwx1x7.static) .rollbit-9etue0 {
    bottom: 8px;
  }
}

.rollbit-hek4d3 {
  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.rollbit-8cfcyg.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rollbit-lwa3xd 3.rollbit-1l881a.rollbit-lcwa4g.rollbit-dzplos 3.rollbit-16rzn0 3.rollbit-2r04gt 5.rollbit-t5g0d0 3.rollbit-2r04gt 8.rollbit-2se5ih.rollbit-mbpyo9.rollbit-2r04gt 26.rollbit-ny2qya 5.rollbit-4b6k9m 28.rollbit-p3f1r9 8.rollbit-dci1ju 28.rollbit-hjwb6b.rollbit-80i1j4 28.rollbit-mwmvkn.rollbit-oi4j9p 34.rollbit-mblkyi.rollbit-qceb0b 36.rollbit-a8w13o 11.rollbit-32ap7d 37.rollbit-ng4i2t 12.rollbit-mz4xv1 36.rollbit-zf7l0d.rollbit-ketm2g 28.rollbit-5oc1j7.rollbit-sv85ra.rollbit-mm6b5o 28.rollbit-qzsb1v 36.rollbit-iurc2x 26.rollbit-61qnai 36.rollbit-iurc2x 23.rollbit-kd7z0o.rollbit-0prtme.rollbit-iurc2x 5.rollbit-dbrrnj 34.rollbit-9ziwy8 3.rollbit-16rzn0 31.rollbit-lwa3xd 3.rollbit-vlmoat.rollbit-z9q7o5 18.rollbit-ozndz7.rollbit-e5u1vl 18.rollbit-rx9wgc 8.rollbit-zuye3k 17.rollbit-8fza52 8.rollbit-zuye3k 15.rollbit-rk1upk.rollbit-zuye3k 14.rollbit-gg6ai9 9.rollbit-e5u1vl 13.rollbit-10rovu 11.rollbit-z9q7o5 13.rollbit-06jm98.rollbit-9ybvmq 13.rollbit-10rovu 13.rollbit-qai4xg 14.rollbit-gg6ai9 13.rollbit-qai4xg 15.rollbit-j61uk4.rollbit-qai4xg 17.rollbit-8fza52 12.rollbit-9ybvmq 18.rollbit-rx9wgc 11.rollbit-z9q7o5 18.rollbit-bmazq2.rollbit-ptexmy 18.rollbit-9uub0c.rollbit-flmp9x 18.rollbit-rx9wgc 17.rollbit-9fozfa 17.rollbit-8fza52 17.rollbit-9fozfa 15.rollbit-lemr73.rollbit-9fozfa 14.rollbit-gg6ai9 18.rollbit-flmp9x 13.rollbit-10rovu 20.rollbit-ptexmy 13.rollbit-8txhb1.rollbit-zgscsc 13.rollbit-10rovu 22.rollbit-qg4e1j 14.rollbit-gg6ai9 22.rollbit-qg4e1j 15.rollbit-ryh3aq.rollbit-1wfr4p 17.rollbit-8fza52 21.rollbit-zgscsc 18.rollbit-rx9wgc 20.rollbit-ptexmy 18.rollbit-5255fb.rollbit-qfozu2 18.rollbit-ppyry3.rollbit-j7en5i 18.rollbit-rx9wgc 26.rollbit-t9buv8 17.rollbit-8fza52 26.rollbit-t9buv8 15.rollbit-k5vy7v.rollbit-t9buv8 14.rollbit-gg6ai9 27.rollbit-j7en5i 13.rollbit-10rovu 28.rollbit-qfozu2 13.rollbit-ebjrfs.rollbit-ug6vuu 13.rollbit-10rovu 31.rollbit-hbrv3n 14.rollbit-gg6ai9 31.rollbit-hbrv3n 15.rollbit-4h8ha7.rollbit-t9buv8 17.rollbit-8fza52 30.rollbit-ug6vuu 18.rollbit-rx9wgc 28.rollbit-qfozu2 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"])
    .rollbit-hek4d3 {
    display: none;
  }
}

.rollbit-1gwakm {
  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) {
  .rollbit-1gwakm {
    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;
}

.rollbit-vapa1x {
  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) {
  .rollbit-vapa1x {
    padding: 14px 16px;
  }
}

.rollbit-vapa1x button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rollbit-vapa1x button:first-child {
  align-content: end;
}

.rollbit-vapa1x button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rollbit-vapa1x
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rollbit-vapa1x
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rollbit-vapa1x button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rollbit-vapa1x button:last-child svg {
  width: 38px;
  height: 38px;
}

.rollbit-ha5irp {
  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;
}

.rollbit-ha5irp::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rollbit-ha5irp,
.pc61d126-chatbot[data-active-screen="3"]
  .rollbit-ha5irp {
  opacity: 1;
  visibility: visible;
}

.rollbit-gogkxn {
  flex: 1 1;
}

.rollbit-btfv3z {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-btfv3z {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rollbit-6pjnvv {
  display: block;
}

.rollbit-bmwgjw {
  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) {
  .rollbit-bmwgjw {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rollbit-633pt1 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rollbit-633pt1::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rollbit-tgrah3 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rollbit-tgrah3 p {
  color: var(--Text-100);
}

.rollbit-633pt1 .rollbit-i91c0f {
  grid-area: button;
}

.rollbit-633pt1 .rollbit-i91c0f::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.rollbit-8cfcyg.org/2000/svg'%3E%3Cpath d='M4.rollbit-7lx7a2 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rollbit-4qlh0v 15L16.rollbit-4qlh0v 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rollbit-4qlh0v 5L16.rollbit-4qlh0v 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rollbit-uzfpy6 {
  display: block;
}

.rollbit-jk250p {
  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) {
  .rollbit-jk250p {
    margin-top: 40px;
  }
}

.rollbit-ez9a9v label,
.rollbit-ez9a9v input {
  display: block;
  width: 100%;
}

.rollbit-ez9a9v label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rollbit-ez9a9v label.rollbit-zhj44x input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rollbit-ez9a9v label.rollbit-zhj44x::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;
}

.rollbit-ez9a9v 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;
}

.rollbit-ez9a9v input::placeholder {
  color: var(--Text-400);
}

.rollbit-zlsojo {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rollbit-zlsojo {
  display: flex;
}

.rollbit-zlsojo ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rollbit-zlsojo ol {
    height: 420px;
    padding: 24px;
  }
}

.rollbit-zlsojo ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rollbit-1sf5yh {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-1sf5yh {
    padding: 0 24px 24px;
  }
}

.rollbit-1sf5yh 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;
}

.rollbit-1sf5yh input::placeholder {
  color: var(--Text-400);
}

.rollbit-1sf5yh [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rollbit-1sf5yh [type="submit"]:disabled {
  opacity: 0.5;
}

.rollbit-1sf5yh [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rollbit-1sf5yh [type="submit"] {
    right: 40px;
  }
}

.rollbit-ncc5p2 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rollbit-ncc5p2.rollbit-4h6l4v {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rollbit-ncc5p2.rollbit-4h6l4v::before {
  content: "";
  width: 31px;
}

.rollbit-ncc5p2.rollbit-4h6l4v p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rollbit-ncc5p2.rollbit-txey1z p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rollbit-ncc5p2 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rollbit-9etue0 .rollbit-i91c0f {
  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;
  }
}

.rollbit-zmtdlf {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rollbit-zmtdlf {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rollbit-zmtdlf {
    padding: 18px 0;
  }
}

.rollbit-zmtdlf .rollbit-pf0uu2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rollbit-zmtdlf .rollbit-pf0uu2 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rollbit-61kmic {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rollbit-61kmic {
    max-width: 160px;
    height: 40px;
  }
}

.rollbit-61kmic picture,
.rollbit-61kmic img {
  display: block;
  width: 100%;
  height: 100%;
}

.rollbit-61kmic img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rollbit-20x0fd {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rollbit-7coeso ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rollbit-zmtdlf.rollbit-v70zfg .rollbit-20x0fd {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rollbit-20x0fd {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rollbit-20x0fd {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rollbit-dulxu8,
.rollbit-aluvz4 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rollbit-dulxu8,
  .rollbit-aluvz4 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rollbit-aluvz4 {
    display: none;
  }
}

.rollbit-n82u69 {
  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;
}

.rollbit-v70zfg .rollbit-n82u69 {
  background: var(--fh-bg-color);
}

.rollbit-n82u69 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rollbit-n82u69 {
    display: none;
  }
}

.rollbit-3bzoab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rollbit-3bzoab {
    display: none;
  }
}

.rollbit-ymvnf9 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.rollbit-zmtdlf.rollbit-v70zfg .rollbit-ymvnf9:first-child {
  display: none;
}

.rollbit-zmtdlf.rollbit-v70zfg .rollbit-ymvnf9:last-child {
  display: block;
}

.rollbit-ymvnf9:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rollbit-ymvnf9 {
    display: none;
  }
}

.rollbit-ouhl7w {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rollbit-ouhl7w {
    display: flex;
  }
}

.rollbit-ouhl7w ul {
  max-height: 350px;
  overflow-y: auto;
}

.rollbit-ouhl7w:hover ul {
  visibility: visible;
  opacity: 1;
}

.rollbit-ouhl7w:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rollbit-ouhl7w:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rollbit-ouhl7w:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rollbit-ouhl7w:hover .rollbit-767w44 svg {
  transform: rotate(180deg);
}

.rollbit-p9f9kg {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rollbit-3fztyt {
  padding: 0 8px;
}

.rollbit-zi17t1 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rollbit-zi17t1:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rollbit-zi17t1 {
    padding: 4px 8px;
  }
}

.rollbit-uok0lx {
  display: flex;
}

.rollbit-uok0lx img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rollbit-767w44 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rollbit-767w44 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rollbit-392o63 {
  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) {
  .rollbit-392o63 {
    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;
  }
}

.rollbit-0ytl24 {
  width: 100%;
}

@media (min-width: 1200px) {
  .rollbit-0ytl24 {
    display: none;
  }
}

.rollbit-k0xb4d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rollbit-qlnfgt {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rollbit-wvn7xr {
  display: flex;
}

.rollbit-ni79i9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rollbit-pmt5fd {
  list-style: none;
}

@media (max-width: 1199px) {
  .rollbit-pmt5fd {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rollbit-pmt5fd {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rollbit-pmt5fd .rollbit-60t3vq [data-ref-el],
  .rollbit-pmt5fd .rollbit-60t3vq span,
  .rollbit-pmt5fd .rollbit-60t3vq a {
    white-space: nowrap;
  }
}

.rollbit-qplae1 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rollbit-qplae1.rollbit-b3ubyq > .rollbit-60t3vq {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rollbit-qplae1.rollbit-9c42ri:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rollbit-qplae1.rollbit-b3ubyq > .rollbit-3pq0o2 {
    height: auto;
  }

  .rollbit-qplae1.rollbit-b3ubyq > div > .rollbit-t909xh {
    transform: rotate(180deg);
  }
}

.rollbit-qplae1 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rollbit-qplae1 [data-ref-el],
.rollbit-qplae1 span {
  cursor: pointer;
}

.rollbit-qplae1 [data-ref-el],
.rollbit-qplae1 span,
.rollbit-qplae1 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .rollbit-qplae1 [data-ref-el],
  .rollbit-qplae1 span,
  .rollbit-qplae1 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rollbit-qplae1 [data-ref-el],
  .rollbit-qplae1 span,
  .rollbit-qplae1 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rollbit-3pq0o2 {
  height: 0;
  overflow: hidden;
  transition: height 0.rollbit-7coeso ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rollbit-3pq0o2::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rollbit-3pq0o2::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rollbit-3pq0o2::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rollbit-3pq0o2 {
    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;
  }

  .rollbit-3pq0o2:has(> .rollbit-qplae1.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rollbit-3pq0o2 .rollbit-3pq0o2 {
    padding: 0;
  }

  .rollbit-3pq0o2 .rollbit-qplae1 {
    font-weight: 400;
  }

  .rollbit-3pq0o2 .rollbit-qplae1:hover > .rollbit-60t3vq {
    background: var(--Neutral-300);
  }

  .rollbit-3pq0o2 .rollbit-t909xh {
    rotate: -90deg;
  }
}

.rollbit-60t3vq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rollbit-60t3vq {
    padding: 8px;
  }

  .rollbit-qplae1.rollbit-g2mdbh > .rollbit-60t3vq {
    background: var(--Neutral-300);
  }
}

.rollbit-t909xh {
  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.rollbit-8cfcyg.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rollbit-zom0w5 0.rollbit-zfpmgx.rollbit-bcl4ws -0.rollbit-jzpwgo 0.rollbit-xyt6gb -0.rollbit-jzpwgo 1.rollbit-2ava0o 0.rollbit-criq8m.rollbit-5hd301 4.rollbit-yaplcu.rollbit-zom0w5 0.rollbit-dxthvq.rollbit-t3wr8e -0.rollbit-jzpwgo 9.rollbit-3hnft4 -0.rollbit-jzpwgo 10.rollbit-ivwrb1 0.rollbit-xt0xnb.rollbit-s3e8iq 0.rollbit-bcl4ws 10.rollbit-s3e8iq 0.rollbit-xyt6gb 10.rollbit-ivwrb1 1.rollbit-ecgvqz.rollbit-bj5rsz 5.rollbit-7ir9kp.rollbit-w0p18b 6.rollbit-bch0dp 5.rollbit-42aql3 6.rollbit-bch0dp 4.rollbit-eoq4hc 5.rollbit-j87k0p.rollbit-zom0w5 1.rollbit-6wa8hk.rollbit-jzpwgo 0.rollbit-xyt6gb -0.rollbit-jzpwgo 0.rollbit-bcl4ws 0.rollbit-zom0w5 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rollbit-7coeso ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rollbit-t909xh {
    cursor: default;
  }
}

.rollbit-aumelq {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rollbit-khydcn {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .rollbit-khydcn {
    padding: 40px 4px;
  }
}

.rollbit-bgj4bw {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rollbit-bgj4bw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rollbit-kb9lry {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rollbit-kb9lry {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rollbit-kb9lry ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rollbit-kb9lry [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rollbit-kb9lry [data-ref-el],
.rollbit-kb9lry span,
.rollbit-kb9lry a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.rollbit-1tvj8f {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rollbit-1tvj8f {
    margin-bottom: 12px;
  }
}

.rollbit-din1eo {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rollbit-din1eo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rollbit-din1eo:last-child {
    margin-right: 0;
  }
}

.rollbit-tff14l {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rollbit-1tvj8f:hover .rollbit-qt94r1 {
  visibility: visible;
  opacity: 1;
}

.rollbit-qt94r1 {
  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);
}

.rollbit-txw0xe {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rollbit-cmu2hh {
  display: flex;
  margin: 6px;
}

.rollbit-cmu2hh img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rollbit-qt94r1::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);
}

.rollbit-qt94r1::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);
}

.rollbit-7n07dk {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rollbit-7n07dk {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rollbit-9ishg3 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .rollbit-9ishg3 {
    margin-right: 32px;
  }
}

.rollbit-w5mguf {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rollbit-w5mguf {
    margin-top: 0;
    width: 340px;
  }
}

.rollbit-w5mguf a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rollbit-enmqms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rollbit-0rfnwh {
  position: relative;
}

@media (min-width: 768px) {
  .rollbit-0rfnwh {
    margin-top: 40px;
  }
}

.rollbit-0rfnwh + .rollbit-vf324i,
.rollbit-0rfnwh + .rollbit-0rfnwh {
  margin-top: 24px;
}

.rollbit-oj7kuo {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rollbit-oj7kuo {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-oj7kuo {
    padding: 80px;
  }
}

.rollbit-fvesoi {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rollbit-fvesoi {
    padding: 0 16px;
}


}

.rollbit-6e115r {
  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) {
  .rollbit-6e115r {
    font-size: 48px;
    line-height: 56px;
  }
}

.rollbit-jlrij3 {
  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) {
  .rollbit-jlrij3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.rollbit-c3h2j6 {
  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;
}

.rollbit-c3h2j6:hover {
  background: var(--button-bg-hover);
}

.rollbit-9lrq0w {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rollbit-9lrq0w img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rollbit-9lrq0w img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rollbit-9lrq0w img {
  min-height: 100%;
  }
}

.rollbit-oj7kuo::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rollbit-ez58hj {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rollbit-ez58hj h1,
.rollbit-ez58hj h2,
.rollbit-ez58hj h3,
.rollbit-ez58hj h4 {
  margin-bottom: 6px;
}

.rollbit-ez58hj h1:not(:first-child),
.rollbit-ez58hj h2:not(:first-child),
.rollbit-ez58hj h3:not(:first-child),
.rollbit-ez58hj h4:not(:first-child) {
  margin-top: 16px;
}

.rollbit-ez58hj h1,
.rollbit-ez58hj h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rollbit-ez58hj h1,
  .rollbit-ez58hj h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rollbit-ez58hj h2,
.rollbit-ez58hj h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rollbit-ez58hj h2,
  .rollbit-ez58hj h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-ez58hj h3,
.rollbit-ez58hj h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rollbit-ez58hj h3,
  .rollbit-ez58hj h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rollbit-ez58hj h4,
.rollbit-ez58hj h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rollbit-ez58hj ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rollbit-ez58hj ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rollbit-ez58hj 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);
}

.rollbit-ez58hj ul ul {
  margin-bottom: 8px;
}

.rollbit-ez58hj ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rollbit-ez58hj ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rollbit-ez58hj ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rollbit-ez58hj ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rollbit-ez58hj ol li::marker {
  font-weight: 700;
}

.rollbit-ez58hj ol ol {
  margin-bottom: 8px;
}

.rollbit-ez58hj ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rollbit-ez58hj ol ul li {
  padding-left: 16px;
}

.rollbit-ez58hj 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) {
  .rollbit-ez58hj table {
    padding: 24px;
  }
}

.rollbit-ez58hj table.rollbit-3yy5aw {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rollbit-7coeso,
    mask-image 0.3s;
}

.rollbit-ez58hj table.rollbit-3yy5aw.rollbit-vl22aa {
  -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) {
  .rollbit-ez58hj table {
    display: table;
  }
}

.rollbit-ez58hj 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);
}

.rollbit-ez58hj table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rollbit-ez58hj table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rollbit-ez58hj 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) {
  .rollbit-ez58hj table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rollbit-ez58hj table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rollbit-ez58hj table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rollbit-ez58hj table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rollbit-ez58hj img {
  max-width: 100%;
  height: auto;
}

.rollbit-b57sgv {
  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) {
  .rollbit-b57sgv {
    padding: 24px;
  }
}

.rollbit-1581ya {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .rollbit-1581ya {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rollbit-1581ya > * {
  margin: 0 !important;
}

.rollbit-1581ya img,
.rollbit-z6rt7q {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-1581ya img,
  .rollbit-z6rt7q {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-i5fn82 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-i5fn82 {
    width: 32px;
    height: 32px;
  }
}

.rollbit-8re9hq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rollbit-8re9hq .rollbit-j46ee6 {
  flex-shrink: 0;
}

.rollbit-8re9hq .rollbit-ql4901 svg {
  display: none;
}

.rollbit-4gmvnq {
  display: grid;
  transition: max-height 0.rollbit-7coeso ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rollbit-4gmvnq {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rollbit-4gmvnq {
    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));
  }
}

.rollbit-4gmvnq.rollbit-jedjs1 + .rollbit-j46ee6 svg {
  transform: rotate(180deg);
}

.rollbit-1u3fnp {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rollbit-1u3fnp > div:nth-child(3n) {
  grid-column: span 2;
}

.rollbit-1u3fnp
  > div:nth-child(3n)
  .rollbit-9ttjw9
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rollbit-1u3fnp {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rollbit-1u3fnp > div:nth-child(3n) {
    grid-column: unset;
  }

  .rollbit-1u3fnp
    > div:nth-child(3n)
    .rollbit-9ttjw9
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rollbit-1u3fnp {
    max-width: 270px;
  }
}

.rollbit-1u3fnp .rollbit-9ttjw9 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rollbit-1u3fnp .rollbit-9ttjw9 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rollbit-1u3fnp .rollbit-9ttjw9 button {
    max-width: 104px;
  }
}

.rollbit-uhx2ew {
  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) {
  .rollbit-uhx2ew {
    margin-bottom: 0;
  }
}

.rollbit-sxxco3 {
  display: none;
  opacity: 0;
}

.rollbit-ifk6ku {
  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;
  }
}

.rollbit-ifk6ku img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rollbit-9ttjw9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rollbit-9ttjw9 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rollbit-9ttjw9
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rollbit-9ttjw9
    button {
    max-width: 145px;
  }
}

.rollbit-o6pz1x:first-child
  .rollbit-9ttjw9
  button {
  max-width: 270px;
}

.rollbit-ftyro1 {
  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%;
}

.rollbit-uhx2ew picture {
  width: 100%;
  max-width: 100%;
}

.rollbit-b3xh4x {
  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;
}

.rollbit-b3xh4x svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rollbit-uhx2ew:hover .rollbit-b3xh4x {
  display: flex;
}

.rollbit-2dmpnt {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rollbit-w9mxo6 {
  display: flex;
}

.rollbit-w9mxo6:hover .rollbit-tjcfyb,
.rollbit-w9mxo6 .rollbit-g2mdbh .rollbit-tjcfyb {
  display: flex;
}

.rollbit-w9mxo6 svg {
  flex-shrink: 0;
}

.rollbit-tjcfyb {
  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) {
  .rollbit-tjcfyb {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rollbit-tjcfyb:hover {
  display: flex;
}

.rollbit-tjcfyb svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rollbit-wqmt0l {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .rollbit-wqmt0l {
    font-size: 12px;
  }
}

.rollbit-sz6hu5,
.rollbit-6womq6 {
  width: 50%;
  flex-shrink: 0;
}

.rollbit-sz6hu5 {
  font-weight: 700;
}

.rollbit-mysu13 .rollbit-4gmvnq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rollbit-mysu13 .rollbit-4gmvnq {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rollbit-mysu13 .rollbit-4gmvnq {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rollbit-mysu13
  .rollbit-ftyro1:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rollbit-mysu13 .rollbit-ifk6ku {
  height: 100% !important;
  border-radius: 16px;
}

.rollbit-mysu13 .rollbit-9ttjw9 {
  gap: 4px;
  align-items: center;
}

.rollbit-mysu13 .rollbit-9ttjw9 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rollbit-mysu13 .rollbit-9ttjw9 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rollbit-mysu13 .rollbit-sg18j1,
.rollbit-mysu13 .rollbit-qp7ke7 {
  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.rollbit-8cfcyg.org/2000/svg'%3E%3Cpath d='M9.rollbit-a0rszm 4.rollbit-kigviv.rollbit-vxtd5r 5.rollbit-j1fkb2.rollbit-lka0rz 5.rollbit-17d49s.rollbit-4anahg 5.rollbit-kgs2sn.rollbit-ga88hn 8.rollbit-e1whzr.rollbit-o2ycsq 9.rollbit-1sky5k.rollbit-sdcb0d 9.rollbit-wgygbp.rollbit-0yf356 13.rollbit-ituqim.rollbit-8phgdm 11.rollbit-sjdsg0.rollbit-d5s0o2 11.rollbit-qs2a13.rollbit-7pjso3 11.rollbit-h9z4y6.rollbit-c6la4e 13.rollbit-ja45c4.rollbit-x20uj5 9.rollbit-8r99hq.rollbit-8r7rcc 9.rollbit-wvh5wj.rollbit-reb1bu 8.rollbit-mmgdtk.rollbit-8eb9yw 5.rollbit-r5aptb.rollbit-72a01i 5.rollbit-202kqv.rollbit-oz85xp 5.rollbit-gvqg3k.rollbit-7sj1gf 4.rollbit-xbvlf7.rollbit-d5s0o2 1.rollbit-t68fz2.rollbit-a0rszm 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rollbit-mysu13 .rollbit-sg18j1 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rollbit-mysu13 .rollbit-qp7ke7 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rollbit-sjqeg6 {
  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) {
  .rollbit-sjqeg6 {
    padding: 24px;
  }
}

.rollbit-sjqeg6 .rollbit-j46ee6 {
  display: flex;
}

@media (min-width: 768px) {
  .rollbit-sjqeg6 .rollbit-j46ee6 {
    display: none;
  }
}

.rollbit-sjqeg6 .rollbit-ql4901 svg {
  display: none;
}

.rollbit-t95lzr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rollbit-t95lzr .rollbit-343tbf {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-t95lzr .rollbit-343tbf {
    display: flex;
  }
}

.rollbit-jogj36 {
  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) {
  .rollbit-jogj36 {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-jogj36 > * {
  margin: 0 !important;
}

.rollbit-jogj36 img,
.rollbit-1vzg1j {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-jogj36 img,
  .rollbit-1vzg1j {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-83edhu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-83edhu {
    width: 32px;
    height: 32px;
  }
}

.rollbit-fywfei {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rollbit-fywfei {
    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;
  }

  .rollbit-fywfei::-webkit-scrollbar {
    display: none;
  }
}

.rollbit-ix57ly {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rollbit-ix57ly {
    padding: 7px 15px;
  }
}

.rollbit-ix57ly:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rollbit-273ztz {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rollbit-273ztz {
    display: flex;
    opacity: 1;
  }
}

.rollbit-ix57ly picture {
  height: 100%;
  display: block;
}

.rollbit-ix57ly img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rollbit-ix57ly img {
    width: 88px;
    height: 44px;
  }
}

.rollbit-ix57ly p {
  text-align: center;
  width: 100%;
}

.rollbit-nhq2ul {
  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) {
  .rollbit-nhq2ul {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-nhq2ul img,
.rollbit-rx6nki {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-nhq2ul img,
  .rollbit-rx6nki {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-r1255m {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-r1255m {
    width: 32px;
    height: 32px;
  }
}

.rollbit-hqnefd {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rollbit-a2dbqe {
  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;
}

.rollbit-nsa2ya {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rollbit-nsa2ya.rollbit-g2mdbh {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rollbit-13inh9 {
  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) {
  .rollbit-13inh9 {
    font-size: 20px;
    line-height: 28px;
  }
}

.rollbit-u8y74u {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.rollbit-iatrag {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rollbit-7coeso ease;
  opacity: 0;
  color: var(--text-color);
}

.rollbit-cziz06 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rollbit-cziz06 ol,
.rollbit-cziz06 ul {
  padding-left: 1.3em;
}

.rollbit-nsa2ya.rollbit-g2mdbh .rollbit-iatrag {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rollbit-nsa2ya.rollbit-g2mdbh .rollbit-u8y74u {
  transform: rotate(180deg);
  color: var(--text-color);
}

.rollbit-kf8trk {
  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) {
  .rollbit-kf8trk {
    padding: 24px;
  }
}

.rollbit-kf8trk .rollbit-j46ee6 {
  display: flex;
}

@media (min-width: 768px) {
  .rollbit-kf8trk .rollbit-j46ee6 {
    display: none;
  }
}

.rollbit-kf8trk .rollbit-ql4901 svg {
  display: none;
}

.rollbit-h2tdm0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rollbit-h2tdm0 .rollbit-343tbf {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-h2tdm0 .rollbit-343tbf {
    display: flex;
  }
}

.rollbit-vno9at {
  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) {
  .rollbit-vno9at {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-vno9at > * {
  margin: 0 !important;
}

.rollbit-vno9at img,
.rollbit-635bvh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-vno9at img,
  .rollbit-635bvh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-dyaojx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-dyaojx {
    width: 32px;
    height: 32px;
  }
}

.rollbit-54vu3k {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rollbit-54vu3k {
    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;
  }

  .rollbit-54vu3k::-webkit-scrollbar {
    display: none;
  }
}

.rollbit-00n063 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rollbit-00n063:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rollbit-hsdlj1 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rollbit-hsdlj1 {
    display: flex;
    opacity: 1;
  }
}

.rollbit-00n063 picture {
  width: auto;
  height: 100%;
  display: block;
}

.rollbit-00n063 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rollbit-nklisf {
  margin: -24px 0;
}

.rollbit-nklisf:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rollbit-nklisf {
    margin: -16px 0;
  }
}

.rollbit-g7ruuo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rollbit-g7ruuo {
    flex-direction: row;
  }
}

.rollbit-4u5ukj {
  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) {
  .rollbit-4u5ukj {
    flex: 1;
  }
}

.rollbit-4u5ukj::placeholder {
  color: var(--Text-400);
}

.rollbit-n1vtnk {
  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;
}

.rollbit-tk70tv {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rollbit-tk70tv::-webkit-scrollbar {
  display: none;
}

.rollbit-swt3q5 {
  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;
}

.rollbit-swt3q5 img,
.rollbit-swt3q5 svg {
  margin-right: 8px;
}

.rollbit-4m2ot0 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rollbit-nklisf + .rollbit-yl8a09 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rollbit-nklisf + .rollbit-yl8a09 {
    margin-top: -16px;
  }
}

.rollbit-usgv3b {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rollbit-usgv3b > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rollbit-usgv3b > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rollbit-pwemf1 {
  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;
}

.rollbit-67t9co {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.rollbit-qri77s {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rollbit-n7rmia {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rollbit-g7mdge {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rollbit-pwemf1 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;
}

.rollbit-pwemf1 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) {
  .rollbit-pwemf1 {
    padding: 39px 179px 39px 39px;
  }

  .rollbit-67t9co {
    font-size: 40px;
    line-height: 48px;
  }

  .rollbit-g7mdge {
    height: 348px;
  }

  .rollbit-pwemf1 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rollbit-pwemf1 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-pwemf1 {
    padding: 63px;
  }
}

.rollbit-ckcs41 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rollbit-ckcs41 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rollbit-uk8rxf {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rollbit-uk8rxf {
    width: auto;
  }
}

.rollbit-lp0fg4 {
  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;
}

.rollbit-lp0fg4::-webkit-scrollbar {
  display: none;
}

.rollbit-lp0fg4 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);
}

.rollbit-lp0fg4 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rollbit-lp0fg4 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rollbit-ckcs41 .rollbit-tv6fjc {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rollbit-7coeso,
    mask-image 0.3s;
}

.rollbit-ckcs41 .rollbit-tv6fjc.rollbit-vl22aa {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rollbit-lj6521 {
  margin: 40px -16px;
}

.rollbit-cn7v7z + .rollbit-vf324i,
.rollbit-cn7v7z + .rollbit-0rfnwh {
  margin-top: 24px;
}

.rollbit-pvzdll {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rollbit-pvzdll picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rollbit-2vci22 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rollbit-2vci22 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rollbit-2vci22 {
    margin-top: 0;
  }
}

.rollbit-9jbsfs {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rollbit-9jbsfs {
    font-size: 24px;
    line-height: 32px;
  }
}

.rollbit-mgxhlc {
  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) {
  .rollbit-mgxhlc {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rollbit-cdl818 {
  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) {
  .rollbit-cdl818 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rollbit-jfi75b {
  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) {
  .rollbit-jfi75b {
    font-size: 20px;
    line-height: 28px;
  }
}

.rollbit-20u61h {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rollbit-20u61h {
    font-size: 32px;
    line-height: 40px;
  }
}

.rollbit-nzwuub {
  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;
}

.rollbit-zj74wq {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rollbit-zj74wq img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rollbit-yl8a09 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rollbit-p6x3nd {
  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) {
  .rollbit-p6x3nd {
    padding: 15px 48px;
  }
}

main > .rollbit-yl8a09 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rollbit-4gmvnq.rollbit-07tejn > div:nth-child(n+5) {
    display: none;
  }
}

.rollbit-ez58hj p a img {
  display: block;
  margin: 0 auto;
}


.rollbit-m8x8kk {
  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 */
.rollbit-dzyyhw {
  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;
}

.rollbit-dzyyhw label {
  font-size: 14px;
}

.rollbit-dzyyhw h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rollbit-dzyyhw input,
.rollbit-dzyyhw textarea,
.rollbit-dzyyhw 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;
}
.rollbit-dzyyhw button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rollbit-rq0jj9 ease;
}
.rollbit-dzyyhw button:hover {
  background-color: var(--button-bg-hover);
}
.rollbit-yfb2gc {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rollbit-mduuq5 ease-in;
}

.rollbit-yfb2gc 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;
}
.rollbit-atcs5d, .rollbit-7bvbor, [class*="review-card"],
thead, thead th, table th, .rollbit-mh6rld,
.rollbit-59z100, [class*="collapsible-header"],
.rollbit-w2ezil, [class*="updated-block"] {
  color: #ece7dc !important;
}
