.manufacturing-v1-page {
  --mc-ink: #252d35;
  --mc-muted: #5a6873;
  --mc-blue: #0077b9;
  --mc-blue-dark: #005b8d;
  --mc-navy: #132d43;
  --mc-green: #a8c83a;
  --mc-soft: #f1f4f5;
  --mc-line: #d7dee2;
  --mc-white: #ffffff;
}

.manufacturing-v1-page .mc-container {
  width: 100%;
  max-width: 1316px;
}

.manufacturing-v1-page h1,
.manufacturing-v1-page h2,
.manufacturing-v1-page h3,
.manufacturing-v1-page p,
.manufacturing-v1-page li,
.manufacturing-v1-page a,
.manufacturing-v1-page button,
.manufacturing-v1-page summary,
.manufacturing-v1-page figcaption {
  overflow-wrap: anywhere;
  letter-spacing: 0;
}

.mc-breadcrumb {
  color: var(--mc-muted);
  background: var(--mc-white);
  border-bottom: 1px solid #e7ebed;
}

.mc-breadcrumb a {
  color: var(--mc-blue-dark);
}

.mc-kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--mc-blue-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.mc-section {
  padding: 84px 0;
  background: var(--mc-white);
}

#manufacturing-services,
#production-process {
  scroll-margin-top: 145px;
}

.mc-section-head {
  max-width: 860px;
  margin-bottom: 38px;
}

.mc-section-head-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mc-section-head h2,
.mc-overview-copy h2,
.mc-split-copy h2,
.mc-final h2 {
  margin: 0 0 16px;
  color: var(--mc-ink);
  font-size: 38px;
  font-weight: 750;
  line-height: 1.16;
}

.mc-section-head p,
.mc-overview-copy > p,
.mc-split-copy > p,
.mc-final p {
  margin: 0;
  color: var(--mc-muted);
  font-size: 16px;
  line-height: 1.72;
}

.mc-hero {
  color: var(--mc-ink);
  background: var(--mc-soft);
  border-bottom: 1px solid var(--mc-line);
}

.mc-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  min-height: 548px;
  padding-right: 0;
}

.mc-hero-copy {
  align-self: center;
  max-width: 740px;
  padding: 64px 62px 64px 0;
}

.mc-hero h1 {
  margin: 0 0 20px;
  color: var(--mc-ink);
  font-size: 52px;
  font-weight: 760;
  line-height: 1.07;
}

.mc-hero-lead {
  max-width: 700px;
  margin: 0;
  color: #46545e;
  font-size: 18px;
  line-height: 1.65;
}

.mc-hero-points {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.mc-hero-points li {
  position: relative;
  padding-left: 24px;
  color: #35424b;
  font-size: 14px;
  line-height: 1.5;
}

.mc-hero-points li::before {
  position: absolute;
  top: 7px;
  left: 2px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--mc-green);
}

.mc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.mc-actions .pl-btn,
.mc-split-copy .pl-btn {
  min-height: 48px;
}

.manufacturing-v1-page .mc-btn-outline {
  border: 1px solid var(--mc-blue);
  color: var(--mc-blue-dark);
  background: transparent;
}

.manufacturing-v1-page .mc-btn-outline:hover,
.manufacturing-v1-page .mc-btn-outline:focus-visible {
  color: var(--mc-white);
  background: var(--mc-blue-dark);
  border-color: var(--mc-blue-dark);
}

.mc-hero-visual {
  position: relative;
  min-height: 548px;
  margin: 0;
  overflow: hidden;
  background: #dfe5e8;
}

.mc-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 548px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.mc-hero-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  max-width: 360px;
  padding: 8px 10px;
  color: var(--mc-white);
  font-size: 11px;
  line-height: 1.35;
  background: rgba(15, 35, 50, .82);
}

.mc-proof {
  color: var(--mc-white);
  background: var(--mc-navy);
}

.mc-proof ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-proof li {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 25px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.mc-proof li:last-child {
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.mc-proof strong,
.mc-proof span {
  display: block;
}

.mc-proof strong {
  margin-bottom: 7px;
  color: var(--mc-white);
  font-size: 19px;
  line-height: 1.18;
}

.mc-proof span {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.45;
}
