* {
  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-0dyipt {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-0dyipt {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-0dyipt {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rollbit-j27zvd {
  overflow: hidden;
}

.rollbit-14zzka img {
  background: var(--Neutral-300);
}

.rollbit-0pr2vc {
  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-08zj3a {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rollbit-08zj3a:hover {
  background: var(--button-bg-hover);
}

.rollbit-sud3ah {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rollbit-sud3ah:hover {
  background: var(--button-bg-hover);
}

.rollbit-9omkir {
  font-size: 12px;
  line-height: 18px;
}

.rollbit-lycz3v {
  font-size: 18px;
  line-height: 26px;
}

.rollbit-zckog0 {
  width: 100%;
}

.rollbit-k5s49v {
  padding: 6px 16px;
}

.rollbit-38l3pd {
  padding: 10px 16px;
}

.rollbit-ufr7qk {
  padding: 15px 26px;
}

.rollbit-fsaz21 {
  flex-shrink: 0;
}

.rollbit-x2cov0 {
  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-yivcl6 {
  display: none;
}

.rollbit-x199mg {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rollbit-qplh82 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rollbit-plx9dm {
  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-i9gd4l {
  cursor: grab;
}

.rollbit-plx9dm::-webkit-scrollbar {
  display: none;
}

.rollbit-9ypjto {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rollbit-5ndno7 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rollbit-npqb9z {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rollbit-c39nlz {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rollbit-zobx56 {
  visibility: visible;
}

.rollbit-6ff8dr {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rollbit-afdgm5 ease;
}

.rollbit-ozdblo {
  background-color: var(--Primary-200);
  width: 16px;
}

.rollbit-rbwugh {
  -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-afdgm5,
    mask-image 0.3s;
}

.rollbit-rbwugh.rollbit-rgmnug {
  -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-6s1rrs: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-6eddij {
  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-89z2qe.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-89z2qe.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-ddy7by {
  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-ddy7by::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-ij7yon {
  position: relative;
  z-index: 1;
}

.rollbit-qbmm98 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rollbit-ntqdaa {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rollbit-zs5s4i {
  font-size: 40px;
  line-height: 48px;
}

.rollbit-0lrjh9 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rollbit-e4v7jr {
  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-e4v7jr:hover {
  background: var(--Primary-400);
}

.rollbit-e4v7jr svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rollbit-6s1rrs 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-ddy7by {
    max-width: 600px;
    padding: 64px;
  }

  .rollbit-qbmm98 {
    font-size: 24px;
    line-height: 32px;
  }

  .rollbit-ntqdaa {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rollbit-zs5s4i {
    font-size: 50px;
    line-height: 56px;
  }

  .rollbit-0lrjh9 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rollbit-6eddij {
    top: 25px;
    right: 25px;
  }
}

.rollbit-acslyg,
.rollbit-98hm3d {
  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-41c7v2.rollbit-w68hrr::before,
.rollbit-98hm3d::before,
.rollbit-row4fl::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-89z2qe.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rollbit-wlq4f9 14.rollbit-gjyqem.rollbit-9hoaed 14.rollbit-biau2q 15.rollbit-g8ppyx 14.rollbit-k9lktd 15.rollbit-67hm1j 14.rollbit-qydl14.rollbit-ffo0u0 14.rollbit-86jjq1 19.rollbit-v47sk6 12.rollbit-j8xkrl 19.rollbit-v47sk6 10.rollbit-eu2fb4.rollbit-v47sk6 8.rollbit-e418e5 17.rollbit-r18w2k 7.rollbit-zv0v3v 15.rollbit-a13j76 7.rollbit-ao5m4e.rollbit-0bynhx 7.rollbit-zv0v3v 11.rollbit-bp4x7h 8.rollbit-e418e5 11.rollbit-bp4x7h 10.rollbit-u4wny1.rollbit-bp4x7h 12.rollbit-sxqjld 13.rollbit-stjk6a 14.rollbit-bz3t84 15.rollbit-51a1bq 14.rollbit-7x4h8h.rollbit-7zbwfd 14.rollbit-n8k6jx 15.rollbit-t4jdb6 14.rollbit-0fulox 15.rollbit-q04fs5 14.rollbit-vkixyp.rollbit-wlq4f9 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rollbit-eavx2l 15.rollbit-3izsr5.rollbit-vur2rh 15.rollbit-qzyz0f 15.rollbit-9upai0 15.rollbit-ga6u7o 15.rollbit-yuw2iq 15.rollbit-pbkanv.rollbit-n810mk 15.rollbit-ga6u7o 15.rollbit-li5epd 15.rollbit-iecqj3 15.rollbit-26bqwp 15.rollbit-q7w1jy.rollbit-zei0mv 15.rollbit-tqxbqo 7.rollbit-6vaayc 18.rollbit-gq9ti9 7.rollbit-w3n75y 23.rollbit-gjmn10.rollbit-uf0293.rollbit-ybdouz 18.rollbit-tcqhgh 19.rollbit-ulk7dp 15.rollbit-w66648 15.rollbit-eavx2l 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rollbit-03ymn0 [type="submit"] *,
.rollbit-l01477 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rollbit-ck6hje {
    display: none;
  }
}

.rollbit-fuygrh {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rollbit-fuygrh {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-fuygrh {
    bottom: 22px;
  }
}

.rollbit-fuygrh input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rollbit-fuygrh {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rollbit-ud1irq.static) .rollbit-fuygrh {
    bottom: 8px;
  }
}

.rollbit-ewkp36 {
  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-89z2qe.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rollbit-jyfpzz 3.rollbit-jykpuf.rollbit-dc878i.rollbit-j4u55w 3.rollbit-stjg0t 3.rollbit-u9x7we 5.rollbit-i43wrb 3.rollbit-u9x7we 8.rollbit-y7m216.rollbit-16kpj3.rollbit-u9x7we 26.rollbit-2y280q 5.rollbit-qqyv4i 28.rollbit-xmw31r 8.rollbit-53zp8j 28.rollbit-wixp0w.rollbit-gl6lgn 28.rollbit-a9708d.rollbit-ahz1sd 34.rollbit-muk9ad.rollbit-cyb0yc 36.rollbit-2zpqu0 11.rollbit-b1wynf 37.rollbit-73nz0y 12.rollbit-qrmdls 36.rollbit-v9h80a.rollbit-yg5zav 28.rollbit-c3gfte.rollbit-1n5e6y.rollbit-vef8o9 28.rollbit-gp9q7x 36.rollbit-lj2cde 26.rollbit-bk7mc4 36.rollbit-lj2cde 23.rollbit-7ro803.rollbit-5obyje.rollbit-lj2cde 5.rollbit-v2h2uw 34.rollbit-mm6mdq 3.rollbit-stjg0t 31.rollbit-jyfpzz 3.rollbit-oyn3xi.rollbit-hblqtm 18.rollbit-chpbux.rollbit-gpa76g 18.rollbit-yjxxh7 8.rollbit-ua5szh 17.rollbit-h9jr7c 8.rollbit-ua5szh 15.rollbit-snia9i.rollbit-ua5szh 14.rollbit-41b9xz 9.rollbit-gpa76g 13.rollbit-pvd5h8 11.rollbit-hblqtm 13.rollbit-7jkwau.rollbit-x09elh 13.rollbit-pvd5h8 13.rollbit-kyhnin 14.rollbit-41b9xz 13.rollbit-kyhnin 15.rollbit-swkirp.rollbit-kyhnin 17.rollbit-h9jr7c 12.rollbit-x09elh 18.rollbit-yjxxh7 11.rollbit-hblqtm 18.rollbit-uo4c0x.rollbit-zanq56 18.rollbit-ng52t5.rollbit-8fdyy9 18.rollbit-yjxxh7 17.rollbit-d8ztl8 17.rollbit-h9jr7c 17.rollbit-d8ztl8 15.rollbit-fbaz9j.rollbit-d8ztl8 14.rollbit-41b9xz 18.rollbit-8fdyy9 13.rollbit-pvd5h8 20.rollbit-zanq56 13.rollbit-m8bplc.rollbit-4u6hd7 13.rollbit-pvd5h8 22.rollbit-gvay2m 14.rollbit-41b9xz 22.rollbit-gvay2m 15.rollbit-b3c2c9.rollbit-xxbtt2 17.rollbit-h9jr7c 21.rollbit-4u6hd7 18.rollbit-yjxxh7 20.rollbit-zanq56 18.rollbit-myvvay.rollbit-pbfi1k 18.rollbit-hxv65u.rollbit-jqpj4b 18.rollbit-yjxxh7 26.rollbit-p78jzh 17.rollbit-h9jr7c 26.rollbit-p78jzh 15.rollbit-rwc49f.rollbit-p78jzh 14.rollbit-41b9xz 27.rollbit-jqpj4b 13.rollbit-pvd5h8 28.rollbit-pbfi1k 13.rollbit-25mayc.rollbit-tyb1t5 13.rollbit-pvd5h8 31.rollbit-j9cvjv 14.rollbit-41b9xz 31.rollbit-j9cvjv 15.rollbit-pclhlx.rollbit-p78jzh 17.rollbit-h9jr7c 30.rollbit-tyb1t5 18.rollbit-yjxxh7 28.rollbit-pbfi1k 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-ewkp36 {
    display: none;
  }
}

.rollbit-zfxft8 {
  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-zfxft8 {
    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-l01477 {
  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-l01477 {
    padding: 14px 16px;
  }
}

.rollbit-l01477 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rollbit-l01477 button:first-child {
  align-content: end;
}

.rollbit-l01477 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rollbit-l01477
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rollbit-l01477
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rollbit-l01477 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rollbit-l01477 button:last-child svg {
  width: 38px;
  height: 38px;
}

.rollbit-row4fl {
  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-row4fl::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rollbit-row4fl,
.pc61d126-chatbot[data-active-screen="3"]
  .rollbit-row4fl {
  opacity: 1;
  visibility: visible;
}

.rollbit-knbr41 {
  flex: 1 1;
}

.rollbit-xeyxx2 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-xeyxx2 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rollbit-e915xm {
  display: block;
}

.rollbit-xxzn41 {
  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-xxzn41 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rollbit-98hm3d {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rollbit-98hm3d::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rollbit-4xa932 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rollbit-4xa932 p {
  color: var(--Text-100);
}

.rollbit-98hm3d .rollbit-t4ewip {
  grid-area: button;
}

.rollbit-98hm3d .rollbit-t4ewip::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-89z2qe.org/2000/svg'%3E%3Cpath d='M4.rollbit-fzq7vq 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rollbit-6xcdrg 15L16.rollbit-6xcdrg 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rollbit-6xcdrg 5L16.rollbit-6xcdrg 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rollbit-nd9s4o {
  display: block;
}

.rollbit-1icg7m {
  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-1icg7m {
    margin-top: 40px;
  }
}

.rollbit-acslyg label,
.rollbit-acslyg input {
  display: block;
  width: 100%;
}

.rollbit-acslyg label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rollbit-acslyg label.rollbit-jz199d input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rollbit-acslyg label.rollbit-jz199d::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-acslyg 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-acslyg input::placeholder {
  color: var(--Text-400);
}

.rollbit-kpsvdm {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rollbit-kpsvdm {
  display: flex;
}

.rollbit-kpsvdm ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rollbit-kpsvdm ol {
    height: 420px;
    padding: 24px;
  }
}

.rollbit-kpsvdm ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rollbit-03ymn0 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-03ymn0 {
    padding: 0 24px 24px;
  }
}

.rollbit-03ymn0 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-03ymn0 input::placeholder {
  color: var(--Text-400);
}

.rollbit-03ymn0 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rollbit-03ymn0 [type="submit"]:disabled {
  opacity: 0.5;
}

.rollbit-03ymn0 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rollbit-03ymn0 [type="submit"] {
    right: 40px;
  }
}

.rollbit-41c7v2 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rollbit-41c7v2.rollbit-w68hrr {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rollbit-41c7v2.rollbit-w68hrr::before {
  content: "";
  width: 31px;
}

.rollbit-41c7v2.rollbit-w68hrr p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rollbit-41c7v2.rollbit-ecmagb p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rollbit-41c7v2 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rollbit-fuygrh .rollbit-t4ewip {
  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-ck6hje {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rollbit-ck6hje {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rollbit-ck6hje {
    padding: 18px 0;
  }
}

.rollbit-ck6hje .rollbit-0dyipt {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rollbit-ck6hje .rollbit-0dyipt {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rollbit-d8sljq {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rollbit-d8sljq {
    max-width: 160px;
    height: 40px;
  }
}

.rollbit-d8sljq picture,
.rollbit-d8sljq img {
  display: block;
  width: 100%;
  height: 100%;
}

.rollbit-d8sljq img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rollbit-39x8qh {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rollbit-afdgm5 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rollbit-ck6hje.rollbit-pc0ji7 .rollbit-39x8qh {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rollbit-39x8qh {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rollbit-39x8qh {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rollbit-iiowuz,
.rollbit-n8uj09 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rollbit-iiowuz,
  .rollbit-n8uj09 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rollbit-n8uj09 {
    display: none;
  }
}

.rollbit-p0ltl8 {
  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-pc0ji7 .rollbit-p0ltl8 {
  background: var(--fh-bg-color);
}

.rollbit-p0ltl8 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rollbit-p0ltl8 {
    display: none;
  }
}

.rollbit-xug1fk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rollbit-xug1fk {
    display: none;
  }
}

.rollbit-zkhvqy {
  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-ck6hje.rollbit-pc0ji7 .rollbit-zkhvqy:first-child {
  display: none;
}

.rollbit-ck6hje.rollbit-pc0ji7 .rollbit-zkhvqy:last-child {
  display: block;
}

.rollbit-zkhvqy:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rollbit-zkhvqy {
    display: none;
  }
}

.rollbit-cb6gc2 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rollbit-cb6gc2 {
    display: flex;
  }
}

.rollbit-cb6gc2 ul {
  max-height: 350px;
  overflow-y: auto;
}

.rollbit-cb6gc2:hover ul {
  visibility: visible;
  opacity: 1;
}

.rollbit-cb6gc2:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rollbit-cb6gc2:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rollbit-cb6gc2:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rollbit-cb6gc2:hover .rollbit-z771us svg {
  transform: rotate(180deg);
}

.rollbit-g7yd5n {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rollbit-c16ltd {
  padding: 0 8px;
}

.rollbit-mjpeez {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rollbit-mjpeez:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rollbit-mjpeez {
    padding: 4px 8px;
  }
}

.rollbit-7kcx9j {
  display: flex;
}

.rollbit-7kcx9j img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rollbit-z771us {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rollbit-z771us svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rollbit-1qov5n {
  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-1qov5n {
    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-a5fgna {
  width: 100%;
}

@media (min-width: 1200px) {
  .rollbit-a5fgna {
    display: none;
  }
}

.rollbit-tn435b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rollbit-to363z {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rollbit-66s9hh {
  display: flex;
}

.rollbit-g8c922 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rollbit-6mwl5l {
  list-style: none;
}

@media (max-width: 1199px) {
  .rollbit-6mwl5l {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rollbit-6mwl5l {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rollbit-6mwl5l .rollbit-ymju3n [data-ref-el],
  .rollbit-6mwl5l .rollbit-ymju3n span,
  .rollbit-6mwl5l .rollbit-ymju3n a {
    white-space: nowrap;
  }
}

.rollbit-utc3q4 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rollbit-utc3q4.rollbit-a0aoyg > .rollbit-ymju3n {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rollbit-utc3q4.rollbit-rnil0g:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rollbit-utc3q4.rollbit-a0aoyg > .rollbit-ujpo1b {
    height: auto;
  }

  .rollbit-utc3q4.rollbit-a0aoyg > div > .rollbit-4cgdii {
    transform: rotate(180deg);
  }
}

.rollbit-utc3q4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rollbit-utc3q4 [data-ref-el],
.rollbit-utc3q4 span {
  cursor: pointer;
}

.rollbit-utc3q4 [data-ref-el],
.rollbit-utc3q4 span,
.rollbit-utc3q4 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-utc3q4 [data-ref-el],
  .rollbit-utc3q4 span,
  .rollbit-utc3q4 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rollbit-utc3q4 [data-ref-el],
  .rollbit-utc3q4 span,
  .rollbit-utc3q4 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rollbit-ujpo1b {
  height: 0;
  overflow: hidden;
  transition: height 0.rollbit-afdgm5 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rollbit-ujpo1b::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rollbit-ujpo1b::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rollbit-ujpo1b::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rollbit-ujpo1b {
    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-ujpo1b:has(> .rollbit-utc3q4.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rollbit-ujpo1b .rollbit-ujpo1b {
    padding: 0;
  }

  .rollbit-ujpo1b .rollbit-utc3q4 {
    font-weight: 400;
  }

  .rollbit-ujpo1b .rollbit-utc3q4:hover > .rollbit-ymju3n {
    background: var(--Neutral-300);
  }

  .rollbit-ujpo1b .rollbit-4cgdii {
    rotate: -90deg;
  }
}

.rollbit-ymju3n {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rollbit-ymju3n {
    padding: 8px;
  }

  .rollbit-utc3q4.rollbit-lnz46z > .rollbit-ymju3n {
    background: var(--Neutral-300);
  }
}

.rollbit-4cgdii {
  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-89z2qe.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rollbit-fgq6f8 0.rollbit-kh4idz.rollbit-b70cfi -0.rollbit-8lqxy1 0.rollbit-h3h62h -0.rollbit-8lqxy1 1.rollbit-57rb4m 0.rollbit-fvpf43.rollbit-u4rl4u 4.rollbit-9ubsjj.rollbit-fgq6f8 0.rollbit-lo5xxc.rollbit-ygzat5 -0.rollbit-8lqxy1 9.rollbit-figwqc -0.rollbit-8lqxy1 10.rollbit-i67bad 0.rollbit-8uzvg5.rollbit-3ik5y7 0.rollbit-b70cfi 10.rollbit-3ik5y7 0.rollbit-h3h62h 10.rollbit-i67bad 1.rollbit-ecxyll.rollbit-m9n5xv 5.rollbit-bkca3z.rollbit-xgnzbj 6.rollbit-5i84gz 5.rollbit-lmepoq 6.rollbit-5i84gz 4.rollbit-zp4z6b 5.rollbit-lacv72.rollbit-fgq6f8 1.rollbit-y90mgf.rollbit-8lqxy1 0.rollbit-h3h62h -0.rollbit-8lqxy1 0.rollbit-b70cfi 0.rollbit-fgq6f8 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rollbit-afdgm5 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rollbit-4cgdii {
    cursor: default;
  }
}

.rollbit-jvm41r {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rollbit-4o037i {
  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-4o037i {
    padding: 40px 4px;
  }
}

.rollbit-5qsyzj {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rollbit-5qsyzj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rollbit-8htpob {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rollbit-8htpob {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rollbit-8htpob ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rollbit-8htpob [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rollbit-8htpob [data-ref-el],
.rollbit-8htpob span,
.rollbit-8htpob a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.rollbit-8b7v91 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rollbit-8b7v91 {
    margin-bottom: 12px;
  }
}

.rollbit-6rw5we {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rollbit-6rw5we img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rollbit-6rw5we:last-child {
    margin-right: 0;
  }
}

.rollbit-lnm0al {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rollbit-8b7v91:hover .rollbit-rodqq3 {
  visibility: visible;
  opacity: 1;
}

.rollbit-rodqq3 {
  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-oizeve {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rollbit-66opra {
  display: flex;
  margin: 6px;
}

.rollbit-66opra img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rollbit-rodqq3::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-rodqq3::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-po2o2l {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rollbit-po2o2l {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rollbit-x2t2ih {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .rollbit-x2t2ih {
    margin-right: 32px;
  }
}

.rollbit-xzhl54 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rollbit-xzhl54 {
    margin-top: 0;
    width: 340px;
  }
}

.rollbit-xzhl54 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rollbit-h2wzmz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rollbit-5y8zk5 {
  position: relative;
}

@media (min-width: 768px) {
  .rollbit-5y8zk5 {
    margin-top: 40px;
  }
}

.rollbit-5y8zk5 + .rollbit-f2y6ou,
.rollbit-5y8zk5 + .rollbit-5y8zk5 {
  margin-top: 24px;
}

.rollbit-nejol9 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rollbit-nejol9 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-nejol9 {
    padding: 80px;
  }
}

.rollbit-l5nywo {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rollbit-l5nywo {
    padding: 0 16px;
}


}

.rollbit-wvwe4w {
  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-wvwe4w {
    font-size: 48px;
    line-height: 56px;
  }
}

.rollbit-uhmchs {
  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-uhmchs {
    font-size: 24px;
    line-height: 32px;
  }
}

.rollbit-9bgp8w {
  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-9bgp8w:hover {
  background: var(--button-bg-hover);
}

.rollbit-w8vwzc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rollbit-w8vwzc img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rollbit-w8vwzc img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rollbit-w8vwzc img {
  min-height: 100%;
  }
}

.rollbit-nejol9::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rollbit-9a3dgl {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rollbit-9a3dgl h1,
.rollbit-9a3dgl h2,
.rollbit-9a3dgl h3,
.rollbit-9a3dgl h4 {
  margin-bottom: 6px;
}

.rollbit-9a3dgl h1:not(:first-child),
.rollbit-9a3dgl h2:not(:first-child),
.rollbit-9a3dgl h3:not(:first-child),
.rollbit-9a3dgl h4:not(:first-child) {
  margin-top: 16px;
}

.rollbit-9a3dgl h1,
.rollbit-9a3dgl h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rollbit-9a3dgl h1,
  .rollbit-9a3dgl h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rollbit-9a3dgl h2,
.rollbit-9a3dgl h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rollbit-9a3dgl h2,
  .rollbit-9a3dgl h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-9a3dgl h3,
.rollbit-9a3dgl h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rollbit-9a3dgl h3,
  .rollbit-9a3dgl h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rollbit-9a3dgl h4,
.rollbit-9a3dgl h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rollbit-9a3dgl ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rollbit-9a3dgl ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rollbit-9a3dgl 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-9a3dgl ul ul {
  margin-bottom: 8px;
}

.rollbit-9a3dgl ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rollbit-9a3dgl ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rollbit-9a3dgl ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rollbit-9a3dgl ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rollbit-9a3dgl ol li::marker {
  font-weight: 700;
}

.rollbit-9a3dgl ol ol {
  margin-bottom: 8px;
}

.rollbit-9a3dgl ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rollbit-9a3dgl ol ul li {
  padding-left: 16px;
}

.rollbit-9a3dgl 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-9a3dgl table {
    padding: 24px;
  }
}

.rollbit-9a3dgl table.rollbit-klx3w3 {
  -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-afdgm5,
    mask-image 0.3s;
}

.rollbit-9a3dgl table.rollbit-klx3w3.rollbit-rgmnug {
  -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-9a3dgl table {
    display: table;
  }
}

.rollbit-9a3dgl 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-9a3dgl table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rollbit-9a3dgl table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rollbit-9a3dgl 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-9a3dgl table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rollbit-9a3dgl table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rollbit-9a3dgl table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rollbit-9a3dgl table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rollbit-9a3dgl img {
  max-width: 100%;
  height: auto;
}

.rollbit-i9q268 {
  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-i9q268 {
    padding: 24px;
  }
}

.rollbit-g3ak6s {
  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-g3ak6s {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rollbit-g3ak6s > * {
  margin: 0 !important;
}

.rollbit-g3ak6s img,
.rollbit-0n2coi {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-g3ak6s img,
  .rollbit-0n2coi {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-2taxs3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-2taxs3 {
    width: 32px;
    height: 32px;
  }
}

.rollbit-x6o6j1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rollbit-x6o6j1 .rollbit-t9umat {
  flex-shrink: 0;
}

.rollbit-x6o6j1 .rollbit-ckexyr svg {
  display: none;
}

.rollbit-gfm31g {
  display: grid;
  transition: max-height 0.rollbit-afdgm5 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rollbit-gfm31g {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rollbit-gfm31g {
    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-gfm31g.rollbit-4bh7by + .rollbit-t9umat svg {
  transform: rotate(180deg);
}

.rollbit-ktv3gn {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rollbit-ktv3gn > div:nth-child(3n) {
  grid-column: span 2;
}

.rollbit-ktv3gn
  > div:nth-child(3n)
  .rollbit-8wms0y
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rollbit-ktv3gn {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rollbit-ktv3gn > div:nth-child(3n) {
    grid-column: unset;
  }

  .rollbit-ktv3gn
    > div:nth-child(3n)
    .rollbit-8wms0y
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rollbit-ktv3gn {
    max-width: 270px;
  }
}

.rollbit-ktv3gn .rollbit-8wms0y button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rollbit-ktv3gn .rollbit-8wms0y button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rollbit-ktv3gn .rollbit-8wms0y button {
    max-width: 104px;
  }
}

.rollbit-yr110y {
  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-yr110y {
    margin-bottom: 0;
  }
}

.rollbit-x8yiwq {
  display: none;
  opacity: 0;
}

.rollbit-wgy1lg {
  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-wgy1lg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rollbit-8wms0y {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rollbit-8wms0y 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-8wms0y
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rollbit-8wms0y
    button {
    max-width: 145px;
  }
}

.rollbit-sajcyp:first-child
  .rollbit-8wms0y
  button {
  max-width: 270px;
}

.rollbit-ifdhbf {
  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-yr110y picture {
  width: 100%;
  max-width: 100%;
}

.rollbit-e3jhad {
  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-e3jhad svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rollbit-yr110y:hover .rollbit-e3jhad {
  display: flex;
}

.rollbit-po56yo {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rollbit-zvibja {
  display: flex;
}

.rollbit-zvibja:hover .rollbit-1932cp,
.rollbit-zvibja .rollbit-lnz46z .rollbit-1932cp {
  display: flex;
}

.rollbit-zvibja svg {
  flex-shrink: 0;
}

.rollbit-1932cp {
  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-1932cp {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rollbit-1932cp:hover {
  display: flex;
}

.rollbit-1932cp svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rollbit-ygvumz {
  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-ygvumz {
    font-size: 12px;
  }
}

.rollbit-73pqy5,
.rollbit-la2tnt {
  width: 50%;
  flex-shrink: 0;
}

.rollbit-73pqy5 {
  font-weight: 700;
}

.rollbit-7d75k8 .rollbit-gfm31g {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rollbit-7d75k8 .rollbit-gfm31g {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rollbit-7d75k8 .rollbit-gfm31g {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rollbit-7d75k8
  .rollbit-ifdhbf:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rollbit-7d75k8 .rollbit-wgy1lg {
  height: 100% !important;
  border-radius: 16px;
}

.rollbit-7d75k8 .rollbit-8wms0y {
  gap: 4px;
  align-items: center;
}

.rollbit-7d75k8 .rollbit-8wms0y button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rollbit-7d75k8 .rollbit-8wms0y svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rollbit-7d75k8 .rollbit-xriv13,
.rollbit-7d75k8 .rollbit-g67gkl {
  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-89z2qe.org/2000/svg'%3E%3Cpath d='M9.rollbit-bxym20 4.rollbit-o3nfs2.rollbit-bdi0ij 5.rollbit-fcr7hv.rollbit-1t1m1l 5.rollbit-t7tqvf.rollbit-qk7y9k 5.rollbit-erili4.rollbit-14sw6u 8.rollbit-jjsmqp.rollbit-zcs8yj 9.rollbit-ojqmrf.rollbit-jk15vm 9.rollbit-p1ajd3.rollbit-8wm9v1 13.rollbit-oc1153.rollbit-7y81ii 11.rollbit-prp02b.rollbit-zjupor 11.rollbit-e28k0h.rollbit-cz3yqo 11.rollbit-1s3143.rollbit-vwzygo 13.rollbit-aluhhh.rollbit-73rzsq 9.rollbit-ws5h6a.rollbit-0i6h55 9.rollbit-fabxjf.rollbit-t09aqx 8.rollbit-xepaop.rollbit-5ypaue 5.rollbit-s72grl.rollbit-ndfz7s 5.rollbit-muw8lx.rollbit-hjsesq 5.rollbit-yw3chv.rollbit-njifgk 4.rollbit-qkxs5s.rollbit-zjupor 1.rollbit-if2f55.rollbit-bxym20 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rollbit-7d75k8 .rollbit-xriv13 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rollbit-7d75k8 .rollbit-g67gkl {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rollbit-po4kqa {
  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-po4kqa {
    padding: 24px;
  }
}

.rollbit-po4kqa .rollbit-t9umat {
  display: flex;
}

@media (min-width: 768px) {
  .rollbit-po4kqa .rollbit-t9umat {
    display: none;
  }
}

.rollbit-po4kqa .rollbit-ckexyr svg {
  display: none;
}

.rollbit-pojj4r {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rollbit-pojj4r .rollbit-0pr2vc {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-pojj4r .rollbit-0pr2vc {
    display: flex;
  }
}

.rollbit-oig38f {
  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-oig38f {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-oig38f > * {
  margin: 0 !important;
}

.rollbit-oig38f img,
.rollbit-9pof0a {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-oig38f img,
  .rollbit-9pof0a {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-trhfnv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-trhfnv {
    width: 32px;
    height: 32px;
  }
}

.rollbit-zienrm {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rollbit-zienrm {
    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-zienrm::-webkit-scrollbar {
    display: none;
  }
}

.rollbit-p3il0n {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rollbit-p3il0n {
    padding: 7px 15px;
  }
}

.rollbit-p3il0n:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rollbit-n1dsin {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rollbit-n1dsin {
    display: flex;
    opacity: 1;
  }
}

.rollbit-p3il0n picture {
  height: 100%;
  display: block;
}

.rollbit-p3il0n img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rollbit-p3il0n img {
    width: 88px;
    height: 44px;
  }
}

.rollbit-p3il0n p {
  text-align: center;
  width: 100%;
}

.rollbit-1krsve {
  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-1krsve {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-1krsve img,
.rollbit-wcn7zk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-1krsve img,
  .rollbit-wcn7zk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-16lsjd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-16lsjd {
    width: 32px;
    height: 32px;
  }
}

.rollbit-v6dyv7 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rollbit-sdby98 {
  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-kv6ulg {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rollbit-kv6ulg.rollbit-lnz46z {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rollbit-miolft {
  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-miolft {
    font-size: 20px;
    line-height: 28px;
  }
}

.rollbit-07a5z3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.rollbit-hiqabv {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rollbit-afdgm5 ease;
  opacity: 0;
  color: var(--text-color);
}

.rollbit-fw9fp9 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rollbit-fw9fp9 ol,
.rollbit-fw9fp9 ul {
  padding-left: 1.3em;
}

.rollbit-kv6ulg.rollbit-lnz46z .rollbit-hiqabv {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rollbit-kv6ulg.rollbit-lnz46z .rollbit-07a5z3 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.rollbit-l2lvbt {
  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-l2lvbt {
    padding: 24px;
  }
}

.rollbit-l2lvbt .rollbit-t9umat {
  display: flex;
}

@media (min-width: 768px) {
  .rollbit-l2lvbt .rollbit-t9umat {
    display: none;
  }
}

.rollbit-l2lvbt .rollbit-ckexyr svg {
  display: none;
}

.rollbit-zx5iky {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rollbit-zx5iky .rollbit-0pr2vc {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-zx5iky .rollbit-0pr2vc {
    display: flex;
  }
}

.rollbit-o94ou1 {
  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-o94ou1 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-o94ou1 > * {
  margin: 0 !important;
}

.rollbit-o94ou1 img,
.rollbit-yb56rr {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-o94ou1 img,
  .rollbit-yb56rr {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-66me3q {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-66me3q {
    width: 32px;
    height: 32px;
  }
}

.rollbit-ro2nm0 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rollbit-ro2nm0 {
    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-ro2nm0::-webkit-scrollbar {
    display: none;
  }
}

.rollbit-6xovr5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rollbit-6xovr5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rollbit-by88ej {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rollbit-by88ej {
    display: flex;
    opacity: 1;
  }
}

.rollbit-6xovr5 picture {
  width: auto;
  height: 100%;
  display: block;
}

.rollbit-6xovr5 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rollbit-tn3tyo {
  margin: -24px 0;
}

.rollbit-tn3tyo:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rollbit-tn3tyo {
    margin: -16px 0;
  }
}

.rollbit-r2w42y {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rollbit-r2w42y {
    flex-direction: row;
  }
}

.rollbit-5w90hy {
  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-5w90hy {
    flex: 1;
  }
}

.rollbit-5w90hy::placeholder {
  color: var(--Text-400);
}

.rollbit-c0z51h {
  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-w57mg5 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rollbit-w57mg5::-webkit-scrollbar {
  display: none;
}

.rollbit-4413wy {
  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-4413wy img,
.rollbit-4413wy svg {
  margin-right: 8px;
}

.rollbit-kf6bwq {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rollbit-tn3tyo + .rollbit-jpaven {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rollbit-tn3tyo + .rollbit-jpaven {
    margin-top: -16px;
  }
}

.rollbit-38wda6 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rollbit-38wda6 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rollbit-38wda6 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rollbit-wegela {
  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-gng8c9 {
  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-jp2xpf {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rollbit-xjm5f6 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rollbit-c0ldh6 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rollbit-wegela 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-wegela 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-wegela {
    padding: 39px 179px 39px 39px;
  }

  .rollbit-gng8c9 {
    font-size: 40px;
    line-height: 48px;
  }

  .rollbit-c0ldh6 {
    height: 348px;
  }

  .rollbit-wegela button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rollbit-wegela button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-wegela {
    padding: 63px;
  }
}

.rollbit-r25l0r {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rollbit-r25l0r {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rollbit-nxl53r {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rollbit-nxl53r {
    width: auto;
  }
}

.rollbit-5grww3 {
  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-5grww3::-webkit-scrollbar {
  display: none;
}

.rollbit-5grww3 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-5grww3 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rollbit-5grww3 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rollbit-r25l0r .rollbit-f5wx5q {
  -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-afdgm5,
    mask-image 0.3s;
}

.rollbit-r25l0r .rollbit-f5wx5q.rollbit-rgmnug {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rollbit-p5mj1g {
  margin: 40px -16px;
}

.rollbit-2xhupv + .rollbit-f2y6ou,
.rollbit-2xhupv + .rollbit-5y8zk5 {
  margin-top: 24px;
}

.rollbit-ekvn6j {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rollbit-ekvn6j picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rollbit-zan8n9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rollbit-zan8n9 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rollbit-zan8n9 {
    margin-top: 0;
  }
}

.rollbit-zvhvoz {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rollbit-zvhvoz {
    font-size: 24px;
    line-height: 32px;
  }
}

.rollbit-i5kcu7 {
  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-i5kcu7 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rollbit-e4p779 {
  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-e4p779 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rollbit-n3mjnu {
  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-n3mjnu {
    font-size: 20px;
    line-height: 28px;
  }
}

.rollbit-zficw9 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rollbit-zficw9 {
    font-size: 32px;
    line-height: 40px;
  }
}

.rollbit-vyq901 {
  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-i65hpo {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rollbit-i65hpo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rollbit-jpaven {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rollbit-uw0771 {
  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-uw0771 {
    padding: 15px 48px;
  }
}

main > .rollbit-jpaven {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rollbit-gfm31g.rollbit-ar8gm3 > div:nth-child(n+5) {
    display: none;
  }
}

.rollbit-9a3dgl p a img {
  display: block;
  margin: 0 auto;
}


.rollbit-3ejirm {
  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-z3xu6d {
  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-z3xu6d label {
  font-size: 14px;
}

.rollbit-z3xu6d h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rollbit-z3xu6d input,
.rollbit-z3xu6d textarea,
.rollbit-z3xu6d 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-z3xu6d button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rollbit-ny9il1 ease;
}
.rollbit-z3xu6d button:hover {
  background-color: var(--button-bg-hover);
}
.rollbit-tjbf7m {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rollbit-7qq4od ease-in;
}

.rollbit-tjbf7m 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-t6pybz, .rollbit-ckayvf, [class*="review-card"],
thead, thead th, table th, .rollbit-7rnvbg,
.rollbit-xg1evq, [class*="collapsible-header"],
.rollbit-0u7j4r, [class*="updated-block"] {
  color: #ece7dc !important;
}
