/**
 * Theme Name: WBlock Child
 * Description: WBlock Child theme
 * Author: WPDAXUE.COM
 * Version: 1.0.0
 * Template: blocksy
 * Text Domain: wblock-child
 */

/* Manufacturing capability page */
.manufacturing-page {
  --mfg-blue: #00a3e0;
  --mfg-blue-dark: #007fae;
  --mfg-ink: #102632;
  --mfg-text: #50616c;
  --mfg-line: #d8e1e7;
  --mfg-soft: #f3f6f8;
  color: var(--mfg-text);
  overflow: clip;
}

.manufacturing-page .mfg-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.manufacturing-page .mfg-section {
  padding: 88px 0;
}

.manufacturing-page .mfg-section--compact {
  padding-block: 66px;
}

.manufacturing-page .mfg-section--soft {
  background: var(--mfg-soft);
}

.manufacturing-page .mfg-section--dark {
  color: #fff;
  background: var(--mfg-ink);
}

.manufacturing-page .mfg-hero {
  min-height: 610px;
  display: grid;
  align-items: center;
  margin: 0;
}

.manufacturing-page .mfg-hero .wp-block-cover__image-background {
  object-position: 50% 55%;
}

.manufacturing-page .mfg-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(8, 23, 31, .66) 0%, rgba(8, 23, 31, .58) 58%, rgba(8, 23, 31, .36) 100%) !important;
  opacity: 1 !important;
}

.manufacturing-page .mfg-hero__content {
  max-width: 800px;
  margin: 0;
  padding: 106px 0 96px;
}

.manufacturing-page h1 {
  max-width: 800px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.manufacturing-page .mfg-hero__lead {
  max-width: 740px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
}

.manufacturing-page .wp-block-buttons {
  gap: 12px;
}

.manufacturing-page .wp-block-button__link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 2px solid var(--mfg-blue);
  border-radius: 2px;
  background: var(--mfg-blue);
  color: #fff;
  font-weight: 700;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.manufacturing-page .wp-block-button__link:hover {
  border-color: var(--mfg-blue-dark);
  background: var(--mfg-blue-dark);
  color: #fff;
}

.manufacturing-page .mfg-button--outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, .88);
  background: transparent;
}

.manufacturing-page .mfg-button--outline .wp-block-button__link:hover {
  border-color: #fff;
  background: #fff;
  color: var(--mfg-ink);
}

.manufacturing-page .mfg-heading {
  max-width: 840px;
  margin: 0 0 44px;
}

.manufacturing-page h2 {
  margin: 0 0 20px;
  color: var(--mfg-ink);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.14;
  letter-spacing: -.025em;
}

.manufacturing-page h3 {
  margin: 0 0 13px;
  color: var(--mfg-ink);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.25;
}

.manufacturing-page p,
.manufacturing-page td,
.manufacturing-page th {
  font-size: 17px;
  line-height: 1.72;
}

.manufacturing-page a:not(.wp-block-button__link) {
  color: var(--mfg-blue-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.manufacturing-page .mfg-grid-2,
.manufacturing-page .mfg-grid-3 {
  display: grid !important;
  margin: 0;
}

.manufacturing-page .mfg-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(42px, 6vw, 78px);
}

.manufacturing-page .mfg-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.manufacturing-page figure {
  margin: 0;
}

.manufacturing-page .mfg-media img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  border-radius: 3px;
  object-fit: cover;
}

.manufacturing-page .mfg-copy {
  max-width: 530px;
}

.manufacturing-page .mfg-copy > :last-child,
.manufacturing-page .mfg-heading > :last-child,
.manufacturing-page .mfg-support-card > :last-child {
  margin-bottom: 0;
}

.manufacturing-page .mfg-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
}

.manufacturing-page .mfg-table th,
.manufacturing-page .mfg-table td {
  padding: 17px 20px;
  border: 1px solid var(--mfg-line);
  text-align: left;
  vertical-align: top;
}

.manufacturing-page .mfg-table th {
  color: var(--mfg-ink);
  background: #e8eef2;
  font-weight: 750;
}

.manufacturing-page .mfg-table th:first-child,
.manufacturing-page .mfg-table td:first-child {
  width: 31%;
  color: var(--mfg-ink);
  font-weight: 700;
}

.manufacturing-page .mfg-support h2,
.manufacturing-page .mfg-support p,
.manufacturing-page .mfg-support h3 {
  color: inherit;
}

.manufacturing-page .mfg-support .mfg-heading p {
  color: rgba(255, 255, 255, .78);
}

.manufacturing-page .mfg-support-card {
  min-height: 100%;
  padding: 30px 28px 28px;
  border-top: 3px solid var(--mfg-blue);
  background: rgba(255, 255, 255, .06);
}

.manufacturing-page .mfg-support-card p {
  color: rgba(255, 255, 255, .77);
}

.manufacturing-page .mfg-support-card a {
  color: #73d5f7;
  font-weight: 700;
}

.manufacturing-page .mfg-cta {
  background: linear-gradient(135deg, #007fae 0%, #00a3e0 100%);
}

.manufacturing-page .mfg-cta-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .7fr);
  gap: 48px;
}

.manufacturing-page .mfg-cta h2,
.manufacturing-page .mfg-cta p {
  color: #fff;
}

.manufacturing-page .mfg-cta .wp-block-buttons {
  justify-content: flex-end;
}

.manufacturing-page .mfg-cta .wp-block-button__link {
  border-color: #fff;
  background: #fff;
  color: var(--mfg-ink);
}

@media (max-width: 1024px) {
  .manufacturing-page .mfg-section {
    padding-block: 74px;
  }

  .manufacturing-page .mfg-grid-3 {
    gap: 18px;
  }
}

@media (max-width: 781px) {
  .manufacturing-page .mfg-shell {
    width: min(calc(100% - 34px), 680px);
  }

  .manufacturing-page .mfg-section,
  .manufacturing-page .mfg-section--compact {
    padding-block: 62px;
  }

  .manufacturing-page .mfg-hero {
    min-height: 560px;
  }

  .manufacturing-page .mfg-hero__content {
    padding: 86px 0 76px;
  }

  .manufacturing-page .mfg-grid-2,
  .manufacturing-page .mfg-grid-3,
  .manufacturing-page .mfg-cta-grid {
    grid-template-columns: 1fr;
  }

  .manufacturing-page .mfg-grid-2 {
    gap: 34px;
  }

  .manufacturing-page .mfg-grid-3 {
    gap: 20px;
  }

  .manufacturing-page .mfg-cta .wp-block-buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .manufacturing-page .mfg-shell {
    width: calc(100% - 28px);
  }

  .manufacturing-page .mfg-section,
  .manufacturing-page .mfg-section--compact {
    padding-block: 52px;
  }

  .manufacturing-page .mfg-hero {
    min-height: 590px;
  }

  .manufacturing-page .mfg-hero .wp-block-cover__image-background {
    object-position: 58% 50%;
  }

  .manufacturing-page .mfg-hero .wp-block-cover__background {
    background: rgba(8, 23, 31, .64) !important;
  }

  .manufacturing-page .mfg-table {
    overflow: visible;
  }

  .manufacturing-page .mfg-table table,
  .manufacturing-page .mfg-table tbody,
  .manufacturing-page .mfg-table tr,
  .manufacturing-page .mfg-table td {
    display: block;
    width: 100%;
  }

  .manufacturing-page .mfg-table thead {
    display: none;
  }

  .manufacturing-page .mfg-table tr {
    padding: 18px 0;
    border-bottom: 1px solid var(--mfg-line);
  }

  .manufacturing-page .mfg-table tr:first-child {
    border-top: 1px solid var(--mfg-line);
  }

  .manufacturing-page .mfg-table td,
  .manufacturing-page .mfg-table td:first-child {
    width: 100%;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .manufacturing-page .mfg-table td + td {
    margin-top: 8px;
  }

  .manufacturing-page .mfg-table td::before {
    display: block;
    margin-bottom: 3px;
    color: var(--mfg-blue-dark);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .04em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .manufacturing-page .mfg-snapshot td:first-child::before { content: 'Capability'; }
  .manufacturing-page .mfg-snapshot td:nth-child(2)::before { content: 'Current Production Support'; }
  .manufacturing-page .mfg-materials-table td:first-child::before { content: 'Material'; }
  .manufacturing-page .mfg-materials-table td:nth-child(2)::before { content: 'Typical Manufacturing Use'; }

  .manufacturing-page .wp-block-buttons,
  .manufacturing-page .wp-block-button,
  .manufacturing-page .wp-block-button__link {
    width: 100%;
  }

  .manufacturing-page p,
  .manufacturing-page td {
    font-size: 16px;
  }
}

@media (max-width: 689px) {
  .trp-floating-switcher.trp-switcher-position-bottom {
    bottom: 56px !important;
  }
}
/* End Manufacturing capability page */

/* OEM & ODM manufacturing page */
.oem-odm-page {
  --oem-blue: #00a3e0;
  --oem-blue-dark: #007fae;
  --oem-ink: #141d25;
  --oem-text: #4f5962;
  --oem-line: #d7e0e6;
  --oem-soft: #f4f6f8;
  color: var(--oem-text);
  overflow: clip;
}

.oem-odm-page .oem-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.oem-odm-page .oem-section {
  padding: 84px 0;
}

.oem-odm-page .oem-section--soft,
.oem-odm-page .oem-section--platforms {
  background: var(--oem-soft);
}

.oem-odm-page .oem-section--dark,
.oem-odm-page .oem-hero,
.oem-odm-page .oem-cta {
  background: var(--oem-ink);
  color: #fff;
}

.oem-odm-page .oem-grid-2,
.oem-odm-page .oem-modification-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oem-odm-page .oem-grid-2 {
  gap: clamp(38px, 5vw, 72px);
}

.oem-odm-page .oem-heading {
  max-width: 820px;
  margin-bottom: 40px;
}

.oem-odm-page h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(42px, 5.1vw, 68px);
  line-height: 1.07;
  letter-spacing: -.04em;
}

.oem-odm-page h2 {
  margin: 0 0 16px;
  color: var(--oem-ink);
  font-size: clamp(31px, 3.8vw, 44px);
  line-height: 1.14;
  letter-spacing: -.025em;
}

.oem-odm-page h3 {
  margin: 0 0 12px;
  color: var(--oem-ink);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.28;
}

.oem-odm-page p,
.oem-odm-page li,
.oem-odm-page td,
.oem-odm-page th {
  font-size: 16px;
  line-height: 1.68;
}

.oem-odm-page p {
  margin-top: 0;
}

.oem-odm-page a:not(.wp-block-button__link) {
  color: var(--oem-blue-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.oem-odm-page figure {
  margin: 0;
}

.oem-odm-page .oem-media img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  border-radius: 2px;
  object-fit: cover;
}

.oem-odm-page .oem-split {
  align-items: center;
}

.oem-odm-page .wp-block-buttons {
  gap: 12px;
}

.oem-odm-page .wp-block-button__link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 2px solid var(--oem-blue);
  border-radius: 2px;
  background: var(--oem-blue);
  color: #fff;
  font-weight: 700;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.oem-odm-page .wp-block-button__link:hover {
  border-color: var(--oem-blue-dark);
  background: var(--oem-blue-dark);
  color: #fff;
}

.oem-odm-page .oem-button--outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, .82);
  background: transparent;
}

.oem-odm-page .oem-button--outline .wp-block-button__link:hover {
  border-color: #fff;
  background: #fff;
  color: var(--oem-ink);
}

.oem-odm-page .oem-hero {
  padding: 0;
}

.oem-odm-page .oem-hero .oem-shell {
  width: min(1320px, 100%);
}

.oem-odm-page .oem-hero__grid {
  min-height: 620px;
  align-items: stretch;
  gap: 0;
}

.oem-odm-page .oem-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px clamp(42px, 5.5vw, 82px);
}

.oem-odm-page .oem-hero__lead {
  max-width: 660px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.62;
}

.oem-odm-page .oem-hero__visual,
.oem-odm-page .oem-hero__media,
.oem-odm-page .oem-hero__media img {
  height: 100%;
}

.oem-odm-page .oem-hero__media img {
  min-height: 620px;
  aspect-ratio: auto;
  object-position: 52% 50%;
}

.oem-odm-page .oem-table {
  overflow: hidden;
  border: 1px solid var(--oem-line);
  background: #fff;
}

.oem-odm-page .oem-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.oem-odm-page .oem-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.oem-odm-page .oem-table th,
.oem-odm-page .oem-table td {
  padding: 20px 22px;
  border: 0;
  border-right: 1px solid var(--oem-line);
  border-bottom: 1px solid var(--oem-line);
  text-align: left;
  vertical-align: top;
}

.oem-odm-page .oem-table th:last-child,
.oem-odm-page .oem-table td:last-child {
  border-right: 0;
}

.oem-odm-page .oem-table tbody tr:last-child td {
  border-bottom: 0;
}

.oem-odm-page .oem-table th {
  background: var(--oem-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .025em;
}

.oem-odm-page .oem-decision-table {
  margin-bottom: 24px;
}

.oem-odm-page .oem-decision-table td:first-child,
.oem-odm-page .oem-decision-table td:last-child {
  color: var(--oem-ink);
  font-weight: 700;
}

.oem-odm-page .oem-callout {
  margin: 22px 0 10px;
  padding: 15px 18px;
  border-left: 3px solid var(--oem-blue);
  background: #fff;
  color: var(--oem-ink);
}

.oem-odm-page .oem-note {
  margin-bottom: 0;
  color: #67727b;
}

.oem-odm-page .oem-review-grid {
  gap: 24px;
}

.oem-odm-page .oem-review-panel {
  padding: 34px 36px 28px;
  border: 1px solid var(--oem-line);
  border-top: 4px solid var(--oem-blue);
  background: #fff;
}

.oem-odm-page .oem-review-panel h3 {
  margin-bottom: 18px;
}

.oem-odm-page .oem-input-list,
.oem-odm-page .oem-mod-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.oem-odm-page .oem-input-list li,
.oem-odm-page .oem-mod-list li {
  position: relative;
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid var(--oem-line);
}

.oem-odm-page .oem-input-list li:last-child,
.oem-odm-page .oem-mod-list li:last-child {
  border-bottom: 0;
}

.oem-odm-page .oem-input-list li::before,
.oem-odm-page .oem-mod-list li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 2px;
  width: 7px;
  height: 7px;
  background: var(--oem-blue);
}

.oem-odm-page .oem-modification-grid {
  gap: 16px;
  margin: 26px 0 22px;
}

.oem-odm-page .oem-mod-panel {
  padding: 22px;
  border: 1px solid var(--oem-line);
  background: var(--oem-soft);
}

.oem-odm-page .oem-mod-panel h3 {
  font-size: 18px;
}

.oem-odm-page .oem-mod-panel li {
  font-size: 15px;
}

.oem-odm-page .oem-tooling-grid {
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, 1fr);
  gap: clamp(34px, 4vw, 52px);
  align-items: start;
}

.oem-odm-page .oem-tooling-table th:first-child,
.oem-odm-page .oem-tooling-table td:first-child {
  width: 56%;
}

.oem-odm-page .oem-tooling-table th,
.oem-odm-page .oem-tooling-table td {
  padding-block: 16px;
}

.oem-odm-page .oem-tooling-visual .oem-media img {
  aspect-ratio: 4 / 3;
  object-position: center;
}

.oem-odm-page .oem-image-note {
  margin: 14px 0 0;
  color: #68737c;
  font-size: 14px;
  line-height: 1.55;
}

.oem-odm-page .oem-section--dark h2,
.oem-odm-page .oem-section--dark p {
  color: #fff;
}

.oem-odm-page .oem-section--dark p {
  color: rgba(255, 255, 255, .82);
}

.oem-odm-page .oem-family-grid {
  gap: 24px;
}

.oem-odm-page .oem-family-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--oem-line);
  background: #fff;
}

.oem-odm-page .oem-family-card h3 {
  margin-bottom: 20px;
}

.oem-odm-page .oem-product-media {
  margin-bottom: 22px;
  border: 1px solid #e3e8eb;
  background: #fff;
}

.oem-odm-page .oem-product-media img {
  aspect-ratio: 4 / 3;
  padding: 24px;
  background: #f8f9fa;
  object-fit: contain;
}

.oem-odm-page .oem-family-card > p:not(.oem-text-link) {
  min-height: 54px;
}

.oem-odm-page .oem-text-link {
  margin: auto 0 0;
  font-weight: 700;
}

.oem-odm-page .oem-cta {
  padding: 66px 0;
}

.oem-odm-page .oem-cta__grid {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.oem-odm-page .oem-cta h2 {
  color: #fff;
}

.oem-odm-page .oem-cta p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .82);
}

.oem-odm-page .oem-cta__buttons {
  justify-content: flex-end;
}

.oem-odm-page .oem-copy > :last-child,
.oem-odm-page .oem-review-panel > :last-child,
.oem-odm-page .oem-family-card > :last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .oem-odm-page .oem-section {
    padding: 72px 0;
  }

  .oem-odm-page .oem-hero__copy {
    padding: 72px 32px;
  }

  .oem-odm-page .oem-tooling-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  }

  .oem-odm-page .oem-modification-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .oem-odm-page .oem-shell {
    width: min(100% - 36px, 680px);
  }

  .oem-odm-page .oem-section {
    padding: 58px 0;
  }

  .oem-odm-page .oem-grid-2,
  .oem-odm-page .oem-tooling-grid,
  .oem-odm-page .oem-cta__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .oem-odm-page .oem-heading {
    margin-bottom: 28px;
  }

  .oem-odm-page h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .oem-odm-page h2 {
    font-size: clamp(28px, 8.5vw, 38px);
  }

  .oem-odm-page p,
  .oem-odm-page li,
  .oem-odm-page td,
  .oem-odm-page th {
    font-size: 16px;
  }

  .oem-odm-page .oem-hero__grid {
    min-height: 0;
  }

  .oem-odm-page .oem-hero__copy {
    padding: 64px 22px 52px;
  }

  .oem-odm-page .oem-hero__media img {
    min-height: 360px;
    max-height: 430px;
  }

  .oem-odm-page .oem-review-panel,
  .oem-odm-page .oem-family-card {
    padding: 26px 22px;
  }

  .oem-odm-page .oem-split > .wp-block-column:first-child {
    order: 2;
  }

  .oem-odm-page .oem-split > .wp-block-column:last-child {
    order: 1;
  }

  .oem-odm-page .oem-cta {
    padding: 54px 0;
  }

  .oem-odm-page .oem-cta__buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .oem-odm-page .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .oem-odm-page .wp-block-button,
  .oem-odm-page .wp-block-button__link {
    width: 100%;
  }

  .oem-odm-page .oem-table {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .oem-odm-page .oem-table table,
  .oem-odm-page .oem-table thead,
  .oem-odm-page .oem-table tbody,
  .oem-odm-page .oem-table tr,
  .oem-odm-page .oem-table td {
    display: block;
    width: 100%;
  }

  .oem-odm-page .oem-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .oem-odm-page .oem-table tr {
    margin-bottom: 16px;
    border: 1px solid var(--oem-line);
    background: #fff;
  }

  .oem-odm-page .oem-table td,
  .oem-odm-page .oem-table tbody tr:last-child td {
    display: grid;
    grid-template-columns: minmax(108px, 38%) minmax(0, 1fr);
    gap: 12px;
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid var(--oem-line);
    overflow-wrap: break-word;
    word-break: normal;
  }

  .oem-odm-page .oem-tooling-table th:first-child,
  .oem-odm-page .oem-tooling-table td:first-child {
    width: 100%;
  }

  .oem-odm-page .oem-table td:last-child,
  .oem-odm-page .oem-table tbody tr:last-child td:last-child {
    border-bottom: 0;
  }

  .oem-odm-page .oem-table td::before {
    color: var(--oem-ink);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .03em;
    text-transform: uppercase;
  }

  .oem-odm-page .oem-decision-table td:nth-child(1)::before {
    content: "You Have";
  }

  .oem-odm-page .oem-decision-table td:nth-child(2)::before {
    content: "HSP Reviews";
  }

  .oem-odm-page .oem-decision-table td:nth-child(3)::before {
    content: "Likely Route";
  }

  .oem-odm-page .oem-tooling-table td:nth-child(1)::before {
    content: "Project Condition";
  }

  .oem-odm-page .oem-tooling-table td:nth-child(2)::before {
    content: "Likely Route";
  }

  .oem-odm-page .oem-product-media img {
    padding: 18px;
  }
}

@media (max-width: 390px) {
  .oem-odm-page .oem-shell {
    width: calc(100% - 28px);
  }

  .oem-odm-page .oem-hero__copy {
    padding-inline: 18px;
  }

  .oem-odm-page .oem-table td,
  .oem-odm-page .oem-table tbody tr:last-child td {
    grid-template-columns: 102px minmax(0, 1fr);
    padding-inline: 13px;
  }
}
/* End OEM & ODM manufacturing page */

/* Engineering & R&D page */
.engineering-rd-page {
  --eng-ink: #14202a;
  --eng-muted: #52616d;
  --eng-line: #cbd4d8;
  --eng-soft: #f2f5f4;
  --eng-teal: #08766c;
  --eng-cyan: #00a3e0;
  --eng-white: #ffffff;
  color: var(--eng-ink);
  margin-block: 0 !important;
  overflow: clip;
}

.engineering-rd-page,
.engineering-rd-page * {
  box-sizing: border-box;
}

.engineering-rd-page > .wp-block-group,
.engineering-rd-page .eng-section {
  margin-block: 0;
}

.engineering-rd-page .eng-section {
  padding: clamp(72px, 7vw, 112px) 0;
}

.engineering-rd-page .eng-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.engineering-rd-page h1,
.engineering-rd-page h2,
.engineering-rd-page h3,
.engineering-rd-page p,
.engineering-rd-page ul,
.engineering-rd-page figure {
  margin-top: 0;
}

.engineering-rd-page h1,
.engineering-rd-page h2,
.engineering-rd-page h3 {
  color: inherit;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.engineering-rd-page h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(42px, 6.2vw, 82px);
}

.engineering-rd-page h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 4.2vw, 52px);
}

.engineering-rd-page h3 {
  margin-bottom: 14px;
  font-size: clamp(21px, 2vw, 28px);
}

.engineering-rd-page p,
.engineering-rd-page li,
.engineering-rd-page td,
.engineering-rd-page th {
  font-size: 17px;
  line-height: 1.72;
}

.engineering-rd-page p {
  margin-bottom: 20px;
  color: var(--eng-muted);
}

.engineering-rd-page a:not(.wp-block-button__link) {
  color: var(--eng-teal);
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.engineering-rd-page .eng-heading {
  max-width: 820px;
  margin-bottom: 44px;
}

.engineering-rd-page .eng-heading p {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 19px;
}

.engineering-rd-page .eng-grid-2,
.engineering-rd-page .eng-grid-3 {
  gap: clamp(30px, 5vw, 72px);
  margin-bottom: 0;
}

.engineering-rd-page .eng-grid-2 > .wp-block-column,
.engineering-rd-page .eng-grid-3 > .wp-block-column {
  min-width: 0;
}

.engineering-rd-page .eng-grid-3 {
  gap: 0;
}

.engineering-rd-page .eng-grid-3 > .wp-block-column {
  border-left: 1px solid var(--eng-line);
  padding: 0 clamp(24px, 3vw, 38px);
}

.engineering-rd-page .eng-grid-3 > .wp-block-column:first-child {
  border-left: 0;
  padding-left: 0;
}

.engineering-rd-page .eng-grid-3 > .wp-block-column:last-child {
  padding-right: 0;
}

.engineering-rd-page .eng-list {
  margin: 0;
  padding-left: 1.2em;
}

.engineering-rd-page .eng-list li {
  margin-bottom: 10px;
  padding-left: 5px;
  color: var(--eng-ink);
}

.engineering-rd-page .eng-list li::marker {
  color: var(--eng-teal);
}

.engineering-rd-page .eng-note {
  margin-top: 24px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid var(--eng-line);
  font-size: 15px;
}

.engineering-rd-page .eng-judgment {
  margin-top: 28px;
  margin-bottom: 0;
  border-left: 4px solid var(--eng-cyan);
  padding: 18px 20px;
  background: #eaf3f5;
  color: var(--eng-ink);
}

.engineering-rd-page .wp-block-button__link {
  min-height: 52px;
  border: 1px solid var(--eng-cyan);
  border-radius: 0;
  padding: 14px 24px;
  background: var(--eng-cyan);
  color: #06202d;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: .01em;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.engineering-rd-page .wp-block-button__link:hover,
.engineering-rd-page .wp-block-button__link:focus-visible {
  border-color: #3bc4f6;
  background: #3bc4f6;
  color: #071a23;
}

.engineering-rd-page .eng-button--outline .wp-block-button__link {
  border-color: rgba(255,255,255,.62);
  background: transparent;
  color: #fff;
}

.engineering-rd-page .eng-button--outline .wp-block-button__link:hover,
.engineering-rd-page .eng-button--outline .wp-block-button__link:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--eng-ink);
}

.engineering-rd-page .eng-hero {
  min-height: 600px !important;
  padding: 0;
}

.engineering-rd-page .eng-hero .wp-block-cover__background {
  background: #08131b !important;
  opacity: .58 !important;
}

.engineering-rd-page .eng-hero .wp-block-cover__image-background {
  object-position: center center;
}

.engineering-rd-page .eng-hero__content {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  padding: 78px 0 72px;
}

.engineering-rd-page .eng-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  text-wrap: balance;
}

.engineering-rd-page .eng-hero__lead {
  max-width: 760px;
  margin-bottom: 36px;
  color: rgba(255,255,255,.86);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.68;
}

.engineering-rd-page .eng-hero__buttons {
  gap: 14px;
}

.engineering-rd-page .eng-application {
  background: #fff;
}

.engineering-rd-page .eng-relationship-table {
  margin: 0;
  border-top: 3px solid var(--eng-teal);
}

.engineering-rd-page .eng-relationship-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.engineering-rd-page .eng-relationship-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.engineering-rd-page .eng-relationship-table th,
.engineering-rd-page .eng-relationship-table td {
  border: 0;
  border-bottom: 1px solid var(--eng-line);
  padding: 20px 22px;
  text-align: left;
  vertical-align: top;
}

.engineering-rd-page .eng-relationship-table th {
  background: var(--eng-ink);
  color: #fff;
  font-size: 14px;
  letter-spacing: .055em;
  line-height: 1.4;
  text-transform: uppercase;
}

.engineering-rd-page .eng-relationship-table td:first-child {
  width: 34%;
  color: var(--eng-ink);
  font-weight: 700;
}

.engineering-rd-page .eng-relationship-table tbody tr:nth-child(even) {
  background: #f7f9f8;
}

.engineering-rd-page .eng-drawing {
  background: var(--eng-soft);
}

.engineering-rd-page .eng-split {
  align-items: center;
}

.engineering-rd-page .eng-media {
  width: 100%;
  margin-bottom: 0;
}

.engineering-rd-page .eng-media img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #bfc9cd;
}

.engineering-rd-page .eng-drawing__media img {
  aspect-ratio: 1.22 / 1;
  background: #fff;
  object-fit: contain;
}

.engineering-rd-page .eng-copy > :last-child {
  margin-bottom: 0;
}

.engineering-rd-page .eng-motion {
  background: var(--eng-ink);
  color: #fff;
}

.engineering-rd-page .eng-motion h2,
.engineering-rd-page .eng-motion h3,
.engineering-rd-page .eng-motion li,
.engineering-rd-page .eng-motion strong {
  color: #fff;
}

.engineering-rd-page .eng-motion p {
  color: rgba(255,255,255,.72);
}

.engineering-rd-page .eng-motion a:not(.wp-block-button__link) {
  color: #79dbff;
}

.engineering-rd-page .eng-motion-band {
  margin: 0 0 48px;
  border-block: 1px solid rgba(255,255,255,.2);
  padding: 22px 0;
}

.engineering-rd-page .eng-motion-chain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  color: #fff !important;
  font-size: 15px;
  line-height: 1.45;
}

.engineering-rd-page .eng-motion-chain span {
  color: var(--eng-cyan);
  font-size: 23px;
}

.engineering-rd-page .eng-motion__column {
  border-top: 3px solid var(--eng-cyan);
  padding-top: 24px;
}

.engineering-rd-page .eng-motion .eng-list li::marker {
  color: var(--eng-cyan);
}

.engineering-rd-page .eng-motion .eng-note {
  border-top-color: rgba(255,255,255,.2);
}

.engineering-rd-page .eng-platform {
  background: #fff;
}

.engineering-rd-page .eng-platform__column {
  border-top: 4px solid var(--eng-teal);
  padding: 28px 0 0;
}

.engineering-rd-page .eng-platform__column--change {
  border-top-color: #8e5c1f;
}

.engineering-rd-page .eng-materials {
  background: #eaf1ef;
}

.engineering-rd-page .eng-material-table {
  margin: 0;
  border-top: 3px solid var(--eng-teal);
}

.engineering-rd-page .eng-material-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.engineering-rd-page .eng-material-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.engineering-rd-page .eng-material-table th,
.engineering-rd-page .eng-material-table td {
  border: 0;
  border-bottom: 1px solid #bdcbc7;
  padding: 20px 22px;
  text-align: left;
  vertical-align: top;
}

.engineering-rd-page .eng-material-table th {
  background: var(--eng-ink);
  color: #fff;
  font-size: 14px;
  letter-spacing: .055em;
  line-height: 1.4;
  text-transform: uppercase;
}

.engineering-rd-page .eng-material-table td:first-child {
  width: 36%;
  color: var(--eng-ink);
  font-weight: 700;
}

.engineering-rd-page .eng-material-table tbody tr:nth-child(even) {
  background: rgba(255,255,255,.55);
}

.engineering-rd-page .eng-dfm {
  background: #fff;
}

.engineering-rd-page .eng-dfm__media img {
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
}

.engineering-rd-page .eng-dfm__visual .eng-judgment {
  margin-top: 0;
  border-top: 0;
}

.engineering-rd-page .eng-checklist {
  background: #0d5f59;
  color: #fff;
}

.engineering-rd-page .eng-check-panel {
  border: 1px solid rgba(255,255,255,.3);
  padding: clamp(28px, 5vw, 62px);
}

.engineering-rd-page .eng-checklist h2,
.engineering-rd-page .eng-checklist li {
  color: #fff;
}

.engineering-rd-page .eng-checklist p {
  max-width: 800px;
  color: rgba(255,255,255,.8);
}

.engineering-rd-page .eng-check-grid {
  margin-top: 36px;
}

.engineering-rd-page .eng-check-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: engcheck;
}

.engineering-rd-page .eng-check-list li {
  position: relative;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.24);
  padding: 15px 0 15px 34px;
  counter-increment: engcheck;
}

.engineering-rd-page .eng-check-list li::before {
  position: absolute;
  left: 0;
  color: #7ae2d7;
  content: "0" counter(engcheck);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .04em;
}

.engineering-rd-page .eng-evidence {
  background: #f5f7f8;
}

.engineering-rd-page .eng-evidence-grid {
  align-items: stretch;
}

.engineering-rd-page .eng-evidence__item {
  display: flex;
  flex-direction: column;
}

.engineering-rd-page .eng-evidence__media {
  margin-bottom: 24px;
}

.engineering-rd-page .eng-evidence__media img {
  aspect-ratio: 4 / 3;
  background: #fff;
  object-fit: cover;
}

.engineering-rd-page .eng-evidence__item p {
  margin-bottom: 0;
}

.engineering-rd-page .eng-handoff {
  background: var(--eng-ink);
  color: #fff;
}

.engineering-rd-page .eng-handoff h2,
.engineering-rd-page .eng-handoff li {
  color: #fff;
}

.engineering-rd-page .eng-handoff p {
  color: rgba(255,255,255,.74);
}

.engineering-rd-page .eng-handoff a:not(.wp-block-button__link) {
  color: #79dbff;
}

.engineering-rd-page .eng-handoff__details {
  border-left: 1px solid rgba(255,255,255,.24);
  padding-left: clamp(28px, 4vw, 56px);
}

.engineering-rd-page .eng-handoff__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.engineering-rd-page .eng-handoff__list li {
  border-top: 1px solid rgba(255,255,255,.22);
  padding: 15px 0;
}

.engineering-rd-page .eng-handoff__list li:last-child {
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.engineering-rd-page .eng-handoff .eng-note {
  border-top: 0;
}

.engineering-rd-page .eng-cta {
  background: #fff;
  padding-block: clamp(72px, 8vw, 124px);
}

.engineering-rd-page .eng-cta__panel {
  max-width: 920px;
  border-left: 6px solid var(--eng-cyan);
  padding-left: clamp(24px, 5vw, 64px);
}

.engineering-rd-page .eng-cta__panel p {
  max-width: 720px;
  font-size: 19px;
}

.engineering-rd-page .eng-cta__buttons {
  margin-top: 32px;
}

@media (max-width: 960px) {
  .engineering-rd-page .eng-hero {
    min-height: 580px !important;
  }

  .engineering-rd-page .eng-hero__content {
    padding-block: 72px 60px;
  }

  .engineering-rd-page .eng-motion-chain {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .engineering-rd-page .eng-motion-chain strong {
    flex: 1 1 40%;
  }

  .engineering-rd-page .eng-motion-chain span {
    display: none;
  }
}

@media (max-width: 781px) {
  .engineering-rd-page .eng-section {
    padding-block: 68px;
  }

  .engineering-rd-page .eng-shell,
  .engineering-rd-page .eng-hero__content {
    width: min(100% - 36px, 680px);
  }

  .engineering-rd-page h1 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .engineering-rd-page h2 {
    font-size: clamp(30px, 8.8vw, 42px);
  }

  .engineering-rd-page .eng-grid-2,
  .engineering-rd-page .eng-grid-3 {
    gap: 38px;
  }

  .engineering-rd-page .eng-grid-3 > .wp-block-column,
  .engineering-rd-page .eng-grid-3 > .wp-block-column:first-child,
  .engineering-rd-page .eng-grid-3 > .wp-block-column:last-child {
    border-left: 0;
    border-top: 1px solid var(--eng-line);
    padding: 30px 0 0;
  }

  .engineering-rd-page .eng-grid-3 > .wp-block-column:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .engineering-rd-page .eng-split--reverse-mobile {
    flex-direction: column;
  }

  .engineering-rd-page .eng-split--reverse-mobile > .wp-block-column:first-child {
    order: 2;
  }

  .engineering-rd-page .eng-split--reverse-mobile > .wp-block-column:last-child {
    order: 1;
  }

  .engineering-rd-page .eng-handoff__details {
    border-top: 1px solid rgba(255,255,255,.24);
    border-left: 0;
    padding-top: 32px;
    padding-left: 0;
  }

  .engineering-rd-page .eng-check-panel {
    padding: 28px 22px;
  }
}

@media (max-width: 680px) {
  .engineering-rd-page .eng-relationship-table {
    border-top-width: 2px;
  }

  .engineering-rd-page .eng-relationship-table table,
  .engineering-rd-page .eng-relationship-table tbody,
  .engineering-rd-page .eng-relationship-table tr,
  .engineering-rd-page .eng-relationship-table td {
    display: block;
    width: 100%;
  }

  .engineering-rd-page .eng-relationship-table table {
    table-layout: auto;
  }

  .engineering-rd-page .eng-relationship-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .engineering-rd-page .eng-relationship-table tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--eng-line);
    padding: 10px 0;
  }

  .engineering-rd-page .eng-relationship-table tbody tr:nth-child(even) {
    background: #f7f9f8;
  }

  .engineering-rd-page .eng-relationship-table td,
  .engineering-rd-page .eng-relationship-table td:first-child {
    display: grid;
    flex: 0 0 auto;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: minmax(110px, 34%) minmax(0, 1fr);
    gap: 16px;
    border: 0;
    padding: 11px 14px;
    overflow-wrap: anywhere;
  }

  .engineering-rd-page .eng-relationship-table td::before {
    color: var(--eng-teal);
    content: "";
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .engineering-rd-page .eng-relationship-table td:nth-child(1)::before {
    content: "Application Input";
  }

  .engineering-rd-page .eng-relationship-table td:nth-child(2)::before {
    content: "Engineering Question";
  }

  .engineering-rd-page .eng-material-table {
    border-top-width: 2px;
  }

  .engineering-rd-page .eng-material-table table,
  .engineering-rd-page .eng-material-table tbody,
  .engineering-rd-page .eng-material-table td {
    display: block;
    width: 100%;
  }

  .engineering-rd-page .eng-material-table table {
    table-layout: auto;
  }

  .engineering-rd-page .eng-material-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .engineering-rd-page .eng-material-table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #bdcbc7;
    padding: 10px 0;
  }

  .engineering-rd-page .eng-material-table td,
  .engineering-rd-page .eng-material-table td:first-child {
    display: grid;
    flex: 0 0 auto;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: minmax(110px, 34%) minmax(0, 1fr);
    gap: 16px;
    border: 0;
    padding: 11px 14px;
    overflow-wrap: anywhere;
  }

  .engineering-rd-page .eng-material-table td::before {
    color: var(--eng-teal);
    content: "";
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .engineering-rd-page .eng-material-table td:nth-child(1)::before {
    content: "Engineering Decision";
  }

  .engineering-rd-page .eng-material-table td:nth-child(2)::before {
    content: "What May Change";
  }

  .engineering-rd-page .eng-motion-chain strong {
    flex-basis: 100%;
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 12px;
  }
}

@media (max-width: 480px) {
  .engineering-rd-page .eng-section {
    padding-block: 58px;
  }

  .engineering-rd-page .eng-shell,
  .engineering-rd-page .eng-hero__content {
    width: calc(100% - 28px);
  }

  .engineering-rd-page .eng-hero {
    min-height: 0 !important;
  }

  .engineering-rd-page .eng-hero__content {
    padding-block: 78px 58px;
  }

  .engineering-rd-page .eng-hero .wp-block-cover__image-background {
    object-position: center center;
  }

  .engineering-rd-page .eng-hero__buttons,
  .engineering-rd-page .eng-hero__buttons .wp-block-button,
  .engineering-rd-page .eng-hero__buttons .wp-block-button__link,
  .engineering-rd-page .eng-cta__buttons,
  .engineering-rd-page .eng-cta__buttons .wp-block-button,
  .engineering-rd-page .eng-cta__buttons .wp-block-button__link {
    width: 100%;
  }

  .engineering-rd-page .wp-block-button__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding-inline: 16px;
    text-align: center;
  }

  .engineering-rd-page .eng-relationship-table td,
  .engineering-rd-page .eng-relationship-table td:first-child,
  .engineering-rd-page .eng-material-table td,
  .engineering-rd-page .eng-material-table td:first-child {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 12px;
    padding-inline: 10px;
  }

  .engineering-rd-page .eng-cta__panel {
    border-left-width: 4px;
    padding-left: 20px;
  }
}

@media (max-width: 390px) {
  .engineering-rd-page h1 {
    font-size: 39px;
  }

  .engineering-rd-page p,
  .engineering-rd-page li,
  .engineering-rd-page td,
  .engineering-rd-page th {
    font-size: 16px;
  }

  .engineering-rd-page .eng-relationship-table td,
  .engineering-rd-page .eng-relationship-table td:first-child,
  .engineering-rd-page .eng-material-table td,
  .engineering-rd-page .eng-material-table td:first-child {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}
/* End Engineering & R&D page */

/* Quality & Testing page */
.quality-testing-page {
  --qt-ink: #102632;
  --qt-muted: #50616c;
  --qt-line: #d8e1e6;
  --qt-soft: #f3f7f9;
  --qt-blue: #09aee5;
  --qt-blue-dark: #087fa9;
  --qt-white: #ffffff;
  color: var(--qt-ink);
  background: var(--qt-white);
  font-family: inherit;
  overflow: clip;
}

.quality-testing-page,
.quality-testing-page * {
  box-sizing: border-box;
}

.quality-testing-page .wp-block-group,
.quality-testing-page .wp-block-columns,
.quality-testing-page .wp-block-image,
.quality-testing-page .wp-block-table,
.quality-testing-page p,
.quality-testing-page ul {
  margin-top: 0;
}

.quality-testing-page h1,
.quality-testing-page h2,
.quality-testing-page h3 {
  margin-top: 0;
  color: var(--qt-ink);
  font-family: inherit;
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.quality-testing-page h1 {
  max-width: 920px;
  margin-bottom: 28px;
  font-size: clamp(44px, 5vw, 66px);
}

.quality-testing-page h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 4vw, 50px);
}

.quality-testing-page h3 {
  margin-bottom: 12px;
  font-size: clamp(20px, 1.8vw, 25px);
  letter-spacing: -.02em;
  line-height: 1.2;
}

.quality-testing-page p,
.quality-testing-page li,
.quality-testing-page td,
.quality-testing-page th {
  color: var(--qt-muted);
  font-size: 17px;
  line-height: 1.72;
}

.quality-testing-page p {
  margin-bottom: 20px;
}

.quality-testing-page a:not(.wp-block-button__link) {
  color: #087ea8;
  font-weight: 680;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.quality-testing-page .qt-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.quality-testing-page .qt-section {
  margin: 0;
  padding: 96px 0;
}

.quality-testing-page .qt-section:nth-of-type(odd):not(.qt-cta) {
  background: var(--qt-soft);
}

.quality-testing-page .qt-heading {
  max-width: 860px;
  margin-bottom: 42px;
}

.quality-testing-page .qt-heading p {
  max-width: 790px;
  margin-bottom: 0;
  font-size: 19px;
}

.quality-testing-page .qt-note {
  margin-top: 24px;
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid var(--qt-line);
}

.quality-testing-page .qt-hero {
  min-height: 600px !important;
  margin: 0;
  padding: 0;
}

.quality-testing-page .qt-hero .wp-block-cover__background {
  background: #06141b !important;
  opacity: .52 !important;
}

.quality-testing-page .qt-hero .wp-block-cover__image-background {
  object-position: center center;
  transform: scale(1.12);
}

.quality-testing-page .qt-hero__content {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  padding: 82px 0 72px;
}

.quality-testing-page .qt-hero h1 {
  color: #fff;
  text-wrap: balance;
}

.quality-testing-page .qt-hero__lead {
  max-width: 790px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.9);
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.58;
}

.quality-testing-page .qt-hero__buttons,
.quality-testing-page .qt-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.quality-testing-page .wp-block-button__link {
  min-width: 220px;
  padding: 15px 22px;
  border: 1px solid var(--qt-blue);
  border-radius: 0;
  background: var(--qt-blue);
  color: #06202d;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.55;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.quality-testing-page .wp-block-button__link:hover,
.quality-testing-page .wp-block-button__link:focus-visible {
  border-color: #30c8f7;
  background: #30c8f7;
  color: #061820;
}

.quality-testing-page .qt-button--outline .wp-block-button__link {
  border-color: rgba(255,255,255,.72);
  background: transparent;
  color: #fff;
}

.quality-testing-page .qt-button--outline .wp-block-button__link:hover,
.quality-testing-page .qt-button--outline .wp-block-button__link:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--qt-ink);
}

.quality-testing-page .qt-requirement-table {
  overflow: hidden;
  border: 1px solid var(--qt-line);
  background: #fff;
}

.quality-testing-page .qt-requirement-table table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.quality-testing-page .qt-requirement-table th {
  padding: 17px 20px;
  border: 0;
  background: var(--qt-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: .04em;
  text-align: left;
}

.quality-testing-page .qt-requirement-table td {
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid var(--qt-line);
  vertical-align: top;
}

.quality-testing-page .qt-requirement-table tr:last-child td {
  border-bottom: 0;
}

.quality-testing-page .qt-requirement-table td:first-child {
  color: var(--qt-ink);
  font-weight: 720;
}

.quality-testing-page .qt-process-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 3px solid var(--qt-blue);
  border-bottom: 1px solid var(--qt-line);
  background: #fff;
}

.quality-testing-page .qt-process__item {
  position: relative;
  min-height: 245px;
  padding: 34px 24px 28px;
  border-right: 1px solid var(--qt-line);
}

.quality-testing-page .qt-process__item:last-child {
  border-right: 0;
}

.quality-testing-page .qt-process__item::before {
  position: absolute;
  top: -8px;
  left: 24px;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--qt-blue);
  box-shadow: 0 0 0 1px var(--qt-blue);
  content: "";
}

.quality-testing-page .qt-process__item h3 {
  font-size: 20px;
}

.quality-testing-page .qt-process__item p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.62;
}

.quality-testing-page .qt-split,
.quality-testing-page .qt-documentation-grid,
.quality-testing-page .qt-handoff-grid {
  display: flex;
  align-items: center;
  gap: clamp(46px, 7vw, 96px);
  margin-bottom: 0;
}

.quality-testing-page .qt-split > .wp-block-column,
.quality-testing-page .qt-documentation-grid > .wp-block-column,
.quality-testing-page .qt-handoff-grid > .wp-block-column {
  min-width: 0;
  flex: 1 1 0;
}

.quality-testing-page .qt-media {
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  background: #dfe7eb;
}

.quality-testing-page .qt-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quality-testing-page .qt-dimensional__media,
.quality-testing-page .qt-load__media,
.quality-testing-page .qt-cycle__media {
  aspect-ratio: 16 / 10;
}

.quality-testing-page .qt-copy p:last-child {
  margin-bottom: 0;
}

.quality-testing-page .qt-corrosion__media {
  aspect-ratio: 16 / 7;
  margin-top: 10px;
}

.quality-testing-page .qt-corrosion__media img {
  object-position: center 48%;
}

.quality-testing-page .qt-criteria__panel {
  padding: clamp(38px, 6vw, 72px);
  border-left: 5px solid var(--qt-blue);
  background: var(--qt-ink);
}

.quality-testing-page .qt-criteria__panel h2,
.quality-testing-page .qt-criteria__panel p,
.quality-testing-page .qt-criteria__panel li {
  color: #fff;
}

.quality-testing-page .qt-criteria__panel p {
  max-width: 910px;
  color: rgba(255,255,255,.86);
  font-size: 19px;
}

.quality-testing-page .qt-criteria-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 42px;
  margin: 28px 0 0;
  padding-left: 22px;
}

.quality-testing-page .qt-certificate {
  padding: 34px;
  border: 1px solid var(--qt-line);
  background: #fff;
}

.quality-testing-page .qt-certificate h3 {
  color: var(--qt-blue-dark);
}

.quality-testing-page .qt-certificate-link {
  margin-bottom: 0;
}

.quality-testing-page .qt-handoff__link {
  padding: 34px;
  border-left: 4px solid var(--qt-blue);
  background: #fff;
}

.quality-testing-page .qt-handoff__note {
  margin-bottom: 0;
  font-size: 19px;
}

.quality-testing-page .qt-cta {
  padding: 96px 0;
  background: var(--qt-ink);
}

.quality-testing-page .qt-inquiry-grid {
  display: flex;
  align-items: flex-start;
  gap: clamp(44px, 7vw, 86px);
  margin-bottom: 0;
}

.quality-testing-page .qt-inquiry-grid > .qt-inquiry-copy {
  flex: 0 1 41%;
}

.quality-testing-page .qt-inquiry-grid > .qt-form-card {
  flex: 1 1 59%;
}

.quality-testing-page .qt-inquiry-copy h2,
.quality-testing-page .qt-inquiry-copy p,
.quality-testing-page .qt-inquiry-copy li {
  color: #fff;
}

.quality-testing-page .qt-inquiry-copy p {
  color: rgba(255,255,255,.82);
  font-size: 18px;
}

.quality-testing-page .qt-helpful-label {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #fff !important;
  font-weight: 760;
}

.quality-testing-page .qt-helpful-list {
  margin: 0;
  padding-left: 22px;
}

.quality-testing-page .qt-helpful-list li {
  margin-bottom: 5px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
}

.quality-testing-page .qt-form-card {
  padding: clamp(30px, 4vw, 44px);
  border-top: 4px solid var(--qt-blue);
  background: #f5f8fa;
}

.quality-testing-page .qt-form-card .fluentform-guten-wrapper,
.quality-testing-page .qt-form-card .fluentform,
.quality-testing-page .qt-form-card .frm-fluent-form {
  margin: 0;
}

.quality-testing-page .qt-form-card .frm-fluent-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}

.quality-testing-page .qt-form-card .qt-field-half {
  grid-column: span 1;
}

.quality-testing-page .qt-form-card .qt-field-full,
.quality-testing-page .qt-form-card .ff_submit_btn_wrapper,
.quality-testing-page .qt-form-card .ff-message-success,
.quality-testing-page .qt-form-card .ff-errors-in-stack {
  grid-column: 1 / -1;
}

.quality-testing-page .qt-form-card .ff-el-group {
  margin-bottom: 18px;
}

.quality-testing-page .qt-form-card .ff-el-form-control {
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid #aebcc5;
  border-radius: 2px;
  background: #fff;
  color: var(--qt-ink);
  font-size: 16px;
  line-height: 1.45;
  box-shadow: none;
}

.quality-testing-page .qt-form-card textarea.ff-el-form-control {
  min-height: 148px;
  resize: vertical;
}

.quality-testing-page .qt-form-card .ff-el-form-control:focus {
  border-color: var(--qt-blue-dark);
  outline: 3px solid rgba(9,174,229,.16);
  box-shadow: none;
}

.quality-testing-page .qt-form-card .ff-btn-submit {
  min-height: 52px;
  padding: 13px 28px;
  border: 1px solid var(--qt-blue) !important;
  border-radius: 0 !important;
  background: var(--qt-blue) !important;
  color: #06202d !important;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.4;
  box-shadow: none !important;
}

.quality-testing-page .qt-form-card .ff-btn-submit:hover,
.quality-testing-page .qt-form-card .ff-btn-submit:focus-visible {
  border-color: #30c8f7 !important;
  background: #30c8f7 !important;
  color: #061820 !important;
}

.quality-testing-page .qt-form-card .ff-el-is-error .ff-el-form-control {
  border-color: #c33c3c;
}

.quality-testing-page .qt-form-card .error,
.quality-testing-page .qt-form-card .text-danger {
  color: #a72f2f;
  font-size: 14px;
}

.quality-testing-page .qt-form-card .ff-message-success {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid #84b79b;
  background: #eef8f2;
  color: #205d3c;
}

@media (max-width: 1100px) {
  .quality-testing-page .qt-process-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quality-testing-page .qt-process__item:nth-child(3) {
    border-right: 0;
  }

  .quality-testing-page .qt-process__item:nth-child(n+4) {
    border-top: 1px solid var(--qt-line);
  }

}

@media (max-width: 960px) {
  .quality-testing-page .qt-section {
    padding: 78px 0;
  }

  .quality-testing-page .qt-hero {
    min-height: 580px !important;
  }

  .quality-testing-page .qt-hero__content {
    padding-block: 72px 62px;
  }

  .quality-testing-page .qt-split,
  .quality-testing-page .qt-documentation-grid,
  .quality-testing-page .qt-handoff-grid,
  .quality-testing-page .qt-inquiry-grid {
    gap: 42px;
  }
}

@media (max-width: 781px) {
  .quality-testing-page .qt-hero .wp-block-cover__image-background {
    object-position: center 42%;
    transform: scale(1.34);
  }

  .quality-testing-page .qt-shell,
  .quality-testing-page .qt-hero__content {
    width: min(calc(100% - 36px), 680px);
  }

  .quality-testing-page .qt-split,
  .quality-testing-page .qt-documentation-grid,
  .quality-testing-page .qt-handoff-grid,
  .quality-testing-page .qt-inquiry-grid {
    flex-wrap: wrap;
  }

  .quality-testing-page .qt-split > .wp-block-column,
  .quality-testing-page .qt-documentation-grid > .wp-block-column,
  .quality-testing-page .qt-handoff-grid > .wp-block-column,
  .quality-testing-page .qt-inquiry-grid > .wp-block-column {
    flex-basis: 100%;
  }

  .quality-testing-page .qt-inquiry-grid > .qt-inquiry-copy,
  .quality-testing-page .qt-inquiry-grid > .qt-form-card {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .quality-testing-page .qt-load-grid .qt-visual {
    order: 2;
  }

  .quality-testing-page .qt-load-grid .qt-copy {
    order: 1;
  }

  .quality-testing-page .qt-criteria-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .quality-testing-page .qt-section {
    padding: 64px 0;
  }

  .quality-testing-page .qt-heading {
    margin-bottom: 30px;
  }

  .quality-testing-page h2 {
    font-size: 34px;
  }

  .quality-testing-page .qt-process-track {
    grid-template-columns: 1fr;
  }

  .quality-testing-page .qt-process__item,
  .quality-testing-page .qt-process__item:nth-child(3) {
    min-height: 0;
    border-top: 1px solid var(--qt-line);
    border-right: 0;
  }

  .quality-testing-page .qt-process__item:first-child {
    border-top: 0;
  }

  .quality-testing-page .qt-requirement-table {
    border: 0;
    background: transparent;
    overflow: visible;
  }

  .quality-testing-page .qt-requirement-table table,
  .quality-testing-page .qt-requirement-table tbody,
  .quality-testing-page .qt-requirement-table tr,
  .quality-testing-page .qt-requirement-table td {
    display: block;
    width: 100%;
  }

  .quality-testing-page .qt-requirement-table thead {
    display: none;
  }

  .quality-testing-page .qt-requirement-table tr {
    margin-bottom: 16px;
    border: 1px solid var(--qt-line);
    background: #fff;
  }

  .quality-testing-page .qt-requirement-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--qt-line);
  }

  .quality-testing-page .qt-requirement-table td::before {
    display: block;
    margin-bottom: 3px;
    color: var(--qt-blue-dark);
    font-size: 12px;
    font-weight: 780;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .quality-testing-page .qt-requirement-table td:nth-child(1)::before { content: "Requirement"; }
  .quality-testing-page .qt-requirement-table td:nth-child(2)::before { content: "Inspection / Test"; }
  .quality-testing-page .qt-requirement-table td:nth-child(3)::before { content: "Acceptance"; }

  .quality-testing-page .qt-form-card .frm-fluent-form fieldset {
    grid-template-columns: 1fr;
  }

  .quality-testing-page .qt-form-card .qt-field-half {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .quality-testing-page .qt-shell,
  .quality-testing-page .qt-hero__content {
    width: calc(100% - 28px);
  }

  .quality-testing-page .qt-hero {
    min-height: 0 !important;
  }

  .quality-testing-page .qt-hero__content {
    padding-block: 72px 54px;
  }

  .quality-testing-page .qt-hero h1 {
    font-size: 42px;
  }

  .quality-testing-page .qt-hero__buttons,
  .quality-testing-page .qt-hero__buttons .wp-block-button,
  .quality-testing-page .qt-hero__buttons .wp-block-button__link,
  .quality-testing-page .qt-cta__buttons,
  .quality-testing-page .qt-cta__buttons .wp-block-button,
  .quality-testing-page .qt-cta__buttons .wp-block-button__link {
    width: 100%;
  }

  .quality-testing-page .qt-criteria__panel,
  .quality-testing-page .qt-certificate,
  .quality-testing-page .qt-handoff__link,
  .quality-testing-page .qt-form-card {
    padding: 30px 24px;
  }

  .quality-testing-page .qt-cta {
    padding-bottom: 104px;
  }

  .quality-testing-page .qt-corrosion__media {
    aspect-ratio: 4 / 3;
  }
}
/* End Quality & Testing page */
