* {
  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;
  }
}

.jeetcity-tn036u {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .jeetcity-tn036u {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .jeetcity-tn036u {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.jeetcity-pcan3a {
  overflow: hidden;
}

.jeetcity-8w376j img {
  background: var(--Neutral-300);
}

.jeetcity-6mklsz {
  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;
}

.jeetcity-lob24h {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.jeetcity-lob24h:hover {
  background: var(--button-bg-hover);
}

.jeetcity-c9g22j {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.jeetcity-c9g22j:hover {
  background: var(--button-bg-hover);
}

.jeetcity-875n1i {
  font-size: 12px;
  line-height: 18px;
}

.jeetcity-2xerel {
  font-size: 18px;
  line-height: 26px;
}

.jeetcity-02ymka {
  width: 100%;
}

.jeetcity-t03rtz {
  padding: 6px 16px;
}

.jeetcity-9wxnlu {
  padding: 10px 16px;
}

.jeetcity-b2huar {
  padding: 15px 26px;
}

.jeetcity-poi0x1 {
  flex-shrink: 0;
}

.jeetcity-a4s0ad {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.jeetcity-vifz2b {
  display: none;
}

.jeetcity-3k3c0g {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.jeetcity-cm70i2 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.jeetcity-1cyzfv {
  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;
}

.jeetcity-jmeeqi {
  cursor: grab;
}

.jeetcity-1cyzfv::-webkit-scrollbar {
  display: none;
}

.jeetcity-wh487l {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.jeetcity-3uiukq {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.jeetcity-qohk80 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.jeetcity-2qt5dh {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.jeetcity-a219za {
  visibility: visible;
}

.jeetcity-7izb6c {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.jeetcity-t44l84 ease;
}

.jeetcity-0xv83o {
  background-color: var(--Primary-200);
  width: 16px;
}

.jeetcity-quol4c {
  -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.jeetcity-t44l84,
    mask-image 0.3s;
}

.jeetcity-quol4c.jeetcity-x7fs9s {
  -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;
  }
}

.jeetcity-w2rnp7: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;
}

.jeetcity-b27nj7 {
  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.jeetcity-pxfh79.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.jeetcity-pxfh79.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;
}

.jeetcity-btgqpo {
  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);
}

.jeetcity-btgqpo::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%
  );
}

.jeetcity-esxzic {
  position: relative;
  z-index: 1;
}

.jeetcity-22ze8t {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.jeetcity-dq32mf {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.jeetcity-3xm2w3 {
  font-size: 40px;
  line-height: 48px;
}

.jeetcity-omut3x {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.jeetcity-3gwlig {
  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;
}

.jeetcity-3gwlig:hover {
  background: var(--Primary-400);
}

.jeetcity-3gwlig svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.jeetcity-w2rnp7 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) {
  .jeetcity-btgqpo {
    max-width: 600px;
    padding: 64px;
  }

  .jeetcity-22ze8t {
    font-size: 24px;
    line-height: 32px;
  }

  .jeetcity-dq32mf {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .jeetcity-3xm2w3 {
    font-size: 50px;
    line-height: 56px;
  }

  .jeetcity-omut3x {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .jeetcity-b27nj7 {
    top: 25px;
    right: 25px;
  }
}

.jeetcity-r8re3j,
.jeetcity-84pp8s {
  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;
}

.jeetcity-zk4ee7.jeetcity-5dg6jq::before,
.jeetcity-84pp8s::before,
.jeetcity-f5mmhy::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.jeetcity-pxfh79.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.jeetcity-v3pzkv 14.jeetcity-6hwqih.jeetcity-xz2tt6 14.jeetcity-obr37a 15.jeetcity-d5tgle 14.jeetcity-52gvop 15.jeetcity-etrc0v 14.jeetcity-ib917h.jeetcity-g2ohzr 14.jeetcity-lwm5tq 19.jeetcity-3m55tl 12.jeetcity-yc1e1m 19.jeetcity-3m55tl 10.jeetcity-1xugvd.jeetcity-3m55tl 8.jeetcity-x7t35v 17.jeetcity-yx82m0 7.jeetcity-fu0uxm 15.jeetcity-5u3i8v 7.jeetcity-1h70tl.jeetcity-o43qmz 7.jeetcity-fu0uxm 11.jeetcity-i8p6qp 8.jeetcity-x7t35v 11.jeetcity-i8p6qp 10.jeetcity-0xjq2m.jeetcity-i8p6qp 12.jeetcity-lxxdoh 13.jeetcity-73kfav 14.jeetcity-7fxh5t 15.jeetcity-7r19b8 14.jeetcity-g8wxoa.jeetcity-m9wwy9 14.jeetcity-zg7mhl 15.jeetcity-503m1u 14.jeetcity-t3qn1n 15.jeetcity-2d8ftd 14.jeetcity-5xtnjj.jeetcity-v3pzkv 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.jeetcity-754t9k 15.jeetcity-tukkw3.jeetcity-oozsbp 15.jeetcity-pwa2aj 15.jeetcity-wq5i4z 15.jeetcity-3lio6o 15.jeetcity-ir4d0d 15.jeetcity-k0zb97.jeetcity-qsijef 15.jeetcity-3lio6o 15.jeetcity-se0r40 15.jeetcity-8cl3u2 15.jeetcity-e25cd5 15.jeetcity-thf2eu.jeetcity-54ggqs 15.jeetcity-ru17n2 7.jeetcity-l6i51u 18.jeetcity-mbk57x 7.jeetcity-fyegpp 23.jeetcity-pzyvlm.jeetcity-sddm6e.jeetcity-39crf4 18.jeetcity-2nf3mx 19.jeetcity-bzpsij 15.jeetcity-8soqls 15.jeetcity-754t9k 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.jeetcity-eh5bsc [type="submit"] *,
.jeetcity-xjt7u2 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .jeetcity-ejy4wh {
    display: none;
  }
}

.jeetcity-398jak {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .jeetcity-398jak {
  display: none;
}

@media (min-width: 768px) {
  .jeetcity-398jak {
    bottom: 22px;
  }
}

.jeetcity-398jak input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .jeetcity-398jak {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.jeetcity-nvq2cg.static) .jeetcity-398jak {
    bottom: 8px;
  }
}

.jeetcity-ruhvve {
  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.jeetcity-pxfh79.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.jeetcity-hxw64t 3.jeetcity-bjqh2q.jeetcity-iv4ame.jeetcity-wiirmg 3.jeetcity-7oi3n1 3.jeetcity-nqijaq 5.jeetcity-kydaqi 3.jeetcity-nqijaq 8.jeetcity-8pvt4v.jeetcity-e9ywkh.jeetcity-nqijaq 26.jeetcity-svhhip 5.jeetcity-leycyp 28.jeetcity-yy2mhv 8.jeetcity-vz3aaa 28.jeetcity-l7ux2b.jeetcity-m5hahb 28.jeetcity-vt8gek.jeetcity-1cqeiz 34.jeetcity-r9w137.jeetcity-qdsv1j 36.jeetcity-bb1g7q 11.jeetcity-254tbs 37.jeetcity-bf1w9b 12.jeetcity-in7yww 36.jeetcity-l8ecsn.jeetcity-qzhne2 28.jeetcity-lkmmcv.jeetcity-4d5j5s.jeetcity-93fgrn 28.jeetcity-gbizu8 36.jeetcity-gjupfc 26.jeetcity-xhou6f 36.jeetcity-gjupfc 23.jeetcity-jf25nd.jeetcity-ve5xjf.jeetcity-gjupfc 5.jeetcity-mru9kq 34.jeetcity-8vprl7 3.jeetcity-7oi3n1 31.jeetcity-hxw64t 3.jeetcity-aeu12l.jeetcity-4lazwc 18.jeetcity-ythql7.jeetcity-asbxk1 18.jeetcity-ror9os 8.jeetcity-wy12bv 17.jeetcity-oz1val 8.jeetcity-wy12bv 15.jeetcity-k3s9cd.jeetcity-wy12bv 14.jeetcity-vfl31o 9.jeetcity-asbxk1 13.jeetcity-9euoxb 11.jeetcity-4lazwc 13.jeetcity-dbaici.jeetcity-knnx5a 13.jeetcity-9euoxb 13.jeetcity-5z11oz 14.jeetcity-vfl31o 13.jeetcity-5z11oz 15.jeetcity-p3jpck.jeetcity-5z11oz 17.jeetcity-oz1val 12.jeetcity-knnx5a 18.jeetcity-ror9os 11.jeetcity-4lazwc 18.jeetcity-ybgqec.jeetcity-nyvyah 18.jeetcity-k19aug.jeetcity-dbw8km 18.jeetcity-ror9os 17.jeetcity-940m6n 17.jeetcity-oz1val 17.jeetcity-940m6n 15.jeetcity-nq38e1.jeetcity-940m6n 14.jeetcity-vfl31o 18.jeetcity-dbw8km 13.jeetcity-9euoxb 20.jeetcity-nyvyah 13.jeetcity-dljb2q.jeetcity-bo2w5x 13.jeetcity-9euoxb 22.jeetcity-gzx2be 14.jeetcity-vfl31o 22.jeetcity-gzx2be 15.jeetcity-hs9zks.jeetcity-l40zv7 17.jeetcity-oz1val 21.jeetcity-bo2w5x 18.jeetcity-ror9os 20.jeetcity-nyvyah 18.jeetcity-3aqd5j.jeetcity-2uve35 18.jeetcity-5xmoi1.jeetcity-9z8hzz 18.jeetcity-ror9os 26.jeetcity-zq8b8g 17.jeetcity-oz1val 26.jeetcity-zq8b8g 15.jeetcity-0edwdg.jeetcity-zq8b8g 14.jeetcity-vfl31o 27.jeetcity-9z8hzz 13.jeetcity-9euoxb 28.jeetcity-2uve35 13.jeetcity-qqkuhb.jeetcity-bx5ezg 13.jeetcity-9euoxb 31.jeetcity-e4unrs 14.jeetcity-vfl31o 31.jeetcity-e4unrs 15.jeetcity-s9xskc.jeetcity-zq8b8g 17.jeetcity-oz1val 30.jeetcity-bx5ezg 18.jeetcity-ror9os 28.jeetcity-2uve35 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"])
    .jeetcity-ruhvve {
    display: none;
  }
}

.jeetcity-x03jxl {
  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) {
  .jeetcity-x03jxl {
    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;
}

.jeetcity-xjt7u2 {
  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) {
  .jeetcity-xjt7u2 {
    padding: 14px 16px;
  }
}

.jeetcity-xjt7u2 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.jeetcity-xjt7u2 button:first-child {
  align-content: end;
}

.jeetcity-xjt7u2 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .jeetcity-xjt7u2
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .jeetcity-xjt7u2
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.jeetcity-xjt7u2 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.jeetcity-xjt7u2 button:last-child svg {
  width: 38px;
  height: 38px;
}

.jeetcity-f5mmhy {
  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;
}

.jeetcity-f5mmhy::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .jeetcity-f5mmhy,
.pc61d126-chatbot[data-active-screen="3"]
  .jeetcity-f5mmhy {
  opacity: 1;
  visibility: visible;
}

.jeetcity-f8sjuk {
  flex: 1 1;
}

.jeetcity-xwmewu {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .jeetcity-xwmewu {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .jeetcity-li2njj {
  display: block;
}

.jeetcity-6o1365 {
  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) {
  .jeetcity-6o1365 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.jeetcity-84pp8s {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.jeetcity-84pp8s::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.jeetcity-xo9bnv span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.jeetcity-xo9bnv p {
  color: var(--Text-100);
}

.jeetcity-84pp8s .jeetcity-y5o32y {
  grid-area: button;
}

.jeetcity-84pp8s .jeetcity-y5o32y::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.jeetcity-pxfh79.org/2000/svg'%3E%3Cpath d='M4.jeetcity-2eqdzn 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.jeetcity-ow98xw 15L16.jeetcity-ow98xw 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.jeetcity-ow98xw 5L16.jeetcity-ow98xw 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .jeetcity-2m5iex {
  display: block;
}

.jeetcity-o8i2p5 {
  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) {
  .jeetcity-o8i2p5 {
    margin-top: 40px;
  }
}

.jeetcity-r8re3j label,
.jeetcity-r8re3j input {
  display: block;
  width: 100%;
}

.jeetcity-r8re3j label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.jeetcity-r8re3j label.jeetcity-iaya99 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.jeetcity-r8re3j label.jeetcity-iaya99::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;
}

.jeetcity-r8re3j 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;
}

.jeetcity-r8re3j input::placeholder {
  color: var(--Text-400);
}

.jeetcity-ww5zhh {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .jeetcity-ww5zhh {
  display: flex;
}

.jeetcity-ww5zhh ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .jeetcity-ww5zhh ol {
    height: 420px;
    padding: 24px;
  }
}

.jeetcity-ww5zhh ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.jeetcity-eh5bsc {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .jeetcity-eh5bsc {
    padding: 0 24px 24px;
  }
}

.jeetcity-eh5bsc 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;
}

.jeetcity-eh5bsc input::placeholder {
  color: var(--Text-400);
}

.jeetcity-eh5bsc [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.jeetcity-eh5bsc [type="submit"]:disabled {
  opacity: 0.5;
}

.jeetcity-eh5bsc [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .jeetcity-eh5bsc [type="submit"] {
    right: 40px;
  }
}

.jeetcity-zk4ee7 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.jeetcity-zk4ee7.jeetcity-5dg6jq {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.jeetcity-zk4ee7.jeetcity-5dg6jq::before {
  content: "";
  width: 31px;
}

.jeetcity-zk4ee7.jeetcity-5dg6jq p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.jeetcity-zk4ee7.jeetcity-8f2jo3 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.jeetcity-zk4ee7 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.jeetcity-398jak .jeetcity-y5o32y {
  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;
  }
}

.jeetcity-ejy4wh {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .jeetcity-ejy4wh {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .jeetcity-ejy4wh {
    padding: 18px 0;
  }
}

.jeetcity-ejy4wh .jeetcity-tn036u {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .jeetcity-ejy4wh .jeetcity-tn036u {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.jeetcity-9t0wtb {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .jeetcity-9t0wtb {
    max-width: 160px;
    height: 40px;
  }
}

.jeetcity-9t0wtb picture,
.jeetcity-9t0wtb img {
  display: block;
  width: 100%;
  height: 100%;
}

.jeetcity-9t0wtb img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .jeetcity-6my7sj {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.jeetcity-t44l84 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .jeetcity-ejy4wh.jeetcity-yjqfqq .jeetcity-6my7sj {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .jeetcity-6my7sj {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .jeetcity-6my7sj {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.jeetcity-t0dveo,
.jeetcity-iiahhu {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .jeetcity-t0dveo,
  .jeetcity-iiahhu {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .jeetcity-iiahhu {
    display: none;
  }
}

.jeetcity-8nz6zm {
  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;
}

.jeetcity-yjqfqq .jeetcity-8nz6zm {
  background: var(--fh-bg-color);
}

.jeetcity-8nz6zm button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .jeetcity-8nz6zm {
    display: none;
  }
}

.jeetcity-hyn0x5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .jeetcity-hyn0x5 {
    display: none;
  }
}

.jeetcity-kp7tli {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.jeetcity-ejy4wh.jeetcity-yjqfqq .jeetcity-kp7tli:first-child {
  display: none;
}

.jeetcity-ejy4wh.jeetcity-yjqfqq .jeetcity-kp7tli:last-child {
  display: block;
}

.jeetcity-kp7tli:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .jeetcity-kp7tli {
    display: none;
  }
}

.jeetcity-bw9baw {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .jeetcity-bw9baw {
    display: flex;
  }
}

.jeetcity-bw9baw ul {
  max-height: 350px;
  overflow-y: auto;
}

.jeetcity-bw9baw:hover ul {
  visibility: visible;
  opacity: 1;
}

.jeetcity-bw9baw:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.jeetcity-bw9baw:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.jeetcity-bw9baw:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.jeetcity-bw9baw:hover .jeetcity-qgxypj svg {
  transform: rotate(180deg);
}

.jeetcity-j8z27q {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.jeetcity-uabbpz {
  padding: 0 8px;
}

.jeetcity-f7hvbx {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.jeetcity-f7hvbx:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .jeetcity-f7hvbx {
    padding: 4px 8px;
  }
}

.jeetcity-q6quft {
  display: flex;
}

.jeetcity-q6quft img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.jeetcity-qgxypj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.jeetcity-qgxypj svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.jeetcity-9hwwi2 {
  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) {
  .jeetcity-9hwwi2 {
    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;
  }
}

.jeetcity-yutnmf {
  width: 100%;
}

@media (min-width: 1200px) {
  .jeetcity-yutnmf {
    display: none;
  }
}

.jeetcity-14vsb1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.jeetcity-mbafv8 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.jeetcity-otcxa0 {
  display: flex;
}

.jeetcity-v1cl91 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.jeetcity-xy37uj {
  list-style: none;
}

@media (max-width: 1199px) {
  .jeetcity-xy37uj {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .jeetcity-xy37uj {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .jeetcity-xy37uj .jeetcity-iymgfq [data-ref-el],
  .jeetcity-xy37uj .jeetcity-iymgfq span,
  .jeetcity-xy37uj .jeetcity-iymgfq a {
    white-space: nowrap;
  }
}

.jeetcity-xadz5o {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .jeetcity-xadz5o.jeetcity-e3rn84 > .jeetcity-iymgfq {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .jeetcity-xadz5o.jeetcity-a4qs81:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .jeetcity-xadz5o.jeetcity-e3rn84 > .jeetcity-i0ksos {
    height: auto;
  }

  .jeetcity-xadz5o.jeetcity-e3rn84 > div > .jeetcity-p3sws6 {
    transform: rotate(180deg);
  }
}

.jeetcity-xadz5o [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.jeetcity-xadz5o [data-ref-el],
.jeetcity-xadz5o span {
  cursor: pointer;
}

.jeetcity-xadz5o [data-ref-el],
.jeetcity-xadz5o span,
.jeetcity-xadz5o a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .jeetcity-xadz5o [data-ref-el],
  .jeetcity-xadz5o span,
  .jeetcity-xadz5o a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .jeetcity-xadz5o [data-ref-el],
  .jeetcity-xadz5o span,
  .jeetcity-xadz5o a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.jeetcity-i0ksos {
  height: 0;
  overflow: hidden;
  transition: height 0.jeetcity-t44l84 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.jeetcity-i0ksos::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.jeetcity-i0ksos::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.jeetcity-i0ksos::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .jeetcity-i0ksos {
    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;
  }

  .jeetcity-i0ksos:has(> .jeetcity-xadz5o.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .jeetcity-i0ksos .jeetcity-i0ksos {
    padding: 0;
  }

  .jeetcity-i0ksos .jeetcity-xadz5o {
    font-weight: 400;
  }

  .jeetcity-i0ksos .jeetcity-xadz5o:hover > .jeetcity-iymgfq {
    background: var(--Neutral-300);
  }

  .jeetcity-i0ksos .jeetcity-p3sws6 {
    rotate: -90deg;
  }
}

.jeetcity-iymgfq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .jeetcity-iymgfq {
    padding: 8px;
  }

  .jeetcity-xadz5o.jeetcity-kf8wax > .jeetcity-iymgfq {
    background: var(--Neutral-300);
  }
}

.jeetcity-p3sws6 {
  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.jeetcity-pxfh79.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.jeetcity-14y7i5 0.jeetcity-zbozbl.jeetcity-6dgpl6 -0.jeetcity-zbooal 0.jeetcity-km8azr -0.jeetcity-zbooal 1.jeetcity-n924b9 0.jeetcity-719meu.jeetcity-dpygzg 4.jeetcity-7juu3v.jeetcity-14y7i5 0.jeetcity-sm3qai.jeetcity-m45y96 -0.jeetcity-zbooal 9.jeetcity-2t7h6x -0.jeetcity-zbooal 10.jeetcity-k4dwnn 0.jeetcity-zwgvwz.jeetcity-cs39wb 0.jeetcity-6dgpl6 10.jeetcity-cs39wb 0.jeetcity-km8azr 10.jeetcity-k4dwnn 1.jeetcity-gtbaer.jeetcity-u4t6z0 5.jeetcity-azpiem.jeetcity-lupmym 6.jeetcity-0nlh97 5.jeetcity-pnatna 6.jeetcity-0nlh97 4.jeetcity-qzj6q6 5.jeetcity-f6zifa.jeetcity-14y7i5 1.jeetcity-2bv4qn.jeetcity-zbooal 0.jeetcity-km8azr -0.jeetcity-zbooal 0.jeetcity-6dgpl6 0.jeetcity-14y7i5 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.jeetcity-t44l84 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .jeetcity-p3sws6 {
    cursor: default;
  }
}

.jeetcity-rqv7tf {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.jeetcity-p7qzv2 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .jeetcity-p7qzv2 {
    padding: 40px 4px;
  }
}

.jeetcity-1zx8ui {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .jeetcity-1zx8ui {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.jeetcity-mmibew {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .jeetcity-mmibew {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.jeetcity-mmibew ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.jeetcity-mmibew [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.jeetcity-mmibew [data-ref-el],
.jeetcity-mmibew span,
.jeetcity-mmibew a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.jeetcity-2phgg9 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .jeetcity-2phgg9 {
    margin-bottom: 12px;
  }
}

.jeetcity-rx9c11 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.jeetcity-rx9c11 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .jeetcity-rx9c11:last-child {
    margin-right: 0;
  }
}

.jeetcity-9uzyfd {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.jeetcity-2phgg9:hover .jeetcity-ceozpq {
  visibility: visible;
  opacity: 1;
}

.jeetcity-ceozpq {
  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);
}

.jeetcity-kxvo2q {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.jeetcity-0bc1j2 {
  display: flex;
  margin: 6px;
}

.jeetcity-0bc1j2 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.jeetcity-ceozpq::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);
}

.jeetcity-ceozpq::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);
}

.jeetcity-s3t0v8 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .jeetcity-s3t0v8 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.jeetcity-jsvrmh {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .jeetcity-jsvrmh {
    margin-right: 32px;
  }
}

.jeetcity-gcsli8 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .jeetcity-gcsli8 {
    margin-top: 0;
    width: 340px;
  }
}

.jeetcity-gcsli8 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.jeetcity-evrnch {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.jeetcity-090v0z {
  position: relative;
}

@media (min-width: 768px) {
  .jeetcity-090v0z {
    margin-top: 40px;
  }
}

.jeetcity-090v0z + .jeetcity-5nrnwn,
.jeetcity-090v0z + .jeetcity-090v0z {
  margin-top: 24px;
}

.jeetcity-g447va {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .jeetcity-g447va {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .jeetcity-g447va {
    padding: 80px;
  }
}

.jeetcity-biepek {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .jeetcity-biepek {
    padding: 0 16px;
}


}

.jeetcity-hiio3e {
  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) {
  .jeetcity-hiio3e {
    font-size: 48px;
    line-height: 56px;
  }
}

.jeetcity-zl20w0 {
  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) {
  .jeetcity-zl20w0 {
    font-size: 24px;
    line-height: 32px;
  }
}

.jeetcity-jituyd {
  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;
}

.jeetcity-jituyd:hover {
  background: var(--button-bg-hover);
}

.jeetcity-vyg173 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.jeetcity-vyg173 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .jeetcity-vyg173 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .jeetcity-vyg173 img {
  min-height: 100%;
  }
}

.jeetcity-g447va::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.jeetcity-mjdycm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.jeetcity-mjdycm h1,
.jeetcity-mjdycm h2,
.jeetcity-mjdycm h3,
.jeetcity-mjdycm h4 {
  margin-bottom: 6px;
}

.jeetcity-mjdycm h1:not(:first-child),
.jeetcity-mjdycm h2:not(:first-child),
.jeetcity-mjdycm h3:not(:first-child),
.jeetcity-mjdycm h4:not(:first-child) {
  margin-top: 16px;
}

.jeetcity-mjdycm h1,
.jeetcity-mjdycm h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .jeetcity-mjdycm h1,
  .jeetcity-mjdycm h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.jeetcity-mjdycm h2,
.jeetcity-mjdycm h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .jeetcity-mjdycm h2,
  .jeetcity-mjdycm h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.jeetcity-mjdycm h3,
.jeetcity-mjdycm h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .jeetcity-mjdycm h3,
  .jeetcity-mjdycm h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.jeetcity-mjdycm h4,
.jeetcity-mjdycm h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.jeetcity-mjdycm ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.jeetcity-mjdycm ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.jeetcity-mjdycm 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);
}

.jeetcity-mjdycm ul ul {
  margin-bottom: 8px;
}

.jeetcity-mjdycm ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.jeetcity-mjdycm ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.jeetcity-mjdycm ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.jeetcity-mjdycm ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.jeetcity-mjdycm ol li::marker {
  font-weight: 700;
}

.jeetcity-mjdycm ol ol {
  margin-bottom: 8px;
}

.jeetcity-mjdycm ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.jeetcity-mjdycm ol ul li {
  padding-left: 16px;
}

.jeetcity-mjdycm 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) {
  .jeetcity-mjdycm table {
    padding: 24px;
  }
}

.jeetcity-mjdycm table.jeetcity-ilwien {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.jeetcity-t44l84,
    mask-image 0.3s;
}

.jeetcity-mjdycm table.jeetcity-ilwien.jeetcity-x7fs9s {
  -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) {
  .jeetcity-mjdycm table {
    display: table;
  }
}

.jeetcity-mjdycm 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);
}

.jeetcity-mjdycm table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.jeetcity-mjdycm table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.jeetcity-mjdycm 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) {
  .jeetcity-mjdycm table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.jeetcity-mjdycm table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.jeetcity-mjdycm table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.jeetcity-mjdycm table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.jeetcity-mjdycm img {
  max-width: 100%;
  height: auto;
}

.jeetcity-1ex814 {
  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) {
  .jeetcity-1ex814 {
    padding: 24px;
  }
}

.jeetcity-jk9shj {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .jeetcity-jk9shj {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.jeetcity-jk9shj > * {
  margin: 0 !important;
}

.jeetcity-jk9shj img,
.jeetcity-1hs0t9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .jeetcity-jk9shj img,
  .jeetcity-1hs0t9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.jeetcity-5wqdop {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .jeetcity-5wqdop {
    width: 32px;
    height: 32px;
  }
}

.jeetcity-o3mhvz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.jeetcity-o3mhvz .jeetcity-jxee3s {
  flex-shrink: 0;
}

.jeetcity-o3mhvz .jeetcity-zt7vgl svg {
  display: none;
}

.jeetcity-c954jm {
  display: grid;
  transition: max-height 0.jeetcity-t44l84 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .jeetcity-c954jm {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .jeetcity-c954jm {
    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));
  }
}

.jeetcity-c954jm.jeetcity-ynp1ti + .jeetcity-jxee3s svg {
  transform: rotate(180deg);
}

.jeetcity-bt1x91 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.jeetcity-bt1x91 > div:nth-child(3n) {
  grid-column: span 2;
}

.jeetcity-bt1x91
  > div:nth-child(3n)
  .jeetcity-2zj4p8
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .jeetcity-bt1x91 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .jeetcity-bt1x91 > div:nth-child(3n) {
    grid-column: unset;
  }

  .jeetcity-bt1x91
    > div:nth-child(3n)
    .jeetcity-2zj4p8
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .jeetcity-bt1x91 {
    max-width: 270px;
  }
}

.jeetcity-bt1x91 .jeetcity-2zj4p8 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .jeetcity-bt1x91 .jeetcity-2zj4p8 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .jeetcity-bt1x91 .jeetcity-2zj4p8 button {
    max-width: 104px;
  }
}

.jeetcity-rkibq6 {
  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) {
  .jeetcity-rkibq6 {
    margin-bottom: 0;
  }
}

.jeetcity-hzx7la {
  display: none;
  opacity: 0;
}

.jeetcity-j04os1 {
  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;
  }
}

.jeetcity-j04os1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.jeetcity-2zj4p8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.jeetcity-2zj4p8 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .jeetcity-2zj4p8
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .jeetcity-2zj4p8
    button {
    max-width: 145px;
  }
}

.jeetcity-jgihag:first-child
  .jeetcity-2zj4p8
  button {
  max-width: 270px;
}

.jeetcity-l4bgvn {
  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%;
}

.jeetcity-rkibq6 picture {
  width: 100%;
  max-width: 100%;
}

.jeetcity-1kwut7 {
  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;
}

.jeetcity-1kwut7 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.jeetcity-rkibq6:hover .jeetcity-1kwut7 {
  display: flex;
}

.jeetcity-3t5g2b {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.jeetcity-z85ez3 {
  display: flex;
}

.jeetcity-z85ez3:hover .jeetcity-kmaq4m,
.jeetcity-z85ez3 .jeetcity-kf8wax .jeetcity-kmaq4m {
  display: flex;
}

.jeetcity-z85ez3 svg {
  flex-shrink: 0;
}

.jeetcity-kmaq4m {
  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) {
  .jeetcity-kmaq4m {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.jeetcity-kmaq4m:hover {
  display: flex;
}

.jeetcity-kmaq4m svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.jeetcity-xovcld {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .jeetcity-xovcld {
    font-size: 12px;
  }
}

.jeetcity-m51sn8,
.jeetcity-09na6v {
  width: 50%;
  flex-shrink: 0;
}

.jeetcity-m51sn8 {
  font-weight: 700;
}

.jeetcity-f64qhm .jeetcity-c954jm {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .jeetcity-f64qhm .jeetcity-c954jm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .jeetcity-f64qhm .jeetcity-c954jm {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.jeetcity-f64qhm
  .jeetcity-l4bgvn:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.jeetcity-f64qhm .jeetcity-j04os1 {
  height: 100% !important;
  border-radius: 16px;
}

.jeetcity-f64qhm .jeetcity-2zj4p8 {
  gap: 4px;
  align-items: center;
}

.jeetcity-f64qhm .jeetcity-2zj4p8 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jeetcity-f64qhm .jeetcity-2zj4p8 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.jeetcity-f64qhm .jeetcity-7dxp77,
.jeetcity-f64qhm .jeetcity-uf2teu {
  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.jeetcity-pxfh79.org/2000/svg'%3E%3Cpath d='M9.jeetcity-ec7k9k 4.jeetcity-vqwbof.jeetcity-3y1j59 5.jeetcity-klolfc.jeetcity-ezupu4 5.jeetcity-7ofw85.jeetcity-azh2n7 5.jeetcity-ianr7m.jeetcity-90gngt 8.jeetcity-f1wx2a.jeetcity-hvykk6 9.jeetcity-fhh1ki.jeetcity-8rb2j4 9.jeetcity-2bzb7h.jeetcity-ziwkdi 13.jeetcity-whf1do.jeetcity-uejfve 11.jeetcity-ffywxw.jeetcity-0kf06k 11.jeetcity-c5ggoy.jeetcity-9b8fmt 11.jeetcity-zk6ggf.jeetcity-4uez9r 13.jeetcity-hum2un.jeetcity-98yf44 9.jeetcity-k7wxcn.jeetcity-5ov4u4 9.jeetcity-cikm0h.jeetcity-6tyzsn 8.jeetcity-f9k6wu.jeetcity-cxfvcr 5.jeetcity-2zp3g8.jeetcity-ir1jw0 5.jeetcity-moz78k.jeetcity-7sz9bw 5.jeetcity-ldqrkf.jeetcity-hx5ttb 4.jeetcity-9zfp4g.jeetcity-0kf06k 1.jeetcity-yjgykr.jeetcity-ec7k9k 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.jeetcity-f64qhm .jeetcity-7dxp77 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.jeetcity-f64qhm .jeetcity-uf2teu {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.jeetcity-6ryzx9 {
  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) {
  .jeetcity-6ryzx9 {
    padding: 24px;
  }
}

.jeetcity-6ryzx9 .jeetcity-jxee3s {
  display: flex;
}

@media (min-width: 768px) {
  .jeetcity-6ryzx9 .jeetcity-jxee3s {
    display: none;
  }
}

.jeetcity-6ryzx9 .jeetcity-zt7vgl svg {
  display: none;
}

.jeetcity-7vbzy1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jeetcity-7vbzy1 .jeetcity-6mklsz {
  display: none;
}

@media (min-width: 768px) {
  .jeetcity-7vbzy1 .jeetcity-6mklsz {
    display: flex;
  }
}

.jeetcity-xwjqaw {
  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) {
  .jeetcity-xwjqaw {
    font-size: 40px;
    line-height: 48px;
  }
}

.jeetcity-xwjqaw > * {
  margin: 0 !important;
}

.jeetcity-xwjqaw img,
.jeetcity-a29bfa {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .jeetcity-xwjqaw img,
  .jeetcity-a29bfa {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.jeetcity-7yp2zf {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .jeetcity-7yp2zf {
    width: 32px;
    height: 32px;
  }
}

.jeetcity-coinc1 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .jeetcity-coinc1 {
    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;
  }

  .jeetcity-coinc1::-webkit-scrollbar {
    display: none;
  }
}

.jeetcity-i4fjnk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .jeetcity-i4fjnk {
    padding: 7px 15px;
  }
}

.jeetcity-i4fjnk:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.jeetcity-1qirk1 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .jeetcity-1qirk1 {
    display: flex;
    opacity: 1;
  }
}

.jeetcity-i4fjnk picture {
  height: 100%;
  display: block;
}

.jeetcity-i4fjnk img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .jeetcity-i4fjnk img {
    width: 88px;
    height: 44px;
  }
}

.jeetcity-i4fjnk p {
  text-align: center;
  width: 100%;
}

.jeetcity-94expb {
  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) {
  .jeetcity-94expb {
    font-size: 40px;
    line-height: 48px;
  }
}

.jeetcity-94expb img,
.jeetcity-4cvi81 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .jeetcity-94expb img,
  .jeetcity-4cvi81 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.jeetcity-re4ztv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .jeetcity-re4ztv {
    width: 32px;
    height: 32px;
  }
}

.jeetcity-qrmx92 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.jeetcity-0f0hd3 {
  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;
}

.jeetcity-sdl4eo {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.jeetcity-sdl4eo.jeetcity-kf8wax {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.jeetcity-o19pvm {
  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) {
  .jeetcity-o19pvm {
    font-size: 20px;
    line-height: 28px;
  }
}

.jeetcity-qq729v {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.jeetcity-gxv452 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.jeetcity-t44l84 ease;
  opacity: 0;
  color: var(--text-color);
}

.jeetcity-6huk7d {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.jeetcity-6huk7d ol,
.jeetcity-6huk7d ul {
  padding-left: 1.3em;
}

.jeetcity-sdl4eo.jeetcity-kf8wax .jeetcity-gxv452 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.jeetcity-sdl4eo.jeetcity-kf8wax .jeetcity-qq729v {
  transform: rotate(180deg);
  color: var(--text-color);
}

.jeetcity-u07bhv {
  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) {
  .jeetcity-u07bhv {
    padding: 24px;
  }
}

.jeetcity-u07bhv .jeetcity-jxee3s {
  display: flex;
}

@media (min-width: 768px) {
  .jeetcity-u07bhv .jeetcity-jxee3s {
    display: none;
  }
}

.jeetcity-u07bhv .jeetcity-zt7vgl svg {
  display: none;
}

.jeetcity-lovkth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jeetcity-lovkth .jeetcity-6mklsz {
  display: none;
}

@media (min-width: 768px) {
  .jeetcity-lovkth .jeetcity-6mklsz {
    display: flex;
  }
}

.jeetcity-wu4whq {
  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) {
  .jeetcity-wu4whq {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.jeetcity-wu4whq > * {
  margin: 0 !important;
}

.jeetcity-wu4whq img,
.jeetcity-7w4xzn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .jeetcity-wu4whq img,
  .jeetcity-7w4xzn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.jeetcity-hr92pi {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .jeetcity-hr92pi {
    width: 32px;
    height: 32px;
  }
}

.jeetcity-8nj3mn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .jeetcity-8nj3mn {
    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;
  }

  .jeetcity-8nj3mn::-webkit-scrollbar {
    display: none;
  }
}

.jeetcity-f6dkhh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.jeetcity-f6dkhh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.jeetcity-br8yh9 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .jeetcity-br8yh9 {
    display: flex;
    opacity: 1;
  }
}

.jeetcity-f6dkhh picture {
  width: auto;
  height: 100%;
  display: block;
}

.jeetcity-f6dkhh picture img {
  display: block;
  width: auto;
  height: 100%;
}

.jeetcity-ew0u6m {
  margin: -24px 0;
}

.jeetcity-ew0u6m:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .jeetcity-ew0u6m {
    margin: -16px 0;
  }
}

.jeetcity-mz4cy2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .jeetcity-mz4cy2 {
    flex-direction: row;
  }
}

.jeetcity-skmfro {
  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) {
  .jeetcity-skmfro {
    flex: 1;
  }
}

.jeetcity-skmfro::placeholder {
  color: var(--Text-400);
}

.jeetcity-eljeen {
  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;
}

.jeetcity-n540sf {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.jeetcity-n540sf::-webkit-scrollbar {
  display: none;
}

.jeetcity-wxx6xe {
  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;
}

.jeetcity-wxx6xe img,
.jeetcity-wxx6xe svg {
  margin-right: 8px;
}

.jeetcity-e9qn6k {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.jeetcity-ew0u6m + .jeetcity-2pzk5j {
  margin-top: 0;
}

@media (min-width: 768px) {
  .jeetcity-ew0u6m + .jeetcity-2pzk5j {
    margin-top: -16px;
  }
}

.jeetcity-b9v6w9 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.jeetcity-b9v6w9 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.jeetcity-b9v6w9 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.jeetcity-c1n6bi {
  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;
}

.jeetcity-h6awif {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.jeetcity-vnfc3c {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.jeetcity-mjppjv {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.jeetcity-7b6ila {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.jeetcity-c1n6bi 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;
}

.jeetcity-c1n6bi 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) {
  .jeetcity-c1n6bi {
    padding: 39px 179px 39px 39px;
  }

  .jeetcity-h6awif {
    font-size: 40px;
    line-height: 48px;
  }

  .jeetcity-7b6ila {
    height: 348px;
  }

  .jeetcity-c1n6bi button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .jeetcity-c1n6bi button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .jeetcity-c1n6bi {
    padding: 63px;
  }
}

.jeetcity-gzq17w {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .jeetcity-gzq17w {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.jeetcity-wj36kp {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .jeetcity-wj36kp {
    width: auto;
  }
}

.jeetcity-sbob5m {
  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;
}

.jeetcity-sbob5m::-webkit-scrollbar {
  display: none;
}

.jeetcity-sbob5m 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);
}

.jeetcity-sbob5m a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .jeetcity-sbob5m {
    margin-left: 16px;
    margin-top: 0;
  }
}

.jeetcity-gzq17w .jeetcity-gskssq {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.jeetcity-t44l84,
    mask-image 0.3s;
}

.jeetcity-gzq17w .jeetcity-gskssq.jeetcity-x7fs9s {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.jeetcity-mxdkwe {
  margin: 40px -16px;
}

.jeetcity-ivoms0 + .jeetcity-5nrnwn,
.jeetcity-ivoms0 + .jeetcity-090v0z {
  margin-top: 24px;
}

.jeetcity-nj9jdf {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.jeetcity-nj9jdf picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.jeetcity-gd1wi2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .jeetcity-gd1wi2 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .jeetcity-gd1wi2 {
    margin-top: 0;
  }
}

.jeetcity-8ia3aa {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .jeetcity-8ia3aa {
    font-size: 24px;
    line-height: 32px;
  }
}

.jeetcity-rh7ngv {
  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) {
  .jeetcity-rh7ngv {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.jeetcity-gv4t66 {
  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) {
  .jeetcity-gv4t66 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.jeetcity-vqmjh4 {
  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) {
  .jeetcity-vqmjh4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.jeetcity-6703pq {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .jeetcity-6703pq {
    font-size: 32px;
    line-height: 40px;
  }
}

.jeetcity-h5tsn1 {
  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;
}

.jeetcity-81g8sa {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.jeetcity-81g8sa img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.jeetcity-2pzk5j {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.jeetcity-0v4oyh {
  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) {
  .jeetcity-0v4oyh {
    padding: 15px 48px;
  }
}

main > .jeetcity-2pzk5j {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .jeetcity-c954jm.jeetcity-6f70qj > div:nth-child(n+5) {
    display: none;
  }
}

.jeetcity-mjdycm p a img {
  display: block;
  margin: 0 auto;
}


.jeetcity-pfudnf {
  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 */
.jeetcity-c6i8uz {
  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;
}

.jeetcity-c6i8uz label {
  font-size: 14px;
}

.jeetcity-c6i8uz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.jeetcity-c6i8uz input,
.jeetcity-c6i8uz textarea,
.jeetcity-c6i8uz 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;
}
.jeetcity-c6i8uz button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.jeetcity-g4oito ease;
}
.jeetcity-c6i8uz button:hover {
  background-color: var(--button-bg-hover);
}
.jeetcity-6jf7xk {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.jeetcity-47l5mq ease-in;
}

.jeetcity-6jf7xk 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;
}
.jeetcity-55vhbe, .jeetcity-m7m75f, [class*="review-card"],
thead, thead th, table th, .jeetcity-ybkhiy,
.jeetcity-4zwq8i, [class*="collapsible-header"],
.jeetcity-27rmyu, [class*="updated-block"] {
  color: #ece7dc !important;
}
