.about-page[data-v-badf8fd4] {
  min-height: 100vh;
  background: radial-gradient(circle at 16% 0%, rgba(16, 185, 129, 0.16) 0, rgba(16, 185, 129, 0) 34%), radial-gradient(circle at 86% 8%, rgba(0, 135, 106, 0.12) 0, rgba(0, 135, 106, 0) 32%), -webkit-gradient(linear, left top, left bottom, from(#f6faf8), color-stop(46%, #eef9f4), to(#f7fcfa));
  background: radial-gradient(circle at 16% 0%, rgba(16, 185, 129, 0.16) 0, rgba(16, 185, 129, 0) 34%), radial-gradient(circle at 86% 8%, rgba(0, 135, 106, 0.12) 0, rgba(0, 135, 106, 0) 32%), linear-gradient(180deg, #f6faf8 0%, #eef9f4 46%, #f7fcfa 100%);
  color: #111827;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-page *[data-v-badf8fd4] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-header[data-v-badf8fd4] {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 54px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(16, 185, 129, 0.12);
  -webkit-box-shadow: 0 8px 24px rgba(15, 118, 110, 0.08);
          box-shadow: 0 8px 24px rgba(15, 118, 110, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.back[data-v-badf8fd4] {
  position: absolute;
  left: 12px;
  top: 10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #00876a;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.14);
}
.title-wrap[data-v-badf8fd4] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.title[data-v-badf8fd4] {
  font-size: 16px;
  font-weight: 900;
  color: #111827;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.about-body[data-v-badf8fd4] {
  padding: 14px 14px 0;
}
.state[data-v-badf8fd4] {
  margin-top: 12px;
  padding: 28px 14px;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 700;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 185, 129, 0.12);
  -webkit-box-shadow: 0 12px 26px rgba(15, 118, 110, 0.06);
          box-shadow: 0 12px 26px rgba(15, 118, 110, 0.06);
}
.about-list[data-v-badf8fd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-card[data-v-badf8fd4] {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: radial-gradient(circle at 12% 0%, rgba(16, 185, 129, 0.1) 0, rgba(16, 185, 129, 0) 42%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(250, 255, 253, 0.96)));
  background: radial-gradient(circle at 12% 0%, rgba(16, 185, 129, 0.1) 0, rgba(16, 185, 129, 0) 42%), linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 255, 253, 0.96) 100%);
  border: 1px solid rgba(16, 185, 129, 0.14);
  -webkit-box-shadow: 0 12px 26px rgba(15, 118, 110, 0.08);
          box-shadow: 0 12px 26px rgba(15, 118, 110, 0.08);
}
.about-card + .about-card[data-v-badf8fd4] {
  margin-top: 12px;
}
.about-card[data-v-badf8fd4]::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(16, 185, 129, 0)), color-stop(rgba(16, 185, 129, 0.18)), to(rgba(16, 185, 129, 0)));
  background: linear-gradient(90deg, rgba(16, 185, 129, 0), rgba(16, 185, 129, 0.18), rgba(16, 185, 129, 0));
}
.about-img[data-v-badf8fd4] {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #f1faf7;
}
.about-title[data-v-badf8fd4] {
  position: relative;
  padding: 11px 12px 12px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #111827;
  text-align: right;
  line-height: 1.35;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(241, 250, 247, 0.92)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 250, 247, 0.92) 100%);
}
.about-title[data-v-badf8fd4]::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#10b981), to(#00876a));
  background: linear-gradient(90deg, #10b981 0%, #00876a 100%);
}


/*# sourceMappingURL=chunk-ddf6edc4.d34b00ac.css.map*/