@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.jeetcity-rupuwf {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jeetcity-7hiov0 {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.jeetcity-20emt9,
ul.jeetcity-20emt9 {
  padding-left: 20px;
}

ul.jeetcity-20emt9 {
  list-style: disc;
}

ol.jeetcity-20emt9 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.jeetcity-nbg4u4 > .jeetcity-y5rjjf,
.jeetcity-nbg4u4 > .jeetcity-tx8cg9,
.jeetcity-nbg4u4 > blockquote,
.jeetcity-nbg4u4 > h1,
.jeetcity-nbg4u4 > h2,
.jeetcity-nbg4u4 > h3,
.jeetcity-nbg4u4 > h4,
.jeetcity-nbg4u4 > h5,
.jeetcity-nbg4u4 > h6,
.jeetcity-nbg4u4 > ol,
.jeetcity-nbg4u4 > p,
.jeetcity-nbg4u4 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jeetcity-nbg4u4 > ol,
.jeetcity-nbg4u4 > ul {
  padding-left: 50px;
}

.jeetcity-nbg4u4 blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.jeetcity-nbg4u4:not(:last-child) {
  margin-bottom: 2rem;
}

.jeetcity-nbg4u4 > :not(:first-child) {
  margin-top: 2rem;
}

.jeetcity-nbg4u4 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jeetcity-nbg4u4:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .jeetcity-nbg4u4:first-child {
    margin-top: 20px;
  }
}

.jeetcity-nbg4u4 > p:last-of-type {
  margin-bottom: 32px;
}

.jeetcity-nbg4u4 > .jeetcity-2thbej:not(:first-child) {
  margin: 64px auto 16px auto;
}

.jeetcity-w94fmj > .jeetcity-2thbej {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jeetcity-tx8cg9 {
  overflow: auto;
}

.jeetcity-tx8cg9::-webkit-scrollbar {
  height: 5px;
}

.jeetcity-tx8cg9 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.jeetcity-tx8cg9 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.jeetcity-tx8cg9 table thead,
table thead {
  border-bottom: none;
}

.jeetcity-tx8cg9 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.jeetcity-tx8cg9 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.jeetcity-tx8cg9 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.jeetcity-tx8cg9 .jeetcity-o4awxm {
  table-layout: auto;
}

.jeetcity-tx8cg9 .jeetcity-o4awxm th {
  word-break: normal;
}

.jeetcity-tx8cg9 .jeetcity-o4awxm td {
  word-break: normal;
}

.jeetcity-rupuwf .jeetcity-rupuwf {
  padding-right: 0;
  padding-left: 0;
}

.jeetcity-9wettl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.jeetcity-nvffay {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.jeetcity-2bckmt {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.jeetcity-y5rjjf {
  margin-top: 24px;
}

.jeetcity-y5rjjf.jeetcity-1u090w {
  text-align: left;
}

.jeetcity-y5rjjf.jeetcity-0e357s {
  text-align: right;
}

.jeetcity-y5rjjf.jeetcity-s18ciy {
  text-align: center;
}

.jeetcity-2iab74 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.jeetcity-4nz6ry ease-in-out;
  cursor: pointer;
}

.jeetcity-2iab74:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.jeetcity-2iab74 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .jeetcity-2iab74 {
    min-width: unset;
  }
}

.jeetcity-0ni3ii {
  background-color: var(--fh-bg-color);
}

.jeetcity-tkcln3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.jeetcity-82wvf8 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.jeetcity-82wvf8 img {
  max-height: 80px;
  object-fit: contain;
}

.jeetcity-n1iypb {
  flex: 1 1;
}

.jeetcity-ig3002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.jeetcity-vo5f2d {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.jeetcity-vo5f2d span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.jeetcity-vo5f2d.jeetcity-y0foq3 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.jeetcity-vo5f2d.jeetcity-y0foq3 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.jeetcity-vo5f2d.jeetcity-y0foq3 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.jeetcity-n1iypb + .jeetcity-ig3002 {
  margin-left: 20px;
}

.jeetcity-dnqoyd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.jeetcity-dnqoyd > svg {
  max-width: 24px;
  max-height: 24px;
}

.jeetcity-dnqoyd + .jeetcity-dnqoyd {
  margin-left: 5px;
}

.jeetcity-vxeqxb {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.jeetcity-vxeqxb:hover {
  background-color: var(--button-bg-hover);
}

.jeetcity-pjadq6 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.jeetcity-4nz6ry ease-in-out;
  border: 1px solid var(--border-color);
}

.jeetcity-pjadq6:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.jeetcity-ccukk3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .jeetcity-n1iypb {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .jeetcity-ccukk3 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .jeetcity-n1iypb {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .jeetcity-dnqoyd {
    min-width: unset;
    flex: 1 1;
  }
}

.jeetcity-cfzhxd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.jeetcity-cfzhxd:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.jeetcity-cfzhxd:hover .jeetcity-fnxpzw {
  opacity: 1;
  pointer-events: auto;
}

.jeetcity-714lxu {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.jeetcity-6nje0l ease-in-out;
  gap: 4px;
}

.jeetcity-714lxu > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jeetcity-714lxu .jeetcity-9wettl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jeetcity-a3oclo,
.jeetcity-714lxu:hover {
  color: var(--button-bg-hover);
}

.jeetcity-rzon48 {
  position: relative;
}

.jeetcity-rzon48 .jeetcity-714lxu {
  margin-right: 0;
  padding-right: 4px;
}

.jeetcity-ljz8hp svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jeetcity-rzon48.jeetcity-y0foq3 .jeetcity-ljz8hp svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.jeetcity-rzon48.jeetcity-y0foq3 .jeetcity-fnxpzw {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.jeetcity-rzon48.jeetcity-y0foq3 .jeetcity-fnxpzw::before {
  display: none;
}

.jeetcity-ljz8hp svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.jeetcity-fnxpzw {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.jeetcity-srroxw 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.jeetcity-fnxpzw::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.jeetcity-fnxpzw:hover {
  color: var(--fh-bg-color);
}

.jeetcity-m1rha9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.jeetcity-srroxw 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.jeetcity-6nje0l ease-in-out;
  -o-transition: 0.jeetcity-6nje0l ease-in-out;
  transition: 0.jeetcity-6nje0l ease-in-out;
}

.jeetcity-m1rha9 .jeetcity-9wettl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jeetcity-gdptu2,
.jeetcity-m1rha9:hover {
  color: var(--button-bg-hover);
}

.jeetcity-r5u6ql {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.jeetcity-r5u6ql.jeetcity-bcw0c2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.jeetcity-r5u6ql.jeetcity-bcw0c2:after,
.jeetcity-r5u6ql.jeetcity-bcw0c2:before {
  content: "";
  position: absolute;
  margin: auto;
}

.jeetcity-r5u6ql.jeetcity-bcw0c2:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.jeetcity-r5u6ql.jeetcity-bcw0c2:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.jeetcity-r5u6ql.jeetcity-bcw0c2 > * {
  z-index: 1;
}

.jeetcity-r5u6ql b,
.jeetcity-r5u6ql strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.jeetcity-r5u6ql .jeetcity-97nren {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.jeetcity-r5u6ql .jeetcity-as4kqz {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.jeetcity-r5u6ql .jeetcity-9wettl {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.jeetcity-r5u6ql .jeetcity-ddqobg {
  margin-top: 12px;
}

.jeetcity-ddqobg {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.jeetcity-2ykjtq {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.jeetcity-ddqobg .jeetcity-3taly8 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.jeetcity-4nz6ry ease-in-out;
}

.jeetcity-ddqobg .jeetcity-3taly8:hover {
  background: rgba(255, 255, 255, 0.3);
}

.jeetcity-v79ggu {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.jeetcity-r5u6ql.jeetcity-poso58 {
  gap: 12px;
  padding: 16px;
}

.jeetcity-r5u6ql.jeetcity-poso58 .jeetcity-v79ggu {
  min-width: 240px;
}

.jeetcity-r5u6ql.jeetcity-poso58 .jeetcity-v79ggu.jeetcity-2z47e1 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .jeetcity-r5u6ql .jeetcity-97nren {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .jeetcity-r5u6ql .jeetcity-as4kqz {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .jeetcity-r5u6ql .jeetcity-9wettl {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .jeetcity-r5u6ql.jeetcity-poso58 .jeetcity-9wettl {
    max-width: 126px;
  }
  .jeetcity-r5u6ql .jeetcity-ddqobg {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .jeetcity-r5u6ql .jeetcity-2ykjtq {
    max-width: unset;
  }
  .jeetcity-v79ggu {
    min-width: unset;
    width: 100%;
  }
  .jeetcity-r5u6ql .jeetcity-v79ggu {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .jeetcity-r5u6ql.jeetcity-poso58 {
    grid-template-rows: auto 1fr auto;
  }
  .jeetcity-r5u6ql.jeetcity-poso58 .jeetcity-v79ggu {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .jeetcity-r5u6ql {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .jeetcity-r5u6ql .jeetcity-97nren {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .jeetcity-r5u6ql .jeetcity-9wettl {
    max-width: 78px;
  }
  .jeetcity-r5u6ql .jeetcity-ddqobg {
    margin-top: -12px;
  }
  .jeetcity-r5u6ql.jeetcity-poso58 {
    gap: 8px;
  }
  .jeetcity-r5u6ql.jeetcity-poso58 .jeetcity-97nren {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .jeetcity-r5u6ql.jeetcity-poso58 .jeetcity-as4kqz {
    grid-column: 1/3;
  }
  .jeetcity-r5u6ql.jeetcity-poso58 .jeetcity-9wettl {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .jeetcity-r5u6ql.jeetcity-poso58 .jeetcity-9wettl img {
    max-width: 114px;
  }
}

.jeetcity-v79ggu.jeetcity-vkep6i,
.jeetcity-v79ggu.jeetcity-us9in2,
.jeetcity-v79ggu.jeetcity-47str0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.jeetcity-4nz6ry ease-in-out;
}

.jeetcity-v79ggu.jeetcity-vkep6i,
.jeetcity-v79ggu.jeetcity-47str0 {
  padding: 10px;
}

.jeetcity-v79ggu.jeetcity-vkep6i:hover,
.jeetcity-v79ggu.jeetcity-us9in2:hover,
.jeetcity-v79ggu.jeetcity-47str0:hover {
  background: var(--button-bg-hover);
}

.jeetcity-v79ggu.jeetcity-vkep6i:hover svg path,
.jeetcity-v79ggu.jeetcity-47str0:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.jeetcity-v79ggu.jeetcity-2z47e1 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.jeetcity-4nz6ry ease-in-out;
  background: var(--button-bg-color);
}

.jeetcity-v79ggu.jeetcity-2z47e1:hover {
  background-color: var(--button-bg-hover);
}

.jeetcity-v79ggu.jeetcity-us9in2:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.jeetcity-v79ggu.jeetcity-us9in2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jeetcity-v79ggu.jeetcity-2z47e1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jeetcity-plhz8o {
  max-width: 650px;
}

.jeetcity-wybwjl {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.jeetcity-1j20ce {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.jeetcity-8tv2ei {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.jeetcity-6nje0l ease-in-out;
  cursor: pointer;
}

.jeetcity-8tv2ei:hover {
  opacity: 0.5;
}

.jeetcity-8tv2ei:focus {
  outline: 0;
}

.jeetcity-8tv2ei:focus .jeetcity-rmszq1,
.jeetcity-8tv2ei:hover .jeetcity-rmszq1 {
  fill: red;
  fill-opacity: 1;
}

.jeetcity-8tv2ei:hover {
  cursor: pointer;
}

.jeetcity-oplntm {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.jeetcity-plhz8o.jeetcity-s18ciy {
  margin: 0 auto;
}

.jeetcity-plhz8o.jeetcity-0e357s {
  margin-left: auto;
}

.jeetcity-6febpx {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.jeetcity-kvb7m2 {
  padding-bottom: 50px;
}

.jeetcity-4n9xse {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.jeetcity-rssshv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.jeetcity-ots6x2 {
  margin-top: 24px;
}

.jeetcity-yasysd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jeetcity-g48x2m {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.jeetcity-m0t1q9 {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.jeetcity-vke5ls {
  width: 468px;
}

.jeetcity-m0t1q9 .jeetcity-fnxpzw {
  margin: 0.jeetcity-lb34fd 0;
}

.jeetcity-8bfozz {
  display: flex;
  min-width: 224px;
}

.jeetcity-fvfk8w {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.jeetcity-6nje0l ease-in-out;
}

.jeetcity-hl7m0p,
.jeetcity-fvfk8w:hover {
  color: var(--text-color);
}

.jeetcity-qdc2nu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.jeetcity-h9pq5v {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .jeetcity-6febpx {
    padding: 16px;
  }
  .jeetcity-qdc2nu {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .jeetcity-h9pq5v {
    align-items: center;
  }
  .jeetcity-vke5ls {
    width: unset;
  }
  .jeetcity-8bfozz {
    min-width: unset;
  }
  .jeetcity-m0t1q9 {
    max-height: unset;
  }
  .jeetcity-4n9xse {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .jeetcity-6febpx {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.jeetcity-3amk7t {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.jeetcity-3amk7t:not(:last-child) {
  margin-bottom: 16px;
}

.jeetcity-90sb4y {
  outline: 0;
}

.jeetcity-90sb4y .jeetcity-cy3t7h {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.jeetcity-f7fq1t {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .jeetcity-f7fq1t {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.jeetcity-f7fq1t::-webkit-details-marker {
  display: none;
}

.jeetcity-f7fq1t:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.jeetcity-f7fq1t:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .jeetcity-f7fq1t:after {
  transform: unset;
}

.jeetcity-cy3t7h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.jeetcity-cy3t7h svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.jeetcity-6nje0l ease-in-out;
  -o-transition: 0.jeetcity-6nje0l ease-in-out;
  transition: 0.jeetcity-6nje0l ease-in-out;
}

.jeetcity-66f7qr {
  padding: 16px 0 0 0;
}

.jeetcity-66f7qr * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .jeetcity-66f7qr :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jeetcity-f7fq1t {
    flex-wrap: wrap;
    gap: 12px;
  }
  .jeetcity-f7fq1t::after {
    margin-left: auto;
  }
  .jeetcity-cy3t7h {
    order: 3;
    flex: 1 1 100%;
  }
  .jeetcity-f7fq1t {
    font-size: 14px;
    line-height: 130%;
  }
  .jeetcity-cy3t7h svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.jeetcity-vr0pe5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.jeetcity-4mlqr9 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.jeetcity-vr0pe5.jeetcity-y0foq3 .jeetcity-4mlqr9 {
  margin-bottom: 12px;
}

.jeetcity-4mlqr9::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.jeetcity-vr0pe5.jeetcity-y0foq3 .jeetcity-4mlqr9::after {
  transform: unset;
}

.jeetcity-aq8cea {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.jeetcity-oe342p {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.jeetcity-6nje0l ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.jeetcity-oe342p:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.jeetcity-vr0pe5.jeetcity-y0foq3 .jeetcity-aq8cea {
  max-height: 100%;
}

.jeetcity-915f09 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.jeetcity-9uauf9 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.jeetcity-jfyj28 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.jeetcity-dpmwwc {
  margin-right: 4px;
}

.jeetcity-cxgy4n {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.jeetcity-6nje0l ease-in-out;
}

.jeetcity-cxgy4n svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.jeetcity-v8khsk,
.jeetcity-cxgy4n:hover {
  color: var(--text-color);
}

.jeetcity-r4lckf {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.jeetcity-r4lckf img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.jeetcity-r4lckf .jeetcity-rx17gd {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.jeetcity-r4lckf .jeetcity-rsvpd9 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.jeetcity-tm2mo8 {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.jeetcity-71ihlh {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jeetcity-gjxymg .jeetcity-rupuwf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.jeetcity-gjxymg {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.jeetcity-xc69nt {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.jeetcity-fdgy7s {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.jeetcity-ufh35l {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.jeetcity-p7gj9i 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.jeetcity-ufh35l:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.jeetcity-2xi8au {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.jeetcity-y5b3z8 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.jeetcity-6nje0l ease-in-out;
  transition: transform 0.jeetcity-6nje0l ease-in-out;
  -o-transition: transform 0.jeetcity-6nje0l ease-in-out;
  transition:
    transform 0.jeetcity-6nje0l ease-in-out,
    -webkit-transform 0.jeetcity-6nje0l ease-in-out;
  cursor: pointer;
}

.jeetcity-y5b3z8 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.jeetcity-y5b3z8:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.jeetcity-7wxer3 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .jeetcity-7wxer3 {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.jeetcity-ci6i09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.jeetcity-0up05a {
  position: relative;
  width: 100%;
}

.jeetcity-ci6i09.jeetcity-xy1d83 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jeetcity-ci6i09.jeetcity-s18ciy {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jeetcity-ci6i09.jeetcity-0e357s {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jeetcity-755qng {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.jeetcity-y0fkmk {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.jeetcity-6nje0l ease-in-out;
  cursor: pointer;
}

.jeetcity-y0fkmk:hover {
  opacity: 0.5;
}

.jeetcity-ci6i09.jeetcity-5hgw0v .jeetcity-y0fkmk {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.jeetcity-ci6i09.jeetcity-5hgw0v .jeetcity-755qng {
  cursor: pointer;
}

.jeetcity-517rog {
  fill: #0009;
}

.jeetcity-q4b4to {
  fill: #fff;
}

.jeetcity-y0fkmk:hover .jeetcity-517rog {
  fill: red;
}

.jeetcity-y0fkmk svg path {
  -webkit-transition: 0.jeetcity-6nje0l ease-in-out;
  -o-transition: 0.jeetcity-6nje0l ease-in-out;
  transition: 0.jeetcity-6nje0l ease-in-out;
}

.jeetcity-lfsi5g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.jeetcity-lfsi5g > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.jeetcity-lfsi5g.jeetcity-2ocjh3 > :not(.get-image) {
  grid-column: 1/3;
}

.jeetcity-8a183q:not(._h1-block) .jeetcity-lfsi5g > .jeetcity-2thbej {
  grid-row: 1/2;
  grid-column: 1/3;
}

.jeetcity-lfsi5g.jeetcity-2ocjh3 .jeetcity-hfv35q {
  grid-column: 2/3;
}

.jeetcity-lfsi5g.jeetcity-2ocjh3 > .jeetcity-9wettl {
  grid-column: 1/2;
}

.jeetcity-lfsi5g.jeetcity-2ocjh3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.jeetcity-lfsi5g > p:first-of-type {
  margin-top: 0;
}

.jeetcity-lfsi5g .jeetcity-9wettl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.jeetcity-8a183q:not(._h1-block) .jeetcity-2thbej ~ .jeetcity-9wettl {
  grid-row: 2/10;
}

.jeetcity-8a183q.jeetcity-3o7c4y .jeetcity-2thbej ~ .jeetcity-9wettl {
  grid-row: 1/10;
}

.jeetcity-8a183q.jeetcity-3o7c4y > .jeetcity-2thbej {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.jeetcity-8a183q.jeetcity-3o7c4y .jeetcity-9wettl {
  grid-row: 1/10;
}

.jeetcity-lfsi5g.jeetcity-k4ol9s .jeetcity-9wettl {
  align-items: flex-start;
}

.jeetcity-lfsi5g.jeetcity-s18ciy .jeetcity-hfv35q {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.jeetcity-lfsi5g.jeetcity-s18ciy .jeetcity-9wettl {
  align-items: center;
}

.jeetcity-lfsi5g.jeetcity-006xsq .jeetcity-9wettl {
  align-items: flex-end;
}

.jeetcity-hfv35q > :first-child {
  margin-top: 0;
}

.jeetcity-hfv35q > :last-child {
  margin-bottom: 0;
}

* + .jeetcity-piyjpq,
.jeetcity-8a183q + .jeetcity-8a183q {
  margin-top: 2rem;
}

.jeetcity-z5x5w8 td::before,
.jeetcity-z5x5w8 th::after {
  display: none !important;
}

.jeetcity-z5x5w8 #link-selector {
  color: #000;
}

.jeetcity-z5x5w8 .jeetcity-czzb2r {
  color: #135e96;
}

.jeetcity-z5x5w8 .jeetcity-ljbd5f *,
.jeetcity-z5x5w8 .jeetcity-6jfu4s p,
.jeetcity-z5x5w8 .jeetcity-x9ayls * {
  color: #000;
}

.jeetcity-z5x5w8 .jeetcity-kicfxc {
  background: 0 0 !important;
}

.jeetcity-z5x5w8 .jeetcity-fp7lll {
  color: #000;
}

.jeetcity-z5x5w8 .jeetcity-aw9fiq.jeetcity-5603ag {
  color: #fff;
}

.jeetcity-z5x5w8 .jeetcity-xi7r9j {
  color: #000;
}

.jeetcity-z5x5w8
  .jeetcity-sh7hry
  .jeetcity-bsqq5f.jeetcity-5603ag.jeetcity-1o3byb {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.jeetcity-hpr8gf,
body .jeetcity-e5xv7j {
  color: #000;
  background: var(--color-body) !important;
}

.jeetcity-hpr8gf .jeetcity-9o0kdl .jeetcity-15r59i,
body .jeetcity-e5xv7j .jeetcity-9o0kdl .jeetcity-15r59i {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jeetcity-oe342p:focus,
  .jeetcity-oe342p:hover {
    color: #f9cb16;
  }
  .jeetcity-s0sxb0:focus,
  .jeetcity-s0sxb0:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jeetcity-aywy5r:focus img,
  .jeetcity-aywy5r:focus svg,
  .jeetcity-aywy5r:hover img,
  .jeetcity-aywy5r:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .jeetcity-r4lckf {
    display: none;
  }
}

@media (min-width: 1024px) {
  .jeetcity-rzon48:hover .jeetcity-ljz8hp svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .jeetcity-ljz8hp {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .jeetcity-uqlp0n {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .jeetcity-imejrf {
    grid-template-columns: repeat(4, 1fr);
  }
  .jeetcity-vlrngf {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .jeetcity-gkmpxc .jeetcity-qg1uo8 {
    grid-template-columns: 1fr;
  }
  .jeetcity-gkmpxc .jeetcity-lwru1b {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .jeetcity-gkmpxc .jeetcity-u30knx {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jeetcity-gkmpxc .jeetcity-yg14xo {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jeetcity-gkmpxc .jeetcity-8l7asi {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .jeetcity-gkmpxc .jeetcity-u30knx:not(:first-child) {
    border: none;
  }
  .jeetcity-gkmpxc .jeetcity-u30knx:first-child .jeetcity-yg14xo {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .jeetcity-gkmpxc .jeetcity-u30knx:last-child .jeetcity-yg14xo {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .jeetcity-tkcln3 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .jeetcity-82wvf8 {
    max-width: 100px;
  }
  .jeetcity-n1iypb {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .jeetcity-ig3002 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .jeetcity-ig3002 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .jeetcity-vo5f2d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .jeetcity-n1iypb + .jeetcity-ig3002 {
    margin-left: auto;
  }
  .jeetcity-gycom5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .jeetcity-gycom5.jeetcity-y0foq3 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .jeetcity-ccukk3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .jeetcity-cfzhxd {
    width: 100%;
  }
  .jeetcity-cfzhxd:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .jeetcity-714lxu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .jeetcity-714lxu svg {
    margin-right: 4px;
  }
  .jeetcity-rzon48 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .jeetcity-ljz8hp svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .jeetcity-ljz8hp {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .jeetcity-fnxpzw {
    display: none;
    width: 100%;
  }
  .jeetcity-rzon48.jeetcity-y0foq3 .jeetcity-fnxpzw {
    padding: 0 0 0 48px;
  }
  .jeetcity-m1rha9 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .jeetcity-rssshv .jeetcity-9wettl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .jeetcity-gk5uh4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jeetcity-gk5uh4 + .jeetcity-gk5uh4 {
    margin-right: 0;
  }
  .jeetcity-gk5uh4 + .jeetcity-9wettl {
    margin: 0;
  }
  .jeetcity-uqlp0n {
    grid-template-columns: repeat(4, 1fr);
  }
  .jeetcity-imejrf {
    grid-template-columns: repeat(3, 1fr);
  }
  .jeetcity-5pfyvm,
  .jeetcity-2txcke {
    grid-template-columns: repeat(2, 1fr);
  }
  .jeetcity-lfsi5g {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .jeetcity-lfsi5g.jeetcity-2ocjh3 .jeetcity-hfv35q {
    grid-column: auto;
    grid-row: auto;
  }
  .jeetcity-lfsi5g > .jeetcity-2thbej {
    grid-column: 1/2;
  }
  .jeetcity-lfsi5g.jeetcity-2ocjh3 > :not(.get-image) {
    grid-column: 1/2;
  }
  .jeetcity-lfsi5g .jeetcity-9wettl,
  .jeetcity-lfsi5g.jeetcity-2ocjh3 > .jeetcity-9wettl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jeetcity-lfsi5g.jeetcity-2ocjh3 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .jeetcity-8a183q.jeetcity-3o7c4y .jeetcity-lfsi5g > .jeetcity-9wettl {
    grid-row: 1/2;
  }
  .jeetcity-lfsi5g .jeetcity-2thbej ~ .jeetcity-9wettl,
  .jeetcity-lfsi5g.jeetcity-2ocjh3 .jeetcity-2thbej ~ .jeetcity-9wettl {
    grid-row: 2/3;
  }
  .jeetcity-8a183q.jeetcity-3o7c4y .jeetcity-2thbej ~ .jeetcity-9wettl {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .jeetcity-nbg4u4:first-child .jeetcity-2m33yp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jeetcity-nbg4u4:first-child .jeetcity-2m33yp h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .jeetcity-nbg4u4 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .jeetcity-nbg4u4 {
    padding: 0;
  }
  .jeetcity-y5rjjf {
    margin-top: 1rem;
  }
  .jeetcity-90sb4y {
    border-radius: 5px;
  }
  .jeetcity-3cwfqk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jeetcity-4mlqr9::after {
    display: inline-block;
  }
  .jeetcity-4mlqr9 {
    margin: 0;
    width: 100%;
  }
  .jeetcity-aq8cea {
    width: 100%;
  }
  .jeetcity-aq8cea.jeetcity-atc65w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .jeetcity-aq8cea.jeetcity-atc65w .jeetcity-gshitv {
    width: 100%;
  }
  .jeetcity-aq8cea.jeetcity-atc65w .jeetcity-gshitv:not(:last-child) {
    margin-right: 0;
  }
  .jeetcity-oe342p {
    width: 100%;
    text-align: center;
  }
  .jeetcity-vr0pe5.jeetcity-y0foq3 .jeetcity-aq8cea {
    margin-top: 1rem;
  }
  .jeetcity-uqlp0n {
    grid-template-columns: repeat(3, 1fr);
  }
  .jeetcity-vlrngf,
  .jeetcity-imejrf {
    grid-template-columns: repeat(2, 1fr);
  }
  .jeetcity-5pfyvm,
  .jeetcity-2txcke,
  .jeetcity-4go4hf {
    grid-template-columns: 1fr;
  }
  .jeetcity-44dwlb {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .jeetcity-xthatc {
    min-width: 300px;
    max-width: 325px;
  }
  .jeetcity-yg14xo {
    cursor: auto;
  }
  .jeetcity-zzg77l .jeetcity-yg14xo {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .jeetcity-7wxer3 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .jeetcity-fnxpzw {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .jeetcity-7wxer3 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.jeetcity-gk5uh4 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .jeetcity-ig3002 {
    margin: 0 -0.2rem;
  }
  .jeetcity-gk5uh4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .jeetcity-p8v3gi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .jeetcity-rfxtt7 {
    max-width: 100%;
  }
  .jeetcity-uqlp0n {
    grid-template-columns: repeat(2, 1fr);
  }
  .jeetcity-vlrngf,
  .jeetcity-imejrf {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .jeetcity-tkcln3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jeetcity-ig3002 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .jeetcity-0ni3ii {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jeetcity-dnqoyd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jeetcity-oxmrn9,
  .jeetcity-tcmou0 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .jeetcity-2iab74 {
    width: 100%;
  }
  .jeetcity-uqlp0n {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .jeetcity-7wxer3 {
    top: 127px !important;
  }
}

.jeetcity-zrgxzo {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .jeetcity-zrgxzo {
  }
}

@media (max-width: 767px) {
  .jeetcity-zrgxzo {
    margin-bottom: 12px;
  }
}

.jeetcity-zrgxzo img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.jeetcity-j4xkrq {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.jeetcity-j4xkrq > .jeetcity-ofobzp {
  flex: 1 1;
}

@media (max-width: 767px) {
  .jeetcity-j4xkrq {
    flex-direction: column;
    gap: 12px;
  }
}

.jeetcity-uib4nb {
  display: flex;
}

.jeetcity-uib4nb .jeetcity-gr0pzw {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.jeetcity-uib4nb .jeetcity-x00esy {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.jeetcity-uib4nb .jeetcity-vjf9za {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.jeetcity-uib4nb .jeetcity-19o8rj {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.jeetcity-uib4nb .jeetcity-19o8rj:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.jeetcity-uib4nb .jeetcity-gyoqde {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.jeetcity-g9xees {
  border: unset;
  background-color: unset;
}

.jeetcity-g9xees tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.jeetcity-g9xees .jeetcity-xdi9si,
.jeetcity-g9xees .jeetcity-54tjaw {
  flex: 0 1 330px;
}

.jeetcity-g9xees .jeetcity-f7hnt8 {
  flex: 1 1;
}

.jeetcity-g9xees tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.jeetcity-g9xees tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.jeetcity-g9xees tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.jeetcity-g9xees tr td p {
  color: #fff;
  margin: 0;
}

.jeetcity-g9xees tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.jeetcity-g9xees tr.jeetcity-xdi9si td p {
  padding: 16px 0;
}

.jeetcity-g9xees tr.jeetcity-xdi9si td p:not(:last-child),
.jeetcity-g9xees tr.jeetcity-54tjaw td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.jeetcity-g9xees tr.jeetcity-xdi9si td p:first-child,
.jeetcity-g9xees tr.jeetcity-54tjaw td p:first-child {
  padding-top: 0;
}

.jeetcity-g9xees tr.jeetcity-54tjaw td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jeetcity-g9xees tr.jeetcity-54tjaw td p:last-child {
  padding-bottom: 0;
}

.jeetcity-g9xees .jeetcity-54tjaw img {
  max-width: 32px;
}

.jeetcity-g9xees .jeetcity-f7hnt8 {
  min-width: 718px;
}

.jeetcity-g9xees .jeetcity-f7hnt8 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.jeetcity-g9xees .jeetcity-f7hnt8 td {
  display: flex;
}

.jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-a3pfo3,
.jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-gghdpw,
.jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-97724j {
  flex: 1 1 50%;
}

.jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-eothk7 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-q46rm6,
.jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-1esnn1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-a3pfo3,
.jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-gghdpw {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-a3pfo3 span,
.jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-gghdpw span {
  font-weight: 800;
}

.jeetcity-g9xees .jeetcity-f7hnt8 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .jeetcity-g9xees .jeetcity-f7hnt8 td .jeetcity-97724j:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .jeetcity-g9xees tr.jeetcity-xdi9si td p:last-child {
    padding-bottom: 0;
  }
  .jeetcity-g9xees .jeetcity-54tjaw > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .jeetcity-g9xees .jeetcity-54tjaw > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .jeetcity-g9xees tr.jeetcity-xdi9si td p:not(:last-child),
  .jeetcity-g9xees tr.jeetcity-54tjaw td p:not(:last-child) {
    border-bottom: unset;
  }
  .jeetcity-g9xees tr.jeetcity-54tjaw td p:last-child {
    padding-bottom: 12px;
  }
  .jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-a3pfo3,
  .jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-gghdpw,
  .jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-97724j {
    flex: 1 1 50%;
    padding: 0;
  }
  .jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-a3pfo3,
  .jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-gghdpw {
    margin-top: 16px;
  }
  .jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-97724j {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-a3pfo3 {
    border-right: 1px solid var(--border-color);
  }
  .jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-97724j:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .jeetcity-g9xees .jeetcity-f7hnt8 td:last-child .jeetcity-97724j:last-child {
    padding-bottom: 0;
  }
}

.jeetcity-97724j {
  display: flex;
  flex-direction: column;
}

.jeetcity-g9xees .jeetcity-f7hnt8 td .jeetcity-97724j {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.jeetcity-g9xees .jeetcity-f7hnt8 td .jeetcity-97724j:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.jeetcity-g9xees .jeetcity-f7hnt8 td .jeetcity-97724j:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .jeetcity-g9xees .jeetcity-f7hnt8 td .jeetcity-97724j:not(:first-child) {
    padding-left: 0;
  }
  .jeetcity-g9xees .jeetcity-f7hnt8 td .jeetcity-97724j:not(:last-of-type) {
    border-right: unset;
  }
}

.jeetcity-g9xees .jeetcity-hee32k {
  flex: 0 1 485px;
}

.jeetcity-g9xees .jeetcity-t4jk1b {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.jeetcity-g9xees .jeetcity-t4jk1b li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jeetcity-g9xees .jeetcity-t4jk1b li.jeetcity-zdu1v1 {
  padding: 6px 12px;
}

.jeetcity-g9xees .jeetcity-t4jk1b li a,
.jeetcity-g9xees .jeetcity-t4jk1b li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.jeetcity-g9xees .jeetcity-1i3a45,
.jeetcity-g9xees .jeetcity-60xthg {
  flex: 1 1;
}

.jeetcity-g9xees .jeetcity-rhz84a,
.jeetcity-g9xees .jeetcity-32cyba {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jeetcity-g9xees .jeetcity-rhz84a li,
.jeetcity-g9xees .jeetcity-32cyba li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jeetcity-g9xees .jeetcity-60xthg img {
  max-width: 32px;
}

.jeetcity-g9xees .jeetcity-1i3a45 img {
  max-width: 32px;
}

.jeetcity-g9xees .jeetcity-7jyr06 {
  min-width: 280px;
}

.jeetcity-g9xees .jeetcity-7jyr06 img {
  max-width: 146px;
}

.jeetcity-g9xees .jeetcity-7jyr06 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .jeetcity-g9xees .jeetcity-xdi9si,
  .jeetcity-g9xees .jeetcity-54tjaw {
    flex: 0 1 auto;
  }
  .jeetcity-g9xees .jeetcity-f7hnt8 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .jeetcity-g9xees .jeetcity-xdi9si,
  .jeetcity-g9xees .jeetcity-hee32k,
  .jeetcity-g9xees .jeetcity-54tjaw,
  .jeetcity-g9xees .jeetcity-f7hnt8 {
    flex: 1 1 calc(50% - 20px);
  }
  .jeetcity-g9xees .jeetcity-1i3a45,
  .jeetcity-g9xees .jeetcity-7jyr06,
  .jeetcity-g9xees .jeetcity-60xthg {
    flex: 1 1 30%;
  }
  .jeetcity-g9xees .jeetcity-7jyr06 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .jeetcity-g9xees .jeetcity-xdi9si,
  .jeetcity-g9xees .jeetcity-hee32k,
  .jeetcity-g9xees .jeetcity-1i3a45,
  .jeetcity-g9xees .jeetcity-54tjaw,
  .jeetcity-g9xees .jeetcity-f7hnt8,
  .jeetcity-g9xees .jeetcity-7jyr06,
  .jeetcity-g9xees .jeetcity-60xthg {
    flex: 1 1 100%;
  }
}

.jeetcity-xs6hji .jeetcity-0vxtu8 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jeetcity-xs6hji .jeetcity-vejte1 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.jeetcity-xs6hji .jeetcity-conb73 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.jeetcity-xs6hji .jeetcity-21fynw {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.jeetcity-xs6hji .jeetcity-21fynw > :nth-child(3) {
  margin-top: 0;
}

.jeetcity-xs6hji .jeetcity-9wettl {
  grid-column: 2/3;
  grid-row: 1/10;
}

.jeetcity-xs6hji .jeetcity-a2ynd8 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.jeetcity-xs6hji .jeetcity-y5rjjf {
  grid-column: 1/2;
}

.jeetcity-xs6hji > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.jeetcity-xs6hji .jeetcity-vejte1:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.jeetcity-xs6hji .jeetcity-vejte1:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.jeetcity-xs6hji .jeetcity-2iab74 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .jeetcity-xs6hji .jeetcity-vejte1:not(:last-child):before {
    bottom: 8px;
  }
  .jeetcity-xs6hji .jeetcity-vejte1:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .jeetcity-xs6hji .jeetcity-21fynw {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .jeetcity-xs6hji .jeetcity-9wettl {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .jeetcity-xs6hji .jeetcity-9wettl img {
    width: 100%;
    height: auto;
  }
  .jeetcity-xs6hji .jeetcity-2iab74 {
    width: 100%;
    min-width: unset;
  }
}

.jeetcity-xhxuac .jeetcity-kxuh60 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.jeetcity-xhxuac .jeetcity-5mvt84 {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.jeetcity-xhxuac .jeetcity-9wettl {
  height: 100%;
}

.jeetcity-xhxuac .jeetcity-9wettl img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.jeetcity-xhxuac .jeetcity-0x9z6r {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.jeetcity-xhxuac .jeetcity-yffwap {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.jeetcity-xhxuac .jeetcity-izz6a3 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .jeetcity-xhxuac .jeetcity-5mvt84 {
    flex: 1 1 100%;
  }
  .jeetcity-xhxuac .jeetcity-v79ggu {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .jeetcity-xhxuac .jeetcity-5mvt84 {
    flex-direction: column;
  }
  .jeetcity-xhxuac .jeetcity-9wettl {
    width: 100%;
    height: auto;
  }
  .jeetcity-xhxuac .jeetcity-9wettl img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .jeetcity-xhxuac .jeetcity-0x9z6r {
    padding: 0 16px 16px 16px;
  }
  .jeetcity-xhxuac .jeetcity-v79ggu {
    min-width: unset;
    width: 100%;
  }
}

.jeetcity-sno8db .jeetcity-bt3seu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.jeetcity-sno8db .jeetcity-kottjm {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.jeetcity-sno8db img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.jeetcity-sno8db .jeetcity-84sekm {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.jeetcity-sno8db .jeetcity-kottjm:hover .jeetcity-84sekm {
  display: flex;
}

.jeetcity-sno8db .jeetcity-24c0ib {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jeetcity-sno8db .jeetcity-7656qm {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.jeetcity-h2oj5f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.jeetcity-h2oj5f.jeetcity-fwqx1p {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.jeetcity-4nz6ry ease-in-out;
}

.jeetcity-h2oj5f.jeetcity-fwqx1p:hover {
  color: #f9cb16;
  background-color: transparent;
}

.jeetcity-sno8db .jeetcity-lfrntt {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.jeetcity-4nz6ry ease-in-out;
}

.jeetcity-sno8db .jeetcity-lfrntt:hover {
  color: #196948;
  background-color: #f9cb16;
}

.jeetcity-sno8db .jeetcity-lfrntt:after,
.jeetcity-h2oj5f.jeetcity-fwqx1p:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.jeetcity-h2oj5f.jeetcity-fwqx1p:after {
  background-image: url(../images/Cash.svg);
}

.jeetcity-sno8db .jeetcity-lfrntt:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .jeetcity-sno8db .jeetcity-bt3seu {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .jeetcity-sno8db .jeetcity-bt3seu {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jeetcity-sno8db .jeetcity-bt3seu {
    grid-template-columns: 1fr;
  }
  .jeetcity-sno8db .jeetcity-kottjm {
    height: auto;
  }
  .jeetcity-sno8db .jeetcity-kottjm .jeetcity-84sekm {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .jeetcity-sno8db .jeetcity-24c0ib,
  .jeetcity-sno8db .jeetcity-7656qm {
    text-align: left;
  }
  .jeetcity-sno8db .jeetcity-7656qm {
    margin-bottom: 8px;
  }
  .jeetcity-sno8db img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.jeetcity-bk0sno {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.jeetcity-bk0sno.jeetcity-5hgw0v {
  display: block;
}

.jeetcity-bk0sno .jeetcity-prrln2 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.jeetcity-bk0sno .jeetcity-ddy80y {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.jeetcity-bk0sno .jeetcity-cu4unl {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.jeetcity-bk0sno .jeetcity-ma3frk {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.jeetcity-bk0sno .jeetcity-h2oj5f {
  min-width: 296px;
  margin-bottom: 0;
}

.jeetcity-bk0sno .jeetcity-wqgwu6 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.jeetcity-bk0sno .jeetcity-hhqcwm {
  position: relative;
  flex: 1 1;
}

.jeetcity-bk0sno .jeetcity-hhqcwm iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .jeetcity-bk0sno .jeetcity-ddy80y {
    flex-wrap: wrap;
    gap: 8px;
  }
  .jeetcity-bk0sno .jeetcity-cu4unl {
    order: 1;
  }
  .jeetcity-bk0sno .jeetcity-ma3frk {
    order: 3;
    flex: 1 1 100%;
  }
  .jeetcity-bk0sno .jeetcity-h2oj5f {
    width: 100%;
    min-width: unset;
  }
  .jeetcity-bk0sno .jeetcity-wqgwu6 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .jeetcity-lfsi5g > .jeetcity-2thbej {
    margin-bottom: 0;
  }
  .jeetcity-lfsi5g > .jeetcity-y5rjjf,
  .jeetcity-lfsi5g > p {
    margin-top: 0;
  }
}

.jeetcity-ic3i4v img,
.jeetcity-gk5uh4 img {
  width: auto;
  object-fit: contain;
}

.jeetcity-ic3i4v {
  align-items: center;
}

.jeetcity-ic3i4v img {
  max-height: 76px;
}

.jeetcity-gk5uh4 img {
  max-height: 64px;
}

.jeetcity-wbkbpc {
  overflow: auto;
}

.jeetcity-bbuab6 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.jeetcity-4urt6s:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.jeetcity-0cz597 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.jeetcity-fpxni6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.jeetcity-0cz597 .jeetcity-9wettl {
  margin-right: 20px;
  flex-shrink: 0;
}

.jeetcity-0cz597 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.jeetcity-5rt9ma {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.jeetcity-5rt9ma > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jeetcity-0cz597 {
    padding: 15px 10px;
  }
  .jeetcity-5rt9ma {
    padding: 15px 10px;
  }
  .jeetcity-0cz597 .jeetcity-9wettl {
    margin-right: 10px;
  }
}

.jeetcity-3yce50 {
  overflow-x: auto;
}

.jeetcity-1j4kfh {
  border-collapse: collapse;
  width: 100%;
}

.jeetcity-3yce50 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.jeetcity-3yce50 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.jeetcity-3yce50 td.jeetcity-xlwiqs {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.jeetcity-3yce50 td.jeetcity-fxmiln {
  border-right: none;
}

.jeetcity-3yce50 td.jeetcity-fxmiln .jeetcity-9wettl {
  justify-content: flex-start;
}

.jeetcity-3yce50 td.jeetcity-fxmiln .jeetcity-9wettl img {
  height: auto;
  width: 90px;
}

.jeetcity-3yce50 td.jeetcity-5idzqf,
.jeetcity-3yce50 td.jeetcity-ppt8nt {
  font-weight: 600;
  text-align: right;
}

.jeetcity-3yce50 td.jeetcity-e8o3z3,
.jeetcity-3yce50 td.jeetcity-5idzqf {
  padding-bottom: 10px;
  border-bottom: none;
}

.jeetcity-3yce50 td.jeetcity-5idzqf,
.jeetcity-3yce50 td.jeetcity-ppt8nt {
  border-left: none;
}

.jeetcity-3yce50 td.jeetcity-e8o3z3,
.jeetcity-3yce50 td.jeetcity-rybx76 {
  border-right: none;
}

.jeetcity-3yce50 td.jeetcity-rybx76,
.jeetcity-3yce50 td.jeetcity-ppt8nt {
  border-top: none;
  padding-top: 10px;
}

.jeetcity-yma9ea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.jeetcity-yma9ea .jeetcity-v79ggu {
  min-width: unset;
  width: 100%;
}

.jeetcity-yma9ea .jeetcity-v79ggu.jeetcity-vkep6i {
  grid-column: 1/2;
  grid-row: 1/2;
}

.jeetcity-yma9ea .jeetcity-v79ggu.jeetcity-47str0 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.jeetcity-yma9ea .jeetcity-bzvnrp {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .jeetcity-yma9ea {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .jeetcity-yma9ea .jeetcity-v79ggu.jeetcity-vkep6i {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jeetcity-yma9ea .jeetcity-v79ggu.jeetcity-47str0 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .jeetcity-yma9ea .jeetcity-bzvnrp {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.jeetcity-1rzxxp {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.jeetcity-g4w0t5 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.jeetcity-w94fmj p a img {
  margin: 0 auto;
  display: block;
}

.jeetcity-w94fmj table {
  margin-bottom: 17px;
}

/* contanct form */
.jeetcity-4jv9of {
  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-4jv9of label {
  font-size: 14px;
}

.jeetcity-4jv9of h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.jeetcity-4jv9of input,
.jeetcity-4jv9of textarea,
.jeetcity-4jv9of 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-4jv9of button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.jeetcity-4nz6ry ease;
}
.jeetcity-4jv9of button:hover {
  background-color: #691204;
}
.jeetcity-vlunkr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.jeetcity-ht6bzx ease-in;
}

.jeetcity-vlunkr h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.jeetcity-kk88yj, .jeetcity-mrfsuv, [class*="review-card"],
thead, thead th, table th, .jeetcity-nt7bbh,
.jeetcity-ab484g, [class*="collapsible-header"],
.jeetcity-als672, [class*="updated-block"] {
  color: #ece7dc !important;
}
