  .asv2-anchor-menu,
  .asv2-tech-divider,
  .about-strength-v2 {
    --asv2-green: #158a45;
    --asv2-green-dark: #0f6a35;
    --asv2-green-soft: #e8f4ec;
    --asv2-green-mist: #f4faf6;
    --asv2-ink: #1a1f1c;
    --asv2-copy: #4a534d;
    --asv2-muted: #7c8781;
    --asv2-line: #e2e8e4;
    --asv2-radius: 6px;
  }

  .asv2-hidden {
    display: none !important;
  }

  .cur {
    color: #72c949 !important;
  }

  .asv2-footer-submit {
    width: 100%;
    border: 1px solid #76b642;
    color: #fff;
    background: #76b642;
    line-height: 30px;
  }

  .asv2-half-width {
    width: 50%;
  }

  .asv2-tech-divider {
    position: relative;
    height: 68px;
    overflow: hidden;
    border-top: 1px solid rgba(13, 115, 184, 0.08);
    border-bottom: 1px solid rgba(21, 138, 69, 0.12);
    background:
      radial-gradient(circle at 14% 50%, rgba(13, 115, 184, 0.13) 0 2px, transparent 2.5px),
      radial-gradient(circle at 72% 36%, rgba(21, 138, 69, 0.13) 0 2px, transparent 2.5px),
      radial-gradient(circle at 88% 66%, rgba(13, 115, 184, 0.09) 0 1.5px, transparent 2px),
      linear-gradient(112deg, #fafcfb 0%, #eef6f2 52%, #f3f8fa 100%);
  }

  .asv2-tech-divider::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(21, 138, 69, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(13, 115, 184, 0.04) 1px, transparent 1px);
    background-size: 34px 34px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
  }

  .asv2-tech-divider .asv2-tech-trace {
    position: absolute;
    top: 50%;
    right: 8%;
    left: 8%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(13, 115, 184, 0.2) 22%,
      rgba(21, 138, 69, 0.28) 54%,
      rgba(13, 115, 184, 0.16) 78%,
      transparent 100%
    );
  }

  .asv2-tech-divider .asv2-tech-trace::before,
  .asv2-tech-divider .asv2-tech-trace::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border: 1px solid rgba(21, 138, 69, 0.32);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(-50%);
  }

  .asv2-tech-divider .asv2-tech-trace::before {
    left: 31%;
  }

  .asv2-tech-divider .asv2-tech-trace::after {
    right: 24%;
    border-color: rgba(13, 115, 184, 0.3);
  }

  .asv2-anchor-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
  }

  .asv2-anchor-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 5px 11px;
    border: 1px solid var(--asv2-line);
    border-radius: 999px;
    color: var(--asv2-copy);
    background: #fff;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
  }

  .asv2-anchor-menu a:hover,
  .asv2-anchor-menu a:focus-visible {
    border-color: var(--asv2-green);
    color: var(--asv2-green-dark);
    background: var(--asv2-green-mist);
    text-decoration: none;
  }

  .about-strength-v2 {
    color: var(--asv2-ink);
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
      "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 15px;
    line-height: 1.75;
  }

  .about-strength-v2 *,
  .about-strength-v2 *::before,
  .about-strength-v2 *::after {
    box-sizing: border-box;
  }

  .about-strength-v2 img {
    max-width: 100%;
    height: auto;
  }

  .about-strength-v2 .asv2-intro {
    padding: 74px 0 56px;
    border-bottom: 1px solid var(--asv2-line);
    background:
      linear-gradient(90deg, rgba(21, 138, 69, 0.055) 1px, transparent 1px) 0 0 / 48px 48px,
      linear-gradient(rgba(21, 138, 69, 0.055) 1px, transparent 1px) 0 0 / 48px 48px,
      #fff;
  }

  .about-strength-v2 .asv2-intro-grid {
    display: grid;
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.65fr);
    gap: clamp(36px, 6vw, 92px);
    align-items: start;
  }

  .about-strength-v2 .asv2-eyebrow {
    margin: 0 0 14px;
    color: var(--asv2-green-dark);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .about-strength-v2 .asv2-intro h1 {
    margin: 0;
    color: var(--asv2-ink);
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
  }

  .about-strength-v2 .asv2-title-rule {
    display: block;
    width: 72px;
    height: 5px;
    margin-top: 25px;
    border-radius: 999px;
    background: var(--asv2-green);
  }

  .about-strength-v2 .asv2-intro-copy {
    padding-top: 2px;
    color: var(--asv2-copy);
    font-size: 17px;
    line-height: 2;
  }

  .about-strength-v2 .asv2-intro-copy p {
    margin: 0 0 15px !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    background: transparent !important;
  }

  .about-strength-v2 .asv2-content {
    padding: 24px 0 72px;
  }

  .about-strength-v2 .asv2-page-head {
    padding: 0 0 18px;
  }

  .about-strength-v2 .asv2-crumb {
    margin: 0 0 26px;
    color: var(--asv2-muted);
    font-size: 13px;
    line-height: 1.7;
  }

  .about-strength-v2 .asv2-crumb a {
    color: inherit;
  }

  .about-strength-v2 .asv2-page-head h1 {
    margin: 0;
    color: var(--asv2-ink);
    font-size: clamp(30px, 3.2vw, 40px);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.2;
  }

  .about-strength-v2 .asv2-page-alias {
    margin-top: 8px;
    color: var(--asv2-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }

  .about-strength-v2 .asv2-page-lead {
    max-width: 1120px;
    margin: 20px 0 0;
    color: var(--asv2-copy);
    font-size: 15.5px;
    line-height: 1.9;
  }

  .about-strength-v2 .asv2-page-lead strong {
    color: var(--asv2-ink);
    font-weight: 700;
  }

  .about-strength-v2 .asv2-page-head + .sec {
    border-top: 0;
    padding-top: 20px;
  }

  .about-strength-v2 a {
    color: var(--asv2-green);
  }

  .about-strength-v2 .sec {
    padding: 38px 0;
    border-top: 1px solid var(--asv2-line);
  }

  .about-strength-v2 .sec:first-child {
    border-top: 0;
  }

  .about-strength-v2 .sec-t {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
    padding-left: 12px;
    border-left: 4px solid var(--asv2-green);
  }

  .about-strength-v2 .sec-t h1,
  .about-strength-v2 .sec-t h2 {
    margin: 0;
    color: var(--asv2-ink);
    font-size: 23px;
    font-weight: 750;
    line-height: 1.35;
  }

  .about-strength-v2 .sec-t .en {
    color: var(--asv2-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .about-strength-v2 .sec-d {
    margin: 14px 0 20px;
    color: var(--asv2-copy);
  }

  .about-strength-v2 .cs-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 18px 22px;
    border: 1px solid var(--asv2-green-soft);
    border-radius: var(--asv2-radius);
    background: var(--asv2-green-mist);
  }

  .about-strength-v2 .cs-kpi {
    display: flex;
    gap: clamp(18px, 3vw, 34px);
    flex-wrap: wrap;
  }

  .about-strength-v2 .cs-kpi > div {
    display: flex;
    flex-direction: column;
  }

  .about-strength-v2 .cs-kpi b {
    color: var(--asv2-green-dark);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
  }

  .about-strength-v2 .cs-kpi span,
  .about-strength-v2 .cs-stamp {
    color: var(--asv2-muted);
    font-size: 12px;
  }

  .about-strength-v2 .cs-jump {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 6px;
    padding: 11px 16px;
    border: 1px solid var(--asv2-line);
    border-radius: var(--asv2-radius);
    background: #fafcfb;
  }

  .about-strength-v2 .cs-jump > span {
    margin-right: 4px;
    color: var(--asv2-muted);
    font-size: 12px;
  }

  .about-strength-v2 .cs-jump a {
    padding: 3px 11px;
    border: 1px solid var(--asv2-line);
    border-radius: 999px;
    color: var(--asv2-copy);
    background: #fff;
    font-size: 13px;
  }

  .about-strength-v2 .cs-jump a:hover,
  .about-strength-v2 .cs-jump a:focus-visible {
    border-color: var(--asv2-green);
    color: var(--asv2-green-dark);
    background: var(--asv2-green-mist);
    text-decoration: none;
  }

  .about-strength-v2 .cs-block {
    padding-top: 42px;
    scroll-margin-top: 112px;
  }

  .about-strength-v2 .cs-h {
    display: flex;
    align-items: baseline;
    gap: 11px;
    margin: 0 0 10px;
    color: var(--asv2-ink);
    font-size: 20px;
    font-weight: 750;
    line-height: 1.45;
  }

  .about-strength-v2 .cs-h i {
    position: relative;
    top: -2px;
    padding: 3px 9px;
    border-radius: 4px;
    color: #fff;
    background: var(--asv2-green);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.06em;
  }

  .about-strength-v2 .cs-h span {
    color: var(--asv2-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .about-strength-v2 .cs-lead {
    margin: 0 0 20px;
    padding-left: 12px;
    border-left: 3px solid var(--asv2-green-soft);
    color: var(--asv2-copy);
    font-size: 15px;
    line-height: 1.9;
  }

  .about-strength-v2 .cs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 16px;
  }

  .about-strength-v2 .cs-fig,
  .about-strength-v2 .hc,
  .about-strength-v2 .cs-list,
  .about-strength-v2 .cs-st,
  .about-strength-v2 .cu {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--asv2-line);
    border-radius: var(--asv2-radius);
    background: #fff;
  }

  .about-strength-v2 .cs-fig {
    display: flex;
    flex-direction: column;
  }

  .about-strength-v2 .cs-fig.s2 {
    grid-column: span 2;
  }

  .about-strength-v2 .cs-fig.s3,
  .about-strength-v2 .cs-stats,
  .about-strength-v2 .cs-sub,
  .about-strength-v2 .h9,
  .about-strength-v2 .cu-grid {
    grid-column: span 3;
  }

  .about-strength-v2 .cs-ph {
    position: relative;
    overflow: hidden;
    background: #eef2f0;
    line-height: 0;
  }

  .about-strength-v2 .cs-ph-h190 { height: 190px; }
  .about-strength-v2 .cs-ph-h200 { height: 200px; }
  .about-strength-v2 .cs-ph-h210 { height: 210px; }
  .about-strength-v2 .cs-ph-h250 { height: 250px; }
  .about-strength-v2 .cs-ph-h270 { height: 270px; }
  .about-strength-v2 .cs-ph-h280 { height: 280px; }
  .about-strength-v2 .cs-ph-h300 { height: 300px; }
  .about-strength-v2 .cs-ph-h310 { height: 310px; }
  .about-strength-v2 .cs-ph-h360 { height: 360px; }
  .about-strength-v2 .cs-ph-h420 { height: 420px; }
  .about-strength-v2 .cs-ph-h430 { height: 430px; }
  .about-strength-v2 .cs-ph-h440 { height: 440px; }

  .about-strength-v2 .cs-ph img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-strength-v2 .cs-ph.fit {
    border-bottom: 1px solid var(--asv2-line);
    background: #fff;
  }

  .about-strength-v2 .cs-ph.fit img {
    padding: 10px;
    object-fit: contain;
  }

  .about-strength-v2 .cs-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 12px;
    border-radius: 0 4px 0 0;
    color: #fff;
    background: rgba(21, 138, 69, 0.94);
    font-size: 12px;
    line-height: 1.5;
  }

  .about-strength-v2 .cs-fig figcaption,
  .about-strength-v2 .hc figcaption {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px 16px;
  }

  .about-strength-v2 .cs-fig figcaption b,
  .about-strength-v2 .hc figcaption b {
    display: block;
    margin-bottom: 5px;
    color: var(--asv2-ink);
    font-size: 14px;
    line-height: 1.55;
  }

  .about-strength-v2 .cs-fig figcaption p,
  .about-strength-v2 .hc figcaption p {
    flex: 1;
    margin: 0;
    color: var(--asv2-copy);
    font-size: 13px;
    line-height: 1.75;
  }

  .about-strength-v2 .cs-meta {
    margin-top: 9px;
    padding-top: 9px;
    border-top: 1px dashed var(--asv2-line);
    color: var(--asv2-muted);
    font-size: 11px;
    line-height: 1.7;
  }

  .about-strength-v2 .cs-stats {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

  .about-strength-v2 .cs-st {
    flex: 1;
    min-width: 150px;
    padding: 17px 18px;
  }

  .about-strength-v2 .cs-st b {
    display: block;
    color: var(--asv2-green-dark);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
  }

  .about-strength-v2 .cs-st span {
    color: var(--asv2-muted);
    font-size: 12px;
  }

  .about-strength-v2 .cs-list {
    grid-column: span 1;
    padding: 18px 20px;
  }

  .about-strength-v2 .cs-list.cs-s2 {
    grid-column: span 2;
  }

  .about-strength-v2 .cs-list h5 {
    margin: 14px 0 8px;
    color: var(--asv2-green-dark);
    font-size: 13px;
  }

  .about-strength-v2 .cs-list h5:first-child {
    margin-top: 0;
  }

  .about-strength-v2 .cs-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .about-strength-v2 .cs-list li {
    position: relative;
    padding: 4px 0 4px 14px;
    color: var(--asv2-copy);
    font-size: 13px;
  }

  .about-strength-v2 .cs-list li::before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--asv2-green);
    content: "";
  }

  .about-strength-v2 .cs-list ul.row {
    display: flex;
    gap: 6px 18px;
    flex-wrap: wrap;
    margin: 0;
  }

  .about-strength-v2 .cs-sub {
    margin-top: 8px;
  }

  .about-strength-v2 .cs-sub h4 {
    margin: 0;
    padding-left: 11px;
    border-left: 3px solid var(--asv2-green);
    color: var(--asv2-green-dark);
    font-size: 16px;
    font-weight: 700;
  }

  .about-strength-v2 .cs-sub p {
    margin: 7px 0 0;
    padding-left: 14px;
    color: var(--asv2-copy);
    font-size: 13px;
  }

  .about-strength-v2 .h9 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .about-strength-v2 .hc {
    display: flex;
    flex-direction: column;
  }

  .about-strength-v2 .hc-ph {
    height: 260px;
    border-bottom: 1px solid var(--asv2-line);
    background: #fff;
    line-height: 0;
  }

  .about-strength-v2 .hc-ph img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px;
    object-fit: contain;
  }

  .about-strength-v2 .hc-org {
    margin-top: 6px;
    color: var(--asv2-green-dark);
    font-size: 12px;
    font-weight: 600;
  }

  .about-strength-v2 .hc-yr {
    margin-top: 2px;
    color: var(--asv2-muted);
    font-size: 12px;
  }

  .about-strength-v2 .cu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .about-strength-v2 .cu {
    padding: 20px 22px;
  }

  .about-strength-v2 .cu h4 {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 0;
    color: var(--asv2-ink);
    font-size: 16px;
    font-weight: 700;
  }

  .about-strength-v2 .cu h4 i {
    color: var(--asv2-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .about-strength-v2 .cu > p {
    margin: 8px 0 16px;
    color: var(--asv2-copy);
    font-size: 13px;
    line-height: 1.75;
  }

  .about-strength-v2 .cu-logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .about-strength-v2 .asv2-orgchart {
    overflow: hidden;
    margin-top: 22px;
    padding: clamp(22px, 3vw, 38px);
    border: 1px solid var(--asv2-line);
    border-radius: var(--asv2-radius);
    background:
      linear-gradient(180deg, rgba(21, 138, 69, 0.045), rgba(21, 138, 69, 0) 180px),
      #fff;
  }

  .about-strength-v2 .asv2-org-top {
    position: relative;
    width: min(1000px, 100%);
    height: 184px;
    margin: 0 auto 20px;
  }

  .about-strength-v2 .asv2-org-top::after {
    position: absolute;
    top: 84px;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #7fac90;
    content: "";
  }

  .about-strength-v2 .asv2-org-node {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    padding: 14px 15px;
    border: 1px solid #c9d8cf;
    border-radius: 5px;
    color: #163e29;
    background: #fff;
    box-shadow: 0 8px 22px rgba(22, 62, 41, 0.08);
    text-align: center;
  }

  .about-strength-v2 .asv2-org-node strong,
  .about-strength-v2 .asv2-org-node span {
    display: block;
  }

  .about-strength-v2 .asv2-org-node strong {
    font-size: 15px;
    line-height: 1.45;
  }

  .about-strength-v2 .asv2-org-node span {
    margin-top: 4px;
    color: var(--asv2-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.35;
  }

  .about-strength-v2 .asv2-org-node.is-root {
    border-color: var(--asv2-green-dark);
    color: #fff;
    background: var(--asv2-green-dark);
  }

  .about-strength-v2 .asv2-org-node.is-root span {
    color: rgba(255, 255, 255, 0.78);
  }

  .about-strength-v2 .asv2-org-node.is-root {
    z-index: 1;
    width: min(360px, 100%);
    margin: 0 auto;
  }

  .about-strength-v2 .asv2-org-node.is-rnd::before {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 180px;
    height: 1px;
    background: #7fac90;
    content: "";
  }

  .about-strength-v2 .asv2-org-node.is-rnd {
    position: absolute;
    z-index: 1;
    top: 98px;
    left: calc(50% + 180px);
    width: 320px;
    min-height: 72px;
    margin: 0;
  }

  .about-strength-v2 .asv2-org-branches {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, minmax(120px, 1fr));
    gap: 13px;
  }

  .about-strength-v2 .asv2-org-branches::before {
    position: absolute;
    top: -20px;
    right: calc(100% / 14);
    left: calc(100% / 14);
    height: 1px;
    background: #7fac90;
    content: "";
  }

  .about-strength-v2 .asv2-org-branch {
    position: relative;
    min-width: 0;
  }

  .about-strength-v2 .asv2-org-branch::before {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 1px;
    height: 20px;
    background: #7fac90;
    content: "";
  }

  .about-strength-v2 .asv2-org-branch .asv2-org-node {
    min-height: 96px;
    border-color: #2c6f47;
    color: #fff;
    background: linear-gradient(180deg, #27804d, #17673b);
    box-shadow: 0 8px 20px rgba(15, 106, 53, 0.16);
  }

  .about-strength-v2 .asv2-org-branch .asv2-org-node span {
    color: rgba(255, 255, 255, 0.78);
  }

  .about-strength-v2 .asv2-org-focus {
    min-height: 112px;
    margin-top: 13px;
    padding: 13px 10px;
    border-top: 2px solid var(--asv2-green-soft);
  }

  .about-strength-v2 .asv2-org-focus b {
    display: block;
    color: #a42820;
    font-size: 13px;
    line-height: 1.55;
  }

  .about-strength-v2 .asv2-org-focus small {
    display: block;
    margin-top: 5px;
    color: var(--asv2-copy);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.45;
  }

  .about-strength-v2 .asv2-org-products {
    margin-top: 8px;
    padding-top: 9px;
    border-top: 1px dashed var(--asv2-line);
    color: var(--asv2-copy);
    font-size: 11px;
    line-height: 1.6;
  }

  .about-strength-v2 .asv2-org-caption {
    margin: 18px calc(clamp(22px, 3vw, 38px) * -1) calc(clamp(22px, 3vw, 38px) * -1);
    padding: 15px clamp(22px, 3vw, 38px) 17px;
    border-top: 1px solid var(--asv2-line);
    background: #fff;
  }

  .about-strength-v2 .asv2-org-caption strong {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--asv2-green-dark);
    font-size: 14px;
    line-height: 1.55;
  }

  .about-strength-v2 .asv2-org-caption p {
    margin: 0;
    color: var(--asv2-copy);
    font-size: 13px;
    line-height: 1.75;
  }

  .about-strength-v2 .asv2-org-caption small {
    display: block;
    margin-top: 7px;
    color: var(--asv2-muted);
    font-size: 11px;
    line-height: 1.55;
  }

  .about-strength-v2 .lg {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
  }

  .about-strength-v2 .lg-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 74px;
    padding: 12px;
    border: 1px solid var(--asv2-line);
    border-radius: 4px;
    background: #fff;
  }

  .about-strength-v2 .lg-ph img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .about-strength-v2 .lg-tx {
    color: var(--asv2-ink);
    font-size: 17px;
    letter-spacing: 0.05em;
  }

  .about-strength-v2 .lg > span {
    color: var(--asv2-muted);
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
  }

  .about-strength-v2 :focus-visible {
    outline: 3px solid rgba(21, 138, 69, 0.28);
    outline-offset: 3px;
  }

  @media (max-width: 1000px) {
    .about-strength-v2 .h9 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-strength-v2 .cu-grid {
      grid-template-columns: 1fr;
    }

    .about-strength-v2 .asv2-orgchart {
      overflow-x: auto;
    }

    .about-strength-v2 .asv2-org-top {
      width: 1100px;
      min-width: 1100px;
    }

    .about-strength-v2 .asv2-org-branches {
      min-width: 1100px;
    }
  }

  @media (max-width: 900px) {
    .asv2-anchor-menu {
      overflow-x: auto;
      flex-wrap: nowrap;
      padding-bottom: 5px;
      -webkit-overflow-scrolling: touch;
    }

    .about-strength-v2 .asv2-intro {
      padding: 48px 0 38px;
    }

    .about-strength-v2 .asv2-intro-grid,
    .about-strength-v2 .cs-grid {
      grid-template-columns: 1fr;
    }

    .about-strength-v2 .asv2-intro-grid {
      gap: 26px;
    }

    .about-strength-v2 .asv2-intro-copy {
      font-size: 16px;
      line-height: 1.9;
    }

    .about-strength-v2 .cs-fig.s2,
    .about-strength-v2 .cs-fig.s3,
    .about-strength-v2 .cs-stats,
    .about-strength-v2 .cs-list.cs-s2,
    .about-strength-v2 .cs-sub,
    .about-strength-v2 .h9,
    .about-strength-v2 .cu-grid {
      grid-column: span 1;
    }

    .about-strength-v2 .cs-ph {
      height: 230px !important;
    }

    .about-strength-v2 .h9 {
      grid-template-columns: 1fr;
    }

    .about-strength-v2 .hc-ph {
      height: 300px;
    }

    .about-strength-v2 .cu-logos {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-strength-v2 .cs-block {
      scroll-margin-top: 164px;
    }

    .about-strength-v2 .asv2-org-top {
      display: grid;
      grid-template-columns: 1fr;
      gap: 14px;
      width: 100%;
      min-width: 0;
      height: auto;
      margin-bottom: 28px;
    }

    .about-strength-v2 .asv2-org-node.is-root,
    .about-strength-v2 .asv2-org-node.is-rnd {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      min-height: 84px;
      margin: 0;
    }

    .about-strength-v2 .asv2-org-top::after,
    .about-strength-v2 .asv2-org-node.is-rnd::before,
    .about-strength-v2 .asv2-org-branches::before,
    .about-strength-v2 .asv2-org-branch::before {
      display: none;
    }

    .about-strength-v2 .asv2-org-branches {
      grid-template-columns: 1fr;
      min-width: 0;
    }

    .about-strength-v2 .asv2-org-branch {
      display: grid;
      grid-template-columns: minmax(190px, 0.76fr) minmax(0, 1.24fr);
      gap: 0;
      border: 1px solid var(--asv2-line);
      border-radius: 5px;
      overflow: hidden;
    }

    .about-strength-v2 .asv2-org-branch .asv2-org-node {
      border: 0;
      border-radius: 0;
      box-shadow: none;
    }

    .about-strength-v2 .asv2-org-focus {
      min-height: 0;
      margin: 0;
      border-top: 0;
    }
  }

  @media (max-width: 560px) {
    .asv2-tech-divider {
      height: 44px;
    }

    .asv2-tech-divider::before {
      background-size: 24px 24px;
    }

    .about-strength-v2 .asv2-intro h1 {
      font-size: 36px;
    }

    .about-strength-v2 .asv2-content {
      padding-bottom: 48px;
    }

    .about-strength-v2 .asv2-crumb {
      margin-bottom: 18px;
    }

    .about-strength-v2 .asv2-page-alias {
      font-size: 12.5px;
    }

    .about-strength-v2 .asv2-page-lead {
      margin-top: 16px;
      font-size: 14.5px;
      line-height: 1.8;
    }

    .about-strength-v2 .sec {
      padding: 30px 0;
    }

    .about-strength-v2 .sec-t,
    .about-strength-v2 .cs-h {
      align-items: flex-start;
      flex-wrap: wrap;
    }

    .about-strength-v2 .cs-kpi {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      width: 100%;
    }

    .about-strength-v2 .cs-jump {
      align-items: stretch;
      flex-direction: column;
    }

    .about-strength-v2 .cs-jump a {
      width: 100%;
    }

    .about-strength-v2 .asv2-orgchart {
      padding: 16px;
    }

    .about-strength-v2 .asv2-org-branch {
      grid-template-columns: 1fr;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .about-strength-v2 *,
    .about-strength-v2 *::before,
    .about-strength-v2 *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
    }
  }
/* About page secondary navigation: match the seven visible content modules. */
.Nylocation .about-section-nav {
  display: flex;
  align-items: stretch;
  overflow: visible;
}

.Nylocation .about-section-nav a {
  float: none;
  padding-right: 14px;
  padding-left: 14px;
  white-space: nowrap;
}

/* Match the legacy introduction typography to the V2 content modules. */
.about .sub-about-one .left {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.about .sub-about-one .left .txt2 {
  font-family: inherit;
  font-weight: 750;
}

.about .sub-about-one .left .txt3,
.about .sub-about-one .left .txt3 p,
.about .sub-about-one .left .txt3 span {
  color: #4a534d !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.about .sub-about-one .left .txt3 p {
  margin: 0 0 12px !important;
  background: transparent !important;
}

.about .sub-about-one .left .txt3 p:last-child {
  margin-bottom: 0 !important;
}

/* Evidence links for the nine representative honor cards. */
.about-strength-v2 .hc-action {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 32px;
  margin-top: 14px;
  padding: 6px 10px;
  border: 1px solid var(--asv2-line);
  border-radius: 4px;
  color: var(--asv2-copy);
  background: #fff;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.about-strength-v2 .hc-action span {
  margin-left: 7px;
  font-size: 13px;
  line-height: 1;
}

.about-strength-v2 .hc-action-source {
  border-color: rgba(21, 138, 69, 0.3);
  color: var(--asv2-green-dark);
  background: var(--asv2-green-mist);
}

.about-strength-v2 .hc-action:hover,
.about-strength-v2 .hc-action:focus-visible {
  border-color: var(--asv2-green);
  color: var(--asv2-green-dark);
  background: var(--asv2-green-soft);
  text-decoration: none;
}

.about-strength-v2 .hc-action:focus-visible {
  outline: 2px solid rgba(21, 138, 69, 0.24);
  outline-offset: 2px;
}

/* Align the introduction copy and the KPI group on the same visual baseline. */
.about .sub-about-one {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.about .sub-about-one .left,
.about .sub-about-one .right {
  float: none;
}

.about .sub-about-one .right .abt-num-box {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .about .sub-about-one {
    display: block;
  }

  .about .sub-about-one .right .abt-num-box {
    margin-top: 20px !important;
  }
}
