<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  overflow-y: auto;
}

#hero {
  /* margin-top: 120px; */
  /* background: url('/img/about-us/about-bg.webp') no-repeat; */
  background-size: 100%;
  background-position: top;
}

#hero .description {
  font-size: 18px;
}

#navbar,
#backdrop {
  opacity: 1;
}

.heading-big {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  line-height: 138.4%;
}
.h3,
h3 {
  margin-bottom: 15px;
  font-weight: 600;
}
#about {
  margin-top: 70px;
}

#about .description {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.5%;
}

.about-one {
  background: none !important;
  /* height: 600px; */
  background-position: left bottom;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  /* background-size: 73%; */
  /* margin-top: 140px; */
}
.about-description {
  margin-block: 92px;
  text-align: center;
}
.about-two {
  background: none !important;
  /* background-image: url('/img/about-us/about-bg.webp'),
    url('/img/about-us/square.svg'); */
  /* height: 600px; */
  /* background-position: right center, left bottom; */
  background-size: 70%, 10%;
  background-repeat: no-repeat, no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 48px 48px;
}

.yellow-card {
  background: #fed30a;
  padding: 45px 63px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  max-width: 600px;
  position: relative;
  top: -100px;
}

.white-card {
  border-radius: 25px;
  background: #fff;
  margin: 70px auto 0;
  font-weight: 500;
  max-width: 70%;
  padding: 45px 63px;
  text-align: center !important;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  /* position: relative; */
  top: -80px;
}

#hero img {
  height: 600px;
  object-fit: cover;
}

.mobile-img {
  display: none;
}

.odd {
  flex-direction: row-reverse;
}

#hero.bottom .white-card{
  border-bottom: 8px solid #ed1c24;
}

#about .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  margin-bottom: 50px;
}

#about .item-wrap.odd .right {
  padding-right: 0;
  padding-left: 100px;
}

#about .left {
  flex-basis: 40%;
  width: 40%;
}

#about .right {
  flex-basis: 60%;
  width: 60%;
  padding-right: 100px;
}

#about .right .description {
  text-align: justify;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  opacity: 0.8;
}

.item-wrap .left img {
  height: 700px;
  object-fit: cover;
  border-radius: 0 40px 40px 0;
}

.item-wrap.odd .left img {
  border-radius: 40px 0 0 40px;
}

.offering-btn {
  margin-top: 20px;
}

.right .heading {
  font-family: 'Playball', cursive !important;
  font-size: 64px;
  font-weight: 600;
  line-height: 105%;
  margin-bottom: 30px;
}

#hero.bottom .heading-big {
  font-size: 28px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .about-two,
  .about-one {
    height: 500px;
  }
  .white-card {
    top: -10px;
  }
}

@media (max-width: 1320px) {
  .heading-big {
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    line-height: 1;
    margin-bottom: 20px;
  }
  .white-card {
    max-width: 80%;
    top: -70px;
  }
  #about {
    margin-top: 110px;
  }
  #about .item-wrap {
    gap: 80px;
  }
}

@media (max-width: 1199px) {
  .heading-big {
    font-size: 54px;
  }
  #hero.bottom .heading-big {
    font-size: 24px;
    line-height: 1.3;
  }
  #hero {
    margin-top: 90px;
  }
  .yellow-card,
  .white-card {
    padding: 30px 33px;
    margin-bottom: 70px;
  }
  #about {
    margin-top: 0;
  }
  #about .item-wrap {
    gap: 60px;
    margin-bottom: 50px;
  }
  #about .right {
    padding-right: 40px;
  }
  #about .item-wrap.odd .right {
    padding-left: 40px;
  }
  #about .right .description {
    font-size: 19px;
  }
  .about-one {
    text-align: center;
    margin-top: 160px;
    background-size: 85%;
  }
  .about-two {
    text-align: left;
    height: 430px;
    background-size: 79%, 10%;
  }
  .section-heading {
    font-size: 44px;
    margin-bottom: 25px;
  }
  .heading-big {
    font-size: 37px;
  }
  .white-card {
    max-width: 90%;
    top: -140px;
  }
}

@media (max-width: 991px) {
  .about-one {
    background-size: cover;
    justify-content: flex-end;
    padding-right: 30px;
  }
  #hero.bottom .heading-big {
    font-size: 23px;
  }
  .item-wrap .left img,
  .item-wrap.odd .left img {
    height: 700px;
    border-radius: 30px 30px 0 0;
  }
  .right .heading {
    font-size: 54px;
  }
  .heading-big {
    font-size: 35px;
  }

  .about-two {
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    background-size: 85%, 10%;
  }

  #about .item-wrap {
    border-radius: 30px;
    border: 1px solid #dbdbdb;
  }
  #about .item-wrap {
    gap: 30px;
  }

  #hero {
    margin-top: 90px;
  }
  .white-card {
    top: -135px;
  }
  #about .left,
  #about .right {
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
  }
  #about .right {
    padding-inline: 40px;
    padding-bottom: 40px;
  }
  #about .item-wrap.odd .right {
    padding-inline: 40px;
    padding-bottom: 40px;
  }
  #about .item-wrap {
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .left img {
    height: 380px;
    width: 100%;
    position: relative;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
  }
  .item-wrap {
    transition: all 0.3s ease-in-out;
  }
  .item-wrap:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 575px) {
  .h3,
  h3 {
    font-size: 20px;
  }
  #hero.bottom .heading-big {
    font-size: 18px;
    line-height: 1.5;
  }

  #hero img {
    height: 170px;
  }
  .mobile-img {
    display: block;
  }
  .desktop {
    display: none;
  }
  #hero {
    /* background: url('/img/about-us/bg-mobile.webp') no-repeat; */
    background-size: contain;
    margin-top: 90px;
  }
  .heading-big {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3;
    text-align: center;
  }
  #cta-form {
    width: 90%;
  }
  .section-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #hero .description {
    text-align: center;
    font-size: 15px;
  }
  #about {
    margin-top: 70px;
  }
  .section-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .right .heading {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .item-wrap .left img,
  .item-wrap.odd .left img {
    height: 430px;
  }
  .yellow-card {
    font-size: 15px;
    margin-inline: 30px;
    top: -280px;
  }
  .about-two {
    background: linear-gradient(360deg, #fed30a 80%, #fff 40%);
    background-size: cover;
    background-position: bottom;
  }
  .about-description {
    margin-block: 72px;
    text-align: center;
  }
  .white-card {
    top: 35px;
    margin-bottom: 0;
    margin-top: 50px;
  }
  #about .right .description {
    font-size: 16px;
  }
  .right .heading {
    font-size: 35px;
  }
  .left img {
    height: 400px;
  }
  #about .right,
  #about .item-wrap.odd .right {
    padding-inline: 20px;
    padding-bottom: 20px;
  }
  .about-one {
    background-size: cover;
    justify-content: flex-end;
    padding-right: 0;
    margin-top: 330px;
    max-width: 100%;
  }

  .about-two {
    max-width: 100%;
  }
}
</pre></body></html>