/* Approved Figma desktop frame 39:1466, 1440 px. */
.header-main nav a[aria-current="page"] {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.delivery-page h2 {
  font-size: 48px;
  line-height: 51.84px;
  letter-spacing: -2.64px;
}
.delivery-intro {
  padding-top: 75px;
}
.delivery-intro h1 {
  font-size: 76px;
  line-height: 79px;
  letter-spacing: -4.18px;
  margin-top: 19px;
}
.delivery-lead {
  display: grid;
  grid-template-columns: 740px 440px;
  gap: 140px;
  min-height: 163.75px;
  margin-top: 19px;
}
.delivery-lead > p {
  font-size: 24px;
  line-height: 36px;
}
.delivery-lead > div {
  padding-top: 9.94px;
}
.delivery-lead > div > p {
  font-size: 19px;
  line-height: 28.88px;
  color: var(--muted);
}
.delivery-lead .button {
  width: max-content;
  margin-top: 24px;
}
.delivery-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  border-block: 1px solid #d9ddda;
  padding: 34px 0;
  min-height: 154px;
  margin-top: 19px;
}
.delivery-stats dt {
  font-size: 44px;
  line-height: 54px;
  letter-spacing: -1.76px;
  font-weight: 700;
}
.delivery-stats dd {
  font-size: 15px;
  line-height: 18px;
  color: var(--muted);
  margin-top: 10px;
}
.delivery-fleet {
  padding: 79px 0 76px;
}
.delivery-fleet h2 {
  margin-top: 16.5px;
}
.delivery-fleet figure {
  margin: 34px 0 0;
  height: 720px;
  overflow: hidden;
  position: relative;
}
.delivery-fleet img {
  position: absolute;
  left: 0;
  top: -12.89%;
  width: 100%;
  height: 122.22%;
  object-fit: fill;
}
.delivery-geography {
  background: #f2f5f2;
  padding: 76px 0;
}
.delivery-geography-grid {
  display: grid;
  grid-template-columns: 600px 600px;
  gap: 120px;
  align-items: center;
}
.delivery-geography-copy {
  padding: 3px 0;
}
.delivery-geography h2 {
  font-size: 50px;
  line-height: 52.5px;
  letter-spacing: -2.75px;
  margin-top: 19px;
}
.delivery-geography-description {
  font-size: 19px;
  line-height: 29.45px;
  color: var(--muted);
  margin-top: 25.44px;
  margin-bottom: 26px;
}
.delivery-text-link {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.delivery-text-link:hover {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.delivery-directions {
  padding: 39px 36px 36px;
  background: white;
  border: 1px solid #d9ddda;
  min-height: 400.49px;
}
.delivery-directions .eyebrow {
  color: var(--muted);
}
.delivery-directions ul {
  list-style: none;
  padding: 0;
  margin: 22.9px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  grid-auto-rows: auto;
}
.delivery-directions li {
  border-bottom: 1px solid #d9ddda;
  padding: 15px 0;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
}
.delivery-directions > p:last-child {
  font-size: 16px;
  line-height: 24.8px;
  color: var(--muted);
}
.delivery-pump {
  display: grid;
  grid-template-columns: 540px 660px;
  gap: 120px;
  align-items: center;
  padding: 76px 0;
}
.delivery-pump-stat {
  background: #f2f5f2;
  padding: 51px 48px 48px;
  min-height: 313px;
}
.delivery-pump-stat strong {
  display: block;
  height: 149px;
  margin-top: 10px;
  font-size: 100px;
  line-height: 120px;
  letter-spacing: -6px;
  padding-top: 29px;
  white-space: nowrap;
}
.delivery-pump-stat strong span {
  font-size: 64px;
  line-height: 76.8px;
}
.delivery-pump-stat > p:last-child {
  font-size: 19px;
  line-height: 29.45px;
  margin-top: 10px;
}
.delivery-pump-copy > p {
  font-size: 19px;
  line-height: 29.45px;
  margin-top: 25.435px;
}
.delivery-pump-copy .delivery-pump-note {
  max-width: 599px;
  font-size: 16px;
  line-height: 24.8px;
  color: var(--muted);
  margin-top: 17.9px;
}
.delivery-pump-copy .button {
  width: max-content;
  margin-top: 18.59px;
}
.delivery-preparation {
  padding: 3px 0 76px;
}
.delivery-preparation h2 {
  line-height: 48.96px;
  margin-top: 18px;
}
.delivery-steps {
  list-style: none;
  margin: 36.96px 0 32px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 309px);
  gap: 28px;
}
.delivery-steps li {
  border-top: 1px solid var(--ink);
  padding-top: 22px;
}
.delivery-steps span {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: var(--red);
}
.delivery-steps h3 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -1.375px;
  margin-top: 16px;
  padding-top: 9px;
  min-height: 69px;
}
.delivery-steps p {
  font-size: 16px;
  line-height: 25.6px;
  color: var(--muted);
  margin-top: 16px;
}
.delivery-steps li:nth-child(3) p {
  width: 321px;
}
.delivery-notice {
  border-left: 3px solid var(--red);
  background: #f2f5f2;
  padding: 22px 24px 23px;
  font-size: 17px;
  line-height: 21px;
}
.delivery-catalog {
  border-top: 1px solid #d9ddda;
  padding: 41px 0 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.delivery-catalog h3 {
  font-size: 32px;
  line-height: 35.84px;
  letter-spacing: -1.76px;
  margin-top: 16px;
}
.delivery-catalog div > p:last-child {
  font-size: 17px;
  line-height: 25.84px;
  color: var(--muted);
  margin-top: 16px;
}
.delivery-page .request {
  padding: 72px 0;
}
.delivery-page .request h2 {
  font-size: 48px;
  line-height: 48.96px;
  letter-spacing: -2.64px;
}
.delivery-page .request-description {
  white-space: normal;
}
.delivery-page .request-social {
  margin-top: 46px;
}

.delivery-directions .delivery-district {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--muted);
}
