* {
  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-s1zpbo {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-s1zpbo {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-s1zpbo {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rollbit-0fxl5d {
  overflow: hidden;
}

.rollbit-rxttke img {
  background: var(--Neutral-300);
}

.rollbit-copvtv {
  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-0vuzhk {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rollbit-0vuzhk:hover {
  background: var(--button-bg-hover);
}

.rollbit-hj5qxd {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rollbit-hj5qxd:hover {
  background: var(--button-bg-hover);
}

.rollbit-mhdxna {
  font-size: 12px;
  line-height: 18px;
}

.rollbit-8jxyq2 {
  font-size: 18px;
  line-height: 26px;
}

.rollbit-xpeha4 {
  width: 100%;
}

.rollbit-ls1wtt {
  padding: 6px 16px;
}

.rollbit-wv8aen {
  padding: 10px 16px;
}

.rollbit-4uz5zw {
  padding: 15px 26px;
}

.rollbit-xjup6k {
  flex-shrink: 0;
}

.rollbit-yxjzpo {
  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-fz8hq9 {
  display: none;
}

.rollbit-nb0zwv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rollbit-b6976w {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rollbit-pir81o {
  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-qmge99 {
  cursor: grab;
}

.rollbit-pir81o::-webkit-scrollbar {
  display: none;
}

.rollbit-40sd98 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rollbit-no4gs4 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rollbit-04q91x {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rollbit-gbdajo {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rollbit-itaytn {
  visibility: visible;
}

.rollbit-2ckzev {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rollbit-d9cuq3 ease;
}

.rollbit-hu275m {
  background-color: var(--Primary-200);
  width: 16px;
}

.rollbit-li6l6t {
  -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-d9cuq3,
    mask-image 0.3s;
}

.rollbit-li6l6t.rollbit-vo1q1n {
  -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-kg2tq8: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-jwjil6 {
  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-4j8zo6.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-4j8zo6.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-qztj9j {
  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-qztj9j::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-cex3yh {
  position: relative;
  z-index: 1;
}

.rollbit-ut5pc3 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rollbit-scw94p {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rollbit-7fn6ni {
  font-size: 40px;
  line-height: 48px;
}

.rollbit-7ohxxa {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rollbit-kactwa {
  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-kactwa:hover {
  background: var(--Primary-400);
}

.rollbit-kactwa svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rollbit-kg2tq8 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-qztj9j {
    max-width: 600px;
    padding: 64px;
  }

  .rollbit-ut5pc3 {
    font-size: 24px;
    line-height: 32px;
  }

  .rollbit-scw94p {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rollbit-7fn6ni {
    font-size: 50px;
    line-height: 56px;
  }

  .rollbit-7ohxxa {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rollbit-jwjil6 {
    top: 25px;
    right: 25px;
  }
}

.rollbit-c6n25s,
.rollbit-usakuh {
  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-gs39eu.rollbit-0nnubi::before,
.rollbit-usakuh::before,
.rollbit-fpuycs::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-4j8zo6.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rollbit-k0ajuo 14.rollbit-6dfzjm.rollbit-tt1wll 14.rollbit-hsf5tl 15.rollbit-n973cz 14.rollbit-ij2pjv 15.rollbit-hg0n9g 14.rollbit-kf7s68.rollbit-69hiy9 14.rollbit-nvg43f 19.rollbit-tzo11j 12.rollbit-vmi33q 19.rollbit-tzo11j 10.rollbit-2a7dl9.rollbit-tzo11j 8.rollbit-wz624z 17.rollbit-lzitbr 7.rollbit-uwmidr 15.rollbit-2oe6j0 7.rollbit-j03b7v.rollbit-nhpjmy 7.rollbit-uwmidr 11.rollbit-lq3vz3 8.rollbit-wz624z 11.rollbit-lq3vz3 10.rollbit-3rl5tn.rollbit-lq3vz3 12.rollbit-q59d40 13.rollbit-xm1a2s 14.rollbit-39yl2e 15.rollbit-deukbo 14.rollbit-8d04ob.rollbit-1kue6e 14.rollbit-8ul0p0 15.rollbit-3165yn 14.rollbit-oby041 15.rollbit-scl9p3 14.rollbit-0mmwd3.rollbit-k0ajuo 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rollbit-52zxoc 15.rollbit-fotb2f.rollbit-obeldv 15.rollbit-obrw15 15.rollbit-dao15m 15.rollbit-3x8jdx 15.rollbit-gagk59 15.rollbit-lg6s9s.rollbit-3n8gmb 15.rollbit-3x8jdx 15.rollbit-h5yc9z 15.rollbit-1u667l 15.rollbit-3snnn3 15.rollbit-z5m0rl.rollbit-k4srqs 15.rollbit-9qw788 7.rollbit-vmf66h 18.rollbit-f5sxmb 7.rollbit-75sskt 23.rollbit-4l8u1e.rollbit-hxn9g0.rollbit-kl5hq2 18.rollbit-5z406u 19.rollbit-erxjpb 15.rollbit-ko1xyv 15.rollbit-52zxoc 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rollbit-6jhgdq [type="submit"] *,
.rollbit-yv9yj6 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rollbit-k6h1v5 {
    display: none;
  }
}

.rollbit-bck2b2 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rollbit-bck2b2 {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-bck2b2 {
    bottom: 22px;
  }
}

.rollbit-bck2b2 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rollbit-bck2b2 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rollbit-wpi3uo.static) .rollbit-bck2b2 {
    bottom: 8px;
  }
}

.rollbit-9wt6rb {
  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-4j8zo6.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rollbit-y6sik2 3.rollbit-52wh2e.rollbit-ik9up6.rollbit-u6hffq 3.rollbit-nz6rjg 3.rollbit-6zkd7d 5.rollbit-iut5fi 3.rollbit-6zkd7d 8.rollbit-basaia.rollbit-rtg8gq.rollbit-6zkd7d 26.rollbit-x666nj 5.rollbit-i7r72n 28.rollbit-1ae6oy 8.rollbit-lvqwvy 28.rollbit-qkc04w.rollbit-sh1kpy 28.rollbit-bql5c5.rollbit-19zdiy 34.rollbit-8nu4p9.rollbit-gvnoov 36.rollbit-yhwhnu 11.rollbit-wf7yfz 37.rollbit-nqx0sw 12.rollbit-rypxnp 36.rollbit-v9f1e5.rollbit-g42rzx 28.rollbit-0ex95f.rollbit-h06o1z.rollbit-in46zl 28.rollbit-czz9dt 36.rollbit-acur86 26.rollbit-o8utwi 36.rollbit-acur86 23.rollbit-ndcdo3.rollbit-0l3e1m.rollbit-acur86 5.rollbit-g5tu8l 34.rollbit-9suq7s 3.rollbit-nz6rjg 31.rollbit-y6sik2 3.rollbit-e5nxnn.rollbit-50bzll 18.rollbit-vnhiy7.rollbit-3vi5oq 18.rollbit-e5w6um 8.rollbit-i9syj3 17.rollbit-6gn90s 8.rollbit-i9syj3 15.rollbit-ut4k4u.rollbit-i9syj3 14.rollbit-3r2pml 9.rollbit-3vi5oq 13.rollbit-mh88y3 11.rollbit-50bzll 13.rollbit-fajkq7.rollbit-phppi4 13.rollbit-mh88y3 13.rollbit-w1sn6i 14.rollbit-3r2pml 13.rollbit-w1sn6i 15.rollbit-sw4mpg.rollbit-w1sn6i 17.rollbit-6gn90s 12.rollbit-phppi4 18.rollbit-e5w6um 11.rollbit-50bzll 18.rollbit-plkx7x.rollbit-4srp7m 18.rollbit-x9ze7x.rollbit-p0y91n 18.rollbit-e5w6um 17.rollbit-ydhi78 17.rollbit-6gn90s 17.rollbit-ydhi78 15.rollbit-vma3dw.rollbit-ydhi78 14.rollbit-3r2pml 18.rollbit-p0y91n 13.rollbit-mh88y3 20.rollbit-4srp7m 13.rollbit-ggdwzf.rollbit-qxnn09 13.rollbit-mh88y3 22.rollbit-cxf2tv 14.rollbit-3r2pml 22.rollbit-cxf2tv 15.rollbit-ve2k3p.rollbit-s8o7yi 17.rollbit-6gn90s 21.rollbit-qxnn09 18.rollbit-e5w6um 20.rollbit-4srp7m 18.rollbit-rtf5rp.rollbit-2lk4dr 18.rollbit-ngcfhp.rollbit-nsf39w 18.rollbit-e5w6um 26.rollbit-zkincx 17.rollbit-6gn90s 26.rollbit-zkincx 15.rollbit-podkys.rollbit-zkincx 14.rollbit-3r2pml 27.rollbit-nsf39w 13.rollbit-mh88y3 28.rollbit-2lk4dr 13.rollbit-2kmp9p.rollbit-08j9y7 13.rollbit-mh88y3 31.rollbit-bl8eh3 14.rollbit-3r2pml 31.rollbit-bl8eh3 15.rollbit-thp080.rollbit-zkincx 17.rollbit-6gn90s 30.rollbit-08j9y7 18.rollbit-e5w6um 28.rollbit-2lk4dr 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-9wt6rb {
    display: none;
  }
}

.rollbit-fbriil {
  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-fbriil {
    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-yv9yj6 {
  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-yv9yj6 {
    padding: 14px 16px;
  }
}

.rollbit-yv9yj6 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rollbit-yv9yj6 button:first-child {
  align-content: end;
}

.rollbit-yv9yj6 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rollbit-yv9yj6
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rollbit-yv9yj6
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rollbit-yv9yj6 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rollbit-yv9yj6 button:last-child svg {
  width: 38px;
  height: 38px;
}

.rollbit-fpuycs {
  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-fpuycs::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rollbit-fpuycs,
.pc61d126-chatbot[data-active-screen="3"]
  .rollbit-fpuycs {
  opacity: 1;
  visibility: visible;
}

.rollbit-bwp480 {
  flex: 1 1;
}

.rollbit-uic4n8 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-uic4n8 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rollbit-zfmubo {
  display: block;
}

.rollbit-lm5fe2 {
  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-lm5fe2 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rollbit-usakuh {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rollbit-usakuh::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rollbit-whjpnx span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rollbit-whjpnx p {
  color: var(--Text-100);
}

.rollbit-usakuh .rollbit-2fxqtt {
  grid-area: button;
}

.rollbit-usakuh .rollbit-2fxqtt::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-4j8zo6.org/2000/svg'%3E%3Cpath d='M4.rollbit-uy6s2n 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rollbit-itv07d 15L16.rollbit-itv07d 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rollbit-itv07d 5L16.rollbit-itv07d 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rollbit-tbxfwk {
  display: block;
}

.rollbit-rkzg13 {
  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-rkzg13 {
    margin-top: 40px;
  }
}

.rollbit-c6n25s label,
.rollbit-c6n25s input {
  display: block;
  width: 100%;
}

.rollbit-c6n25s label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rollbit-c6n25s label.rollbit-2w6hhe input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rollbit-c6n25s label.rollbit-2w6hhe::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-c6n25s 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-c6n25s input::placeholder {
  color: var(--Text-400);
}

.rollbit-9500me {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rollbit-9500me {
  display: flex;
}

.rollbit-9500me ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rollbit-9500me ol {
    height: 420px;
    padding: 24px;
  }
}

.rollbit-9500me ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rollbit-6jhgdq {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-6jhgdq {
    padding: 0 24px 24px;
  }
}

.rollbit-6jhgdq 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-6jhgdq input::placeholder {
  color: var(--Text-400);
}

.rollbit-6jhgdq [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rollbit-6jhgdq [type="submit"]:disabled {
  opacity: 0.5;
}

.rollbit-6jhgdq [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rollbit-6jhgdq [type="submit"] {
    right: 40px;
  }
}

.rollbit-gs39eu {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rollbit-gs39eu.rollbit-0nnubi {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rollbit-gs39eu.rollbit-0nnubi::before {
  content: "";
  width: 31px;
}

.rollbit-gs39eu.rollbit-0nnubi p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rollbit-gs39eu.rollbit-0j8ysz p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rollbit-gs39eu p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rollbit-bck2b2 .rollbit-2fxqtt {
  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-k6h1v5 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rollbit-k6h1v5 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rollbit-k6h1v5 {
    padding: 18px 0;
  }
}

.rollbit-k6h1v5 .rollbit-s1zpbo {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rollbit-k6h1v5 .rollbit-s1zpbo {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rollbit-3pmise {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rollbit-3pmise {
    max-width: 160px;
    height: 40px;
  }
}

.rollbit-3pmise picture,
.rollbit-3pmise img {
  display: block;
  width: 100%;
  height: 100%;
}

.rollbit-3pmise img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rollbit-7qgari {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rollbit-d9cuq3 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rollbit-k6h1v5.rollbit-k0hxmq .rollbit-7qgari {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rollbit-7qgari {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rollbit-7qgari {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rollbit-x97otj,
.rollbit-khzjb9 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rollbit-x97otj,
  .rollbit-khzjb9 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rollbit-khzjb9 {
    display: none;
  }
}

.rollbit-05mnwp {
  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-k0hxmq .rollbit-05mnwp {
  background: var(--fh-bg-color);
}

.rollbit-05mnwp button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rollbit-05mnwp {
    display: none;
  }
}

.rollbit-2hkwjc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rollbit-2hkwjc {
    display: none;
  }
}

.rollbit-gh2bry {
  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-k6h1v5.rollbit-k0hxmq .rollbit-gh2bry:first-child {
  display: none;
}

.rollbit-k6h1v5.rollbit-k0hxmq .rollbit-gh2bry:last-child {
  display: block;
}

.rollbit-gh2bry:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rollbit-gh2bry {
    display: none;
  }
}

.rollbit-8hii2t {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rollbit-8hii2t {
    display: flex;
  }
}

.rollbit-8hii2t ul {
  max-height: 350px;
  overflow-y: auto;
}

.rollbit-8hii2t:hover ul {
  visibility: visible;
  opacity: 1;
}

.rollbit-8hii2t:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rollbit-8hii2t:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rollbit-8hii2t:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rollbit-8hii2t:hover .rollbit-xhl0ss svg {
  transform: rotate(180deg);
}

.rollbit-e4r478 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rollbit-qvzrdv {
  padding: 0 8px;
}

.rollbit-2l0lq0 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rollbit-2l0lq0:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rollbit-2l0lq0 {
    padding: 4px 8px;
  }
}

.rollbit-y5qh7p {
  display: flex;
}

.rollbit-y5qh7p img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rollbit-xhl0ss {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rollbit-xhl0ss svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rollbit-5i7p39 {
  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-5i7p39 {
    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-ehagq4 {
  width: 100%;
}

@media (min-width: 1200px) {
  .rollbit-ehagq4 {
    display: none;
  }
}

.rollbit-nl21vc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rollbit-k4fc6b {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rollbit-so73rp {
  display: flex;
}

.rollbit-44j5fr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rollbit-ga8072 {
  list-style: none;
}

@media (max-width: 1199px) {
  .rollbit-ga8072 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rollbit-ga8072 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rollbit-ga8072 .rollbit-lyxegm [data-ref-el],
  .rollbit-ga8072 .rollbit-lyxegm span,
  .rollbit-ga8072 .rollbit-lyxegm a {
    white-space: nowrap;
  }
}

.rollbit-a3fv1x {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rollbit-a3fv1x.rollbit-3vgc12 > .rollbit-lyxegm {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rollbit-a3fv1x.rollbit-eptxji:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rollbit-a3fv1x.rollbit-3vgc12 > .rollbit-nwe6y8 {
    height: auto;
  }

  .rollbit-a3fv1x.rollbit-3vgc12 > div > .rollbit-zs1zkt {
    transform: rotate(180deg);
  }
}

.rollbit-a3fv1x [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rollbit-a3fv1x [data-ref-el],
.rollbit-a3fv1x span {
  cursor: pointer;
}

.rollbit-a3fv1x [data-ref-el],
.rollbit-a3fv1x span,
.rollbit-a3fv1x 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-a3fv1x [data-ref-el],
  .rollbit-a3fv1x span,
  .rollbit-a3fv1x a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rollbit-a3fv1x [data-ref-el],
  .rollbit-a3fv1x span,
  .rollbit-a3fv1x a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rollbit-nwe6y8 {
  height: 0;
  overflow: hidden;
  transition: height 0.rollbit-d9cuq3 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rollbit-nwe6y8::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rollbit-nwe6y8::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rollbit-nwe6y8::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rollbit-nwe6y8 {
    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-nwe6y8:has(> .rollbit-a3fv1x.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rollbit-nwe6y8 .rollbit-nwe6y8 {
    padding: 0;
  }

  .rollbit-nwe6y8 .rollbit-a3fv1x {
    font-weight: 400;
  }

  .rollbit-nwe6y8 .rollbit-a3fv1x:hover > .rollbit-lyxegm {
    background: var(--Neutral-300);
  }

  .rollbit-nwe6y8 .rollbit-zs1zkt {
    rotate: -90deg;
  }
}

.rollbit-lyxegm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rollbit-lyxegm {
    padding: 8px;
  }

  .rollbit-a3fv1x.rollbit-iqyh2r > .rollbit-lyxegm {
    background: var(--Neutral-300);
  }
}

.rollbit-zs1zkt {
  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-4j8zo6.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rollbit-z7w5h8 0.rollbit-a0w999.rollbit-j5suy0 -0.rollbit-30vpq3 0.rollbit-tnklyn -0.rollbit-30vpq3 1.rollbit-d1v5qj 0.rollbit-ujjmwk.rollbit-da911n 4.rollbit-bsz0rf.rollbit-z7w5h8 0.rollbit-og3c34.rollbit-9ameo9 -0.rollbit-30vpq3 9.rollbit-zktv1f -0.rollbit-30vpq3 10.rollbit-ejguc4 0.rollbit-c9fo0o.rollbit-qj7d4m 0.rollbit-j5suy0 10.rollbit-qj7d4m 0.rollbit-tnklyn 10.rollbit-ejguc4 1.rollbit-i7wmhu.rollbit-3dwmcs 5.rollbit-007ufs.rollbit-n0qlxr 6.rollbit-lqsloe 5.rollbit-rq4kzk 6.rollbit-lqsloe 4.rollbit-e1pb8x 5.rollbit-ogabcj.rollbit-z7w5h8 1.rollbit-54gm0k.rollbit-30vpq3 0.rollbit-tnklyn -0.rollbit-30vpq3 0.rollbit-j5suy0 0.rollbit-z7w5h8 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rollbit-d9cuq3 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rollbit-zs1zkt {
    cursor: default;
  }
}

.rollbit-4f2p25 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rollbit-7ocr2w {
  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-7ocr2w {
    padding: 40px 4px;
  }
}

.rollbit-t29b7k {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rollbit-t29b7k {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rollbit-028i29 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rollbit-028i29 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rollbit-028i29 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rollbit-028i29 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rollbit-028i29 [data-ref-el],
.rollbit-028i29 span,
.rollbit-028i29 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.rollbit-njh37p {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rollbit-njh37p {
    margin-bottom: 12px;
  }
}

.rollbit-nitrgi {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rollbit-nitrgi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rollbit-nitrgi:last-child {
    margin-right: 0;
  }
}

.rollbit-1mma3d {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rollbit-njh37p:hover .rollbit-v27xme {
  visibility: visible;
  opacity: 1;
}

.rollbit-v27xme {
  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-kckkoc {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rollbit-c6lmja {
  display: flex;
  margin: 6px;
}

.rollbit-c6lmja img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rollbit-v27xme::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-v27xme::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-q4mf87 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rollbit-q4mf87 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rollbit-t6gfrw {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .rollbit-t6gfrw {
    margin-right: 32px;
  }
}

.rollbit-61ufwj {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rollbit-61ufwj {
    margin-top: 0;
    width: 340px;
  }
}

.rollbit-61ufwj a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rollbit-mnkrmr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rollbit-4pnxk1 {
  position: relative;
}

@media (min-width: 768px) {
  .rollbit-4pnxk1 {
    margin-top: 40px;
  }
}

.rollbit-4pnxk1 + .rollbit-511ist,
.rollbit-4pnxk1 + .rollbit-4pnxk1 {
  margin-top: 24px;
}

.rollbit-7pi9pn {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rollbit-7pi9pn {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-7pi9pn {
    padding: 80px;
  }
}

.rollbit-b7pltr {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rollbit-b7pltr {
    padding: 0 16px;
}


}

.rollbit-yq4sn9 {
  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-yq4sn9 {
    font-size: 48px;
    line-height: 56px;
  }
}

.rollbit-awwc12 {
  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-awwc12 {
    font-size: 24px;
    line-height: 32px;
  }
}

.rollbit-j5n9ik {
  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-j5n9ik:hover {
  background: var(--button-bg-hover);
}

.rollbit-7zdtb8 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rollbit-7zdtb8 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rollbit-7zdtb8 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rollbit-7zdtb8 img {
  min-height: 100%;
  }
}

.rollbit-7pi9pn::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rollbit-em8s4h {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rollbit-em8s4h h1,
.rollbit-em8s4h h2,
.rollbit-em8s4h h3,
.rollbit-em8s4h h4 {
  margin-bottom: 6px;
}

.rollbit-em8s4h h1:not(:first-child),
.rollbit-em8s4h h2:not(:first-child),
.rollbit-em8s4h h3:not(:first-child),
.rollbit-em8s4h h4:not(:first-child) {
  margin-top: 16px;
}

.rollbit-em8s4h h1,
.rollbit-em8s4h h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rollbit-em8s4h h1,
  .rollbit-em8s4h h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rollbit-em8s4h h2,
.rollbit-em8s4h h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rollbit-em8s4h h2,
  .rollbit-em8s4h h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-em8s4h h3,
.rollbit-em8s4h h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rollbit-em8s4h h3,
  .rollbit-em8s4h h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rollbit-em8s4h h4,
.rollbit-em8s4h h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rollbit-em8s4h ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rollbit-em8s4h ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rollbit-em8s4h 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-em8s4h ul ul {
  margin-bottom: 8px;
}

.rollbit-em8s4h ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rollbit-em8s4h ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rollbit-em8s4h ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rollbit-em8s4h ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rollbit-em8s4h ol li::marker {
  font-weight: 700;
}

.rollbit-em8s4h ol ol {
  margin-bottom: 8px;
}

.rollbit-em8s4h ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rollbit-em8s4h ol ul li {
  padding-left: 16px;
}

.rollbit-em8s4h 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-em8s4h table {
    padding: 24px;
  }
}

.rollbit-em8s4h table.rollbit-xyjiv6 {
  -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-d9cuq3,
    mask-image 0.3s;
}

.rollbit-em8s4h table.rollbit-xyjiv6.rollbit-vo1q1n {
  -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-em8s4h table {
    display: table;
  }
}

.rollbit-em8s4h 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-em8s4h table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rollbit-em8s4h table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rollbit-em8s4h 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-em8s4h table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rollbit-em8s4h table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rollbit-em8s4h table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rollbit-em8s4h table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rollbit-em8s4h img {
  max-width: 100%;
  height: auto;
}

.rollbit-uyt3n1 {
  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-uyt3n1 {
    padding: 24px;
  }
}

.rollbit-19aaqe {
  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-19aaqe {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rollbit-19aaqe > * {
  margin: 0 !important;
}

.rollbit-19aaqe img,
.rollbit-mdcfry {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-19aaqe img,
  .rollbit-mdcfry {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-nb1mey {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-nb1mey {
    width: 32px;
    height: 32px;
  }
}

.rollbit-hcy8j2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rollbit-hcy8j2 .rollbit-bkfr8u {
  flex-shrink: 0;
}

.rollbit-hcy8j2 .rollbit-mum3yh svg {
  display: none;
}

.rollbit-yhbsk3 {
  display: grid;
  transition: max-height 0.rollbit-d9cuq3 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rollbit-yhbsk3 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rollbit-yhbsk3 {
    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-yhbsk3.rollbit-437j78 + .rollbit-bkfr8u svg {
  transform: rotate(180deg);
}

.rollbit-osl6c0 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rollbit-osl6c0 > div:nth-child(3n) {
  grid-column: span 2;
}

.rollbit-osl6c0
  > div:nth-child(3n)
  .rollbit-xj8nl1
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rollbit-osl6c0 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rollbit-osl6c0 > div:nth-child(3n) {
    grid-column: unset;
  }

  .rollbit-osl6c0
    > div:nth-child(3n)
    .rollbit-xj8nl1
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rollbit-osl6c0 {
    max-width: 270px;
  }
}

.rollbit-osl6c0 .rollbit-xj8nl1 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rollbit-osl6c0 .rollbit-xj8nl1 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rollbit-osl6c0 .rollbit-xj8nl1 button {
    max-width: 104px;
  }
}

.rollbit-mojyky {
  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-mojyky {
    margin-bottom: 0;
  }
}

.rollbit-qylndc {
  display: none;
  opacity: 0;
}

.rollbit-n65ceu {
  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-n65ceu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rollbit-xj8nl1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rollbit-xj8nl1 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-xj8nl1
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rollbit-xj8nl1
    button {
    max-width: 145px;
  }
}

.rollbit-kxdnr9:first-child
  .rollbit-xj8nl1
  button {
  max-width: 270px;
}

.rollbit-kxehqt {
  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-mojyky picture {
  width: 100%;
  max-width: 100%;
}

.rollbit-wpwsye {
  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-wpwsye svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rollbit-mojyky:hover .rollbit-wpwsye {
  display: flex;
}

.rollbit-47g4m9 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rollbit-v62h84 {
  display: flex;
}

.rollbit-v62h84:hover .rollbit-9ftpfn,
.rollbit-v62h84 .rollbit-iqyh2r .rollbit-9ftpfn {
  display: flex;
}

.rollbit-v62h84 svg {
  flex-shrink: 0;
}

.rollbit-9ftpfn {
  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-9ftpfn {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rollbit-9ftpfn:hover {
  display: flex;
}

.rollbit-9ftpfn svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rollbit-wag7a6 {
  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-wag7a6 {
    font-size: 12px;
  }
}

.rollbit-bt5p22,
.rollbit-zj6yow {
  width: 50%;
  flex-shrink: 0;
}

.rollbit-bt5p22 {
  font-weight: 700;
}

.rollbit-fl2mac .rollbit-yhbsk3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rollbit-fl2mac .rollbit-yhbsk3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rollbit-fl2mac .rollbit-yhbsk3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rollbit-fl2mac
  .rollbit-kxehqt:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rollbit-fl2mac .rollbit-n65ceu {
  height: 100% !important;
  border-radius: 16px;
}

.rollbit-fl2mac .rollbit-xj8nl1 {
  gap: 4px;
  align-items: center;
}

.rollbit-fl2mac .rollbit-xj8nl1 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rollbit-fl2mac .rollbit-xj8nl1 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rollbit-fl2mac .rollbit-7upwl6,
.rollbit-fl2mac .rollbit-m2vouo {
  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-4j8zo6.org/2000/svg'%3E%3Cpath d='M9.rollbit-u6mbfu 4.rollbit-xlhfgs.rollbit-eit7ok 5.rollbit-or3as1.rollbit-dp4k9z 5.rollbit-b55lwe.rollbit-ppim9p 5.rollbit-6i5c0v.rollbit-17rag0 8.rollbit-r13plc.rollbit-fk6k5w 9.rollbit-5gelzy.rollbit-8l4nye 9.rollbit-mm5376.rollbit-z9i5ju 13.rollbit-xavive.rollbit-qlc59w 11.rollbit-lzu8td.rollbit-4zo7fm 11.rollbit-li1e9k.rollbit-7a1ic9 11.rollbit-6bpwrq.rollbit-j5dpt0 13.rollbit-ziivbo.rollbit-02gsao 9.rollbit-a7buh5.rollbit-7obkt0 9.rollbit-is6es9.rollbit-okreax 8.rollbit-gixnb1.rollbit-krl711 5.rollbit-t5zn8d.rollbit-g6pazo 5.rollbit-jjp0gc.rollbit-iksphw 5.rollbit-fjfwmm.rollbit-o7jpf5 4.rollbit-aj7i7f.rollbit-4zo7fm 1.rollbit-2z9o6s.rollbit-u6mbfu 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rollbit-fl2mac .rollbit-7upwl6 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rollbit-fl2mac .rollbit-m2vouo {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rollbit-w5bifl {
  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-w5bifl {
    padding: 24px;
  }
}

.rollbit-w5bifl .rollbit-bkfr8u {
  display: flex;
}

@media (min-width: 768px) {
  .rollbit-w5bifl .rollbit-bkfr8u {
    display: none;
  }
}

.rollbit-w5bifl .rollbit-mum3yh svg {
  display: none;
}

.rollbit-fyq8sq {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rollbit-fyq8sq .rollbit-copvtv {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-fyq8sq .rollbit-copvtv {
    display: flex;
  }
}

.rollbit-kaop2g {
  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-kaop2g {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-kaop2g > * {
  margin: 0 !important;
}

.rollbit-kaop2g img,
.rollbit-23je7c {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-kaop2g img,
  .rollbit-23je7c {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-z855cx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-z855cx {
    width: 32px;
    height: 32px;
  }
}

.rollbit-a3m41m {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rollbit-a3m41m {
    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-a3m41m::-webkit-scrollbar {
    display: none;
  }
}

.rollbit-dowzvs {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rollbit-dowzvs {
    padding: 7px 15px;
  }
}

.rollbit-dowzvs:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rollbit-m9uk12 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rollbit-m9uk12 {
    display: flex;
    opacity: 1;
  }
}

.rollbit-dowzvs picture {
  height: 100%;
  display: block;
}

.rollbit-dowzvs img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rollbit-dowzvs img {
    width: 88px;
    height: 44px;
  }
}

.rollbit-dowzvs p {
  text-align: center;
  width: 100%;
}

.rollbit-ehj6e5 {
  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-ehj6e5 {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-ehj6e5 img,
.rollbit-p6o761 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-ehj6e5 img,
  .rollbit-p6o761 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-65018y {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-65018y {
    width: 32px;
    height: 32px;
  }
}

.rollbit-96jr54 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rollbit-y3sblq {
  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-acfy3b {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rollbit-acfy3b.rollbit-iqyh2r {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rollbit-cpl6hm {
  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-cpl6hm {
    font-size: 20px;
    line-height: 28px;
  }
}

.rollbit-7ch73u {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.rollbit-8rwdf6 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rollbit-d9cuq3 ease;
  opacity: 0;
  color: var(--text-color);
}

.rollbit-nvx6p7 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rollbit-nvx6p7 ol,
.rollbit-nvx6p7 ul {
  padding-left: 1.3em;
}

.rollbit-acfy3b.rollbit-iqyh2r .rollbit-8rwdf6 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rollbit-acfy3b.rollbit-iqyh2r .rollbit-7ch73u {
  transform: rotate(180deg);
  color: var(--text-color);
}

.rollbit-grsoly {
  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-grsoly {
    padding: 24px;
  }
}

.rollbit-grsoly .rollbit-bkfr8u {
  display: flex;
}

@media (min-width: 768px) {
  .rollbit-grsoly .rollbit-bkfr8u {
    display: none;
  }
}

.rollbit-grsoly .rollbit-mum3yh svg {
  display: none;
}

.rollbit-4ry8kb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rollbit-4ry8kb .rollbit-copvtv {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-4ry8kb .rollbit-copvtv {
    display: flex;
  }
}

.rollbit-7wrqqs {
  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-7wrqqs {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-7wrqqs > * {
  margin: 0 !important;
}

.rollbit-7wrqqs img,
.rollbit-dt9154 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-7wrqqs img,
  .rollbit-dt9154 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-bdf82n {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-bdf82n {
    width: 32px;
    height: 32px;
  }
}

.rollbit-6eq1vo {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rollbit-6eq1vo {
    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-6eq1vo::-webkit-scrollbar {
    display: none;
  }
}

.rollbit-vfl906 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rollbit-vfl906:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rollbit-hhrb8w {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rollbit-hhrb8w {
    display: flex;
    opacity: 1;
  }
}

.rollbit-vfl906 picture {
  width: auto;
  height: 100%;
  display: block;
}

.rollbit-vfl906 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rollbit-ypfzm4 {
  margin: -24px 0;
}

.rollbit-ypfzm4:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rollbit-ypfzm4 {
    margin: -16px 0;
  }
}

.rollbit-fbruit {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rollbit-fbruit {
    flex-direction: row;
  }
}

.rollbit-bna3fi {
  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-bna3fi {
    flex: 1;
  }
}

.rollbit-bna3fi::placeholder {
  color: var(--Text-400);
}

.rollbit-0fdqj4 {
  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-evde7n {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rollbit-evde7n::-webkit-scrollbar {
  display: none;
}

.rollbit-64ynfs {
  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-64ynfs img,
.rollbit-64ynfs svg {
  margin-right: 8px;
}

.rollbit-hqnyeh {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rollbit-ypfzm4 + .rollbit-hgb4g6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rollbit-ypfzm4 + .rollbit-hgb4g6 {
    margin-top: -16px;
  }
}

.rollbit-44g7th {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rollbit-44g7th > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rollbit-44g7th > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rollbit-efvf26 {
  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-bofcnn {
  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-w1ae5u {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rollbit-10fce0 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rollbit-gdpx9b {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rollbit-efvf26 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-efvf26 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-efvf26 {
    padding: 39px 179px 39px 39px;
  }

  .rollbit-bofcnn {
    font-size: 40px;
    line-height: 48px;
  }

  .rollbit-gdpx9b {
    height: 348px;
  }

  .rollbit-efvf26 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rollbit-efvf26 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-efvf26 {
    padding: 63px;
  }
}

.rollbit-aae9ne {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rollbit-aae9ne {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rollbit-2ppb2j {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rollbit-2ppb2j {
    width: auto;
  }
}

.rollbit-jn3vyp {
  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-jn3vyp::-webkit-scrollbar {
  display: none;
}

.rollbit-jn3vyp 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-jn3vyp a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rollbit-jn3vyp {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rollbit-aae9ne .rollbit-zhm9ly {
  -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-d9cuq3,
    mask-image 0.3s;
}

.rollbit-aae9ne .rollbit-zhm9ly.rollbit-vo1q1n {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rollbit-j2txy6 {
  margin: 40px -16px;
}

.rollbit-3sqly8 + .rollbit-511ist,
.rollbit-3sqly8 + .rollbit-4pnxk1 {
  margin-top: 24px;
}

.rollbit-71ymrc {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rollbit-71ymrc picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rollbit-2gpoio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rollbit-2gpoio {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rollbit-2gpoio {
    margin-top: 0;
  }
}

.rollbit-yjqs6l {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rollbit-yjqs6l {
    font-size: 24px;
    line-height: 32px;
  }
}

.rollbit-xkmiw2 {
  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-xkmiw2 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rollbit-pd2psz {
  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-pd2psz {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rollbit-7ovo09 {
  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-7ovo09 {
    font-size: 20px;
    line-height: 28px;
  }
}

.rollbit-jjrsi0 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rollbit-jjrsi0 {
    font-size: 32px;
    line-height: 40px;
  }
}

.rollbit-owduvg {
  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-fxfro3 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rollbit-fxfro3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rollbit-hgb4g6 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rollbit-kf0lgh {
  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-kf0lgh {
    padding: 15px 48px;
  }
}

main > .rollbit-hgb4g6 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rollbit-yhbsk3.rollbit-c39pu3 > div:nth-child(n+5) {
    display: none;
  }
}

.rollbit-em8s4h p a img {
  display: block;
  margin: 0 auto;
}


.rollbit-qjk9m1 {
  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-k3izia {
  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-k3izia label {
  font-size: 14px;
}

.rollbit-k3izia h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rollbit-k3izia input,
.rollbit-k3izia textarea,
.rollbit-k3izia 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-k3izia button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rollbit-hkcdfq ease;
}
.rollbit-k3izia button:hover {
  background-color: var(--button-bg-hover);
}
.rollbit-f2d6l5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rollbit-h1mvvv ease-in;
}

.rollbit-f2d6l5 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-qcvjy5, .rollbit-c2z7jd, [class*="review-card"],
thead, thead th, table th, .rollbit-xxuwne,
.rollbit-3xm4y9, [class*="collapsible-header"],
.rollbit-1t1w9p, [class*="updated-block"] {
  color: #ece7dc !important;
}
