* {
  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;
  }
}

.bizzo-o52csl {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bizzo-o52csl {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bizzo-o52csl {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bizzo-bvssia {
  overflow: hidden;
}

.bizzo-uo1rrp img {
  background: var(--Neutral-300);
}

.bizzo-croia4 {
  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;
}

.bizzo-ixl1x9 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bizzo-ixl1x9:hover {
  background: var(--button-bg-hover);
}

.bizzo-43dptm {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bizzo-43dptm:hover {
  background: var(--button-bg-hover);
}

.bizzo-4y3ih0 {
  font-size: 12px;
  line-height: 18px;
}

.bizzo-evkb8a {
  font-size: 18px;
  line-height: 26px;
}

.bizzo-4iznd2 {
  width: 100%;
}

.bizzo-nttyf2 {
  padding: 6px 16px;
}

.bizzo-xh73lo {
  padding: 10px 16px;
}

.bizzo-2fowk0 {
  padding: 15px 26px;
}

.bizzo-6r8vbl {
  flex-shrink: 0;
}

.bizzo-sptpo1 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.bizzo-lb6rn6 {
  display: none;
}

.bizzo-axuwec {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bizzo-37m933 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bizzo-zksqb5 {
  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;
}

.bizzo-g9aw9u {
  cursor: grab;
}

.bizzo-zksqb5::-webkit-scrollbar {
  display: none;
}

.bizzo-kcl8h0 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bizzo-ksc3r3 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bizzo-r9qnzn {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bizzo-dycgbx {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bizzo-9f6tdn {
  visibility: visible;
}

.bizzo-ovyf5o {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bizzo-3fzm80 ease;
}

.bizzo-pvuqqa {
  background-color: var(--Primary-200);
  width: 16px;
}

.bizzo-t883cq {
  -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.bizzo-3fzm80,
    mask-image 0.3s;
}

.bizzo-t883cq.bizzo-uevpr7 {
  -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;
  }
}

.bizzo-r39rcl: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;
}

.bizzo-5vvb4u {
  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.bizzo-ldoadi.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.bizzo-ldoadi.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;
}

.bizzo-71jery {
  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);
}

.bizzo-71jery::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%
  );
}

.bizzo-rzfkkc {
  position: relative;
  z-index: 1;
}

.bizzo-lybgpn {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bizzo-io5qvz {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.bizzo-8n87yl {
  font-size: 40px;
  line-height: 48px;
}

.bizzo-1v2szn {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bizzo-j4zjgf {
  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;
}

.bizzo-j4zjgf:hover {
  background: var(--Primary-400);
}

.bizzo-j4zjgf svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bizzo-r39rcl 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) {
  .bizzo-71jery {
    max-width: 600px;
    padding: 64px;
  }

  .bizzo-lybgpn {
    font-size: 24px;
    line-height: 32px;
  }

  .bizzo-io5qvz {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bizzo-8n87yl {
    font-size: 50px;
    line-height: 56px;
  }

  .bizzo-1v2szn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bizzo-5vvb4u {
    top: 25px;
    right: 25px;
  }
}

.bizzo-zt0hon,
.bizzo-44yhtj {
  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;
}

.bizzo-w19okd.bizzo-crgxqz::before,
.bizzo-44yhtj::before,
.bizzo-kaln68::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.bizzo-ldoadi.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bizzo-5rla0p 14.bizzo-rrtdr8.bizzo-um68bi 14.bizzo-9k9mw8 15.bizzo-a4ztw2 14.bizzo-c6ozq0 15.bizzo-5d0se1 14.bizzo-c6a4oe.bizzo-k1d5u8 14.bizzo-4rrpvi 19.bizzo-zi6pts 12.bizzo-kvoeaf 19.bizzo-zi6pts 10.bizzo-vyvr4n.bizzo-zi6pts 8.bizzo-umwbh1 17.bizzo-a04yry 7.bizzo-01stoe 15.bizzo-57szpu 7.bizzo-x3qtd9.bizzo-b4boo0 7.bizzo-01stoe 11.bizzo-pdwxb3 8.bizzo-umwbh1 11.bizzo-pdwxb3 10.bizzo-l9v2kh.bizzo-pdwxb3 12.bizzo-ssuk6e 13.bizzo-wkqory 14.bizzo-ffiwa5 15.bizzo-cmfeey 14.bizzo-mcgk8h.bizzo-p709ae 14.bizzo-kpcx9f 15.bizzo-ohfmsb 14.bizzo-zf8m0w 15.bizzo-th9wua 14.bizzo-67to6b.bizzo-5rla0p 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bizzo-zq1i8v 15.bizzo-3uc6yy.bizzo-tnsvha 15.bizzo-a60npy 15.bizzo-jr7m7r 15.bizzo-sqqze0 15.bizzo-9ddrnz 15.bizzo-xv0h44.bizzo-tkp0ki 15.bizzo-sqqze0 15.bizzo-vi61ea 15.bizzo-0nry74 15.bizzo-pvtt5g 15.bizzo-dyr5v5.bizzo-dzfhf6 15.bizzo-73cjhe 7.bizzo-gqggx7 18.bizzo-fgz4n5 7.bizzo-02y8j7 23.bizzo-1anfo6.bizzo-ogpr3f.bizzo-47cze5 18.bizzo-0wii9p 19.bizzo-snvoov 15.bizzo-5b9zdk 15.bizzo-zq1i8v 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.bizzo-nv02vt [type="submit"] *,
.bizzo-rie155 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bizzo-k0j695 {
    display: none;
  }
}

.bizzo-rbpn1u {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bizzo-rbpn1u {
  display: none;
}

@media (min-width: 768px) {
  .bizzo-rbpn1u {
    bottom: 22px;
  }
}

.bizzo-rbpn1u input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bizzo-rbpn1u {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bizzo-jzcisx.static) .bizzo-rbpn1u {
    bottom: 8px;
  }
}

.bizzo-65ykbq {
  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.bizzo-ldoadi.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bizzo-4k45zw 3.bizzo-5nwh2s.bizzo-vqgqr7.bizzo-s5en4k 3.bizzo-pzvnpq 3.bizzo-o5q8g5 5.bizzo-v4exoe 3.bizzo-o5q8g5 8.bizzo-bsk0fe.bizzo-0wtnop.bizzo-o5q8g5 26.bizzo-xvjn69 5.bizzo-ga7ez7 28.bizzo-56veor 8.bizzo-purz4a 28.bizzo-0zp3ht.bizzo-jwm5ce 28.bizzo-h034hs.bizzo-atp2di 34.bizzo-1iytlg.bizzo-t2nvue 36.bizzo-xp2whb 11.bizzo-6wij3m 37.bizzo-g7jcpj 12.bizzo-v8hc0b 36.bizzo-kvt7l7.bizzo-tfq4yb 28.bizzo-vm6jn3.bizzo-5kea55.bizzo-apfii5 28.bizzo-3gn7hi 36.bizzo-5xpyp8 26.bizzo-dnljnc 36.bizzo-5xpyp8 23.bizzo-togwbw.bizzo-crffqp.bizzo-5xpyp8 5.bizzo-v1bkhj 34.bizzo-2bkf9q 3.bizzo-pzvnpq 31.bizzo-4k45zw 3.bizzo-yto2ki.bizzo-a5ywa9 18.bizzo-rl4ps8.bizzo-8kkqzq 18.bizzo-6v0u1c 8.bizzo-dsgw6t 17.bizzo-tly5tt 8.bizzo-dsgw6t 15.bizzo-rscfxa.bizzo-dsgw6t 14.bizzo-1ejtpr 9.bizzo-8kkqzq 13.bizzo-62v4au 11.bizzo-a5ywa9 13.bizzo-qx0kk7.bizzo-bavzpp 13.bizzo-62v4au 13.bizzo-i1xqio 14.bizzo-1ejtpr 13.bizzo-i1xqio 15.bizzo-bhisra.bizzo-i1xqio 17.bizzo-tly5tt 12.bizzo-bavzpp 18.bizzo-6v0u1c 11.bizzo-a5ywa9 18.bizzo-gyupmt.bizzo-8wtnrw 18.bizzo-cc5vux.bizzo-tg0qlu 18.bizzo-6v0u1c 17.bizzo-ee6c7h 17.bizzo-tly5tt 17.bizzo-ee6c7h 15.bizzo-k1zjsl.bizzo-ee6c7h 14.bizzo-1ejtpr 18.bizzo-tg0qlu 13.bizzo-62v4au 20.bizzo-8wtnrw 13.bizzo-askrpz.bizzo-o8x0uq 13.bizzo-62v4au 22.bizzo-i7mltq 14.bizzo-1ejtpr 22.bizzo-i7mltq 15.bizzo-2zio7g.bizzo-s7a6c8 17.bizzo-tly5tt 21.bizzo-o8x0uq 18.bizzo-6v0u1c 20.bizzo-8wtnrw 18.bizzo-odcmqj.bizzo-iw3a33 18.bizzo-i09t4r.bizzo-euxb03 18.bizzo-6v0u1c 26.bizzo-n57s72 17.bizzo-tly5tt 26.bizzo-n57s72 15.bizzo-hjjyas.bizzo-n57s72 14.bizzo-1ejtpr 27.bizzo-euxb03 13.bizzo-62v4au 28.bizzo-iw3a33 13.bizzo-e5thyq.bizzo-1kzrlh 13.bizzo-62v4au 31.bizzo-95kgeq 14.bizzo-1ejtpr 31.bizzo-95kgeq 15.bizzo-4yl4g8.bizzo-n57s72 17.bizzo-tly5tt 30.bizzo-1kzrlh 18.bizzo-6v0u1c 28.bizzo-iw3a33 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"])
    .bizzo-65ykbq {
    display: none;
  }
}

.bizzo-9z3jqe {
  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) {
  .bizzo-9z3jqe {
    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;
}

.bizzo-rie155 {
  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) {
  .bizzo-rie155 {
    padding: 14px 16px;
  }
}

.bizzo-rie155 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bizzo-rie155 button:first-child {
  align-content: end;
}

.bizzo-rie155 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bizzo-rie155
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bizzo-rie155
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bizzo-rie155 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bizzo-rie155 button:last-child svg {
  width: 38px;
  height: 38px;
}

.bizzo-kaln68 {
  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;
}

.bizzo-kaln68::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bizzo-kaln68,
.pc61d126-chatbot[data-active-screen="3"]
  .bizzo-kaln68 {
  opacity: 1;
  visibility: visible;
}

.bizzo-nwyhnd {
  flex: 1 1;
}

.bizzo-9waqjl {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bizzo-9waqjl {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bizzo-15oii5 {
  display: block;
}

.bizzo-asg7t7 {
  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) {
  .bizzo-asg7t7 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bizzo-44yhtj {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.bizzo-44yhtj::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bizzo-0a0gaf span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bizzo-0a0gaf p {
  color: var(--Text-100);
}

.bizzo-44yhtj .bizzo-zxlc0q {
  grid-area: button;
}

.bizzo-44yhtj .bizzo-zxlc0q::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.bizzo-ldoadi.org/2000/svg'%3E%3Cpath d='M4.bizzo-9ssi15 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bizzo-5aqnbc 15L16.bizzo-5aqnbc 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bizzo-5aqnbc 5L16.bizzo-5aqnbc 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .bizzo-cfu9sq {
  display: block;
}

.bizzo-ctf4bq {
  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) {
  .bizzo-ctf4bq {
    margin-top: 40px;
  }
}

.bizzo-zt0hon label,
.bizzo-zt0hon input {
  display: block;
  width: 100%;
}

.bizzo-zt0hon label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bizzo-zt0hon label.bizzo-4gclt7 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bizzo-zt0hon label.bizzo-4gclt7::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;
}

.bizzo-zt0hon 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;
}

.bizzo-zt0hon input::placeholder {
  color: var(--Text-400);
}

.bizzo-zwyaox {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bizzo-zwyaox {
  display: flex;
}

.bizzo-zwyaox ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bizzo-zwyaox ol {
    height: 420px;
    padding: 24px;
  }
}

.bizzo-zwyaox ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bizzo-nv02vt {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bizzo-nv02vt {
    padding: 0 24px 24px;
  }
}

.bizzo-nv02vt 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;
}

.bizzo-nv02vt input::placeholder {
  color: var(--Text-400);
}

.bizzo-nv02vt [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bizzo-nv02vt [type="submit"]:disabled {
  opacity: 0.5;
}

.bizzo-nv02vt [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bizzo-nv02vt [type="submit"] {
    right: 40px;
  }
}

.bizzo-w19okd {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bizzo-w19okd.bizzo-crgxqz {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bizzo-w19okd.bizzo-crgxqz::before {
  content: "";
  width: 31px;
}

.bizzo-w19okd.bizzo-crgxqz p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bizzo-w19okd.bizzo-2yj6wx p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bizzo-w19okd p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bizzo-rbpn1u .bizzo-zxlc0q {
  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;
  }
}

.bizzo-k0j695 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bizzo-k0j695 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bizzo-k0j695 {
    padding: 18px 0;
  }
}

.bizzo-k0j695 .bizzo-o52csl {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bizzo-k0j695 .bizzo-o52csl {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bizzo-vfgv3f {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bizzo-vfgv3f {
    max-width: 160px;
    height: 40px;
  }
}

.bizzo-vfgv3f picture,
.bizzo-vfgv3f img {
  display: block;
  width: 100%;
  height: 100%;
}

.bizzo-vfgv3f img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bizzo-mmw17m {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bizzo-3fzm80 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bizzo-k0j695.bizzo-v5h7wi .bizzo-mmw17m {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bizzo-mmw17m {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bizzo-mmw17m {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bizzo-61zwol,
.bizzo-p1u46v {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bizzo-61zwol,
  .bizzo-p1u46v {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bizzo-p1u46v {
    display: none;
  }
}

.bizzo-2jlbpm {
  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;
}

.bizzo-v5h7wi .bizzo-2jlbpm {
  background: var(--fh-bg-color);
}

.bizzo-2jlbpm button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bizzo-2jlbpm {
    display: none;
  }
}

.bizzo-878us4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bizzo-878us4 {
    display: none;
  }
}

.bizzo-1pthat {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.bizzo-k0j695.bizzo-v5h7wi .bizzo-1pthat:first-child {
  display: none;
}

.bizzo-k0j695.bizzo-v5h7wi .bizzo-1pthat:last-child {
  display: block;
}

.bizzo-1pthat:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bizzo-1pthat {
    display: none;
  }
}

.bizzo-7d5w65 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bizzo-7d5w65 {
    display: flex;
  }
}

.bizzo-7d5w65 ul {
  max-height: 350px;
  overflow-y: auto;
}

.bizzo-7d5w65:hover ul {
  visibility: visible;
  opacity: 1;
}

.bizzo-7d5w65:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bizzo-7d5w65:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bizzo-7d5w65:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bizzo-7d5w65:hover .bizzo-xexshh svg {
  transform: rotate(180deg);
}

.bizzo-gsgukn {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bizzo-4gl41d {
  padding: 0 8px;
}

.bizzo-jl7be5 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bizzo-jl7be5:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bizzo-jl7be5 {
    padding: 4px 8px;
  }
}

.bizzo-ufp92s {
  display: flex;
}

.bizzo-ufp92s img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bizzo-xexshh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bizzo-xexshh svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bizzo-ersa66 {
  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) {
  .bizzo-ersa66 {
    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;
  }
}

.bizzo-yfi49s {
  width: 100%;
}

@media (min-width: 1200px) {
  .bizzo-yfi49s {
    display: none;
  }
}

.bizzo-e1xlja {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bizzo-o2oy47 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bizzo-064obg {
  display: flex;
}

.bizzo-6da922 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bizzo-5jc5p3 {
  list-style: none;
}

@media (max-width: 1199px) {
  .bizzo-5jc5p3 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bizzo-5jc5p3 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bizzo-5jc5p3 .bizzo-cfgaqk [data-ref-el],
  .bizzo-5jc5p3 .bizzo-cfgaqk span,
  .bizzo-5jc5p3 .bizzo-cfgaqk a {
    white-space: nowrap;
  }
}

.bizzo-ej64pi {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bizzo-ej64pi.bizzo-xaidmf > .bizzo-cfgaqk {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bizzo-ej64pi.bizzo-bvnyy3:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bizzo-ej64pi.bizzo-xaidmf > .bizzo-nr89w8 {
    height: auto;
  }

  .bizzo-ej64pi.bizzo-xaidmf > div > .bizzo-wavnlp {
    transform: rotate(180deg);
  }
}

.bizzo-ej64pi [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bizzo-ej64pi [data-ref-el],
.bizzo-ej64pi span {
  cursor: pointer;
}

.bizzo-ej64pi [data-ref-el],
.bizzo-ej64pi span,
.bizzo-ej64pi a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .bizzo-ej64pi [data-ref-el],
  .bizzo-ej64pi span,
  .bizzo-ej64pi a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bizzo-ej64pi [data-ref-el],
  .bizzo-ej64pi span,
  .bizzo-ej64pi a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bizzo-nr89w8 {
  height: 0;
  overflow: hidden;
  transition: height 0.bizzo-3fzm80 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bizzo-nr89w8::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bizzo-nr89w8::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bizzo-nr89w8::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bizzo-nr89w8 {
    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;
  }

  .bizzo-nr89w8:has(> .bizzo-ej64pi.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bizzo-nr89w8 .bizzo-nr89w8 {
    padding: 0;
  }

  .bizzo-nr89w8 .bizzo-ej64pi {
    font-weight: 400;
  }

  .bizzo-nr89w8 .bizzo-ej64pi:hover > .bizzo-cfgaqk {
    background: var(--Neutral-300);
  }

  .bizzo-nr89w8 .bizzo-wavnlp {
    rotate: -90deg;
  }
}

.bizzo-cfgaqk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bizzo-cfgaqk {
    padding: 8px;
  }

  .bizzo-ej64pi.bizzo-3v22fs > .bizzo-cfgaqk {
    background: var(--Neutral-300);
  }
}

.bizzo-wavnlp {
  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.bizzo-ldoadi.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bizzo-nnm1q9 0.bizzo-ci7zob.bizzo-glbptx -0.bizzo-0e7bsr 0.bizzo-pt81f7 -0.bizzo-0e7bsr 1.bizzo-6uxhul 0.bizzo-vnwk3z.bizzo-cqty2o 4.bizzo-kfk9fy.bizzo-nnm1q9 0.bizzo-o52t4l.bizzo-jcla60 -0.bizzo-0e7bsr 9.bizzo-l8nsgu -0.bizzo-0e7bsr 10.bizzo-tow1zk 0.bizzo-m7a5aw.bizzo-vsoypf 0.bizzo-glbptx 10.bizzo-vsoypf 0.bizzo-pt81f7 10.bizzo-tow1zk 1.bizzo-rt8wuz.bizzo-lcxsji 5.bizzo-8vjhkg.bizzo-2j6i86 6.bizzo-mgrjj8 5.bizzo-yrxcve 6.bizzo-mgrjj8 4.bizzo-du4jj7 5.bizzo-iq0y20.bizzo-nnm1q9 1.bizzo-w1dr4u.bizzo-0e7bsr 0.bizzo-pt81f7 -0.bizzo-0e7bsr 0.bizzo-glbptx 0.bizzo-nnm1q9 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bizzo-3fzm80 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bizzo-wavnlp {
    cursor: default;
  }
}

.bizzo-omv1c2 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bizzo-wp6q9z {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .bizzo-wp6q9z {
    padding: 40px 4px;
  }
}

.bizzo-yreilc {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bizzo-yreilc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bizzo-jaep5j {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bizzo-jaep5j {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bizzo-jaep5j ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bizzo-jaep5j [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bizzo-jaep5j [data-ref-el],
.bizzo-jaep5j span,
.bizzo-jaep5j a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bizzo-theeme {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bizzo-theeme {
    margin-bottom: 12px;
  }
}

.bizzo-44q9u7 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bizzo-44q9u7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bizzo-44q9u7:last-child {
    margin-right: 0;
  }
}

.bizzo-9tggrk {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bizzo-theeme:hover .bizzo-sd17sc {
  visibility: visible;
  opacity: 1;
}

.bizzo-sd17sc {
  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);
}

.bizzo-lolon9 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bizzo-2d6id3 {
  display: flex;
  margin: 6px;
}

.bizzo-2d6id3 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bizzo-sd17sc::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);
}

.bizzo-sd17sc::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);
}

.bizzo-3addic {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bizzo-3addic {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bizzo-gxgygl {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bizzo-gxgygl {
    margin-right: 32px;
  }
}

.bizzo-nk1krl {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bizzo-nk1krl {
    margin-top: 0;
    width: 340px;
  }
}

.bizzo-nk1krl a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bizzo-38i2tf {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bizzo-m1qdjq {
  position: relative;
}

@media (min-width: 768px) {
  .bizzo-m1qdjq {
    margin-top: 40px;
  }
}

.bizzo-m1qdjq + .bizzo-6nrqie,
.bizzo-m1qdjq + .bizzo-m1qdjq {
  margin-top: 24px;
}

.bizzo-joy9y2 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bizzo-joy9y2 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bizzo-joy9y2 {
    padding: 80px;
  }
}

.bizzo-bg0lfk {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bizzo-bg0lfk {
    padding: 0 16px;
}


}

.bizzo-7t4d4v {
  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) {
  .bizzo-7t4d4v {
    font-size: 48px;
    line-height: 56px;
  }
}

.bizzo-4flgw4 {
  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) {
  .bizzo-4flgw4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.bizzo-3uw49g {
  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;
}

.bizzo-3uw49g:hover {
  background: var(--button-bg-hover);
}

.bizzo-3pfbn1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bizzo-3pfbn1 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bizzo-3pfbn1 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bizzo-3pfbn1 img {
  min-height: 100%;
  }
}

.bizzo-joy9y2::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bizzo-d0vfyp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bizzo-d0vfyp h1,
.bizzo-d0vfyp h2,
.bizzo-d0vfyp h3,
.bizzo-d0vfyp h4 {
  margin-bottom: 6px;
}

.bizzo-d0vfyp h1:not(:first-child),
.bizzo-d0vfyp h2:not(:first-child),
.bizzo-d0vfyp h3:not(:first-child),
.bizzo-d0vfyp h4:not(:first-child) {
  margin-top: 16px;
}

.bizzo-d0vfyp h1,
.bizzo-d0vfyp h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bizzo-d0vfyp h1,
  .bizzo-d0vfyp h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bizzo-d0vfyp h2,
.bizzo-d0vfyp h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bizzo-d0vfyp h2,
  .bizzo-d0vfyp h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bizzo-d0vfyp h3,
.bizzo-d0vfyp h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bizzo-d0vfyp h3,
  .bizzo-d0vfyp h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bizzo-d0vfyp h4,
.bizzo-d0vfyp h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bizzo-d0vfyp ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bizzo-d0vfyp ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bizzo-d0vfyp 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);
}

.bizzo-d0vfyp ul ul {
  margin-bottom: 8px;
}

.bizzo-d0vfyp ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bizzo-d0vfyp ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bizzo-d0vfyp ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bizzo-d0vfyp ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bizzo-d0vfyp ol li::marker {
  font-weight: 700;
}

.bizzo-d0vfyp ol ol {
  margin-bottom: 8px;
}

.bizzo-d0vfyp ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bizzo-d0vfyp ol ul li {
  padding-left: 16px;
}

.bizzo-d0vfyp 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) {
  .bizzo-d0vfyp table {
    padding: 24px;
  }
}

.bizzo-d0vfyp table.bizzo-mmh1o0 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bizzo-3fzm80,
    mask-image 0.3s;
}

.bizzo-d0vfyp table.bizzo-mmh1o0.bizzo-uevpr7 {
  -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) {
  .bizzo-d0vfyp table {
    display: table;
  }
}

.bizzo-d0vfyp 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);
}

.bizzo-d0vfyp table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bizzo-d0vfyp table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bizzo-d0vfyp 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) {
  .bizzo-d0vfyp table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bizzo-d0vfyp table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bizzo-d0vfyp table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bizzo-d0vfyp table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bizzo-d0vfyp img {
  max-width: 100%;
  height: auto;
}

.bizzo-fa32p1 {
  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) {
  .bizzo-fa32p1 {
    padding: 24px;
  }
}

.bizzo-84dly5 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .bizzo-84dly5 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bizzo-84dly5 > * {
  margin: 0 !important;
}

.bizzo-84dly5 img,
.bizzo-6xo2gf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bizzo-84dly5 img,
  .bizzo-6xo2gf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bizzo-xbm6es {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bizzo-xbm6es {
    width: 32px;
    height: 32px;
  }
}

.bizzo-k6w1md {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bizzo-k6w1md .bizzo-85nbe8 {
  flex-shrink: 0;
}

.bizzo-k6w1md .bizzo-grczvs svg {
  display: none;
}

.bizzo-wtj4i2 {
  display: grid;
  transition: max-height 0.bizzo-3fzm80 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bizzo-wtj4i2 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bizzo-wtj4i2 {
    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));
  }
}

.bizzo-wtj4i2.bizzo-byqldu + .bizzo-85nbe8 svg {
  transform: rotate(180deg);
}

.bizzo-uenzas {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bizzo-uenzas > div:nth-child(3n) {
  grid-column: span 2;
}

.bizzo-uenzas
  > div:nth-child(3n)
  .bizzo-2zqkw6
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bizzo-uenzas {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bizzo-uenzas > div:nth-child(3n) {
    grid-column: unset;
  }

  .bizzo-uenzas
    > div:nth-child(3n)
    .bizzo-2zqkw6
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bizzo-uenzas {
    max-width: 270px;
  }
}

.bizzo-uenzas .bizzo-2zqkw6 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bizzo-uenzas .bizzo-2zqkw6 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bizzo-uenzas .bizzo-2zqkw6 button {
    max-width: 104px;
  }
}

.bizzo-c72lsx {
  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) {
  .bizzo-c72lsx {
    margin-bottom: 0;
  }
}

.bizzo-fa6mzv {
  display: none;
  opacity: 0;
}

.bizzo-zw703r {
  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;
  }
}

.bizzo-zw703r img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bizzo-2zqkw6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bizzo-2zqkw6 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bizzo-2zqkw6
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bizzo-2zqkw6
    button {
    max-width: 145px;
  }
}

.bizzo-be44ut:first-child
  .bizzo-2zqkw6
  button {
  max-width: 270px;
}

.bizzo-zh7ix0 {
  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%;
}

.bizzo-c72lsx picture {
  width: 100%;
  max-width: 100%;
}

.bizzo-weoo5m {
  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;
}

.bizzo-weoo5m svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bizzo-c72lsx:hover .bizzo-weoo5m {
  display: flex;
}

.bizzo-66q46j {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bizzo-ve1uyh {
  display: flex;
}

.bizzo-ve1uyh:hover .bizzo-ycesp4,
.bizzo-ve1uyh .bizzo-3v22fs .bizzo-ycesp4 {
  display: flex;
}

.bizzo-ve1uyh svg {
  flex-shrink: 0;
}

.bizzo-ycesp4 {
  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) {
  .bizzo-ycesp4 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bizzo-ycesp4:hover {
  display: flex;
}

.bizzo-ycesp4 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bizzo-itd1nm {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .bizzo-itd1nm {
    font-size: 12px;
  }
}

.bizzo-jvy1bc,
.bizzo-q4cqvp {
  width: 50%;
  flex-shrink: 0;
}

.bizzo-jvy1bc {
  font-weight: 700;
}

.bizzo-vwm4xh .bizzo-wtj4i2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bizzo-vwm4xh .bizzo-wtj4i2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bizzo-vwm4xh .bizzo-wtj4i2 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bizzo-vwm4xh
  .bizzo-zh7ix0:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bizzo-vwm4xh .bizzo-zw703r {
  height: 100% !important;
  border-radius: 16px;
}

.bizzo-vwm4xh .bizzo-2zqkw6 {
  gap: 4px;
  align-items: center;
}

.bizzo-vwm4xh .bizzo-2zqkw6 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bizzo-vwm4xh .bizzo-2zqkw6 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bizzo-vwm4xh .bizzo-8753w5,
.bizzo-vwm4xh .bizzo-m4935q {
  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.bizzo-ldoadi.org/2000/svg'%3E%3Cpath d='M9.bizzo-v8ig85 4.bizzo-fe031b.bizzo-xeidtg 5.bizzo-r0rkrf.bizzo-5nkcm9 5.bizzo-9duhtn.bizzo-m89ud2 5.bizzo-qljo4e.bizzo-n7kcn1 8.bizzo-5khcwe.bizzo-81rjpd 9.bizzo-itbp6p.bizzo-ggjba9 9.bizzo-r2zllu.bizzo-98p4wl 13.bizzo-o8sxfq.bizzo-7cvwym 11.bizzo-g65f4n.bizzo-6v31v2 11.bizzo-x2d9bs.bizzo-5bt668 11.bizzo-pjm4bm.bizzo-es5j24 13.bizzo-tg92m0.bizzo-ild29u 9.bizzo-25vzq0.bizzo-8za9p2 9.bizzo-omfjg3.bizzo-l4l5dl 8.bizzo-34r0ui.bizzo-15q43i 5.bizzo-1dq6pf.bizzo-ysw8dv 5.bizzo-39gbo1.bizzo-6yk17i 5.bizzo-9xges1.bizzo-lpi6xm 4.bizzo-jr58yq.bizzo-6v31v2 1.bizzo-aj40mp.bizzo-v8ig85 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bizzo-vwm4xh .bizzo-8753w5 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bizzo-vwm4xh .bizzo-m4935q {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bizzo-3w2liq {
  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) {
  .bizzo-3w2liq {
    padding: 24px;
  }
}

.bizzo-3w2liq .bizzo-85nbe8 {
  display: flex;
}

@media (min-width: 768px) {
  .bizzo-3w2liq .bizzo-85nbe8 {
    display: none;
  }
}

.bizzo-3w2liq .bizzo-grczvs svg {
  display: none;
}

.bizzo-ribxb5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bizzo-ribxb5 .bizzo-croia4 {
  display: none;
}

@media (min-width: 768px) {
  .bizzo-ribxb5 .bizzo-croia4 {
    display: flex;
  }
}

.bizzo-klmyxj {
  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) {
  .bizzo-klmyxj {
    font-size: 40px;
    line-height: 48px;
  }
}

.bizzo-klmyxj > * {
  margin: 0 !important;
}

.bizzo-klmyxj img,
.bizzo-bapspk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bizzo-klmyxj img,
  .bizzo-bapspk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bizzo-o842a0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bizzo-o842a0 {
    width: 32px;
    height: 32px;
  }
}

.bizzo-j91ax7 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bizzo-j91ax7 {
    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;
  }

  .bizzo-j91ax7::-webkit-scrollbar {
    display: none;
  }
}

.bizzo-hq55gn {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bizzo-hq55gn {
    padding: 7px 15px;
  }
}

.bizzo-hq55gn:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bizzo-3qz0h7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bizzo-3qz0h7 {
    display: flex;
    opacity: 1;
  }
}

.bizzo-hq55gn picture {
  height: 100%;
  display: block;
}

.bizzo-hq55gn img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bizzo-hq55gn img {
    width: 88px;
    height: 44px;
  }
}

.bizzo-hq55gn p {
  text-align: center;
  width: 100%;
}

.bizzo-hvtj52 {
  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) {
  .bizzo-hvtj52 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bizzo-hvtj52 img,
.bizzo-nzhfxv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bizzo-hvtj52 img,
  .bizzo-nzhfxv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bizzo-e4odih {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bizzo-e4odih {
    width: 32px;
    height: 32px;
  }
}

.bizzo-hpgzcm {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bizzo-ubfh4a {
  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;
}

.bizzo-dnwmjz {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bizzo-dnwmjz.bizzo-3v22fs {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bizzo-hp9l6c {
  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) {
  .bizzo-hp9l6c {
    font-size: 20px;
    line-height: 28px;
  }
}

.bizzo-g3mvbp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bizzo-omeglq {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bizzo-3fzm80 ease;
  opacity: 0;
  color: var(--text-color);
}

.bizzo-yx72pi {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bizzo-yx72pi ol,
.bizzo-yx72pi ul {
  padding-left: 1.3em;
}

.bizzo-dnwmjz.bizzo-3v22fs .bizzo-omeglq {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bizzo-dnwmjz.bizzo-3v22fs .bizzo-g3mvbp {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bizzo-hg0rvj {
  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) {
  .bizzo-hg0rvj {
    padding: 24px;
  }
}

.bizzo-hg0rvj .bizzo-85nbe8 {
  display: flex;
}

@media (min-width: 768px) {
  .bizzo-hg0rvj .bizzo-85nbe8 {
    display: none;
  }
}

.bizzo-hg0rvj .bizzo-grczvs svg {
  display: none;
}

.bizzo-db8qsp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bizzo-db8qsp .bizzo-croia4 {
  display: none;
}

@media (min-width: 768px) {
  .bizzo-db8qsp .bizzo-croia4 {
    display: flex;
  }
}

.bizzo-yxz8le {
  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) {
  .bizzo-yxz8le {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bizzo-yxz8le > * {
  margin: 0 !important;
}

.bizzo-yxz8le img,
.bizzo-hlgv4p {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bizzo-yxz8le img,
  .bizzo-hlgv4p {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bizzo-or6chz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bizzo-or6chz {
    width: 32px;
    height: 32px;
  }
}

.bizzo-y9vxuu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bizzo-y9vxuu {
    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;
  }

  .bizzo-y9vxuu::-webkit-scrollbar {
    display: none;
  }
}

.bizzo-f7qvw6 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bizzo-f7qvw6:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bizzo-16rj89 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bizzo-16rj89 {
    display: flex;
    opacity: 1;
  }
}

.bizzo-f7qvw6 picture {
  width: auto;
  height: 100%;
  display: block;
}

.bizzo-f7qvw6 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bizzo-bd9uhk {
  margin: -24px 0;
}

.bizzo-bd9uhk:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bizzo-bd9uhk {
    margin: -16px 0;
  }
}

.bizzo-hg83bm {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bizzo-hg83bm {
    flex-direction: row;
  }
}

.bizzo-yvd569 {
  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) {
  .bizzo-yvd569 {
    flex: 1;
  }
}

.bizzo-yvd569::placeholder {
  color: var(--Text-400);
}

.bizzo-bi8p2u {
  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;
}

.bizzo-9tjbr3 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bizzo-9tjbr3::-webkit-scrollbar {
  display: none;
}

.bizzo-eoof2x {
  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;
}

.bizzo-eoof2x img,
.bizzo-eoof2x svg {
  margin-right: 8px;
}

.bizzo-jszd41 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bizzo-bd9uhk + .bizzo-voox6q {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bizzo-bd9uhk + .bizzo-voox6q {
    margin-top: -16px;
  }
}

.bizzo-r0e03r {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bizzo-r0e03r > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bizzo-r0e03r > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bizzo-adth3z {
  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;
}

.bizzo-iep5f4 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.bizzo-72y197 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bizzo-4mtdco {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bizzo-j72swa {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bizzo-adth3z 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;
}

.bizzo-adth3z 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) {
  .bizzo-adth3z {
    padding: 39px 179px 39px 39px;
  }

  .bizzo-iep5f4 {
    font-size: 40px;
    line-height: 48px;
  }

  .bizzo-j72swa {
    height: 348px;
  }

  .bizzo-adth3z button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bizzo-adth3z button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bizzo-adth3z {
    padding: 63px;
  }
}

.bizzo-w8pcdx {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bizzo-w8pcdx {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bizzo-m774cr {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bizzo-m774cr {
    width: auto;
  }
}

.bizzo-kh0ok3 {
  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;
}

.bizzo-kh0ok3::-webkit-scrollbar {
  display: none;
}

.bizzo-kh0ok3 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);
}

.bizzo-kh0ok3 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bizzo-kh0ok3 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bizzo-w8pcdx .bizzo-ppsqmc {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bizzo-3fzm80,
    mask-image 0.3s;
}

.bizzo-w8pcdx .bizzo-ppsqmc.bizzo-uevpr7 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bizzo-aw6ojv {
  margin: 40px -16px;
}

.bizzo-m0ppm3 + .bizzo-6nrqie,
.bizzo-m0ppm3 + .bizzo-m1qdjq {
  margin-top: 24px;
}

.bizzo-wpebha {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bizzo-wpebha picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bizzo-e30443 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bizzo-e30443 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bizzo-e30443 {
    margin-top: 0;
  }
}

.bizzo-tpypve {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bizzo-tpypve {
    font-size: 24px;
    line-height: 32px;
  }
}

.bizzo-0j3h1z {
  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) {
  .bizzo-0j3h1z {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bizzo-scqu2l {
  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) {
  .bizzo-scqu2l {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bizzo-6sd7zs {
  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) {
  .bizzo-6sd7zs {
    font-size: 20px;
    line-height: 28px;
  }
}

.bizzo-a2yfw5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bizzo-a2yfw5 {
    font-size: 32px;
    line-height: 40px;
  }
}

.bizzo-1frgym {
  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;
}

.bizzo-zu0akx {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bizzo-zu0akx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bizzo-voox6q {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bizzo-1jc737 {
  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) {
  .bizzo-1jc737 {
    padding: 15px 48px;
  }
}

main > .bizzo-voox6q {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bizzo-wtj4i2.bizzo-96kwqe > div:nth-child(n+5) {
    display: none;
  }
}

.bizzo-d0vfyp p a img {
  display: block;
  margin: 0 auto;
}


.bizzo-einlcr {
  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 */
.bizzo-ecbf58 {
  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;
}

.bizzo-ecbf58 label {
  font-size: 14px;
}

.bizzo-ecbf58 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bizzo-ecbf58 input,
.bizzo-ecbf58 textarea,
.bizzo-ecbf58 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;
}
.bizzo-ecbf58 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bizzo-lytlnc ease;
}
.bizzo-ecbf58 button:hover {
  background-color: var(--button-bg-hover);
}
.bizzo-m6jobr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bizzo-yn33dj ease-in;
}

.bizzo-m6jobr 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;
}
.bizzo-ak64qc, .bizzo-6rc9ep, [class*="review-card"],
thead, thead th, table th, .bizzo-n2mlbq,
.bizzo-4da9m7, [class*="collapsible-header"],
.bizzo-t96pr8, [class*="updated-block"] {
  color: #ece7dc !important;
}
