* {
  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;
  }
}

.zula-xn1nwa {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .zula-xn1nwa {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .zula-xn1nwa {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.zula-acwkr5 {
  overflow: hidden;
}

.zula-4uxh5n img {
  background: var(--Neutral-300);
}

.zula-5thxp4 {
  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;
}

.zula-zfzryz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.zula-zfzryz:hover {
  background: var(--button-bg-hover);
}

.zula-8x4zdu {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.zula-8x4zdu:hover {
  background: var(--button-bg-hover);
}

.zula-a1mbkl {
  font-size: 12px;
  line-height: 18px;
}

.zula-8ofyrw {
  font-size: 18px;
  line-height: 26px;
}

.zula-hs96cr {
  width: 100%;
}

.zula-fhrujz {
  padding: 6px 16px;
}

.zula-t5vzyn {
  padding: 10px 16px;
}

.zula-j7qpzf {
  padding: 15px 26px;
}

.zula-k599op {
  flex-shrink: 0;
}

.zula-1re7f8 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.zula-m6gi2j {
  display: none;
}

.zula-tgtym6 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.zula-mfexrt {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.zula-67q93w {
  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;
}

.zula-bkk19n {
  cursor: grab;
}

.zula-67q93w::-webkit-scrollbar {
  display: none;
}

.zula-w7tz2x {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.zula-cfv3n4 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.zula-vbpavf {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.zula-3tk9eh {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.zula-4edav3 {
  visibility: visible;
}

.zula-az9etm {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.zula-imqgec ease;
}

.zula-qah2ry {
  background-color: var(--Primary-200);
  width: 16px;
}

.zula-xk6j71 {
  -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.zula-imqgec,
    mask-image 0.3s;
}

.zula-xk6j71.zula-3ll1h7 {
  -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;
  }
}

.zula-s1f1xl: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;
}

.zula-kiqywu {
  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.zula-6hga6q.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.zula-6hga6q.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;
}

.zula-ozcmp6 {
  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);
}

.zula-ozcmp6::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%
  );
}

.zula-jt5f14 {
  position: relative;
  z-index: 1;
}

.zula-8pgv07 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.zula-6pfxg3 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.zula-hfr2ae {
  font-size: 40px;
  line-height: 48px;
}

.zula-mznle8 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.zula-r709nz {
  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;
}

.zula-r709nz:hover {
  background: var(--Primary-400);
}

.zula-r709nz svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.zula-s1f1xl 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) {
  .zula-ozcmp6 {
    max-width: 600px;
    padding: 64px;
  }

  .zula-8pgv07 {
    font-size: 24px;
    line-height: 32px;
  }

  .zula-6pfxg3 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .zula-hfr2ae {
    font-size: 50px;
    line-height: 56px;
  }

  .zula-mznle8 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .zula-kiqywu {
    top: 25px;
    right: 25px;
  }
}

.zula-av843o,
.zula-vlfsie {
  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;
}

.zula-zcls2j.zula-0j37x7::before,
.zula-vlfsie::before,
.zula-reuzkg::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.zula-6hga6q.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.zula-nef5gy 14.zula-yz1ew8.zula-8qn7su 14.zula-7nwuhv 15.zula-6xkjne 14.zula-dn7lp4 15.zula-zzlzyv 14.zula-227osj.zula-hojpyx 14.zula-198gf1 19.zula-sew8y1 12.zula-bmzxkn 19.zula-sew8y1 10.zula-hv2vsf.zula-sew8y1 8.zula-6zay5s 17.zula-kbttkh 7.zula-2xd12x 15.zula-6ii5sg 7.zula-atlsl8.zula-25b63b 7.zula-2xd12x 11.zula-q23x98 8.zula-6zay5s 11.zula-q23x98 10.zula-jhhjtx.zula-q23x98 12.zula-0rgedi 13.zula-ufk4h7 14.zula-fvtw72 15.zula-n60g3x 14.zula-x8fean.zula-qaenz9 14.zula-0vnwqw 15.zula-cceqkv 14.zula-hbg39k 15.zula-uor9dv 14.zula-p1zfo5.zula-nef5gy 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.zula-flibs1 15.zula-1of9w4.zula-nbrg97 15.zula-s6wqsv 15.zula-wgq6gx 15.zula-s7tul2 15.zula-perx2n 15.zula-8f87pw.zula-32dx2q 15.zula-s7tul2 15.zula-lq48l1 15.zula-le91il 15.zula-dqis4u 15.zula-24tb2n.zula-s8j7tq 15.zula-4vn59p 7.zula-qggwcj 18.zula-nyj25o 7.zula-afz2fz 23.zula-1hgfx7.zula-i9olaz.zula-qlhktv 18.zula-6zc3e8 19.zula-4zj3yn 15.zula-3ro8q2 15.zula-flibs1 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.zula-6nppxp [type="submit"] *,
.zula-w4nc2d button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .zula-nj59u1 {
    display: none;
  }
}

.zula-juhfu4 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .zula-juhfu4 {
  display: none;
}

@media (min-width: 768px) {
  .zula-juhfu4 {
    bottom: 22px;
  }
}

.zula-juhfu4 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .zula-juhfu4 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.zula-jeptwv.static) .zula-juhfu4 {
    bottom: 8px;
  }
}

.zula-7j29uy {
  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.zula-6hga6q.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.zula-9hcby4 3.zula-w52dfh.zula-xv0tcj.zula-rcpaja 3.zula-hz66g6 3.zula-iwsidf 5.zula-iuhht3 3.zula-iwsidf 8.zula-69p1vf.zula-bau1oe.zula-iwsidf 26.zula-ndjtae 5.zula-ltjuy5 28.zula-s3a8f2 8.zula-56potg 28.zula-os5mr6.zula-3er3qo 28.zula-7suu9d.zula-g0mdqk 34.zula-1gqyyq.zula-j02x4z 36.zula-ho5926 11.zula-tkktr8 37.zula-ku3w3m 12.zula-dduy61 36.zula-ihochs.zula-eiqa19 28.zula-rdf9nh.zula-6nae2z.zula-ym4cwu 28.zula-vqschm 36.zula-h5m7oa 26.zula-d4m6e1 36.zula-h5m7oa 23.zula-tagdx2.zula-m0ffbu.zula-h5m7oa 5.zula-zs2nyc 34.zula-vsg7ry 3.zula-hz66g6 31.zula-9hcby4 3.zula-zqxpbt.zula-mr0sja 18.zula-cqzmx7.zula-pl5kxu 18.zula-aox1km 8.zula-e67ib4 17.zula-fanack 8.zula-e67ib4 15.zula-k8xt0m.zula-e67ib4 14.zula-9ead0e 9.zula-pl5kxu 13.zula-4qffi6 11.zula-mr0sja 13.zula-e0v369.zula-amhrib 13.zula-4qffi6 13.zula-tubccq 14.zula-9ead0e 13.zula-tubccq 15.zula-zgdas7.zula-tubccq 17.zula-fanack 12.zula-amhrib 18.zula-aox1km 11.zula-mr0sja 18.zula-qopelv.zula-mdjjnq 18.zula-u8afdh.zula-dkj94y 18.zula-aox1km 17.zula-qj434i 17.zula-fanack 17.zula-qj434i 15.zula-1myqyj.zula-qj434i 14.zula-9ead0e 18.zula-dkj94y 13.zula-4qffi6 20.zula-mdjjnq 13.zula-1o97tp.zula-sftdhy 13.zula-4qffi6 22.zula-2sj442 14.zula-9ead0e 22.zula-2sj442 15.zula-0t1o12.zula-rfoow8 17.zula-fanack 21.zula-sftdhy 18.zula-aox1km 20.zula-mdjjnq 18.zula-ticyrj.zula-68o6th 18.zula-yblk48.zula-31h0kv 18.zula-aox1km 26.zula-249bgf 17.zula-fanack 26.zula-249bgf 15.zula-qh85os.zula-249bgf 14.zula-9ead0e 27.zula-31h0kv 13.zula-4qffi6 28.zula-68o6th 13.zula-qaoce2.zula-m080zx 13.zula-4qffi6 31.zula-0ui6sh 14.zula-9ead0e 31.zula-0ui6sh 15.zula-kgqyyn.zula-249bgf 17.zula-fanack 30.zula-m080zx 18.zula-aox1km 28.zula-68o6th 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"])
    .zula-7j29uy {
    display: none;
  }
}

.zula-ffmndh {
  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) {
  .zula-ffmndh {
    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;
}

.zula-w4nc2d {
  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) {
  .zula-w4nc2d {
    padding: 14px 16px;
  }
}

.zula-w4nc2d button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.zula-w4nc2d button:first-child {
  align-content: end;
}

.zula-w4nc2d button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .zula-w4nc2d
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .zula-w4nc2d
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.zula-w4nc2d button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.zula-w4nc2d button:last-child svg {
  width: 38px;
  height: 38px;
}

.zula-reuzkg {
  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;
}

.zula-reuzkg::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .zula-reuzkg,
.pc61d126-chatbot[data-active-screen="3"]
  .zula-reuzkg {
  opacity: 1;
  visibility: visible;
}

.zula-4z1evp {
  flex: 1 1;
}

.zula-cjqtjo {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .zula-cjqtjo {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .zula-w75yb4 {
  display: block;
}

.zula-nd862e {
  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) {
  .zula-nd862e {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.zula-vlfsie {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.zula-vlfsie::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.zula-acswqu span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.zula-acswqu p {
  color: var(--Text-100);
}

.zula-vlfsie .zula-rptzzs {
  grid-area: button;
}

.zula-vlfsie .zula-rptzzs::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.zula-6hga6q.org/2000/svg'%3E%3Cpath d='M4.zula-sw5m2r 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.zula-wg9s0x 15L16.zula-wg9s0x 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.zula-wg9s0x 5L16.zula-wg9s0x 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .zula-mfqw84 {
  display: block;
}

.zula-b6tpue {
  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) {
  .zula-b6tpue {
    margin-top: 40px;
  }
}

.zula-av843o label,
.zula-av843o input {
  display: block;
  width: 100%;
}

.zula-av843o label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.zula-av843o label.zula-gq8zut input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.zula-av843o label.zula-gq8zut::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;
}

.zula-av843o 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;
}

.zula-av843o input::placeholder {
  color: var(--Text-400);
}

.zula-qbmvor {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .zula-qbmvor {
  display: flex;
}

.zula-qbmvor ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .zula-qbmvor ol {
    height: 420px;
    padding: 24px;
  }
}

.zula-qbmvor ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.zula-6nppxp {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .zula-6nppxp {
    padding: 0 24px 24px;
  }
}

.zula-6nppxp 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;
}

.zula-6nppxp input::placeholder {
  color: var(--Text-400);
}

.zula-6nppxp [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.zula-6nppxp [type="submit"]:disabled {
  opacity: 0.5;
}

.zula-6nppxp [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .zula-6nppxp [type="submit"] {
    right: 40px;
  }
}

.zula-zcls2j {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.zula-zcls2j.zula-0j37x7 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.zula-zcls2j.zula-0j37x7::before {
  content: "";
  width: 31px;
}

.zula-zcls2j.zula-0j37x7 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.zula-zcls2j.zula-pgaza7 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.zula-zcls2j p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.zula-juhfu4 .zula-rptzzs {
  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;
  }
}

.zula-nj59u1 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .zula-nj59u1 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .zula-nj59u1 {
    padding: 18px 0;
  }
}

.zula-nj59u1 .zula-xn1nwa {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .zula-nj59u1 .zula-xn1nwa {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.zula-esvnr1 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .zula-esvnr1 {
    max-width: 160px;
    height: 40px;
  }
}

.zula-esvnr1 picture,
.zula-esvnr1 img {
  display: block;
  width: 100%;
  height: 100%;
}

.zula-esvnr1 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .zula-axtiq0 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.zula-imqgec ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .zula-nj59u1.zula-5cqhii .zula-axtiq0 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .zula-axtiq0 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .zula-axtiq0 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.zula-qqahfm,
.zula-r0nkny {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .zula-qqahfm,
  .zula-r0nkny {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .zula-r0nkny {
    display: none;
  }
}

.zula-2wognq {
  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;
}

.zula-5cqhii .zula-2wognq {
  background: var(--fh-bg-color);
}

.zula-2wognq button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .zula-2wognq {
    display: none;
  }
}

.zula-molk5m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .zula-molk5m {
    display: none;
  }
}

.zula-k0afms {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.zula-nj59u1.zula-5cqhii .zula-k0afms:first-child {
  display: none;
}

.zula-nj59u1.zula-5cqhii .zula-k0afms:last-child {
  display: block;
}

.zula-k0afms:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .zula-k0afms {
    display: none;
  }
}

.zula-tgwkj0 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .zula-tgwkj0 {
    display: flex;
  }
}

.zula-tgwkj0 ul {
  max-height: 350px;
  overflow-y: auto;
}

.zula-tgwkj0:hover ul {
  visibility: visible;
  opacity: 1;
}

.zula-tgwkj0:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.zula-tgwkj0:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.zula-tgwkj0:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.zula-tgwkj0:hover .zula-ptb05n svg {
  transform: rotate(180deg);
}

.zula-xkm569 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.zula-a0v2ph {
  padding: 0 8px;
}

.zula-2qqbnw {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.zula-2qqbnw:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .zula-2qqbnw {
    padding: 4px 8px;
  }
}

.zula-jw1f84 {
  display: flex;
}

.zula-jw1f84 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.zula-ptb05n {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.zula-ptb05n svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.zula-02pd9z {
  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) {
  .zula-02pd9z {
    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;
  }
}

.zula-k6vkaq {
  width: 100%;
}

@media (min-width: 1200px) {
  .zula-k6vkaq {
    display: none;
  }
}

.zula-7jqb54 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.zula-xl7i00 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.zula-xrhc4y {
  display: flex;
}

.zula-dh7fho {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.zula-8xyr41 {
  list-style: none;
}

@media (max-width: 1199px) {
  .zula-8xyr41 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .zula-8xyr41 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .zula-8xyr41 .zula-yfd99p [data-ref-el],
  .zula-8xyr41 .zula-yfd99p span,
  .zula-8xyr41 .zula-yfd99p a {
    white-space: nowrap;
  }
}

.zula-mrofpo {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .zula-mrofpo.zula-7gfd6o > .zula-yfd99p {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .zula-mrofpo.zula-ey8pyd:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .zula-mrofpo.zula-7gfd6o > .zula-yalpmw {
    height: auto;
  }

  .zula-mrofpo.zula-7gfd6o > div > .zula-teoc7b {
    transform: rotate(180deg);
  }
}

.zula-mrofpo [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.zula-mrofpo [data-ref-el],
.zula-mrofpo span {
  cursor: pointer;
}

.zula-mrofpo [data-ref-el],
.zula-mrofpo span,
.zula-mrofpo a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .zula-mrofpo [data-ref-el],
  .zula-mrofpo span,
  .zula-mrofpo a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .zula-mrofpo [data-ref-el],
  .zula-mrofpo span,
  .zula-mrofpo a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.zula-yalpmw {
  height: 0;
  overflow: hidden;
  transition: height 0.zula-imqgec ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.zula-yalpmw::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.zula-yalpmw::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.zula-yalpmw::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .zula-yalpmw {
    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;
  }

  .zula-yalpmw:has(> .zula-mrofpo.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .zula-yalpmw .zula-yalpmw {
    padding: 0;
  }

  .zula-yalpmw .zula-mrofpo {
    font-weight: 400;
  }

  .zula-yalpmw .zula-mrofpo:hover > .zula-yfd99p {
    background: var(--Neutral-300);
  }

  .zula-yalpmw .zula-teoc7b {
    rotate: -90deg;
  }
}

.zula-yfd99p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .zula-yfd99p {
    padding: 8px;
  }

  .zula-mrofpo.zula-0qaqyy > .zula-yfd99p {
    background: var(--Neutral-300);
  }
}

.zula-teoc7b {
  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.zula-6hga6q.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.zula-v5j5nx 0.zula-z7kaiz.zula-kth52k -0.zula-iaqqvy 0.zula-dwvq8s -0.zula-iaqqvy 1.zula-vfmwzt 0.zula-sq6zlk.zula-hvbotn 4.zula-u1r6sc.zula-v5j5nx 0.zula-ml2nu6.zula-v3ov7q -0.zula-iaqqvy 9.zula-olu0m3 -0.zula-iaqqvy 10.zula-0hbisz 0.zula-nrb5fn.zula-4xr8wo 0.zula-kth52k 10.zula-4xr8wo 0.zula-dwvq8s 10.zula-0hbisz 1.zula-8uy74u.zula-iotbhi 5.zula-3ok7ht.zula-9sy533 6.zula-ff9g2y 5.zula-c70o83 6.zula-ff9g2y 4.zula-hynyaw 5.zula-3zfa37.zula-v5j5nx 1.zula-pm938z.zula-iaqqvy 0.zula-dwvq8s -0.zula-iaqqvy 0.zula-kth52k 0.zula-v5j5nx 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.zula-imqgec ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .zula-teoc7b {
    cursor: default;
  }
}

.zula-wemh42 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.zula-zvnh0h {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .zula-zvnh0h {
    padding: 40px 4px;
  }
}

.zula-zsszjz {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .zula-zsszjz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.zula-s635h7 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .zula-s635h7 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.zula-s635h7 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.zula-s635h7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.zula-s635h7 [data-ref-el],
.zula-s635h7 span,
.zula-s635h7 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.zula-88jls3 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .zula-88jls3 {
    margin-bottom: 12px;
  }
}

.zula-2nvph4 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.zula-2nvph4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .zula-2nvph4:last-child {
    margin-right: 0;
  }
}

.zula-whdh2h {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.zula-88jls3:hover .zula-iohoac {
  visibility: visible;
  opacity: 1;
}

.zula-iohoac {
  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);
}

.zula-y3529b {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.zula-xwyet8 {
  display: flex;
  margin: 6px;
}

.zula-xwyet8 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.zula-iohoac::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);
}

.zula-iohoac::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);
}

.zula-d9r5mm {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .zula-d9r5mm {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.zula-0rag7f {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .zula-0rag7f {
    margin-right: 32px;
  }
}

.zula-tf5y4b {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .zula-tf5y4b {
    margin-top: 0;
    width: 340px;
  }
}

.zula-tf5y4b a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.zula-li57wt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.zula-1by7e9 {
  position: relative;
}

@media (min-width: 768px) {
  .zula-1by7e9 {
    margin-top: 40px;
  }
}

.zula-1by7e9 + .zula-0wpni5,
.zula-1by7e9 + .zula-1by7e9 {
  margin-top: 24px;
}

.zula-y4akzf {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .zula-y4akzf {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .zula-y4akzf {
    padding: 80px;
  }
}

.zula-wfd3nx {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .zula-wfd3nx {
    padding: 0 16px;
}


}

.zula-qyxdms {
  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) {
  .zula-qyxdms {
    font-size: 48px;
    line-height: 56px;
  }
}

.zula-lse86u {
  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) {
  .zula-lse86u {
    font-size: 24px;
    line-height: 32px;
  }
}

.zula-vqinlr {
  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;
}

.zula-vqinlr:hover {
  background: var(--button-bg-hover);
}

.zula-yq1m6u {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.zula-yq1m6u img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .zula-yq1m6u img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .zula-yq1m6u img {
  min-height: 100%;
  }
}

.zula-y4akzf::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.zula-xiu55r {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.zula-xiu55r h1,
.zula-xiu55r h2,
.zula-xiu55r h3,
.zula-xiu55r h4 {
  margin-bottom: 6px;
}

.zula-xiu55r h1:not(:first-child),
.zula-xiu55r h2:not(:first-child),
.zula-xiu55r h3:not(:first-child),
.zula-xiu55r h4:not(:first-child) {
  margin-top: 16px;
}

.zula-xiu55r h1,
.zula-xiu55r h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .zula-xiu55r h1,
  .zula-xiu55r h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.zula-xiu55r h2,
.zula-xiu55r h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .zula-xiu55r h2,
  .zula-xiu55r h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.zula-xiu55r h3,
.zula-xiu55r h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .zula-xiu55r h3,
  .zula-xiu55r h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.zula-xiu55r h4,
.zula-xiu55r h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.zula-xiu55r ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.zula-xiu55r ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.zula-xiu55r 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);
}

.zula-xiu55r ul ul {
  margin-bottom: 8px;
}

.zula-xiu55r ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.zula-xiu55r ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.zula-xiu55r ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.zula-xiu55r ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.zula-xiu55r ol li::marker {
  font-weight: 700;
}

.zula-xiu55r ol ol {
  margin-bottom: 8px;
}

.zula-xiu55r ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.zula-xiu55r ol ul li {
  padding-left: 16px;
}

.zula-xiu55r 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) {
  .zula-xiu55r table {
    padding: 24px;
  }
}

.zula-xiu55r table.zula-vevwkr {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.zula-imqgec,
    mask-image 0.3s;
}

.zula-xiu55r table.zula-vevwkr.zula-3ll1h7 {
  -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) {
  .zula-xiu55r table {
    display: table;
  }
}

.zula-xiu55r 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);
}

.zula-xiu55r table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.zula-xiu55r table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.zula-xiu55r 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) {
  .zula-xiu55r table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.zula-xiu55r table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.zula-xiu55r table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.zula-xiu55r table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.zula-xiu55r img {
  max-width: 100%;
  height: auto;
}

.zula-8xzp92 {
  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) {
  .zula-8xzp92 {
    padding: 24px;
  }
}

.zula-at3k2o {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .zula-at3k2o {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.zula-at3k2o > * {
  margin: 0 !important;
}

.zula-at3k2o img,
.zula-dt0cd5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .zula-at3k2o img,
  .zula-dt0cd5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.zula-cf8uxi {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .zula-cf8uxi {
    width: 32px;
    height: 32px;
  }
}

.zula-dk3d9i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.zula-dk3d9i .zula-7pj8z0 {
  flex-shrink: 0;
}

.zula-dk3d9i .zula-jyxh7y svg {
  display: none;
}

.zula-4tne1p {
  display: grid;
  transition: max-height 0.zula-imqgec ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .zula-4tne1p {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .zula-4tne1p {
    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));
  }
}

.zula-4tne1p.zula-5rpufc + .zula-7pj8z0 svg {
  transform: rotate(180deg);
}

.zula-y7m3y8 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.zula-y7m3y8 > div:nth-child(3n) {
  grid-column: span 2;
}

.zula-y7m3y8
  > div:nth-child(3n)
  .zula-lv4608
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .zula-y7m3y8 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .zula-y7m3y8 > div:nth-child(3n) {
    grid-column: unset;
  }

  .zula-y7m3y8
    > div:nth-child(3n)
    .zula-lv4608
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .zula-y7m3y8 {
    max-width: 270px;
  }
}

.zula-y7m3y8 .zula-lv4608 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .zula-y7m3y8 .zula-lv4608 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .zula-y7m3y8 .zula-lv4608 button {
    max-width: 104px;
  }
}

.zula-013tqa {
  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) {
  .zula-013tqa {
    margin-bottom: 0;
  }
}

.zula-vzlnkn {
  display: none;
  opacity: 0;
}

.zula-wvd046 {
  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;
  }
}

.zula-wvd046 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.zula-lv4608 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.zula-lv4608 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .zula-lv4608
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .zula-lv4608
    button {
    max-width: 145px;
  }
}

.zula-wnjbb4:first-child
  .zula-lv4608
  button {
  max-width: 270px;
}

.zula-81t24m {
  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%;
}

.zula-013tqa picture {
  width: 100%;
  max-width: 100%;
}

.zula-8dsm4j {
  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;
}

.zula-8dsm4j svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.zula-013tqa:hover .zula-8dsm4j {
  display: flex;
}

.zula-x3or3j {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.zula-r2pkij {
  display: flex;
}

.zula-r2pkij:hover .zula-yggv02,
.zula-r2pkij .zula-0qaqyy .zula-yggv02 {
  display: flex;
}

.zula-r2pkij svg {
  flex-shrink: 0;
}

.zula-yggv02 {
  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) {
  .zula-yggv02 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.zula-yggv02:hover {
  display: flex;
}

.zula-yggv02 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.zula-a9o3gb {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .zula-a9o3gb {
    font-size: 12px;
  }
}

.zula-j1kecw,
.zula-03sxx6 {
  width: 50%;
  flex-shrink: 0;
}

.zula-j1kecw {
  font-weight: 700;
}

.zula-hvfipr .zula-4tne1p {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .zula-hvfipr .zula-4tne1p {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .zula-hvfipr .zula-4tne1p {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.zula-hvfipr
  .zula-81t24m:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.zula-hvfipr .zula-wvd046 {
  height: 100% !important;
  border-radius: 16px;
}

.zula-hvfipr .zula-lv4608 {
  gap: 4px;
  align-items: center;
}

.zula-hvfipr .zula-lv4608 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zula-hvfipr .zula-lv4608 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.zula-hvfipr .zula-zgml6o,
.zula-hvfipr .zula-24rab4 {
  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.zula-6hga6q.org/2000/svg'%3E%3Cpath d='M9.zula-bmnyp9 4.zula-q1hz5b.zula-4vlgmp 5.zula-k4jdhs.zula-o4qjsd 5.zula-ngb5yl.zula-7lovwk 5.zula-j1m3x1.zula-caefd1 8.zula-dwjilg.zula-dcgxsu 9.zula-ipk5pf.zula-iy8i47 9.zula-raot6c.zula-zg74ed 13.zula-9s3cyl.zula-7nn0me 11.zula-lf33pa.zula-7jnilr 11.zula-ywu9fc.zula-27mzd0 11.zula-zmuoe1.zula-s2v921 13.zula-d18pl1.zula-2r7m4k 9.zula-lqat9z.zula-mb2pan 9.zula-1lpnrs.zula-k3mkkf 8.zula-k26m1m.zula-159k4i 5.zula-q34flb.zula-ucnond 5.zula-0yocyw.zula-4pwzcx 5.zula-4r3dap.zula-mqp4fu 4.zula-ehm2my.zula-7jnilr 1.zula-csaxcz.zula-bmnyp9 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.zula-hvfipr .zula-zgml6o {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.zula-hvfipr .zula-24rab4 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.zula-1xxwvg {
  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) {
  .zula-1xxwvg {
    padding: 24px;
  }
}

.zula-1xxwvg .zula-7pj8z0 {
  display: flex;
}

@media (min-width: 768px) {
  .zula-1xxwvg .zula-7pj8z0 {
    display: none;
  }
}

.zula-1xxwvg .zula-jyxh7y svg {
  display: none;
}

.zula-vw0109 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.zula-vw0109 .zula-5thxp4 {
  display: none;
}

@media (min-width: 768px) {
  .zula-vw0109 .zula-5thxp4 {
    display: flex;
  }
}

.zula-ux0kkg {
  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) {
  .zula-ux0kkg {
    font-size: 40px;
    line-height: 48px;
  }
}

.zula-ux0kkg > * {
  margin: 0 !important;
}

.zula-ux0kkg img,
.zula-dadt5b {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .zula-ux0kkg img,
  .zula-dadt5b {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.zula-kzfw9h {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .zula-kzfw9h {
    width: 32px;
    height: 32px;
  }
}

.zula-ah0ke8 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .zula-ah0ke8 {
    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;
  }

  .zula-ah0ke8::-webkit-scrollbar {
    display: none;
  }
}

.zula-y0i3iy {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .zula-y0i3iy {
    padding: 7px 15px;
  }
}

.zula-y0i3iy:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.zula-mm7az3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .zula-mm7az3 {
    display: flex;
    opacity: 1;
  }
}

.zula-y0i3iy picture {
  height: 100%;
  display: block;
}

.zula-y0i3iy img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .zula-y0i3iy img {
    width: 88px;
    height: 44px;
  }
}

.zula-y0i3iy p {
  text-align: center;
  width: 100%;
}

.zula-kqxdcy {
  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) {
  .zula-kqxdcy {
    font-size: 40px;
    line-height: 48px;
  }
}

.zula-kqxdcy img,
.zula-2ez41b {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .zula-kqxdcy img,
  .zula-2ez41b {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.zula-z5r9ga {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .zula-z5r9ga {
    width: 32px;
    height: 32px;
  }
}

.zula-8b3qrr {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.zula-pjo5j4 {
  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;
}

.zula-r2qahi {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.zula-r2qahi.zula-0qaqyy {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.zula-5ry0vv {
  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) {
  .zula-5ry0vv {
    font-size: 20px;
    line-height: 28px;
  }
}

.zula-fzwou1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.zula-hmxbin {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.zula-imqgec ease;
  opacity: 0;
  color: var(--text-color);
}

.zula-cpq4c6 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.zula-cpq4c6 ol,
.zula-cpq4c6 ul {
  padding-left: 1.3em;
}

.zula-r2qahi.zula-0qaqyy .zula-hmxbin {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.zula-r2qahi.zula-0qaqyy .zula-fzwou1 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.zula-nl94np {
  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) {
  .zula-nl94np {
    padding: 24px;
  }
}

.zula-nl94np .zula-7pj8z0 {
  display: flex;
}

@media (min-width: 768px) {
  .zula-nl94np .zula-7pj8z0 {
    display: none;
  }
}

.zula-nl94np .zula-jyxh7y svg {
  display: none;
}

.zula-5x8i8i {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zula-5x8i8i .zula-5thxp4 {
  display: none;
}

@media (min-width: 768px) {
  .zula-5x8i8i .zula-5thxp4 {
    display: flex;
  }
}

.zula-l0a7i0 {
  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) {
  .zula-l0a7i0 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.zula-l0a7i0 > * {
  margin: 0 !important;
}

.zula-l0a7i0 img,
.zula-dy3433 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .zula-l0a7i0 img,
  .zula-dy3433 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.zula-8d6s0k {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .zula-8d6s0k {
    width: 32px;
    height: 32px;
  }
}

.zula-lxg7wy {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .zula-lxg7wy {
    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;
  }

  .zula-lxg7wy::-webkit-scrollbar {
    display: none;
  }
}

.zula-w9nv39 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.zula-w9nv39:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.zula-jafinv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .zula-jafinv {
    display: flex;
    opacity: 1;
  }
}

.zula-w9nv39 picture {
  width: auto;
  height: 100%;
  display: block;
}

.zula-w9nv39 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.zula-v6bnvd {
  margin: -24px 0;
}

.zula-v6bnvd:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .zula-v6bnvd {
    margin: -16px 0;
  }
}

.zula-5n2q4z {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .zula-5n2q4z {
    flex-direction: row;
  }
}

.zula-b01217 {
  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) {
  .zula-b01217 {
    flex: 1;
  }
}

.zula-b01217::placeholder {
  color: var(--Text-400);
}

.zula-1o0ttm {
  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;
}

.zula-rr7h2j {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.zula-rr7h2j::-webkit-scrollbar {
  display: none;
}

.zula-zplq8r {
  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;
}

.zula-zplq8r img,
.zula-zplq8r svg {
  margin-right: 8px;
}

.zula-bxoprp {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.zula-v6bnvd + .zula-yc53kq {
  margin-top: 0;
}

@media (min-width: 768px) {
  .zula-v6bnvd + .zula-yc53kq {
    margin-top: -16px;
  }
}

.zula-d0xygq {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.zula-d0xygq > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.zula-d0xygq > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.zula-lgbtgu {
  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;
}

.zula-i518wv {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.zula-pwfkvz {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.zula-7ni7bq {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.zula-dtqhd7 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.zula-lgbtgu 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;
}

.zula-lgbtgu 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) {
  .zula-lgbtgu {
    padding: 39px 179px 39px 39px;
  }

  .zula-i518wv {
    font-size: 40px;
    line-height: 48px;
  }

  .zula-dtqhd7 {
    height: 348px;
  }

  .zula-lgbtgu button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .zula-lgbtgu button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .zula-lgbtgu {
    padding: 63px;
  }
}

.zula-dk3rfl {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .zula-dk3rfl {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.zula-qxgaz9 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .zula-qxgaz9 {
    width: auto;
  }
}

.zula-rbz0x9 {
  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;
}

.zula-rbz0x9::-webkit-scrollbar {
  display: none;
}

.zula-rbz0x9 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);
}

.zula-rbz0x9 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .zula-rbz0x9 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.zula-dk3rfl .zula-3d0rs7 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.zula-imqgec,
    mask-image 0.3s;
}

.zula-dk3rfl .zula-3d0rs7.zula-3ll1h7 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.zula-tlelxu {
  margin: 40px -16px;
}

.zula-kdj5ah + .zula-0wpni5,
.zula-kdj5ah + .zula-1by7e9 {
  margin-top: 24px;
}

.zula-3s95u3 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.zula-3s95u3 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.zula-7jp3ao {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .zula-7jp3ao {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .zula-7jp3ao {
    margin-top: 0;
  }
}

.zula-k4ui96 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .zula-k4ui96 {
    font-size: 24px;
    line-height: 32px;
  }
}

.zula-dagajn {
  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) {
  .zula-dagajn {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.zula-hs5n9t {
  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) {
  .zula-hs5n9t {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.zula-q878vw {
  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) {
  .zula-q878vw {
    font-size: 20px;
    line-height: 28px;
  }
}

.zula-f2hkph {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .zula-f2hkph {
    font-size: 32px;
    line-height: 40px;
  }
}

.zula-krme2l {
  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;
}

.zula-zvrytz {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.zula-zvrytz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.zula-yc53kq {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.zula-2ov4ae {
  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) {
  .zula-2ov4ae {
    padding: 15px 48px;
  }
}

main > .zula-yc53kq {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .zula-4tne1p.zula-p40g5e > div:nth-child(n+5) {
    display: none;
  }
}

.zula-xiu55r p a img {
  display: block;
  margin: 0 auto;
}


.zula-v4puq1 {
  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 */
.zula-teg0re {
  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;
}

.zula-teg0re label {
  font-size: 14px;
}

.zula-teg0re h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.zula-teg0re input,
.zula-teg0re textarea,
.zula-teg0re 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;
}
.zula-teg0re button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.zula-zsznd9 ease;
}
.zula-teg0re button:hover {
  background-color: var(--button-bg-hover);
}
.zula-uey53q {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.zula-cgz10n ease-in;
}

.zula-uey53q 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;
}
.zula-p1u5no, .zula-olz641, [class*="review-card"],
thead, thead th, table th, .zula-uxzf3c,
.zula-vuvlxr, [class*="collapsible-header"],
.zula-kat1z7, [class*="updated-block"] {
  color: #ece7dc !important;
}
