.landing-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  z-index: 9;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  clip: rect(0, auto, auto, 0); }
  @media (min-width: 576px) {
    .landing-hero {
      height: calc(100svh - 175px); } }
  @media (max-width: 575.98px) {
    .landing-hero {
      aspect-ratio: 393/400; } }
  .landing-hero__backdrop {
    position: absolute;
    inset: 0;
    overflow: hidden; }
    .landing-hero__backdrop:before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: #7aa391;
      opacity: 0.25;
      z-index: 1;
      mix-blend-mode: multiply; }
  .landing-hero__container {
    position: relative;
    z-index: 2; }
  .landing-hero__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 762px; }
  .landing-hero__title {
    font-size: var(--font-xxl-size);
    line-height: 1.1428571429;
    font-weight: bold;
    font-size: 4.375em; }
    @media (max-width: 767.98px) {
      .landing-hero__title {
        font-size: 1.875em; } }
  .landing-hero__desc {
    font-size: 1.375em;
    margin-top: 1.3636363636em;
    letter-spacing: 0.02em; }
    @media (max-width: 575.98px) {
      .landing-hero__desc {
        font-size: 1.125em; } }
  .landing-hero .scroll-hints {
    position: absolute;
    right: 50px;
    bottom: 100px;
    padding: 1.25em 1.875em;
    border: 1px solid #fff;
    border-radius: 3.125em;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    z-index: 2; }
    @media (max-width: 991.98px) {
      .landing-hero .scroll-hints {
        display: none; } }
    .landing-hero .scroll-hints__icon {
      display: inline-block;
      margin-left: 20px;
      padding: 3px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

@media (min-width: 768px) and (max-width: 991.98px) {
  .intro-dual {
    padding-top: 30px; } }

.news-listing {
  background-color: var(--theme-thi-color);
  padding: 5em 0em; }
  @media (max-width: 767.98px) {
    .news-listing {
      padding: 2.5em 0em; } }
  .news-listing__swiper {
    overflow: hidden;
    padding: 0em 1.5em 1.5em; }
    .news-listing__swiper + .btn {
      margin: 0 auto;
      width: calc(100% - 3em);
      max-width: var(--breakpoint-xxl); }
  .news-listing__slide {
    width: 25em;
    height: auto; }
    @media (max-width: 767.98px) {
      .news-listing__slide {
        width: 15em; } }
  .news-listing .card {
    background-color: #fff;
    height: 100%; }
  .news-listing .heading {
    padding: 0em 0em 4em; }
    @media (max-width: 767.98px) {
      .news-listing .heading {
        padding: 0em 0em 2.5em; } }

.landing-hero-ring {
  position: absolute;
  width: 9.25em;
  aspect-ratio: 1;
  left: 72.7777777778%;
  top: 0;
  translate: 0 -50%;
  z-index: 10; }
  @media (max-width: 767.98px) {
    .landing-hero-ring {
      width: 6em;
      left: auto;
      right: 48px; } }
