html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.jeetcity-fgtlh8 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .jeetcity-fgtlh8 {
    padding: 54px 0 0;
  }
}

.jeetcity-4za4x3 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-4za4x3:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.jeetcity-1vwxr8 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-1vwxr8 {
    margin: 20px auto 100px;
  }
}

.jeetcity-1vwxr8 h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-1vwxr8 h1 {
    font-size: 120px;
  }
}

.jeetcity-1vwxr8 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.jeetcity-69nsvq {
  cursor: pointer;
}

.jeetcity-3i8l65 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.jeetcity-00e8th {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.jeetcity-00e8th figure {
  margin: 0;
}

.jeetcity-00e8th.jeetcity-tm7lva {
  justify-content: flex-start;
  margin-right: 4px;
}

.jeetcity-00e8th.jeetcity-tx6951 {
  justify-content: flex-end;
  margin-left: 4px;
}

.jeetcity-00e8th.jeetcity-bw3vub {
  justify-content: center;
}

.jeetcity-00e8th.jeetcity-8g0l4w {
  justify-content: normal;
}

.jeetcity-o7p44z {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .jeetcity-o7p44z {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-o7p44z {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.jeetcity-ruttqa {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .jeetcity-ruttqa {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.jeetcity-qzws1a {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .jeetcity-qzws1a {
    flex-direction: column;
  }
}

.jeetcity-7q0z9f {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.jeetcity-7q0z9f img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .jeetcity-7q0z9f {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.jeetcity-5r8xo0 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.jeetcity-5r8xo0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-5r8xo0 ul {
    margin-bottom: 15px;
  }
}

.jeetcity-5r8xo0 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.jeetcity-5r8xo0 ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.jeetcity-5r8xo0 ul li span svg {
  fill: var(--title-color);
}

.jeetcity-5r8xo0 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .jeetcity-5r8xo0 ul li small {
    font-size: 12px;
  }
}

.jeetcity-5r8xo0 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.jeetcity-5r8xo0 ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .jeetcity-5r8xo0 {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.jeetcity-c2vtqp {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .jeetcity-c2vtqp {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.jeetcity-36d9nr {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.jeetcity-ykvasx {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.jeetcity-g0g04b ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .jeetcity-ykvasx {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .jeetcity-ykvasx:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.jeetcity-ykvasx.jeetcity-66xq05 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-ykvasx.jeetcity-66xq05:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.jeetcity-csbhke {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .jeetcity-csbhke {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-csbhke {
    padding: 50px 16px 68px;
  }
}

.jeetcity-rw7w43 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .jeetcity-rw7w43 {
    flex-direction: column;
  }
}

.jeetcity-jkbywc {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-jkbywc {
    margin-bottom: 40px;
  }
}

.jeetcity-znvzu1 .jeetcity-yko0yg {
  margin-bottom: 28px;
}

.jeetcity-znvzu1 .jeetcity-yko0yg img {
  max-height: 100px;
  width: auto;
}

.jeetcity-5m3m89 {
  display: flex;
  align-items: center;
}

.jeetcity-5m3m89 a + a {
  margin-left: 24px;
}

.jeetcity-5m3m89 img {
  max-height: 56px;
  width: auto;
}

.jeetcity-5m3m89 img + img {
  margin-left: 24px;
}

.jeetcity-40i6zw {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-40i6zw {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.jeetcity-f173l6 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-f173l6 {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.jeetcity-slbdro {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .jeetcity-slbdro {
    flex-wrap: wrap;
  }
}

.jeetcity-slbdro li {
  display: flex;
  margin: 0 7px;
}

.jeetcity-slbdro li svg {
  transition: 0.jeetcity-g0g04b ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-slbdro li:hover svg {
    transform: scale(1.2);
  }
}

.jeetcity-r1ayxz {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.jeetcity-7lfzzw + .jeetcity-7lfzzw {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-7lfzzw + .jeetcity-7lfzzw {
    margin: 36px 0 0;
  }
}

.jeetcity-j5gz6q {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.jeetcity-y9dde2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jeetcity-y9dde2 li {
  font-size: 16px;
}

.jeetcity-y9dde2 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-y9dde2 li a:hover {
    text-decoration: underline;
  }
}

.jeetcity-y9dde2 li + li {
  margin-top: 16px;
}

.jeetcity-nmppqp {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.jeetcity-hbkxoi ease-in-out;
}

.jeetcity-nmppqp.jeetcity-ejqmd9 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.jeetcity-9w5g9l {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.jeetcity-9w5g9l h1,
.jeetcity-9w5g9l h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-9w5g9l h1,
  .jeetcity-9w5g9l h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .jeetcity-9w5g9l {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-9w5g9l {
    margin-bottom: 60px;
  }
}

.jeetcity-x6neo8 {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-x6neo8 {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.jeetcity-x6neo8 li {
  width: 100%;
}

.jeetcity-x6neo8 li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.jeetcity-g0g04b ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.jeetcity-x6neo8 li a svg {
  fill: var(--button-text-color);
}

.jeetcity-x6neo8 li a.jeetcity-ejqmd9 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .jeetcity-x6neo8 li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-x6neo8 li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .jeetcity-x6neo8 li a img {
    max-width: 16px;
  }
}

.jeetcity-w9zn5b {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-w9zn5b {
    margin: 0 -5px;
  }
}

.jeetcity-bb1ljw {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.jeetcity-bb1ljw span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.jeetcity-bb1ljw small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-bb1ljw {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .jeetcity-bb1ljw span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.jeetcity-8kibgo {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.jeetcity-8kibgo img {
  width: 100%;
  transition: 0.jeetcity-g0g04b ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-8kibgo:hover img {
    transform: scale(1.1);
  }
}

.jeetcity-47fpsr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .jeetcity-47fpsr {
    height: 54px;
  }
}

.jeetcity-40cihc {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .jeetcity-40cihc {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .jeetcity-40cihc {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-40cihc .jeetcity-yko0yg img {
    max-width: 90px;
  }
}

.jeetcity-yko0yg img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .jeetcity-yko0yg {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .jeetcity-9mfxx1 {
    display: none;
  }
  .jeetcity-9mfxx1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.jeetcity-8mgszb {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jeetcity-8mgszb li {
  font-size: 16px;
  margin: 0 20px;
}

.jeetcity-8mgszb li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-8mgszb li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .jeetcity-8mgszb {
    display: block;
  }
  .jeetcity-8mgszb li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .jeetcity-8mgszb li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .jeetcity-8mgszb li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .jeetcity-8mgszb li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.jeetcity-4mg8z6 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .jeetcity-4mg8z6 {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .jeetcity-4mg8z6 {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-4mg8z6 {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.jeetcity-4mg8z6.jeetcity-92kr8l {
  margin-right: 0;
}

.jeetcity-8ewq8q {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .jeetcity-8ewq8q {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .jeetcity-8ewq8q:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.jeetcity-yztbeq {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-yztbeq:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-yztbeq {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.jeetcity-i3bn2j {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .jeetcity-i3bn2j {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.jeetcity-i3bn2j:hover > ul {
  display: flex;
}

.jeetcity-i3bn2j:focus > ul {
  display: flex;
}

.jeetcity-i3bn2j:focus-within > ul {
  display: flex;
}

.jeetcity-fqgxfg {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.jeetcity-fqgxfg::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.jeetcity-hbkxoi ease-in-out;
}

@media only screen and (max-width: 767px) {
  .jeetcity-fqgxfg {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .jeetcity-fqgxfg img {
    max-width: 20px;
  }
}

.jeetcity-i3bn2j ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.jeetcity-g0g04b ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-i3bn2j ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.jeetcity-i3bn2j ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.jeetcity-g0g04b ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .jeetcity-i3bn2j ul li {
    padding: 5px;
  }
}

.jeetcity-i3bn2j ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-i3bn2j ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-i3bn2j ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .jeetcity-i3bn2j ul li a img {
    max-width: 20px;
  }
}

.jeetcity-hoqv2d {
  display: none;
}

.jeetcity-nwlrso {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .jeetcity-nwlrso {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.jeetcity-nwlrso span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .jeetcity-hoqv2d:checked ~ .jeetcity-9mfxx1 {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .jeetcity-9mfxx1 {
    display: none;
    transition: display 0.jeetcity-g0g04b ease-in-out;
  }
  .jeetcity-hoqv2d:checked ~ .jeetcity-9mfxx1 {
    display: block;
  }
  .jeetcity-hoqv2d:checked + .jeetcity-nwlrso span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .jeetcity-hoqv2d:checked + .jeetcity-nwlrso span:nth-child(2) {
    display: none;
  }
  .jeetcity-hoqv2d:checked + .jeetcity-nwlrso span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.jeetcity-8ko8b4 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-8ko8b4 {
    padding: 0 16px;
  }
}

.jeetcity-8ko8b4 img {
  margin-bottom: 20px;
}

.jeetcity-8ko8b4 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-8ko8b4 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-8ko8b4 {
    margin-bottom: 60px;
  }
}

.jeetcity-x6c0e7 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-x6c0e7 {
    font-size: 32px;
  }
}

.jeetcity-4fcnne {
  color: var(--text-color);
}

.jeetcity-4n2lse {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .jeetcity-4n2lse {
    font-size: 16px;
    line-height: 140%;
  }
}

.jeetcity-4n2lse p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.jeetcity-4n2lse p img {
  display: block;
  margin: 0 auto;
}

.jeetcity-4n2lse p:first-of-type {
  margin-top: 0;
}

.jeetcity-4n2lse p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .jeetcity-4n2lse p {
    font-size: 18px;
    line-height: 140%;
  }
}

.jeetcity-4n2lse ul {
  padding: 0 0 0 20px;
}

.jeetcity-4n2lse table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.jeetcity-4n2lse table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-4n2lse table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.jeetcity-4n2lse table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-4n2lse table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.jeetcity-4n2lse table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.jeetcity-4n2lse iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-4n2lse iframe {
    height: 200px;
  }
}

.jeetcity-b6hejy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-b6hejy {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-b6hejy {
    margin-bottom: 60px;
  }
}

.jeetcity-723v6v {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-723v6v {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.jeetcity-723v6v h1,
.jeetcity-723v6v h2,
.jeetcity-723v6v h3,
.jeetcity-723v6v h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-723v6v h1,
  .jeetcity-723v6v h2,
  .jeetcity-723v6v h3,
  .jeetcity-723v6v h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.jeetcity-cl3jeb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-cl3jeb {
    flex-direction: column-reverse;
  }
}

.jeetcity-cl3jeb .jeetcity-vft3jb {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .jeetcity-cl3jeb .jeetcity-vft3jb {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.jeetcity-cl3jeb .jeetcity-4iknkg {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-cl3jeb .jeetcity-4iknkg {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .jeetcity-cl3jeb .jeetcity-4iknkg img {
    width: 100%;
  }
}

.jeetcity-4iknkg {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-4iknkg {
    margin-bottom: 18px;
  }
}

.jeetcity-vft3jb {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-vft3jb {
    margin-bottom: 18px;
  }
}

.jeetcity-b6hejy h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-b6hejy h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.jeetcity-b6hejy .jeetcity-4za4x3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.jeetcity-ep4dy7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-ep4dy7 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-ep4dy7 {
    margin-bottom: 60px;
  }
}

.jeetcity-0qwqe7 {
  position: relative;
  border: none;
}

.jeetcity-0qwqe7::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.jeetcity-rsigeq {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.jeetcity-rsigeq span {
  height: 32px;
}

.jeetcity-rsigeq span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.jeetcity-rsigeq.jeetcity-7qc2n5 span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .jeetcity-rsigeq {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.jeetcity-jpde7i {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jeetcity-jpde7i li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-jpde7i li {
    font-size: 16px;
  }
}

.jeetcity-jpde7i li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.jeetcity-g0g04b ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-jpde7i li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-jpde7i li a {
    padding: 12px 14px;
  }
}

.jeetcity-jpde7i.jeetcity-hq6res {
  display: none;
}

.jeetcity-dv7lbk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.jeetcity-dv7lbk table {
  width: 100%;
  border-collapse: collapse;
}

.jeetcity-dv7lbk table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .jeetcity-dv7lbk table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .jeetcity-dv7lbk table td {
    min-width: 75px;
  }
}

.jeetcity-dv7lbk table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-dv7lbk table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.jeetcity-dv7lbk table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.jeetcity-dv7lbk p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .jeetcity-dv7lbk p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .jeetcity-dv7lbk {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-dv7lbk {
    margin-bottom: 60px;
  }
}

.jeetcity-oxh567 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .jeetcity-oxh567 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.jeetcity-vnazwk {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .jeetcity-vnazwk {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.jeetcity-vnazwk tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .jeetcity-vnazwk tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.jeetcity-vnazwk tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.jeetcity-u9hde6 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.jeetcity-u9hde6 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.jeetcity-u9hde6 p {
  color: var(--text-color);
}

.jeetcity-yesrwp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-yesrwp {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-yesrwp {
    margin-bottom: 60px;
  }
}

.jeetcity-qs0z8a {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.jeetcity-ug6pk5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-ug6pk5 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-ug6pk5 {
    margin-bottom: 60px;
  }
}

.jeetcity-cwcrld {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.jeetcity-cwcrld h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-cwcrld h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.jeetcity-cwcrld p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.jeetcity-cwcrld p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-cwcrld p {
    font-size: 16px;
  }
}

.jeetcity-kz1gj3 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .jeetcity-kz1gj3 {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.jeetcity-c4g2a9 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.jeetcity-c4g2a9 li {
  margin: 0 20px;
}

.jeetcity-c4g2a9 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.jeetcity-c4g2a9 li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-c4g2a9 li a:hover {
    color: #2ab765;
  }
}

.jeetcity-pj0suq {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-pj0suq {
    padding: 0 16px;
  }
}

.jeetcity-pj0suq li {
  font-size: 16px;
  position: relative;
}

.jeetcity-pj0suq li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-pj0suq li a:hover {
    text-decoration: underline;
  }
}

.jeetcity-pj0suq li span {
  opacity: 0.5;
}

.jeetcity-pj0suq li + li {
  margin-left: 30px;
}

.jeetcity-pj0suq li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.jeetcity-723v6v {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.jeetcity-723v6v {
    margin-bottom: 18px;
  }
}

.jeetcity-eo4ea3 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.jeetcity-eo4ea3 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.jeetcity-eo4ea3 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.jeetcity-eo4ea3 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.jeetcity-eo4ea3 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.jeetcity-eo4ea3 tbody tr:last-of-type {
  margin-bottom: 0;
}

.jeetcity-eo4ea3 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.jeetcity-eo4ea3 tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.jeetcity-eo4ea3 tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.jeetcity-eo4ea3 tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .jeetcity-eo4ea3 tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.jeetcity-eo4ea3 tbody tr td .jeetcity-ex8v92 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .jeetcity-eo4ea3 tbody tr td .jeetcity-ex8v92 {
    width: 100%;
  }
}

.jeetcity-eo4ea3 tbody tr td .jeetcity-7r5rwc {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.jeetcity-g0g04b ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-eo4ea3 tbody tr td .jeetcity-7r5rwc:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-eo4ea3 tbody tr td .jeetcity-7r5rwc {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .jeetcity-eo4ea3 tbody tr td .jeetcity-7r5rwc {
    width: 100%;
  }
}

.jeetcity-eo4ea3 tbody tr td .jeetcity-h5d4uj {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .jeetcity-eo4ea3 tbody tr td .jeetcity-h5d4uj:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-eo4ea3 tbody tr {
    flex-direction: column;
  }
}

.jeetcity-eo4ea3 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.jeetcity-uhs66d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-uhs66d {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-uhs66d {
    margin: 0 auto 60px;
  }
}

.jeetcity-pdzzfp {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-pdzzfp {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.jeetcity-xslxo9 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-xslxo9 {
    margin: 0 -5px;
  }
}

.jeetcity-brgv7p {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.jeetcity-brgv7p img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.jeetcity-g0g04b ease-in-out;
}

.jeetcity-brgv7p p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .jeetcity-brgv7p:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .jeetcity-brgv7p {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-brgv7p {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .jeetcity-brgv7p p {
    font-size: 16px;
  }
}

.jeetcity-ukpffg {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .jeetcity-ukpffg {
    height: 190px;
    margin: 20px auto;
  }
}

.jeetcity-ukpffg img {
  width: 100%;
  height: 100%;
}

.jeetcity-ukpffg iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .jeetcity-ukpffg iframe {
    height: 190px;
  }
}

.jeetcity-ddj38e {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.jeetcity-ddj38e::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.jeetcity-0qc2zx {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.jeetcity-0qc2zx svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.jeetcity-g0g04b ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-0qc2zx:hover svg {
    transform: scale(1.1);
  }
}

.jeetcity-lb5748 {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .jeetcity-lb5748 {
    padding: 40px 0;
  }
}

.jeetcity-eehka2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-eehka2 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .jeetcity-eehka2 {
    flex-direction: column-reverse;
  }
}

.jeetcity-m8v2qc {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.jeetcity-m8v2qc img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .jeetcity-m8v2qc {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-m8v2qc {
    margin: 10px 0 0;
  }
}

.jeetcity-altiuv {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.jeetcity-altiuv h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .jeetcity-altiuv {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-altiuv {
    padding: 24px 10px;
  }
}

.jeetcity-wno1cr {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.jeetcity-g0g04b ease-in-out;
}

.jeetcity-wno1cr:hover {
  border: 1px solid #8c8ca2;
}

.jeetcity-fg0wio {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.jeetcity-fg0wio:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.jeetcity-44hjd7 {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.jeetcity-44hjd7 a {
  text-decoration: underline;
  color: #8babff;
}

.jeetcity-4bdr0f {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.jeetcity-4bdr0f .jeetcity-wno1cr {
  width: 50%;
  margin: 0;
}

.jeetcity-f7svmi {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.jeetcity-f7svmi:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.jeetcity-pm2oz5 {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-pm2oz5 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-pm2oz5 {
    margin: 0 0 60px;
  }
}

.jeetcity-vha0ck {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-vha0ck {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.jeetcity-ddu95u {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .jeetcity-ddu95u {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.jeetcity-zai9mr {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-zai9mr {
    flex-basis: auto;
    max-width: 100%;
  }
}

.jeetcity-g0s52a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-g0s52a {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.jeetcity-g0s52a a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.jeetcity-g0g04b ease-in-out;
}

@media only screen and (max-width: 767px) {
  .jeetcity-g0s52a a {
    margin: 1px 0 4px;
  }
}

.jeetcity-g0s52a a svg {
  fill: #fff;
}

.jeetcity-g0s52a a:hover {
  background: #3d68e7;
}

.jeetcity-uvsztj {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.jeetcity-08g5om {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-08g5om {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.jeetcity-bl0fv5 {
  font-size: 16px;
  color: var(--text-color);
}

.jeetcity-3k6nfg {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-3k6nfg {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-3k6nfg {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .jeetcity-3k6nfg {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.jeetcity-1vk003 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.jeetcity-1vk003 h1,
.jeetcity-1vk003 h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-1vk003 h1,
  .jeetcity-1vk003 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .jeetcity-1vk003 {
    margin: 0;
    padding-right: 20px;
  }
}

.jeetcity-hp1wvq {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.jeetcity-hp1wvq h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-hp1wvq h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.jeetcity-hp1wvq h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-hp1wvq h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.jeetcity-hp1wvq table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.jeetcity-hp1wvq table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .jeetcity-hp1wvq table tr td {
    padding: 12px 4px;
  }
}

.jeetcity-hp1wvq table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .jeetcity-hp1wvq table tr th {
    padding: 12px 4px;
  }
}

.jeetcity-hp1wvq table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .jeetcity-hp1wvq {
    margin: 0;
  }
}

.jeetcity-pph3jq {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .jeetcity-pph3jq {
    min-height: 190px;
  }
}

.jeetcity-wytv1q {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.jeetcity-wytv1q::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.jeetcity-6pp76t {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.jeetcity-6pp76t.jeetcity-rqdocz {
  display: none;
}

.jeetcity-f0em86 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.jeetcity-f0em86 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jeetcity-f0em86 iframe.jeetcity-bjmpc5 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.jeetcity-f0em86.jeetcity-6ueody {
  opacity: 1;
  pointer-events: all;
}

.jeetcity-e9zoir {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.jeetcity-g0g04b ease-in-out;
}

.jeetcity-e9zoir svg {
  margin-right: 10px;
}

.jeetcity-e9zoir + .jeetcity-e9zoir {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-e9zoir:hover {
    background: #a8a6b3;
  }
}

.jeetcity-09r3is {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .jeetcity-09r3is:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-e9zoir {
    height: 42px;
    max-width: 220px;
  }
}

.jeetcity-3k6nfg .jeetcity-b6hejy {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.jeetcity-3k6nfg .jeetcity-b6hejy h1,
.jeetcity-3k6nfg .jeetcity-b6hejy h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-3k6nfg .jeetcity-b6hejy h1,
  .jeetcity-3k6nfg .jeetcity-b6hejy h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .jeetcity-3k6nfg .jeetcity-b6hejy {
    margin: 28px 0 0;
  }
}

.jeetcity-yqkrpv {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-yqkrpv {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .jeetcity-yqkrpv {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-yqkrpv {
    margin: 20px auto 60px;
  }
}

.jeetcity-gtuevq {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .jeetcity-gtuevq {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-gtuevq {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.jeetcity-ul3ndp {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.jeetcity-ul3ndp iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jeetcity-ba0row {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.jeetcity-ba0row h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .jeetcity-ba0row h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-ba0row h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .jeetcity-ba0row {
    max-width: 100%;
    margin: 0;
  }
}

.jeetcity-q6x8ql {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-q6x8ql {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.jeetcity-vljoe4 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-vljoe4 {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.jeetcity-lfkvzq {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.jeetcity-lfkvzq span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .jeetcity-lfkvzq {
    margin: 0;
  }
  .jeetcity-lfkvzq:last-of-type {
    margin-top: 4px;
  }
}

.jeetcity-wx8y85 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .jeetcity-wx8y85 {
    padding: 10px;
  }
}

.jeetcity-wx8y85 .jeetcity-4za4x3 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .jeetcity-wx8y85 .jeetcity-4za4x3 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .jeetcity-wx8y85 {
    flex-wrap: wrap;
  }
}

.jeetcity-8fkvt4 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.jeetcity-8fkvt4 img {
  width: 100%;
}

.jeetcity-mc6iyf {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .jeetcity-mc6iyf {
    max-width: 200px;
    margin: 0;
  }
}

.jeetcity-3ag1oa {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.jeetcity-xpvznl {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.jeetcity-mau4lx {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-mau4lx {
    margin: 0 0 60px;
  }
}

.jeetcity-mau4lx .jeetcity-xosi3g {
  position: relative;
}

.jeetcity-mau4lx .jeetcity-rgh5mg {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.jeetcity-mau4lx .jeetcity-rgh5mg.jeetcity-rqdocz {
  display: none;
}

.jeetcity-mau4lx .jeetcity-7yqvd0 {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .jeetcity-mau4lx .jeetcity-7yqvd0 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .jeetcity-mau4lx .jeetcity-7yqvd0 {
    bottom: 90px;
  }
}

.jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-43i7zs {
  max-width: 300px;
  width: 100%;
}

.jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-43i7zs .jeetcity-2wdlt6 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-43i7zs .jeetcity-2wdlt6 {
    font-size: 32px;
    text-align: center;
  }
}

.jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-43i7zs .jeetcity-wz0i9q {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-43i7zs .jeetcity-wz0i9q {
    text-align: center;
  }
}

.jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-92kr8l {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-92kr8l {
    flex-direction: column-reverse;
  }
}

.jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-92kr8l .jeetcity-086eyc {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.jeetcity-g0g04b ease-in-out;
}

.jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-92kr8l .jeetcity-086eyc:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-92kr8l .jeetcity-086eyc {
    width: 100%;
  }
}

.jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-92kr8l .jeetcity-bedcbf {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.jeetcity-g0g04b ease-in-out;
  overflow: hidden;
}

.jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-92kr8l .jeetcity-bedcbf span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-92kr8l .jeetcity-bedcbf:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-92kr8l .jeetcity-bedcbf:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .jeetcity-mau4lx .jeetcity-7yqvd0 .jeetcity-92kr8l .jeetcity-bedcbf {
    width: 100%;
  }
}

.jeetcity-mau4lx .jeetcity-7yqvd0.jeetcity-rqdocz {
  display: none;
}

.jeetcity-mau4lx .jeetcity-j7abpt {
  display: none;
}

.jeetcity-mau4lx .jeetcity-j7abpt.jeetcity-6ueody {
  display: block;
}

.jeetcity-mau4lx .jeetcity-j7abpt iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .jeetcity-mau4lx .jeetcity-j7abpt iframe {
    height: calc(100vh - 54px);
  }
}

.jeetcity-mau4lx .jeetcity-2wqro0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-mau4lx .jeetcity-2wqro0 {
    padding: 24px 16px 0;
  }
}

.jeetcity-mau4lx .jeetcity-2wqro0 .jeetcity-2wdlt6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-mau4lx .jeetcity-2wqro0 .jeetcity-2wdlt6 {
    margin-bottom: 24px;
  }
}

.jeetcity-mau4lx .jeetcity-2wqro0 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.jeetcity-mau4lx .jeetcity-2wqro0 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .jeetcity-mau4lx .jeetcity-2wqro0 table tr td {
    padding: 12px 4px;
  }
}

.jeetcity-mau4lx .jeetcity-2wqro0 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .jeetcity-mau4lx .jeetcity-2wqro0 table tr th {
    padding: 12px 4px;
  }
}

.jeetcity-mau4lx .jeetcity-2wqro0 table tr:last-of-type td {
  border-bottom: none;
}

.jeetcity-deczu0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.jeetcity-deczu0.jeetcity-ejqmd9 {
  display: block;
}

.jeetcity-deczu0 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.jeetcity-deczu0 .jeetcity-zoo8dv {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.jeetcity-deczu0 .jeetcity-huvkhe {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.jeetcity-deczu0 .jeetcity-bedcbf {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.jeetcity-g0g04b ease-in-out;
}

.jeetcity-deczu0 .jeetcity-bedcbf:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.jeetcity-3721hy {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.jeetcity-3721hy.jeetcity-ejqmd9 {
  display: block;
}

.jeetcity-fgls0c {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.jeetcity-7aw54u {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.jeetcity-vm31bh {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .jeetcity-7aw54u {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.jeetcity-q2nabv {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.jeetcity-q2nabv svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.jeetcity-7jxjdh {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jeetcity-r8tzz0.jeetcity-rqdocz {
  display: none;
}

.jeetcity-c4qbib {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-c4qbib {
    margin-bottom: 20px;
  }
}

.jeetcity-irydod {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.jeetcity-irydod span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.jeetcity-irydod small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.jeetcity-irydod input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.jeetcity-g0g04b ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.jeetcity-irydod input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.jeetcity-irydod input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.jeetcity-irydod input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.jeetcity-irydod input:active {
  border-color: #c2c0ce;
}

.jeetcity-irydod input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .jeetcity-irydod {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.jeetcity-52a4n0 {
  margin-bottom: 36px;
}

.jeetcity-52a4n0 textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.jeetcity-52a4n0 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.jeetcity-52a4n0 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .jeetcity-52a4n0 {
    margin-bottom: 24px;
  }
}

.jeetcity-uhom0d {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.jeetcity-nu95su {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.jeetcity-g0g04b ease-in-out;
}

.jeetcity-nu95su:hover {
  background: var(--border-color);
}

.jeetcity-xnjmh1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.jeetcity-g0g04b ease-in-out;
}

.jeetcity-xnjmh1:hover {
  background: #166ad9;
}

.jeetcity-ny5ith {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.jeetcity-ny5ith.jeetcity-rqdocz {
  display: none;
}

.jeetcity-p1wtcc {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.jeetcity-ny5ith .jeetcity-nu95su {
  margin: 0 auto;
}

.jeetcity-ugkeu0 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-ugkeu0 {
    margin-bottom: 16px;
  }
}

.jeetcity-esd1z0 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.jeetcity-izwe49 {
  filter: grayscale(100%);
}

.jeetcity-esd1z0 > input {
  display: none;
}

.jeetcity-esd1z0 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.jeetcity-cpyg4m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.jeetcity-ttybh1 44.jeetcity-ae8qv1.jeetcity-zgworo.jeetcity-zyy146.jeetcity-0ko40p.jeetcity-u0qiza.jeetcity-dikhkj.jeetcity-tgefp2.jeetcity-4qfifq.jeetcity-712e9k.jeetcity-f3q29t.jeetcity-q288ev.jeetcity-v9oxnz 0l-12.jeetcity-xkfpww 30.jeetcity-f9e7xs.jeetcity-1x4akk 2.jeetcity-l2gb9r.jeetcity-1x4akk 3.jeetcity-exazic 3.jeetcity-a09v60.jeetcity-lgysep 3.jeetcity-dz587j.jeetcity-z8zqiu.jeetcity-10ylr1.jeetcity-r3f1ue 7-3.jeetcity-xkfpww 10.jeetcity-hdn92k.jeetcity-r3f1ue 23.jeetcity-agno5q.jeetcity-2uy0pg 1.jeetcity-e9f0q0 2.jeetcity-xkfpww 3.jeetcity-2uy0pg 1.jeetcity-lgysep 5.jeetcity-v6ix5u.jeetcity-lgysep 32.jeetcity-mi6fa3.jeetcity-z8zqiu 5.jeetcity-v9oxnz 4.jeetcity-r3f1ue 9.jeetcity-r3f1ue 8.jeetcity-lgysep 6.jeetcity-qcv6c8.jeetcity-2hodox.jeetcity-edvwd9.jeetcity-hqd3is.jeetcity-6lz2hv 4.jeetcity-4afzf0.jeetcity-6lz2hv 6.jeetcity-6lz2hv 0l29.jeetcity-v9oxnz 17.jeetcity-qkf0by.jeetcity-a0ftfy 2.jeetcity-f11are 10.jeetcity-x0qtz8.jeetcity-xkfpww 8.jeetcity-lwclkp.jeetcity-nh8f70.jeetcity-mysosy.jeetcity-2runz1.jeetcity-6dwdkn.jeetcity-z8zqiu.jeetcity-u0qiza.jeetcity-xkfpww 1.jeetcity-ci8wma.jeetcity-ytoq91.jeetcity-4ydffx.jeetcity-20ubg2.jeetcity-qoszjr.jeetcity-e9f0q0 1.jeetcity-saws2e.jeetcity-d3koy3.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.jeetcity-esd1z0 > input:checked ~ label,
.jeetcity-esd1z0 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.jeetcity-cpyg4m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.jeetcity-ttybh1 44.jeetcity-ae8qv1.jeetcity-zgworo.jeetcity-zyy146.jeetcity-0ko40p.jeetcity-u0qiza.jeetcity-dikhkj.jeetcity-tgefp2.jeetcity-4qfifq.jeetcity-712e9k.jeetcity-f3q29t.jeetcity-q288ev.jeetcity-v9oxnz 0l-12.jeetcity-xkfpww 30.jeetcity-f9e7xs.jeetcity-1x4akk 2.jeetcity-l2gb9r.jeetcity-1x4akk 3.jeetcity-exazic 3.jeetcity-a09v60.jeetcity-lgysep 3.jeetcity-dz587j.jeetcity-z8zqiu.jeetcity-10ylr1.jeetcity-r3f1ue 7-3.jeetcity-xkfpww 10.jeetcity-hdn92k.jeetcity-r3f1ue 23.jeetcity-agno5q.jeetcity-2uy0pg 1.jeetcity-e9f0q0 2.jeetcity-xkfpww 3.jeetcity-2uy0pg 1.jeetcity-lgysep 5.jeetcity-v6ix5u.jeetcity-lgysep 32.jeetcity-mi6fa3.jeetcity-z8zqiu 5.jeetcity-v9oxnz 4.jeetcity-r3f1ue 9.jeetcity-r3f1ue 8.jeetcity-lgysep 6.jeetcity-qcv6c8.jeetcity-2hodox.jeetcity-edvwd9.jeetcity-hqd3is.jeetcity-6lz2hv 4.jeetcity-4afzf0.jeetcity-6lz2hv 6.jeetcity-6lz2hv 0l29.jeetcity-v9oxnz 17.jeetcity-qkf0by.jeetcity-a0ftfy 2.jeetcity-f11are 10.jeetcity-x0qtz8.jeetcity-xkfpww 8.jeetcity-lwclkp.jeetcity-nh8f70.jeetcity-mysosy.jeetcity-2runz1.jeetcity-6dwdkn.jeetcity-z8zqiu.jeetcity-u0qiza.jeetcity-xkfpww 1.jeetcity-ci8wma.jeetcity-ytoq91.jeetcity-4ydffx.jeetcity-20ubg2.jeetcity-qoszjr.jeetcity-e9f0q0 1.jeetcity-saws2e.jeetcity-d3koy3.5z'/%3e%3c/svg%3e");
}

.jeetcity-esd1z0 > input:not(:checked) ~ label:hover,
.jeetcity-esd1z0 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.jeetcity-cpyg4m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.jeetcity-ttybh1 44.jeetcity-ae8qv1.jeetcity-zgworo.jeetcity-zyy146.jeetcity-0ko40p.jeetcity-u0qiza.jeetcity-dikhkj.jeetcity-tgefp2.jeetcity-4qfifq.jeetcity-712e9k.jeetcity-f3q29t.jeetcity-q288ev.jeetcity-v9oxnz 0l-12.jeetcity-xkfpww 30.jeetcity-f9e7xs.jeetcity-1x4akk 2.jeetcity-l2gb9r.jeetcity-1x4akk 3.jeetcity-exazic 3.jeetcity-a09v60.jeetcity-lgysep 3.jeetcity-dz587j.jeetcity-z8zqiu.jeetcity-10ylr1.jeetcity-r3f1ue 7-3.jeetcity-xkfpww 10.jeetcity-hdn92k.jeetcity-r3f1ue 23.jeetcity-agno5q.jeetcity-2uy0pg 1.jeetcity-e9f0q0 2.jeetcity-xkfpww 3.jeetcity-2uy0pg 1.jeetcity-lgysep 5.jeetcity-v6ix5u.jeetcity-lgysep 32.jeetcity-mi6fa3.jeetcity-z8zqiu 5.jeetcity-v9oxnz 4.jeetcity-r3f1ue 9.jeetcity-r3f1ue 8.jeetcity-lgysep 6.jeetcity-qcv6c8.jeetcity-2hodox.jeetcity-edvwd9.jeetcity-hqd3is.jeetcity-6lz2hv 4.jeetcity-4afzf0.jeetcity-6lz2hv 6.jeetcity-6lz2hv 0l29.jeetcity-v9oxnz 17.jeetcity-qkf0by.jeetcity-a0ftfy 2.jeetcity-f11are 10.jeetcity-x0qtz8.jeetcity-xkfpww 8.jeetcity-lwclkp.jeetcity-nh8f70.jeetcity-mysosy.jeetcity-2runz1.jeetcity-6dwdkn.jeetcity-z8zqiu.jeetcity-u0qiza.jeetcity-xkfpww 1.jeetcity-ci8wma.jeetcity-ytoq91.jeetcity-4ydffx.jeetcity-20ubg2.jeetcity-qoszjr.jeetcity-e9f0q0 1.jeetcity-saws2e.jeetcity-d3koy3.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .jeetcity-79bfwn > .jeetcity-e4nnbr {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .jeetcity-79bfwn > .jeetcity-e4nnbr {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .jeetcity-79bfwn > .jeetcity-e4nnbr {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .jeetcity-79bfwn > .jeetcity-e4nnbr {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .jeetcity-79bfwn > .jeetcity-e4nnbr {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.jeetcity-pd10rz {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.jeetcity-pd10rz.jeetcity-rqdocz {
  display: none;
}

.jeetcity-kmbhx5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .jeetcity-kmbhx5 {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-kmbhx5 {
    border-radius: 20px 20px 0 0;
  }
}

.jeetcity-xv6r36 {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.jeetcity-xv6r36::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.jeetcity-xv6r36::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.jeetcity-xv6r36 img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .jeetcity-xv6r36 {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .jeetcity-xv6r36 img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-xv6r36 {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .jeetcity-xv6r36 img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.jeetcity-jkcz5z {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .jeetcity-jkcz5z {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-jkcz5z {
    font-size: 14px;
  }
}

.jeetcity-eqbnej {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.jeetcity-eqbnej::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .jeetcity-eqbnej::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.jeetcity-eqbnej::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .jeetcity-eqbnej::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .jeetcity-eqbnej {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-eqbnej {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.jeetcity-m2agxp {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .jeetcity-m2agxp {
    top: -20px;
  }
}

.jeetcity-hpayh1 {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.jeetcity-g0g04b ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .jeetcity-hpayh1:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .jeetcity-hpayh1 {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-hpayh1 {
    width: 90px;
    height: 40px;
  }
}

.jeetcity-pd10rz.jeetcity-pfpysw .jeetcity-kmbhx5 {
  background: #2b3b67;
}

.jeetcity-pd10rz.jeetcity-pfpysw .jeetcity-xv6r36 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.jeetcity-pd10rz.jeetcity-pfpysw .jeetcity-xv6r36::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.jeetcity-pd10rz.jeetcity-pfpysw .jeetcity-xv6r36::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.jeetcity-pd10rz.jeetcity-pfpysw .jeetcity-eqbnej::before {
  background: #0e0f41;
}

.jeetcity-pd10rz.jeetcity-pfpysw .jeetcity-eqbnej::after {
  background: #152557;
}

.jeetcity-pd10rz.jeetcity-96mdl2 .jeetcity-kmbhx5 {
  background: #1f35fa;
}

.jeetcity-pd10rz.jeetcity-96mdl2 .jeetcity-xv6r36 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.jeetcity-pd10rz.jeetcity-96mdl2 .jeetcity-xv6r36::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.jeetcity-pd10rz.jeetcity-96mdl2 .jeetcity-xv6r36::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.jeetcity-pd10rz.jeetcity-96mdl2 .jeetcity-eqbnej::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.jeetcity-pd10rz.jeetcity-96mdl2 .jeetcity-eqbnej::after {
  background: #192ac8;
}

.jeetcity-pd10rz.jeetcity-hrhanm .jeetcity-kmbhx5 {
  background: #fa771f;
}

.jeetcity-pd10rz.jeetcity-hrhanm .jeetcity-xv6r36 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.jeetcity-pd10rz.jeetcity-hrhanm .jeetcity-xv6r36::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.jeetcity-pd10rz.jeetcity-hrhanm .jeetcity-xv6r36::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.jeetcity-pd10rz.jeetcity-hrhanm .jeetcity-eqbnej::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.jeetcity-pd10rz.jeetcity-hrhanm .jeetcity-eqbnej::after {
  background: #fa8535;
}

.jeetcity-tl0zke {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .jeetcity-tl0zke {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .jeetcity-tl0zke {
    margin: 24px 0 60px;
  }
}

.jeetcity-tl0zke h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-tl0zke h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.jeetcity-u17cis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-u17cis {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.jeetcity-fl8vo7 {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-fl8vo7 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.jeetcity-s84pli {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .jeetcity-s84pli:hover {
    background: var(--button-bg-hover);
  }
}

.jeetcity-ewn9e2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jeetcity-ewn9e2 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.jeetcity-ewn9e2 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-ewn9e2 {
    margin-bottom: 16px;
  }
}

.jeetcity-kzxumf {
  width: 120px;
  height: 22px;
}

.jeetcity-kzxumf .jeetcity-rhnunx {
  fill: #c2c0ce;
}

.jeetcity-kzxumf [rating="1"] .jeetcity-rhnunx:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.jeetcity-kzxumf [rating="2"] .jeetcity-rhnunx:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.jeetcity-kzxumf [rating="3"] .jeetcity-rhnunx:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.jeetcity-kzxumf [rating="4"] .jeetcity-rhnunx:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.jeetcity-kzxumf [rating="5"] .jeetcity-rhnunx:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.jeetcity-hk92ew {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .jeetcity-hk92ew {
    gap: 16px 0;
  }
}

.jeetcity-5be2a5 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.jeetcity-5be2a5.jeetcity-6ueody {
  display: block;
}

.jeetcity-5be2a5.jeetcity-rqdocz {
  display: none;
}

@media only screen and (max-width: 767px) {
  .jeetcity-5be2a5 {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.jeetcity-6xcer7 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.jeetcity-potz6i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.jeetcity-2xxsyv {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.jeetcity-rkslvj small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.jeetcity-rkslvj span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.jeetcity-rni7z4 {
  font-size: 16px;
  line-height: 140%;
}

.jeetcity-ks766g {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.jeetcity-ks766g .jeetcity-rhnunx {
  fill: #c2c0ce;
}

.jeetcity-ks766g [rating="1"] .jeetcity-rhnunx:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.jeetcity-ks766g [rating="2"] .jeetcity-rhnunx:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.jeetcity-ks766g [rating="3"] .jeetcity-rhnunx:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.jeetcity-ks766g [rating="4"] .jeetcity-rhnunx:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.jeetcity-ks766g [rating="5"] .jeetcity-rhnunx:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.jeetcity-f4fdnh {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .jeetcity-f4fdnh {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.jeetcity-y91tle {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .jeetcity-y91tle {
    padding: 0 16px;
  }
}

.jeetcity-1t3rvq {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-1t3rvq {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.jeetcity-ns5y5c {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .jeetcity-ns5y5c {
    padding: 12px;
    gap: 12px;
  }
}

.jeetcity-rp26b2 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.jeetcity-rp26b2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jeetcity-s0fgs7 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.jeetcity-h0mkzn {
  flex: 1;
  min-width: 0;
}

.jeetcity-z3mxjs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-z3mxjs {
    font-size: 14px;
    gap: 6px;
  }
}

.jeetcity-ba9w0y {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.jeetcity-ba9w0y svg,
.jeetcity-ba9w0y img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jeetcity-ba9w0y svg path {
  fill: var(--button-bg-color);
}

.jeetcity-ba9w0y svg circle {
  fill: var(--button-text-color);
}

.jeetcity-76xq0l {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .jeetcity-76xq0l {
    font-size: 12px;
  }
}

.jeetcity-76xq0l strong {
  font-weight: 600;
}

.jeetcity-5xjili {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.jeetcity-5xjili p {
  margin: 0 0 16px;
}

.jeetcity-5xjili p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .jeetcity-5xjili {
    font-size: 14px;
    line-height: 150%;
  }
}

.jeetcity-6g79gg {
  max-width: 300px;
  width: 100%;
}

.jeetcity-6g79gg a {
  width: 100%;
}

@media (max-width: 575px) {
  .jeetcity-6g79gg {
    max-width: 200px;
  }
}

.jeetcity-jem7hy {
  justify-content: center;
}

.jeetcity-0z93nn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jeetcity-eov9fx {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .jeetcity-k3kjn0 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.jeetcity-gelelp {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.jeetcity-gelelp .jeetcity-8mgszb {
  justify-content: center;
}

/* faq */

.jeetcity-opcopv {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.jeetcity-io4jsb {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.jeetcity-deo021 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jeetcity-io4jsb::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.jeetcity-deo021 ease;
}

.jeetcity-opcopv.jeetcity-ejqmd9 .jeetcity-io4jsb::after {
  transform: rotate(45deg);
}

.jeetcity-2184gq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.jeetcity-g0g04b ease, padding 0.jeetcity-g0g04b ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.jeetcity-opcopv.jeetcity-ejqmd9 .jeetcity-2184gq {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.jeetcity-czmi56 {
  margin: 25px 0;
}

.jeetcity-esd1z0 > input:not(:checked) ~ label:hover,
.jeetcity-esd1z0 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.jeetcity-91p0rf.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.jeetcity-2uw4t5 44.jeetcity-el947u.jeetcity-m7xb9b.jeetcity-tgz6ai.jeetcity-3jafqb.jeetcity-wh8cc2.jeetcity-vqml18.jeetcity-t31v9e.jeetcity-zuaf3v.jeetcity-xmv6j5.jeetcity-rlf3oc.jeetcity-fjt2c9.jeetcity-8sq7aa 0l-12.jeetcity-cy6gfq 30.jeetcity-zxxsic.jeetcity-2y3xn9 2.jeetcity-w7ckgq.jeetcity-2y3xn9 3.jeetcity-igbvk5 3.jeetcity-6ilqs7.jeetcity-31xj18 3.jeetcity-5plnjr.jeetcity-fu7iy8.jeetcity-1yue0s.jeetcity-5jubsa 7-3.jeetcity-cy6gfq 10.jeetcity-woizpr.jeetcity-5jubsa 23.jeetcity-1qh1o6.jeetcity-f9olle 1.jeetcity-wshnv4 2.jeetcity-cy6gfq 3.jeetcity-f9olle 1.jeetcity-31xj18 5.jeetcity-sa14qt.jeetcity-31xj18 32.jeetcity-u75sxd.jeetcity-fu7iy8 5.jeetcity-8sq7aa 4.jeetcity-5jubsa 9.jeetcity-5jubsa 8.jeetcity-31xj18 6.jeetcity-muzvjm.jeetcity-pxkcz8.jeetcity-m0puud.jeetcity-m2y3xx.jeetcity-zrnflg 4.jeetcity-u7jcmj.jeetcity-zrnflg 6.jeetcity-zrnflg 0l29.jeetcity-8sq7aa 17.jeetcity-m7nv8c.jeetcity-q0s0wk 2.jeetcity-zpokhk 10.jeetcity-0lo4bq.jeetcity-cy6gfq 8.jeetcity-a9faqj.jeetcity-yum7ge.jeetcity-nvxymd.jeetcity-ildi0j.jeetcity-uz986v.jeetcity-fu7iy8.jeetcity-wh8cc2.jeetcity-cy6gfq 1.jeetcity-7gbqwl.jeetcity-a8onn5.jeetcity-d3ucj5.jeetcity-2xy49m.jeetcity-uev841.jeetcity-wshnv4 1.jeetcity-dwf40i.jeetcity-3fmdmm.5z'/%3e%3c/svg%3e");
}

.jeetcity-dl2vl5 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .jeetcity-dl2vl5 {
    gap: 16px 0;
  }
}

.jeetcity-nsw1uv {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.jeetcity-nsw1uv.jeetcity-z7gapm {
  display: block;
}

.jeetcity-nsw1uv.jeetcity-p6d27p {
  display: none;
}

@media only screen and (max-width: 767px) {
  .jeetcity-nsw1uv {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.jeetcity-4nj7z7 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.jeetcity-bc3s1q {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.jeetcity-zhbgre {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.jeetcity-lypa6e small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.jeetcity-lypa6e span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.jeetcity-ht67dz {
  font-size: 16px;
  line-height: 140%;
}

.jeetcity-4okosn {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.jeetcity-4okosn .jeetcity-j63ps9 {
  fill: #c2c0ce;
}

.jeetcity-4okosn [rating="1"] .jeetcity-j63ps9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.jeetcity-4okosn [rating="2"] .jeetcity-j63ps9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.jeetcity-4okosn [rating="3"] .jeetcity-j63ps9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.jeetcity-4okosn [rating="4"] .jeetcity-j63ps9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.jeetcity-4okosn [rating="5"] .jeetcity-j63ps9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.jeetcity-ecedjr {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.jeetcity-ecedjr textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.jeetcity-ecedjr button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.jeetcity-fvib4h {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.jeetcity-fvib4h.jeetcity-fesfjn {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.jeetcity-mcsm5e {
  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-mcsm5e label {
  font-size: 14px;
}

.jeetcity-mcsm5e h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.jeetcity-mcsm5e input,
.jeetcity-mcsm5e textarea,
.jeetcity-mcsm5e 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-mcsm5e button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.jeetcity-deo021 ease;
}
.jeetcity-mcsm5e button:hover {
  background-color: var(--button-bg-hover);
}
.jeetcity-eigh1h {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.jeetcity-osp1h7 ease-in;
}

.jeetcity-eigh1h 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-cclcw9, .jeetcity-fwre4z, [class*="review-card"],
thead, thead th, table th, .jeetcity-yhtq6d,
.jeetcity-ztsa0f, [class*="collapsible-header"],
.jeetcity-yesrwp, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.jeetcity-ykvasx, .jeetcity-ykvasx :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
