<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-top {
  /* background-color: #456177; */
  /* background-image: url("/images/new/about/about_banner.jpg"); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-position: 50% 50%; */
  background: linear-gradient(141deg, #043b42 0%, #32827f 66.15%),
    linear-gradient(154deg, #13555e 0%, #10a3b5 40.1%);
  /* height: 380px; */
}

.nav-bar &gt; li:hover {
  background-color: unset;
}
.nav-bar &gt; li:hover&gt;a {
  color: #87D8D8;
}

.nav-bar &gt; li &gt; a{
  font-size: 14px;
}

.about-top .nav-top {
  background-color: transparent;
}
.about-banner {
  /* height: 600px; */
  padding: 64px 20px 87px;
  margin: 0 auto;
}
.about-banner h1,
.about-banner h2 {
  margin: 0;
  font-weight: normal;
}
.about-banner h1 {
  color: #fff;
  padding-bottom: 20px;
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
}
.about-banner h2 {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; /* 140% */
}

.nav-h-icon.plus-new {
  background: url(/images/new/best.png) no-repeat;
  background-size: contain;
  width: 71px;
  height: 20px;
  line-height: 20px;
  padding-left: 7px;
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  /* width: 38px; */
  /* background-position: -78px -13px; */
  /* height: 20px; */
  /* vertical-align: middle; */
  position: relative;
  margin-left: 5px;
}

.about-banner .contBtn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.about-banner .contBtn a {
  width: 181px;
  height: 52px;
  border-radius: 8px;
  background: #cfedf0;
  color: #26706f;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 52px; /* 175% */
}
.about-banner .contBtn a:hover{
  background:#f1feff
}

.about-panel {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  padding: 28px 15px 60px 15px;
}
.about-panel &gt; h3 {
  margin: 0;
  font-weight: normal;
  padding: 36px 0;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
}
.about-panel &gt; p {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  line-height: 22px;
  padding: 0px 0 18px 0;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.about-panel &gt; img {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 24px;
}
.about-panel a {
  color: #4a89c7;
}
.about-panel a:hover {
  color: #668084;
  text-decoration: underline;
}

@media (max-width:600px) {
  .fb-table-centered&gt;h1{
    font-size: 28px;
    padding: 10px 0;

  }
  .about-banner{
    padding-bottom: 50px;
  }
  .fb-table-centered&gt;h2{
    font-size: 16px;
  }
  .about-panel &gt; h3 {
    font-size: 24px;
  }
  .about-panel &gt; img{
    padding-top: 8px;
  }
}
</pre></body></html>