body {
  margin: 0;
  background: #f4f6f8;
  color: #101828;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", sans-serif;
  line-height: 1.75;
}
main {
  max-width: 920px;
  margin: 0 auto;
  padding: 56px 24px 80px;
  background: #fff;
}
h1 {
  margin: 0 0 24px;
  font-size: clamp(36px, 7vw, 64px);
  line-height: 1.1;
}
h2 {
  margin: 48px 0 16px;
  padding-top: 24px;
  border-top: 1px solid #d9dee7;
  font-size: 28px;
  line-height: 1.25;
}
h3 {
  margin: 24px 0 8px;
  font-size: 20px;
}
p,
li,
td,
th {
  font-size: 17px;
}
p,
li,
td {
  color: #344054;
}
a {
  color: #101828;
  font-weight: 700;
}
nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #d9dee7;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  border-bottom: 1px solid #d9dee7;
  padding: 12px 8px;
  text-align: left;
  vertical-align: top;
}
.eyebrow {
  margin: 0 0 12px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.lead {
  max-width: 760px;
  font-size: 20px;
  color: #253044;
}
