.page-template-page-about {
  --about-red: var(--c-brand, #e11d2e);
  --about-red-dark: var(--c-brand-dark, #b80f1e);
  --about-ink: #101828;
  --about-text: #344054;
  --about-muted: #667085;
  --about-line: #e4e7ec;
  --about-soft: #f7f9fc;
  --about-shell: 1440px;
  --about-gutter: clamp(24px, 4vw, 72px);
  background: #fff;
}

.page-template-page-about .about-reference-page {
  color: var(--about-text);
  background: #fff;
  overflow-x: clip;
}

.page-template-page-about .about-reference-page *,
.page-template-page-about .about-reference-page *::before,
.page-template-page-about .about-reference-page *::after {
  box-sizing: border-box;
}

.page-template-page-about .about-reference-page a {
  color: inherit;
  text-decoration: none;
}

.page-template-page-about .about-reference-page img {
  display: block;
  max-width: 100%;
}

.page-template-page-about .about-reference-page :is(h1, h2, h3, p, figure) {
  margin-top: 0;
}

.page-template-page-about .about-reference-page :is(h1, h2, h3, p, li, a, strong, small, span) {
  overflow-wrap: anywhere;
  word-break: normal;
}

.page-template-page-about .about-reference-shell {
  width: min(calc(100% - (var(--about-gutter) * 2)), var(--about-shell));
  margin-inline: auto;
}

.page-template-page-about .about-reference-grid {
	padding-top: 44px;
}

.page-template-page-about .about-reference-upper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(232px, 21vw, 320px);
  column-gap: clamp(28px, 3vw, 48px);
  align-items: start;
}

.page-template-page-about .about-reference-article {
  min-width: 0;
}

.page-template-page-about .about-reference-hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(280px, 1.12fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
  padding-bottom: 44px;
}

.page-template-page-about .about-reference-hero__copy {
  max-width: 580px;
}

.page-template-page-about .about-reference-eyebrow,
.page-template-page-about .about-reference-kicker,
.page-template-page-about .about-reference-side-kicker {
  margin-bottom: 12px;
  color: var(--about-red);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-template-page-about .about-reference-hero h1 {
  max-width: 620px;
  margin-bottom: 22px;
  color: var(--about-ink);
  font-size: 52px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

html body.page-template-page-about main#main-content.about-reference-page .about-reference-hero h1 {
  color: var(--about-ink) !important;
  font-size: 52px !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

.page-template-page-about .about-reference-lead {
  --font-size-lead: 17px;
  --impact-lead: 17px;
  max-width: 560px;
  margin-bottom: 30px;
  color: var(--about-muted);
  font-size: 17px;
  line-height: 1.72;
}

html body.page-template-page-about main#main-content.about-reference-page .about-reference-lead {
  color: var(--about-muted) !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.page-template-page-about .about-reference-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-template-page-about .about-reference-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 750;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.page-template-page-about .about-reference-button svg {
  width: 17px;
  height: 17px;
}

.page-template-page-about .about-reference-button--primary {
  color: #fff !important;
  background: var(--about-red);
  box-shadow: 0 10px 24px rgba(225, 29, 46, .18);
}

.page-template-page-about .about-reference-button--secondary {
  color: var(--about-ink);
  background: #fff;
  border-color: #d0d5dd;
}

.page-template-page-about .about-reference-button--primary:hover,
.page-template-page-about .about-reference-button--primary:focus-visible {
  color: #fff !important;
  background: var(--about-red-dark);
}

.page-template-page-about .about-reference-button--secondary:hover,
.page-template-page-about .about-reference-button--secondary:focus-visible {
  color: var(--about-red);
  border-color: var(--about-red);
}

.page-template-page-about .about-reference-hero__media {
  position: relative;
  width: min(100%, 520px);
  min-height: 0;
  aspect-ratio: 346 / 254;
  justify-self: end;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 8px;
}

.page-template-page-about .about-reference-hero__media::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  height: 4px;
  z-index: 2;
  content: "";
  background: var(--about-red);
}

.page-template-page-about .about-reference-hero__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 346 / 254;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 24, 40, .1);
}

.page-template-page-about .about-reference-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
  margin-bottom: 48px;
  background: var(--about-ink);
  border-radius: 8px;
  overflow: hidden;
}

.page-template-page-about .about-reference-fact {
  min-width: 0;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 20px 16px;
}

.page-template-page-about .about-reference-fact + .about-reference-fact {
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.page-template-page-about .about-reference-fact > svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #ff4051;
}

.page-template-page-about .about-reference-fact span {
  min-width: 0;
}

.page-template-page-about .about-reference-fact strong,
.page-template-page-about .about-reference-fact small {
  display: block;
}

.page-template-page-about .about-reference-fact strong {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.page-template-page-about .about-reference-fact small {
  margin-top: 7px;
  color: #cfd4dc;
  font-size: 11px;
  line-height: 1.35;
}

.page-template-page-about .about-reference-section {
  padding-block: 42px;
  border-top: 1px solid var(--about-line);
}

.page-template-page-about .about-reference-values {
  width: 100%;
}

.page-template-page-about .about-reference-global {
  width: 100%;
}

.page-template-page-about .about-reference-milestones {
  width: 100%;
}

.page-template-page-about .about-reference-section h2,
.page-template-page-about .about-reference-trust h2 {
  max-width: 760px;
  margin-bottom: 20px;
  color: var(--about-ink);
  font-size: 36px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
}

html body.page-template-page-about main#main-content.about-reference-page :is(.about-reference-section, .about-reference-trust) h2 {
  color: var(--about-ink) !important;
  font-size: 36px !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

.page-template-page-about .about-reference-richtext {
  --font-size-body: 16px;
  --impact-body: 16px;
  max-width: 880px;
  color: var(--about-text);
  font-size: 16px;
  line-height: 1.78;
}

html body.page-template-page-about main#main-content.about-reference-page .about-reference-richtext p {
  color: var(--about-text) !important;
  font-size: 16px !important;
  line-height: 1.78 !important;
}

.page-template-page-about .about-reference-richtext p {
  margin-bottom: 14px;
}

.page-template-page-about .about-reference-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  max-width: 940px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.page-template-page-about .about-reference-checks li {
  position: relative;
  padding-left: 28px;
  color: var(--about-text);
  font-size: 15px;
  line-height: 1.6;
}

.page-template-page-about .about-reference-checks li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: #fff;
  content: "✓";
  background: var(--about-red);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.page-template-page-about .about-reference-section-lead {
  --font-size-body: 16px;
  --font-size-lead: 16px;
  --impact-body: 16px;
  --impact-lead: 16px;
  max-width: 850px;
  margin-bottom: 28px;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.72;
}

html body.page-template-page-about main#main-content.about-reference-page .about-reference-section-lead {
  color: var(--about-muted) !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.page-template-page-about .about-reference-value-grid {
  --font-size-body: 13px;
  --impact-body: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-template-page-about .about-reference-value-grid article {
  flex: 1 1 150px;
}

.page-template-page-about .about-reference-value-grid article,
.page-template-page-about .about-reference-service-grid article {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid var(--about-line);
  border-radius: 7px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.page-template-page-about .about-reference-value-grid article:hover,
.page-template-page-about .about-reference-service-grid article:hover {
  border-color: rgba(225, 29, 46, .35);
  box-shadow: 0 14px 32px rgba(16, 24, 40, .07);
}

.page-template-page-about .about-reference-value-grid svg,
.page-template-page-about .about-reference-service-grid svg {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
  color: var(--about-red);
  stroke-width: 1.7;
}

.page-template-page-about .about-reference-value-grid h3,
.page-template-page-about .about-reference-service-grid h3 {
  margin-bottom: 9px;
  color: var(--about-ink);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 750;
}

html body.page-template-page-about main#main-content.about-reference-page :is(.about-reference-value-grid, .about-reference-service-grid) h3 {
  color: var(--about-ink) !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: none;
}

.page-template-page-about .about-reference-value-grid p,
.page-template-page-about .about-reference-service-grid p {
  margin-bottom: 0;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.6;
}

html body.page-template-page-about main#main-content.about-reference-page :is(.about-reference-value-grid, .about-reference-service-grid) p {
  color: var(--about-muted) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.page-template-page-about .about-reference-global {
  position: relative;
  padding-bottom: 10px;
}

.page-template-page-about .about-reference-service-grid {
  --font-size-body: 13px;
  --impact-body: 13px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
  gap: 14px;
  margin-top: 24px;
}

.page-template-page-about .about-reference-regions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  padding: 28px;
  background: var(--about-soft);
  border-radius: 8px;
}

.page-template-page-about .about-reference-regions--with-map {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
}

.page-template-page-about .about-reference-map {
  margin-bottom: 0;
}

.page-template-page-about .about-reference-map img {
  width: 100%;
  height: auto;
}

.page-template-page-about .about-reference-region-list {
  display: grid;
  gap: 14px;
}

.page-template-page-about .about-reference-region-list article {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--about-line);
}

.page-template-page-about .about-reference-region-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-template-page-about .about-reference-region-list strong,
.page-template-page-about .about-reference-region-list span {
  display: block;
}

.page-template-page-about .about-reference-region-list strong {
  color: var(--about-ink);
  font-size: 15px;
}

.page-template-page-about .about-reference-region-list span {
  margin-top: 2px;
  color: var(--about-red);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-template-page-about .about-reference-region-list p {
  margin: 6px 0 0;
  color: var(--about-muted);
  font-size: 13px;
}

.page-template-page-about .about-reference-inline-link {
  margin: 28px 0 0;
}

.page-template-page-about .about-reference-inline-link a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--about-red);
  font-size: 14px;
  font-weight: 750;
}

.page-template-page-about .about-reference-inline-link svg {
  width: 16px;
  height: 16px;
}

.page-template-page-about .about-reference-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--about-milestone-count, 1), minmax(0, 1fr));
  margin-top: 34px;
  padding-top: 24px;
}

.page-template-page-about .about-reference-timeline--extended {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
  padding-top: 0;
}

.page-template-page-about .about-reference-timeline--extended::before {
  display: none;
}

.page-template-page-about .about-reference-timeline--extended article {
  padding: 18px 18px 18px 26px;
  border-left: 1px solid var(--about-line);
}

.page-template-page-about .about-reference-timeline--extended article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.page-template-page-about .about-reference-timeline--extended .about-reference-timeline__dot {
  position: absolute;
  top: 23px;
  left: -6px;
  margin: 0;
}

.page-template-page-about .about-reference-timeline::before {
  position: absolute;
  top: 29px;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: #d0d5dd;
}

.page-template-page-about .about-reference-timeline article {
  position: relative;
  min-width: 0;
  padding: 0 18px;
  text-align: left;
}

.page-template-page-about .about-reference-timeline__dot {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 0 18px;
  background: var(--about-red);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--about-red);
}

.page-template-page-about .about-reference-timeline strong {
  display: block;
  margin-bottom: 7px;
  color: var(--about-red);
  font-size: 18px;
  line-height: 1.2;
}

.page-template-page-about .about-reference-timeline h3 {
  margin-bottom: 8px;
  color: var(--about-ink);
  font-size: 15px;
  line-height: 1.3;
}

.page-template-page-about .about-reference-timeline p {
  margin-bottom: 0;
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.55;
}

.page-template-page-about .about-reference-timeline a {
  display: inline-block;
  margin-top: 10px;
  color: var(--about-red);
  font-size: 12px;
  font-weight: 700;
}

.page-template-page-about .about-reference-sidebar {
  min-width: 0;
  position: sticky;
  top: calc(var(--tongyi-header-height, 72px) + 24px);
  display: grid;
  gap: 16px;
  padding-bottom: 42px;
}

.page-template-page-about .about-reference-side-card {
  min-width: 0;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--about-line);
  border-radius: 8px;
}

.page-template-page-about .about-reference-side-card h2,
.page-template-page-about .about-reference-side-cta h2 {
  margin-bottom: 18px;
  color: var(--about-ink);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

html body.page-template-page-about main#main-content.about-reference-page :is(.about-reference-side-card, .about-reference-side-cta) h2 {
  color: var(--about-ink) !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

.page-template-page-about .about-reference-index a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 22px 8px 0;
  color: var(--about-text);
  border-bottom: 1px solid #eef0f3;
  font-size: 14px;
  font-weight: 600;
}

.page-template-page-about .about-reference-index a:last-child {
  border-bottom: 0;
}

.page-template-page-about .about-reference-index a::after {
  position: absolute;
  right: 0;
  content: "→";
  color: #98a2b3;
}

.page-template-page-about .about-reference-index a:hover,
.page-template-page-about .about-reference-index a:focus-visible,
.page-template-page-about .about-reference-index a.is-active {
  color: var(--about-red);
}

.page-template-page-about .about-reference-quick-facts > div {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eef0f3;
}

.page-template-page-about .about-reference-quick-facts > div:last-child {
  border-bottom: 0;
}

.page-template-page-about .about-reference-quick-facts strong {
  color: var(--about-red);
  font-size: 19px;
}

.page-template-page-about .about-reference-quick-facts span {
  color: var(--about-muted);
  font-size: 12px;
  text-align: right;
}

.page-template-page-about .about-reference-side-cta {
  --font-size-body: 14px;
  --impact-body: 14px;
  min-width: 0;
  padding: 26px 22px;
  background: linear-gradient(145deg, #fff0f2 0%, #fff8f8 100%);
  border-radius: 8px;
}

.page-template-page-about .about-reference-side-cta > svg {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--about-red);
}

.page-template-page-about .about-reference-side-cta p {
  margin-bottom: 22px;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.65;
}

html body.page-template-page-about main#main-content.about-reference-page .about-reference-side-cta p {
  color: var(--about-muted) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.page-template-page-about .about-reference-side-cta a {
  min-height: 44px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  color: #fff;
  background: var(--about-red);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 750;
}

.page-template-page-about .about-reference-side-cta a:hover,
.page-template-page-about .about-reference-side-cta a:focus-visible {
  color: #fff;
  background: var(--about-red-dark);
}

.page-template-page-about .about-reference-side-cta a svg {
  width: 16px;
  height: 16px;
}

.page-template-page-about .about-reference-trust {
  margin-top: 0;
  padding-block: 52px;
  background: var(--about-soft);
  border-block: 1px solid var(--about-line);
}

.page-template-page-about .about-reference-trust header {
  max-width: 820px;
  margin-bottom: 34px;
}

.page-template-page-about .about-reference-trust header > p:last-child {
  margin-bottom: 0;
  color: var(--about-muted);
  font-size: 16px;
}

.page-template-page-about .about-reference-trust-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-template-page-about .about-reference-trust-grid a {
  position: relative;
  min-width: min(100%, 260px);
  min-height: 0;
  flex: 1 1 calc((100% - 24px) / 3);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 20px 32px 20px 18px;
  background: #fff;
  border: 1px solid var(--about-line);
  border-radius: 7px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.page-template-page-about .about-reference-trust-grid a:hover,
.page-template-page-about .about-reference-trust-grid a:focus-visible {
  border-color: rgba(225, 29, 46, .42);
  box-shadow: 0 16px 36px rgba(16, 24, 40, .07);
}

.page-template-page-about .about-reference-trust-grid a > svg:first-child {
  width: 26px;
  height: 26px;
  color: var(--about-red);
}

.page-template-page-about .about-reference-trust-grid a > svg:last-child {
  position: absolute;
  top: 18px;
  right: 14px;
  width: 17px;
  height: 17px;
  color: #98a2b3;
}

.page-template-page-about .about-reference-trust-grid strong,
.page-template-page-about .about-reference-trust-grid small {
  display: block;
}

.page-template-page-about .about-reference-trust-grid a > span {
  min-width: 0;
}

.page-template-page-about .about-reference-trust-grid strong {
  margin-bottom: 8px;
  color: var(--about-ink);
  font-size: 16px;
  line-height: 1.3;
}

.page-template-page-about .about-reference-trust-grid small {
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.55;
}

.page-template-page-about .about-reference-closing {
  margin-block: 52px;
}

/* About is a trust page, so all evidence remains readable without scroll-triggered JS. */
.page-template-page-about .about-reference-page :is(
  .about-reference-facts,
  .about-reference-section,
  .about-reference-sidebar,
  .about-reference-trust
) {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

@media (max-width: 1500px) {
  html body.page-template-page-about main#main-content.about-reference-page .about-reference-hero h1 {
    font-size: 46px !important;
  }
}

@media (max-width: 1280px) {
  .page-template-page-about .about-reference-upper {
    grid-template-columns: minmax(0, 1fr) clamp(232px, 20vw, 264px);
    column-gap: 30px;
  }

  html body.page-template-page-about main#main-content.about-reference-page .about-reference-hero h1 {
    font-size: 40px !important;
  }

  html body.page-template-page-about main#main-content.about-reference-page :is(.about-reference-section, .about-reference-trust) h2 {
    font-size: 32px !important;
  }

  .page-template-page-about .about-reference-value-grid article,
  .page-template-page-about .about-reference-service-grid article {
    padding: 18px 15px;
  }

  .page-template-page-about :is(.about-reference-value-grid, .about-reference-service-grid) {
    --font-size-body: 12px;
    --impact-body: 12px;
  }

  html body.page-template-page-about main#main-content.about-reference-page :is(.about-reference-value-grid, .about-reference-service-grid) h3 {
    font-size: 15px !important;
  }

  html body.page-template-page-about main#main-content.about-reference-page :is(.about-reference-value-grid, .about-reference-service-grid) p {
    font-size: 12px !important;
  }

  .page-template-page-about .about-reference-side-card,
  .page-template-page-about .about-reference-side-cta {
    padding: 20px 18px;
  }

  html body.page-template-page-about main#main-content.about-reference-page :is(.about-reference-side-card, .about-reference-side-cta) h2 {
    font-size: 19px !important;
  }

  .page-template-page-about .about-reference-trust-grid a {
    padding: 18px 28px 18px 15px;
  }

  .page-template-page-about .about-reference-trust-grid strong {
    font-size: 14px;
  }

  .page-template-page-about .about-reference-trust-grid small {
    font-size: 11px;
  }
}

@media (max-width: 1100px) {
  .page-template-page-about .about-reference-grid {
    padding-top: 36px;
  }

  .page-template-page-about .about-reference-hero {
    gap: 24px;
    padding-bottom: 36px;
  }

  html body.page-template-page-about main#main-content.about-reference-page .about-reference-hero h1 {
    margin-bottom: 16px;
    font-size: 36px !important;
  }

  html body.page-template-page-about main#main-content.about-reference-page .about-reference-lead {
    --font-size-lead: 15px;
    --impact-lead: 15px;
    margin-bottom: 22px;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .page-template-page-about .about-reference-button {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .page-template-page-about .about-reference-facts {
    margin-bottom: 38px;
  }

  .page-template-page-about .about-reference-section {
    padding-block: 34px;
  }

  html body.page-template-page-about main#main-content.about-reference-page :is(.about-reference-section, .about-reference-trust) h2 {
    margin-bottom: 16px;
    font-size: 29px !important;
  }

  html body.page-template-page-about main#main-content.about-reference-page .about-reference-richtext p,
  html body.page-template-page-about main#main-content.about-reference-page .about-reference-section-lead {
    font-size: 14px !important;
  }

  .page-template-page-about .about-reference-richtext {
    --font-size-body: 14px;
    --impact-body: 14px;
  }

  .page-template-page-about .about-reference-section-lead {
    --font-size-body: 14px;
    --font-size-lead: 14px;
    --impact-body: 14px;
    --impact-lead: 14px;
  }

  .page-template-page-about .about-reference-section-lead {
    margin-bottom: 22px;
  }

  .page-template-page-about .about-reference-value-grid {
    gap: 8px;
  }

  .page-template-page-about .about-reference-value-grid article {
    padding: 15px 12px;
  }

  .page-template-page-about .about-reference-value-grid svg,
  .page-template-page-about .about-reference-service-grid svg {
    width: 24px;
    height: 24px;
    margin-bottom: 12px;
  }

  html body.page-template-page-about main#main-content.about-reference-page .about-reference-value-grid h3 {
    font-size: 14px !important;
  }

  html body.page-template-page-about main#main-content.about-reference-page .about-reference-value-grid p {
    font-size: 11px !important;
    line-height: 1.5 !important;
  }

  .page-template-page-about .about-reference-sidebar {
    gap: 14px;
    padding-bottom: 34px;
  }

  .page-template-page-about .about-reference-side-kicker {
    margin-bottom: 8px;
  }

  .page-template-page-about .about-reference-index a {
    min-height: 37px;
    padding-block: 6px;
    font-size: 12px;
  }

  html body.page-template-page-about main#main-content.about-reference-page .about-reference-side-cta p {
    --font-size-body: 12px;
    --impact-body: 12px;
    margin-bottom: 16px;
    font-size: 12px !important;
  }

  .page-template-page-about .about-reference-side-cta a {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 11px;
  }

  .page-template-page-about .about-reference-trust {
    padding-block: 42px;
  }

  .page-template-page-about .about-reference-trust header {
    margin-bottom: 26px;
  }

  .page-template-page-about .about-reference-trust-grid {
    gap: 8px;
  }

  .page-template-page-about .about-reference-trust-grid a {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 16px 25px 16px 13px;
  }

  .page-template-page-about .about-reference-trust-grid a > svg:first-child {
    width: 23px;
    height: 23px;
  }

  .page-template-page-about .about-reference-trust-grid a > svg:last-child {
    top: 14px;
    right: 10px;
  }

  .page-template-page-about .about-reference-closing {
    margin-block: 42px;
  }
}

@media (max-width: 1021px) {
  .page-template-page-about .about-reference-value-grid--count-6 > article {
    flex-basis: calc((100% - 16px) / 3);
  }
}

@media (max-width: 850px) {
  .page-template-page-about .about-reference-value-grid--count-5 > article {
    flex-basis: calc((100% - 16px) / 3);
  }
}

@media (max-width: 900px) {
  .page-template-page-about .about-reference-upper {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-template-page-about :is(
    .about-reference-article,
    .about-reference-sidebar
  ) {
    grid-column: auto;
    grid-row: auto;
  }

  .page-template-page-about .about-reference-sidebar {
    position: static;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  }

  .page-template-page-about .about-reference-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-template-page-about .about-reference-value-grid article {
    padding: 18px 16px;
  }

  .page-template-page-about :is(.about-reference-value-grid, .about-reference-service-grid) {
    --font-size-body: 13px;
    --impact-body: 13px;
  }

  .page-template-page-about .about-reference-value-grid h3 {
    font-size: 15px;
  }

  .page-template-page-about .about-reference-value-grid p {
    font-size: 12px;
  }

  .page-template-page-about .about-reference-trust-grid a {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 18px 30px 18px 16px;
  }
}

@media (max-width: 768px) {
  .page-template-page-about {
    --about-gutter: 20px;
  }

  .page-template-page-about .about-reference-grid {
    padding-top: 32px;
  }

  html body.page-template-page-about main#main-content.about-reference-page .about-reference-hero h1 {
    font-size: 35px !important;
  }

  .page-template-page-about .about-reference-regions--with-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-template-page-about .about-reference-checks {
    grid-template-columns: 1fr;
  }

  .page-template-page-about .about-reference-timeline {
    display: block;
    margin-left: 6px;
    padding: 0 0 0 28px;
  }

  .page-template-page-about .about-reference-timeline::before {
    display: block;
    top: 4px;
    bottom: 4px;
    left: 5px;
    width: 1px;
    height: auto;
  }

  .page-template-page-about .about-reference-timeline article {
    grid-column: auto;
    border-left: 0;
    padding: 0 0 28px;
  }

  .page-template-page-about .about-reference-timeline article:last-child {
    padding-bottom: 0;
  }

  .page-template-page-about .about-reference-timeline__dot,
  .page-template-page-about .about-reference-timeline--extended .about-reference-timeline__dot {
    position: absolute;
    top: 2px;
    left: -28px;
  }

}

@media (max-width: 680px) {
  .page-template-page-about .about-reference-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-template-page-about .about-reference-hero__copy {
    max-width: 580px;
  }

  .page-template-page-about .about-reference-hero__media {
    width: 100%;
    justify-self: stretch;
  }

  .page-template-page-about .about-reference-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-template-page-about .about-reference-value-grid article {
    flex-basis: calc((100% - 8px) / 2);
  }

  .page-template-page-about .about-reference-fact,
  .page-template-page-about .about-reference-fact:nth-child(odd) {
    border-left: 1px solid rgba(255, 255, 255, .13);
    border-top: 1px solid rgba(255, 255, 255, .13);
  }

  .page-template-page-about .about-reference-fact:nth-child(odd) {
    border-left: 0;
  }

  .page-template-page-about .about-reference-fact:nth-child(-n + 2) {
    border-top: 0;
  }

  .page-template-page-about .about-reference-fact:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .page-template-page-about .about-reference-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-template-page-about .about-reference-regions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .page-template-page-about .about-reference-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .page-template-page-about .about-reference-button {
    width: 100%;
  }

  .page-template-page-about .about-reference-service-grid,
  .page-template-page-about .about-reference-sidebar,
  .page-template-page-about .about-reference-regions {
    grid-template-columns: 1fr !important;
  }

  .page-template-page-about .about-reference-value-grid article,
  .page-template-page-about .about-reference-trust-grid a {
    flex-basis: 100%;
  }

  .page-template-page-about .about-reference-section,
  .page-template-page-about .about-reference-trust {
    padding-block: 30px;
  }

  .page-template-page-about .about-reference-closing {
    margin-block: 34px;
  }
}

@media (max-width: 420px) {
  .page-template-page-about .about-reference-facts {
    grid-template-columns: 1fr;
  }

  .page-template-page-about .about-reference-fact,
  .page-template-page-about .about-reference-fact:nth-child(odd) {
    grid-column: auto;
    border-left: 0;
  }

  .page-template-page-about .about-reference-fact:nth-child(n + 2) {
    border-top: 1px solid rgba(255, 255, 255, .13);
  }

  html body.page-template-page-about main#main-content.about-reference-page .about-reference-hero h1 {
    font-size: 32px !important;
  }
}

@media (min-width: 901px) and (max-width: 1099px) {
  html body.page-template-page-about .site-footer.site-footer {
    padding-top: 36px !important;
  }

  html body.page-template-page-about .site-footer.site-footer .footer-grid {
    grid-template-columns: minmax(220px, 1.5fr) repeat(4, minmax(88px, .7fr)) !important;
    gap: 18px !important;
    padding-bottom: 28px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-template-page-about .about-reference-button,
  .page-template-page-about .about-reference-value-grid article,
  .page-template-page-about .about-reference-service-grid article,
  .page-template-page-about .about-reference-trust-grid a {
    transition: none;
  }
}
