@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");
body {
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  line-height: 1.6;
  color: #0f172a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.htx {
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
.stx {
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.dsx {
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}
.imx {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .htx {
    font-size: 25px;
  }
  .stx {
    font-size: 14px;
  }
  .dsx {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .htx {
    font-size: 35px;
  }
  .stx {
    font-size: 14px;
  }
  .dsx {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .htx {
    font-size: 35px;
  }
  .stx {
    font-size: 14px;
  }
  .dsx {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .htx {
    font-size: 44px;
  }
  .stx {
    font-size: 14px;
  }
  .dsx {
    font-size: 16px;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .htx {
    font-size: 44px;
  }
  .stx {
    font-size: 14px;
  }
  .dsx {
    font-size: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .htx {
    font-size: 44px;
  }
  .stx {
    font-size: 14px;
  }
  .dsx {
    font-size: 16px;
  }
}