* {
  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-t80pjc {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-t80pjc {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-t80pjc {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rollbit-ls12mg {
  overflow: hidden;
}

.rollbit-vkulen img {
  background: var(--Neutral-300);
}

.rollbit-k407lh {
  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-sy2ymf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rollbit-sy2ymf:hover {
  background: var(--button-bg-hover);
}

.rollbit-tx8b3v {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rollbit-tx8b3v:hover {
  background: var(--button-bg-hover);
}

.rollbit-gksn63 {
  font-size: 12px;
  line-height: 18px;
}

.rollbit-3epu21 {
  font-size: 18px;
  line-height: 26px;
}

.rollbit-9memar {
  width: 100%;
}

.rollbit-yo09o8 {
  padding: 6px 16px;
}

.rollbit-lw86qa {
  padding: 10px 16px;
}

.rollbit-fdh2ro {
  padding: 15px 26px;
}

.rollbit-t3n9tg {
  flex-shrink: 0;
}

.rollbit-5o5vsk {
  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-t9pm3s {
  display: none;
}

.rollbit-1m72lk {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rollbit-2iutkz {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rollbit-n5knvg {
  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-q06cg2 {
  cursor: grab;
}

.rollbit-n5knvg::-webkit-scrollbar {
  display: none;
}

.rollbit-2kx4fn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rollbit-uoy8tr {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rollbit-lznv9f {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rollbit-4l2b5q {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rollbit-dz0rgd {
  visibility: visible;
}

.rollbit-nvo6l7 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rollbit-m9odwf ease;
}

.rollbit-9xwv25 {
  background-color: var(--Primary-200);
  width: 16px;
}

.rollbit-m2dh7n {
  -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-m9odwf,
    mask-image 0.3s;
}

.rollbit-m2dh7n.rollbit-koncxj {
  -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-6mx2uy: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-lauykp {
  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-j1pnsj.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-j1pnsj.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-tbnorm {
  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-tbnorm::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-xds7ex {
  position: relative;
  z-index: 1;
}

.rollbit-vy0ikz {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rollbit-tdxuzu {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rollbit-9au8xn {
  font-size: 40px;
  line-height: 48px;
}

.rollbit-jrx6nr {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rollbit-0vl2bq {
  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-0vl2bq:hover {
  background: var(--Primary-400);
}

.rollbit-0vl2bq svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rollbit-6mx2uy 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-tbnorm {
    max-width: 600px;
    padding: 64px;
  }

  .rollbit-vy0ikz {
    font-size: 24px;
    line-height: 32px;
  }

  .rollbit-tdxuzu {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rollbit-9au8xn {
    font-size: 50px;
    line-height: 56px;
  }

  .rollbit-jrx6nr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rollbit-lauykp {
    top: 25px;
    right: 25px;
  }
}

.rollbit-nzwc0c,
.rollbit-k34p8w {
  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-ege0px.rollbit-xuur1w::before,
.rollbit-k34p8w::before,
.rollbit-j66xhx::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-j1pnsj.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rollbit-2v86kp 14.rollbit-r7x2nc.rollbit-g54rl6 14.rollbit-k7vyf6 15.rollbit-lkb3mo 14.rollbit-rr34yj 15.rollbit-en3lim 14.rollbit-3jg013.rollbit-a1k1jg 14.rollbit-uv4j2g 19.rollbit-izmxwv 12.rollbit-vwv1vg 19.rollbit-izmxwv 10.rollbit-0lsucd.rollbit-izmxwv 8.rollbit-wdoi3x 17.rollbit-uitbxb 7.rollbit-1ipfqx 15.rollbit-it8lf6 7.rollbit-0e7tai.rollbit-q87d0o 7.rollbit-1ipfqx 11.rollbit-rr3vbk 8.rollbit-wdoi3x 11.rollbit-rr3vbk 10.rollbit-sbv2i7.rollbit-rr3vbk 12.rollbit-48n7c7 13.rollbit-4igs9w 14.rollbit-emdmai 15.rollbit-deezdp 14.rollbit-uiudl5.rollbit-ewtooc 14.rollbit-hhb98v 15.rollbit-wgn2x0 14.rollbit-2fdl4l 15.rollbit-zlui0w 14.rollbit-o2ofwk.rollbit-2v86kp 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rollbit-2zq7x7 15.rollbit-jg6h43.rollbit-jbjewn 15.rollbit-jzvhyz 15.rollbit-7jl5mk 15.rollbit-zh49d3 15.rollbit-88v7u8 15.rollbit-pwb5q6.rollbit-x9rykb 15.rollbit-zh49d3 15.rollbit-75imw5 15.rollbit-1v489t 15.rollbit-fblzyy 15.rollbit-4m3vut.rollbit-98hf0f 15.rollbit-vsvhny 7.rollbit-yqa3hl 18.rollbit-x23hvc 7.rollbit-7zw38x 23.rollbit-wmn0nf.rollbit-ggqoct.rollbit-v1fw1p 18.rollbit-lmfo3j 19.rollbit-0oy2bd 15.rollbit-dr7juy 15.rollbit-2zq7x7 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rollbit-rmqwdj [type="submit"] *,
.rollbit-te1l2b button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rollbit-k78pjy {
    display: none;
  }
}

.rollbit-eel8q7 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rollbit-eel8q7 {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-eel8q7 {
    bottom: 22px;
  }
}

.rollbit-eel8q7 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rollbit-eel8q7 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rollbit-ue78b6.static) .rollbit-eel8q7 {
    bottom: 8px;
  }
}

.rollbit-m94an6 {
  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-j1pnsj.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rollbit-puzgu4 3.rollbit-2wbfqc.rollbit-ftn2tq.rollbit-txzhgk 3.rollbit-1lst0w 3.rollbit-2mqfeu 5.rollbit-2zpl02 3.rollbit-2mqfeu 8.rollbit-6jcc8t.rollbit-7eq9p5.rollbit-2mqfeu 26.rollbit-gawp6k 5.rollbit-jnftue 28.rollbit-1lfry5 8.rollbit-6lslxd 28.rollbit-oe2t7v.rollbit-64n8gd 28.rollbit-yj6zwh.rollbit-kdx7nn 34.rollbit-b5d246.rollbit-ex45ux 36.rollbit-r17or4 11.rollbit-stmhlt 37.rollbit-3l8qqg 12.rollbit-hgk8ip 36.rollbit-m9gnim.rollbit-6ca2g0 28.rollbit-od5cz6.rollbit-j8p3ca.rollbit-8msqx7 28.rollbit-h52tk6 36.rollbit-67fuhn 26.rollbit-z2vjpt 36.rollbit-67fuhn 23.rollbit-35dz3f.rollbit-ysoqb2.rollbit-67fuhn 5.rollbit-ppb60q 34.rollbit-tmuskf 3.rollbit-1lst0w 31.rollbit-puzgu4 3.rollbit-vzxt4m.rollbit-mhl04l 18.rollbit-o8maal.rollbit-1nhizx 18.rollbit-96f8rp 8.rollbit-lu7e6k 17.rollbit-oxf0v4 8.rollbit-lu7e6k 15.rollbit-xbidpp.rollbit-lu7e6k 14.rollbit-c7mq8a 9.rollbit-1nhizx 13.rollbit-ncp5am 11.rollbit-mhl04l 13.rollbit-sfgadb.rollbit-e0y0qy 13.rollbit-ncp5am 13.rollbit-9hrhjq 14.rollbit-c7mq8a 13.rollbit-9hrhjq 15.rollbit-qinlyx.rollbit-9hrhjq 17.rollbit-oxf0v4 12.rollbit-e0y0qy 18.rollbit-96f8rp 11.rollbit-mhl04l 18.rollbit-6tqvkr.rollbit-gngx23 18.rollbit-0egfdu.rollbit-ac9w7n 18.rollbit-96f8rp 17.rollbit-66uc0k 17.rollbit-oxf0v4 17.rollbit-66uc0k 15.rollbit-z3x0fb.rollbit-66uc0k 14.rollbit-c7mq8a 18.rollbit-ac9w7n 13.rollbit-ncp5am 20.rollbit-gngx23 13.rollbit-xfpyk2.rollbit-hddqtq 13.rollbit-ncp5am 22.rollbit-5n0c3c 14.rollbit-c7mq8a 22.rollbit-5n0c3c 15.rollbit-zpmnz6.rollbit-hy2ipm 17.rollbit-oxf0v4 21.rollbit-hddqtq 18.rollbit-96f8rp 20.rollbit-gngx23 18.rollbit-0krzvj.rollbit-virruk 18.rollbit-6vpb1g.rollbit-sxqr62 18.rollbit-96f8rp 26.rollbit-7qvt7k 17.rollbit-oxf0v4 26.rollbit-7qvt7k 15.rollbit-5l2sak.rollbit-7qvt7k 14.rollbit-c7mq8a 27.rollbit-sxqr62 13.rollbit-ncp5am 28.rollbit-virruk 13.rollbit-8at1lw.rollbit-55l059 13.rollbit-ncp5am 31.rollbit-e4if77 14.rollbit-c7mq8a 31.rollbit-e4if77 15.rollbit-8a7xzw.rollbit-7qvt7k 17.rollbit-oxf0v4 30.rollbit-55l059 18.rollbit-96f8rp 28.rollbit-virruk 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-m94an6 {
    display: none;
  }
}

.rollbit-sugs2j {
  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-sugs2j {
    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-te1l2b {
  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-te1l2b {
    padding: 14px 16px;
  }
}

.rollbit-te1l2b button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rollbit-te1l2b button:first-child {
  align-content: end;
}

.rollbit-te1l2b button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rollbit-te1l2b
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rollbit-te1l2b
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rollbit-te1l2b button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rollbit-te1l2b button:last-child svg {
  width: 38px;
  height: 38px;
}

.rollbit-j66xhx {
  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-j66xhx::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rollbit-j66xhx,
.pc61d126-chatbot[data-active-screen="3"]
  .rollbit-j66xhx {
  opacity: 1;
  visibility: visible;
}

.rollbit-i915al {
  flex: 1 1;
}

.rollbit-ovnizy {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-ovnizy {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rollbit-lsjawv {
  display: block;
}

.rollbit-50rv1s {
  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-50rv1s {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rollbit-k34p8w {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rollbit-k34p8w::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rollbit-fab8ko span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rollbit-fab8ko p {
  color: var(--Text-100);
}

.rollbit-k34p8w .rollbit-si37rn {
  grid-area: button;
}

.rollbit-k34p8w .rollbit-si37rn::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-j1pnsj.org/2000/svg'%3E%3Cpath d='M4.rollbit-ugaysq 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rollbit-hbqt2b 15L16.rollbit-hbqt2b 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rollbit-hbqt2b 5L16.rollbit-hbqt2b 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rollbit-byj2z1 {
  display: block;
}

.rollbit-wm2sv6 {
  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-wm2sv6 {
    margin-top: 40px;
  }
}

.rollbit-nzwc0c label,
.rollbit-nzwc0c input {
  display: block;
  width: 100%;
}

.rollbit-nzwc0c label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rollbit-nzwc0c label.rollbit-6v71fn input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rollbit-nzwc0c label.rollbit-6v71fn::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-nzwc0c 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-nzwc0c input::placeholder {
  color: var(--Text-400);
}

.rollbit-62vciy {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rollbit-62vciy {
  display: flex;
}

.rollbit-62vciy ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rollbit-62vciy ol {
    height: 420px;
    padding: 24px;
  }
}

.rollbit-62vciy ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rollbit-rmqwdj {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-rmqwdj {
    padding: 0 24px 24px;
  }
}

.rollbit-rmqwdj 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-rmqwdj input::placeholder {
  color: var(--Text-400);
}

.rollbit-rmqwdj [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rollbit-rmqwdj [type="submit"]:disabled {
  opacity: 0.5;
}

.rollbit-rmqwdj [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rollbit-rmqwdj [type="submit"] {
    right: 40px;
  }
}

.rollbit-ege0px {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rollbit-ege0px.rollbit-xuur1w {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rollbit-ege0px.rollbit-xuur1w::before {
  content: "";
  width: 31px;
}

.rollbit-ege0px.rollbit-xuur1w p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rollbit-ege0px.rollbit-7wq9fb p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rollbit-ege0px p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rollbit-eel8q7 .rollbit-si37rn {
  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-k78pjy {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rollbit-k78pjy {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rollbit-k78pjy {
    padding: 18px 0;
  }
}

.rollbit-k78pjy .rollbit-t80pjc {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rollbit-k78pjy .rollbit-t80pjc {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rollbit-kd7r1g {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rollbit-kd7r1g {
    max-width: 160px;
    height: 40px;
  }
}

.rollbit-kd7r1g picture,
.rollbit-kd7r1g img {
  display: block;
  width: 100%;
  height: 100%;
}

.rollbit-kd7r1g img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rollbit-uxkr9k {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rollbit-m9odwf ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rollbit-k78pjy.rollbit-b4cc4v .rollbit-uxkr9k {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rollbit-uxkr9k {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rollbit-uxkr9k {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rollbit-ul0p7c,
.rollbit-5wzxrv {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rollbit-ul0p7c,
  .rollbit-5wzxrv {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rollbit-5wzxrv {
    display: none;
  }
}

.rollbit-wu4jqy {
  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-b4cc4v .rollbit-wu4jqy {
  background: var(--fh-bg-color);
}

.rollbit-wu4jqy button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rollbit-wu4jqy {
    display: none;
  }
}

.rollbit-p56qg6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rollbit-p56qg6 {
    display: none;
  }
}

.rollbit-coxr5b {
  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-k78pjy.rollbit-b4cc4v .rollbit-coxr5b:first-child {
  display: none;
}

.rollbit-k78pjy.rollbit-b4cc4v .rollbit-coxr5b:last-child {
  display: block;
}

.rollbit-coxr5b:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rollbit-coxr5b {
    display: none;
  }
}

.rollbit-uvsehn {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rollbit-uvsehn {
    display: flex;
  }
}

.rollbit-uvsehn ul {
  max-height: 350px;
  overflow-y: auto;
}

.rollbit-uvsehn:hover ul {
  visibility: visible;
  opacity: 1;
}

.rollbit-uvsehn:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rollbit-uvsehn:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rollbit-uvsehn:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rollbit-uvsehn:hover .rollbit-ymmmuk svg {
  transform: rotate(180deg);
}

.rollbit-y423v1 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rollbit-giqpn1 {
  padding: 0 8px;
}

.rollbit-gslmjs {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rollbit-gslmjs:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rollbit-gslmjs {
    padding: 4px 8px;
  }
}

.rollbit-ixvx8i {
  display: flex;
}

.rollbit-ixvx8i img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rollbit-ymmmuk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rollbit-ymmmuk svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rollbit-dxnzex {
  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-dxnzex {
    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-tz7g58 {
  width: 100%;
}

@media (min-width: 1200px) {
  .rollbit-tz7g58 {
    display: none;
  }
}

.rollbit-j6038t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rollbit-ec8b17 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rollbit-44o3wi {
  display: flex;
}

.rollbit-aq3c7c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rollbit-fvwi8c {
  list-style: none;
}

@media (max-width: 1199px) {
  .rollbit-fvwi8c {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rollbit-fvwi8c {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rollbit-fvwi8c .rollbit-ua8gwz [data-ref-el],
  .rollbit-fvwi8c .rollbit-ua8gwz span,
  .rollbit-fvwi8c .rollbit-ua8gwz a {
    white-space: nowrap;
  }
}

.rollbit-pwxt49 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rollbit-pwxt49.rollbit-hzkd02 > .rollbit-ua8gwz {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rollbit-pwxt49.rollbit-4aqcqr:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rollbit-pwxt49.rollbit-hzkd02 > .rollbit-vhuxku {
    height: auto;
  }

  .rollbit-pwxt49.rollbit-hzkd02 > div > .rollbit-nxwqhh {
    transform: rotate(180deg);
  }
}

.rollbit-pwxt49 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rollbit-pwxt49 [data-ref-el],
.rollbit-pwxt49 span {
  cursor: pointer;
}

.rollbit-pwxt49 [data-ref-el],
.rollbit-pwxt49 span,
.rollbit-pwxt49 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-pwxt49 [data-ref-el],
  .rollbit-pwxt49 span,
  .rollbit-pwxt49 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rollbit-pwxt49 [data-ref-el],
  .rollbit-pwxt49 span,
  .rollbit-pwxt49 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rollbit-vhuxku {
  height: 0;
  overflow: hidden;
  transition: height 0.rollbit-m9odwf ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rollbit-vhuxku::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rollbit-vhuxku::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rollbit-vhuxku::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rollbit-vhuxku {
    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-vhuxku:has(> .rollbit-pwxt49.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rollbit-vhuxku .rollbit-vhuxku {
    padding: 0;
  }

  .rollbit-vhuxku .rollbit-pwxt49 {
    font-weight: 400;
  }

  .rollbit-vhuxku .rollbit-pwxt49:hover > .rollbit-ua8gwz {
    background: var(--Neutral-300);
  }

  .rollbit-vhuxku .rollbit-nxwqhh {
    rotate: -90deg;
  }
}

.rollbit-ua8gwz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rollbit-ua8gwz {
    padding: 8px;
  }

  .rollbit-pwxt49.rollbit-7y2b9w > .rollbit-ua8gwz {
    background: var(--Neutral-300);
  }
}

.rollbit-nxwqhh {
  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-j1pnsj.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rollbit-d5rfcb 0.rollbit-57xrog.rollbit-8y31ge -0.rollbit-33gzcn 0.rollbit-1mxyzi -0.rollbit-33gzcn 1.rollbit-3s22hg 0.rollbit-o2e4ry.rollbit-r2haio 4.rollbit-qtibx9.rollbit-d5rfcb 0.rollbit-dbu3nd.rollbit-0882lj -0.rollbit-33gzcn 9.rollbit-uqmj39 -0.rollbit-33gzcn 10.rollbit-iadx92 0.rollbit-wch68y.rollbit-5t0bli 0.rollbit-8y31ge 10.rollbit-5t0bli 0.rollbit-1mxyzi 10.rollbit-iadx92 1.rollbit-p5a2gk.rollbit-z142xv 5.rollbit-qog33s.rollbit-ugtays 6.rollbit-zzbapu 5.rollbit-iowuqr 6.rollbit-zzbapu 4.rollbit-8e0lx0 5.rollbit-mr2qag.rollbit-d5rfcb 1.rollbit-91kmgw.rollbit-33gzcn 0.rollbit-1mxyzi -0.rollbit-33gzcn 0.rollbit-8y31ge 0.rollbit-d5rfcb 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rollbit-m9odwf ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rollbit-nxwqhh {
    cursor: default;
  }
}

.rollbit-k0bfe8 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rollbit-pdzxzt {
  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-pdzxzt {
    padding: 40px 4px;
  }
}

.rollbit-2345ju {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rollbit-2345ju {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rollbit-jy8sbk {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rollbit-jy8sbk {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rollbit-jy8sbk ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rollbit-jy8sbk [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rollbit-jy8sbk [data-ref-el],
.rollbit-jy8sbk span,
.rollbit-jy8sbk a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.rollbit-c8pwj5 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rollbit-c8pwj5 {
    margin-bottom: 12px;
  }
}

.rollbit-d5y738 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rollbit-d5y738 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rollbit-d5y738:last-child {
    margin-right: 0;
  }
}

.rollbit-slej9d {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rollbit-c8pwj5:hover .rollbit-581hlt {
  visibility: visible;
  opacity: 1;
}

.rollbit-581hlt {
  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-3mwf4u {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rollbit-zis4kx {
  display: flex;
  margin: 6px;
}

.rollbit-zis4kx img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rollbit-581hlt::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-581hlt::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-01jeya {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rollbit-01jeya {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rollbit-w288gd {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .rollbit-w288gd {
    margin-right: 32px;
  }
}

.rollbit-b80baa {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rollbit-b80baa {
    margin-top: 0;
    width: 340px;
  }
}

.rollbit-b80baa a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rollbit-kh01l4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rollbit-bbj09d {
  position: relative;
}

@media (min-width: 768px) {
  .rollbit-bbj09d {
    margin-top: 40px;
  }
}

.rollbit-bbj09d + .rollbit-x909su,
.rollbit-bbj09d + .rollbit-bbj09d {
  margin-top: 24px;
}

.rollbit-7d878n {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rollbit-7d878n {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-7d878n {
    padding: 80px;
  }
}

.rollbit-aagvtc {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rollbit-aagvtc {
    padding: 0 16px;
}


}

.rollbit-gkjdkz {
  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-gkjdkz {
    font-size: 48px;
    line-height: 56px;
  }
}

.rollbit-1ljf0s {
  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-1ljf0s {
    font-size: 24px;
    line-height: 32px;
  }
}

.rollbit-lof0qi {
  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-lof0qi:hover {
  background: var(--button-bg-hover);
}

.rollbit-im5hvc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rollbit-im5hvc img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rollbit-im5hvc img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rollbit-im5hvc img {
  min-height: 100%;
  }
}

.rollbit-7d878n::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rollbit-y4dwd9 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rollbit-y4dwd9 h1,
.rollbit-y4dwd9 h2,
.rollbit-y4dwd9 h3,
.rollbit-y4dwd9 h4 {
  margin-bottom: 6px;
}

.rollbit-y4dwd9 h1:not(:first-child),
.rollbit-y4dwd9 h2:not(:first-child),
.rollbit-y4dwd9 h3:not(:first-child),
.rollbit-y4dwd9 h4:not(:first-child) {
  margin-top: 16px;
}

.rollbit-y4dwd9 h1,
.rollbit-y4dwd9 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rollbit-y4dwd9 h1,
  .rollbit-y4dwd9 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rollbit-y4dwd9 h2,
.rollbit-y4dwd9 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rollbit-y4dwd9 h2,
  .rollbit-y4dwd9 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-y4dwd9 h3,
.rollbit-y4dwd9 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rollbit-y4dwd9 h3,
  .rollbit-y4dwd9 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rollbit-y4dwd9 h4,
.rollbit-y4dwd9 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rollbit-y4dwd9 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rollbit-y4dwd9 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rollbit-y4dwd9 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-y4dwd9 ul ul {
  margin-bottom: 8px;
}

.rollbit-y4dwd9 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rollbit-y4dwd9 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rollbit-y4dwd9 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rollbit-y4dwd9 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rollbit-y4dwd9 ol li::marker {
  font-weight: 700;
}

.rollbit-y4dwd9 ol ol {
  margin-bottom: 8px;
}

.rollbit-y4dwd9 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rollbit-y4dwd9 ol ul li {
  padding-left: 16px;
}

.rollbit-y4dwd9 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-y4dwd9 table {
    padding: 24px;
  }
}

.rollbit-y4dwd9 table.rollbit-xeg1y3 {
  -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-m9odwf,
    mask-image 0.3s;
}

.rollbit-y4dwd9 table.rollbit-xeg1y3.rollbit-koncxj {
  -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-y4dwd9 table {
    display: table;
  }
}

.rollbit-y4dwd9 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-y4dwd9 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rollbit-y4dwd9 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rollbit-y4dwd9 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-y4dwd9 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rollbit-y4dwd9 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rollbit-y4dwd9 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rollbit-y4dwd9 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rollbit-y4dwd9 img {
  max-width: 100%;
  height: auto;
}

.rollbit-j93yxs {
  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-j93yxs {
    padding: 24px;
  }
}

.rollbit-qmt87j {
  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-qmt87j {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rollbit-qmt87j > * {
  margin: 0 !important;
}

.rollbit-qmt87j img,
.rollbit-iz7h93 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-qmt87j img,
  .rollbit-iz7h93 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-n8j4xy {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-n8j4xy {
    width: 32px;
    height: 32px;
  }
}

.rollbit-co96w5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rollbit-co96w5 .rollbit-kp4gru {
  flex-shrink: 0;
}

.rollbit-co96w5 .rollbit-rcpp5r svg {
  display: none;
}

.rollbit-94kbgv {
  display: grid;
  transition: max-height 0.rollbit-m9odwf ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rollbit-94kbgv {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rollbit-94kbgv {
    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-94kbgv.rollbit-ppvr5g + .rollbit-kp4gru svg {
  transform: rotate(180deg);
}

.rollbit-93wkcj {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rollbit-93wkcj > div:nth-child(3n) {
  grid-column: span 2;
}

.rollbit-93wkcj
  > div:nth-child(3n)
  .rollbit-96itpm
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rollbit-93wkcj {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rollbit-93wkcj > div:nth-child(3n) {
    grid-column: unset;
  }

  .rollbit-93wkcj
    > div:nth-child(3n)
    .rollbit-96itpm
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rollbit-93wkcj {
    max-width: 270px;
  }
}

.rollbit-93wkcj .rollbit-96itpm button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rollbit-93wkcj .rollbit-96itpm button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rollbit-93wkcj .rollbit-96itpm button {
    max-width: 104px;
  }
}

.rollbit-ds9iz9 {
  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-ds9iz9 {
    margin-bottom: 0;
  }
}

.rollbit-mnd7b9 {
  display: none;
  opacity: 0;
}

.rollbit-5f35yo {
  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-5f35yo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rollbit-96itpm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rollbit-96itpm 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-96itpm
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rollbit-96itpm
    button {
    max-width: 145px;
  }
}

.rollbit-q6xusl:first-child
  .rollbit-96itpm
  button {
  max-width: 270px;
}

.rollbit-pw8cae {
  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-ds9iz9 picture {
  width: 100%;
  max-width: 100%;
}

.rollbit-ippj79 {
  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-ippj79 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rollbit-ds9iz9:hover .rollbit-ippj79 {
  display: flex;
}

.rollbit-th1jwy {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rollbit-a8lymv {
  display: flex;
}

.rollbit-a8lymv:hover .rollbit-ovr96p,
.rollbit-a8lymv .rollbit-7y2b9w .rollbit-ovr96p {
  display: flex;
}

.rollbit-a8lymv svg {
  flex-shrink: 0;
}

.rollbit-ovr96p {
  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-ovr96p {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rollbit-ovr96p:hover {
  display: flex;
}

.rollbit-ovr96p svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rollbit-30ml63 {
  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-30ml63 {
    font-size: 12px;
  }
}

.rollbit-bbiiv8,
.rollbit-s4i8x4 {
  width: 50%;
  flex-shrink: 0;
}

.rollbit-bbiiv8 {
  font-weight: 700;
}

.rollbit-gqsu49 .rollbit-94kbgv {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rollbit-gqsu49 .rollbit-94kbgv {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rollbit-gqsu49 .rollbit-94kbgv {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rollbit-gqsu49
  .rollbit-pw8cae:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rollbit-gqsu49 .rollbit-5f35yo {
  height: 100% !important;
  border-radius: 16px;
}

.rollbit-gqsu49 .rollbit-96itpm {
  gap: 4px;
  align-items: center;
}

.rollbit-gqsu49 .rollbit-96itpm button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rollbit-gqsu49 .rollbit-96itpm svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rollbit-gqsu49 .rollbit-98b050,
.rollbit-gqsu49 .rollbit-uknh8p {
  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-j1pnsj.org/2000/svg'%3E%3Cpath d='M9.rollbit-4qe87s 4.rollbit-i0p3ih.rollbit-d8ixju 5.rollbit-0lm35w.rollbit-oe2men 5.rollbit-d7owjd.rollbit-t9n2mc 5.rollbit-y49kxb.rollbit-4kiw7a 8.rollbit-fxxkgl.rollbit-n22oxl 9.rollbit-h4g27l.rollbit-hb17ty 9.rollbit-o9v4ot.rollbit-5cpq32 13.rollbit-ti4ymm.rollbit-m475wr 11.rollbit-2fvlxd.rollbit-n53jsn 11.rollbit-xif54p.rollbit-3qzcki 11.rollbit-dbtcw5.rollbit-03p92b 13.rollbit-ogzf5a.rollbit-59xkxs 9.rollbit-wvc4zs.rollbit-xi82ed 9.rollbit-d07f6h.rollbit-uu6bzf 8.rollbit-uo13ny.rollbit-89yn6p 5.rollbit-4w0xgb.rollbit-v9q82b 5.rollbit-ljacqm.rollbit-934qs8 5.rollbit-786pi6.rollbit-qr273e 4.rollbit-ljtk97.rollbit-n53jsn 1.rollbit-00jdtf.rollbit-4qe87s 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rollbit-gqsu49 .rollbit-98b050 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rollbit-gqsu49 .rollbit-uknh8p {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rollbit-jgite0 {
  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-jgite0 {
    padding: 24px;
  }
}

.rollbit-jgite0 .rollbit-kp4gru {
  display: flex;
}

@media (min-width: 768px) {
  .rollbit-jgite0 .rollbit-kp4gru {
    display: none;
  }
}

.rollbit-jgite0 .rollbit-rcpp5r svg {
  display: none;
}

.rollbit-3s49vq {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rollbit-3s49vq .rollbit-k407lh {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-3s49vq .rollbit-k407lh {
    display: flex;
  }
}

.rollbit-a7ins4 {
  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-a7ins4 {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-a7ins4 > * {
  margin: 0 !important;
}

.rollbit-a7ins4 img,
.rollbit-3pd1e8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-a7ins4 img,
  .rollbit-3pd1e8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-8qiymy {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-8qiymy {
    width: 32px;
    height: 32px;
  }
}

.rollbit-8qcqiq {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rollbit-8qcqiq {
    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-8qcqiq::-webkit-scrollbar {
    display: none;
  }
}

.rollbit-nn2pkl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rollbit-nn2pkl {
    padding: 7px 15px;
  }
}

.rollbit-nn2pkl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rollbit-p1lyjc {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rollbit-p1lyjc {
    display: flex;
    opacity: 1;
  }
}

.rollbit-nn2pkl picture {
  height: 100%;
  display: block;
}

.rollbit-nn2pkl img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rollbit-nn2pkl img {
    width: 88px;
    height: 44px;
  }
}

.rollbit-nn2pkl p {
  text-align: center;
  width: 100%;
}

.rollbit-vnceph {
  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-vnceph {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-vnceph img,
.rollbit-gugyky {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-vnceph img,
  .rollbit-gugyky {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-ybwge3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-ybwge3 {
    width: 32px;
    height: 32px;
  }
}

.rollbit-g9co0h {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rollbit-n0kpjt {
  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-0k0ymr {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rollbit-0k0ymr.rollbit-7y2b9w {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rollbit-ysdcnp {
  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-ysdcnp {
    font-size: 20px;
    line-height: 28px;
  }
}

.rollbit-spbt84 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.rollbit-5uf848 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rollbit-m9odwf ease;
  opacity: 0;
  color: var(--text-color);
}

.rollbit-hq7o1w {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rollbit-hq7o1w ol,
.rollbit-hq7o1w ul {
  padding-left: 1.3em;
}

.rollbit-0k0ymr.rollbit-7y2b9w .rollbit-5uf848 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rollbit-0k0ymr.rollbit-7y2b9w .rollbit-spbt84 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.rollbit-5425df {
  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-5425df {
    padding: 24px;
  }
}

.rollbit-5425df .rollbit-kp4gru {
  display: flex;
}

@media (min-width: 768px) {
  .rollbit-5425df .rollbit-kp4gru {
    display: none;
  }
}

.rollbit-5425df .rollbit-rcpp5r svg {
  display: none;
}

.rollbit-g1ph2x {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rollbit-g1ph2x .rollbit-k407lh {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-g1ph2x .rollbit-k407lh {
    display: flex;
  }
}

.rollbit-ckpcxx {
  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-ckpcxx {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-ckpcxx > * {
  margin: 0 !important;
}

.rollbit-ckpcxx img,
.rollbit-5f0290 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-ckpcxx img,
  .rollbit-5f0290 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-69lhmk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-69lhmk {
    width: 32px;
    height: 32px;
  }
}

.rollbit-ktu9l4 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rollbit-ktu9l4 {
    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-ktu9l4::-webkit-scrollbar {
    display: none;
  }
}

.rollbit-ihkwqt {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rollbit-ihkwqt:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rollbit-p318px {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rollbit-p318px {
    display: flex;
    opacity: 1;
  }
}

.rollbit-ihkwqt picture {
  width: auto;
  height: 100%;
  display: block;
}

.rollbit-ihkwqt picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rollbit-p8zv7h {
  margin: -24px 0;
}

.rollbit-p8zv7h:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rollbit-p8zv7h {
    margin: -16px 0;
  }
}

.rollbit-t3emzh {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rollbit-t3emzh {
    flex-direction: row;
  }
}

.rollbit-dt320z {
  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-dt320z {
    flex: 1;
  }
}

.rollbit-dt320z::placeholder {
  color: var(--Text-400);
}

.rollbit-5rdrn1 {
  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-pblnig {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rollbit-pblnig::-webkit-scrollbar {
  display: none;
}

.rollbit-98pwio {
  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-98pwio img,
.rollbit-98pwio svg {
  margin-right: 8px;
}

.rollbit-asydow {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rollbit-p8zv7h + .rollbit-u4dlmx {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rollbit-p8zv7h + .rollbit-u4dlmx {
    margin-top: -16px;
  }
}

.rollbit-abu1aa {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rollbit-abu1aa > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rollbit-abu1aa > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rollbit-u5xidn {
  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-0dj1k0 {
  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-4v0alu {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rollbit-qrhywb {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rollbit-15q731 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rollbit-u5xidn 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-u5xidn 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-u5xidn {
    padding: 39px 179px 39px 39px;
  }

  .rollbit-0dj1k0 {
    font-size: 40px;
    line-height: 48px;
  }

  .rollbit-15q731 {
    height: 348px;
  }

  .rollbit-u5xidn button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rollbit-u5xidn button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-u5xidn {
    padding: 63px;
  }
}

.rollbit-tqpmqz {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rollbit-tqpmqz {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rollbit-8c5yaa {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rollbit-8c5yaa {
    width: auto;
  }
}

.rollbit-bq34x8 {
  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-bq34x8::-webkit-scrollbar {
  display: none;
}

.rollbit-bq34x8 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-bq34x8 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rollbit-bq34x8 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rollbit-tqpmqz .rollbit-segivt {
  -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-m9odwf,
    mask-image 0.3s;
}

.rollbit-tqpmqz .rollbit-segivt.rollbit-koncxj {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rollbit-zyux0e {
  margin: 40px -16px;
}

.rollbit-gcatl5 + .rollbit-x909su,
.rollbit-gcatl5 + .rollbit-bbj09d {
  margin-top: 24px;
}

.rollbit-rxyfam {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rollbit-rxyfam picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rollbit-vwwm91 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rollbit-vwwm91 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rollbit-vwwm91 {
    margin-top: 0;
  }
}

.rollbit-39mert {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rollbit-39mert {
    font-size: 24px;
    line-height: 32px;
  }
}

.rollbit-8cip1e {
  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-8cip1e {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rollbit-zkv5ua {
  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-zkv5ua {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rollbit-pnefuk {
  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-pnefuk {
    font-size: 20px;
    line-height: 28px;
  }
}

.rollbit-31nokb {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rollbit-31nokb {
    font-size: 32px;
    line-height: 40px;
  }
}

.rollbit-vlxp07 {
  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-3kozas {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rollbit-3kozas img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rollbit-u4dlmx {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rollbit-o15uap {
  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-o15uap {
    padding: 15px 48px;
  }
}

main > .rollbit-u4dlmx {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rollbit-94kbgv.rollbit-re3c0g > div:nth-child(n+5) {
    display: none;
  }
}

.rollbit-y4dwd9 p a img {
  display: block;
  margin: 0 auto;
}


.rollbit-73kes8 {
  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-pye9ub {
  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-pye9ub label {
  font-size: 14px;
}

.rollbit-pye9ub h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rollbit-pye9ub input,
.rollbit-pye9ub textarea,
.rollbit-pye9ub 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-pye9ub button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rollbit-7p46wb ease;
}
.rollbit-pye9ub button:hover {
  background-color: var(--button-bg-hover);
}
.rollbit-1p9lgf {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rollbit-quo745 ease-in;
}

.rollbit-1p9lgf 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-07evz6, .rollbit-gm1dq6, [class*="review-card"],
thead, thead th, table th, .rollbit-4w4xj4,
.rollbit-qcbkdi, [class*="collapsible-header"],
.rollbit-dhd4pz, [class*="updated-block"] {
  color: #ece7dc !important;
}
