/* Simplified About CSS. Accepted 0.1.24 visual baseline; unused declarations removed; important kept only where cascade requires it. */

:root {
  --container: 1200px;
  --text-container: 980px;
  --desktop-title-container: 1040px;
  --desktop-h2-container: 800px;
  --desktop-h2-size: 44px;
  --desktop-h2-line: 53.68px;
  --desktop-h3-size: 24px;
  --desktop-h3-line: 30px;
  --desktop-h3-weight: 900;
  --body-size: 17px;
  --body-line: 29.24px;
  --card-body-size: 16px;
  --card-body-line: 1.72;
  --mobile-body-size: 16px;
  --mobile-body-line: 25.6px;
  --color-text: rgb(31, 31, 31);
  --color-muted: rgba(31, 31, 31, .72);
  --color-card: #fff;
  --radius-card: 30px;
  --shadow-card: 0 18px 48px 0 rgba(0, 0, 0, .05);
}

.bwp-about-lightweight .quality-mobile-card-grid {
  display: none;
}

.bwp-about-lightweight .about-mobile-indicator {
  display: none;
}

.bwp-about-lightweight .quality-dot-system-section .quality-tree-container {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
}

.bwp-about-lightweight .quality-dot-system-section .quality-tree-header {
  margin: 0 auto 76px;
}

.bwp-about-lightweight .quality-tree-section {
  padding: 140px 0 160px;
  background: #f7f9fb;
  overflow: hidden;
}

.bwp-about-lightweight .quality-tree-container {
  margin: 0 auto;
}

.bwp-about-lightweight .quality-tree-eyebrow {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(31, 31, 31, .58);
}

.bwp-about-lightweight .quality-tree-header h2 {
  max-width: var(--desktop-h2-container);
  margin: 0 auto;
  font-size: var(--desktop-h2-size);
  line-height: var(--desktop-h2-line);
  letter-spacing: 0;
  color: #25272b;
  font-weight: 900;
}

.bwp-about-lightweight .quality-tree-header .quality-tree-lead {
  max-width: 820px;
  margin: 24px auto 0;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 850;
  letter-spacing: 0;
}

.bwp-about-lightweight .quality-tree-header p:last-child {
  max-width: 1000px;
  margin: 24px auto 0;
  font-size: 16px;
  line-height: 27.86px;
  color: #686f78;
}




@media (max-width: 767px) {
  body[class*="bwp-"] .bwp-form input:not([type="hidden"]), body[class*="bwp-"] .bwp-form select, body[class*="bwp-"] .bwp-form textarea, body[class*="bwp-"] input:not([type="hidden"]):not([type="submit"]):not([type="button"]), body[class*="bwp-"] select, body[class*="bwp-"] textarea {
    font-size: 16px;
    line-height: 22px;
  }

}

.bwpc-footer {
  padding: 34px 20px;
  background: #fff;
  color: #8b8b8b;
  text-align: center;
}

.bwpc-footer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.bwpc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 24px;
}

.bwpc-modal:target {
  display: grid;
}

.bwpc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.62);
}

.bwpc-modal-card {
  position: relative;
  width: min(520px, 100%);
  padding: 34px;
  background: #fff;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}

.bwpc-modal-card h2 {
  margin: 0 0 22px;
  color: var(--bwpc-text);
  font-size: 28px;
  line-height: 1.25;
}

.bwpc-modal-card img {
  display: block;
  width: min(360px, 100%);
  height: auto;
  margin: 0 auto;
}

.bwpc-modal-card p {
  margin: 20px 0 0;
  color: var(--bwpc-text);
  font-size: 17px;
  font-weight: 700;
}

.bwpc-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  color: var(--bwpc-text);
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 767px) {
  .bwpc-footer {
    padding: 34px 16px;
  }

  .bwpc-footer p {
    font-size: 10px;
  }

}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: var(--body-size);
  line-height: var(--body-line);
}

body.bwp-page, body .bwp-page {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.bwp-form-message {
  display: none;
  padding: 14px 18px;
  border: 1px solid rgba(31,31,31,.10);
  border-radius: 18px;
  background: rgba(246,247,248,.82);
  color: var(--color-muted);
  font-size: 16px;
  line-height: 22px;
}

.bwp-honeypot {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.bwp-honeypot span, .bwp-honeypot input {
  width: 1px;
  height: 1px;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.bwp-form label {
  display: block;
}

.bwp-form span {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

input, select, textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid rgba(31,31,31,.12);
  border-radius: 18px;
  background: rgba(246,247,248,.74);
  color: var(--color-text);
  font: 16px/22px Helvetica,Verdana,Arial,sans-serif;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 571.4 571.4'%3E%3Cpath fill='%23777777' d='M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 12px;
}

input::placeholder, textarea::placeholder {
  color: rgba(31,31,31,.42);
  opacity: 1;
}

button {
  min-height: 58px;
  padding: 0 24px;
  color: #fff;
  font: 600 16px/19.2px Helvetica,Verdana,Arial,sans-serif;
  box-shadow: 0 18px 34px rgba(31,31,31,.14);
}

button:disabled {
  cursor: wait;
  opacity: .72;
}

.bwp-form .bwp-submit-content,
.bwp-form .bwp-submit-content span {
  display: inline-flex;
  position: static;
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  white-space: normal;
}

@media (max-width: 900px) {
  :root {
  }

  body {
    font-size: var(--mobile-body-size);
    line-height: var(--mobile-body-line);
  }

  .bwp-section h2 {
    overflow-wrap: break-word;
  }

  input, select, textarea {
    min-height: 48px;
    padding: 12px 44px 12px 16px;
    border-radius: 14px;
    background: #f7f8f9;
    font-size: 16px;
    line-height: 20.25px;
  }

  button {
    min-height: 52px;
    font-size: 16px;
    line-height: 18px;
  }

  th::before, td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    color: rgba(31, 31, 31, .54);
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-align: left;
  }

}

.bwp-about-lightweight {
  --bwpa-ink: #1f1f1f;
  background: #fff;
  color: var(--bwpa-ink);
}

.bwp-about-lightweight .bwpa-wrap {
  margin: 0 auto;
}

.bwp-about-lightweight .bwpa-video-layout {
  display: block;
}

.bwp-about-lightweight .bwpa-video-card {
  position: relative;
  overflow: hidden;
  background: #06111d;
  isolation: isolate;
}

.bwp-about-lightweight .bwpa-video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 13, 22, .7) 0%, rgba(4, 13, 22, .28) 45%, rgba(4, 13, 22, .82) 100%), linear-gradient(90deg, rgba(4, 13, 22, .62) 0%, rgba(4, 13, 22, .2) 52%, rgba(4, 13, 22, .55) 100%);
  pointer-events: none;
}

.bwp-about-lightweight .bwpa-video-poster, .bwp-about-lightweight .bwpa-video-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bwp-about-lightweight .bwpa-video-poster {
  z-index: 0;
}

.bwp-about-lightweight .bwpa-video-poster img {
  object-fit: cover;
}

.bwpa-video-lightbox[hidden] {
  display: none;
}

.bwpa-video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(4, 10, 18, .82);
}

.bwpa-video-lightbox-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1040px, calc(100vw - 56px));
  max-height: calc(100vh - 96px);
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .42);
}

.bwpa-video-lightbox-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bwpa-video-lightbox-close {
  position: fixed;
  top: 22px;
  right: 24px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: #111;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .2);
  transition: background .2s ease, box-shadow .2s ease;
}

.bwpa-video-lightbox-close::before, .bwpa-video-lightbox-close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #111;
  transform-origin: 50% 50%;
}

.bwpa-video-lightbox-close::before {
  transform: rotate(45deg);
}

.bwpa-video-lightbox-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .bwpa-video-lightbox {
    padding: 0;
  }

  .bwpa-video-lightbox-frame {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    aspect-ratio: auto;
    box-shadow: none;
  }

  .bwpa-video-lightbox-close {
    top: max(16px, env(safe-area-inset-top));
    right: max(16px, env(safe-area-inset-right));
  }

}

.bwp-about-lightweight .bwpa-video-copy {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: none;
}

@media (max-width: 767px) {
  .bwp-about-lightweight .bwpa-video-copy {
    right: 26px;
    left: 26px;
    max-width: none;
  }

}

.bwp-about-lightweight .bwpa-video-hero-section {
  padding: 0;
  background: #25272b;
}

.bwp-about-lightweight .bwpa-video-hero-section .bwpa-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}

.bwp-about-lightweight .bwpa-video-hero-section .bwpa-video-card {
  height: 560px;
  min-height: 560px;
  border-radius: 0;
  box-shadow: none;
}

.bwp-about-lightweight .bwpa-video-hero-section .bwpa-video-card::before {
  background: linear-gradient(90deg, rgba(24, 28, 33, .72) 0%, rgba(24, 28, 33, .54) 45%, rgba(24, 28, 33, .22) 100%);
  -webkit-backdrop-filter: blur(8px) saturate(96%);
  backdrop-filter: blur(8px) saturate(96%);
  box-shadow: none;
}

.bwp-about-lightweight .bwpa-video-hero-section .bwpa-video-poster img {
  object-position: center center;
  filter: grayscale(.18) saturate(.48) brightness(.72) contrast(1.04);
}

.bwp-about-lightweight .bwpa-video-hero-section .bwpa-video-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
  width: min(var(--container), calc(100% - 56px));
  height: 560px;
  min-height: 560px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.bwp-about-lightweight .bwpa-video-hero-section .bwpa-video-copy .bwpa-eyebrow {
  display: none;
}

.bwp-about-lightweight .bwpa-video-hero-section .bwpa-video-copy h1 {
  position: static;
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  font-size: 50px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-shadow: none;
  transform: none;
}

.bwp-about-lightweight .bwpa-hero-video-link {
  position: absolute;
  z-index: 3;
  right: max(28px, calc((100% - var(--container)) / 2));
  bottom: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  height: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
  text-decoration: none;
  transition: color .2s ease;
}

.bwp-about-lightweight .bwpa-hero-video-link:hover,
.bwp-about-lightweight .bwpa-hero-video-link:focus-visible {
  color: #006bfc;
  outline: 0;
}

.bwp-about-lightweight .bwpa-hero-video-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: currentColor;
  flex: 0 0 28px;
  transition: color .2s ease, transform .2s ease;
}

.bwp-about-lightweight .bwpa-hero-video-icon svg {
  display: block;
  width: 13px;
  height: 13px;
  fill: currentColor;
}

@media (max-width: 767px) {
  .bwp-about-lightweight .bwpa-video-hero-section {
    padding: 0;
  }

  .bwp-about-lightweight .bwpa-video-hero-section .bwpa-wrap {
    width: 100%;
    max-width: none;
  }

  .bwp-about-lightweight .bwpa-video-hero-section .bwpa-video-card, .bwp-about-lightweight .bwpa-video-hero-section .bwpa-video-copy {
    height: 500px;
    min-height: 500px;
    border-radius: 0;
  }

  .bwp-about-lightweight .bwpa-video-hero-section .bwpa-video-copy {
    width: min(100% - 40px, 350px);
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .bwp-about-lightweight .bwpa-video-hero-section .bwpa-video-copy h1 {
    position: static;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    font-size: 34px;
    line-height: 1.08;
    font-weight: 900;
    text-align: center;
    transform: none;
  }

  .bwp-about-lightweight .bwpa-hero-video-link {
    right: 20px;
    bottom: 20px;
    left: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    font-size: 13px;
  }

  .bwp-about-lightweight .bwpa-hero-video-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

}


.bwp-about-lightweight .bwpa-capability-intro {
  width: min(1180px, 100%);
  align-self: center;
  padding: 0;
  text-align: center;
}

.bwp-about-lightweight .bwpa-capability-intro .bwpa-eyebrow {
  margin: 0 0 4px;
  color: rgba(31, 31, 31, .72);
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.bwp-about-lightweight .bwpa-capability-intro h2 {
  margin: 0 auto 22px;
  color: #25272b;
  font-size: 44px;
  line-height: 53.68px;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: normal;
}

.bwp-about-lightweight .bwpa-capability-intro .bwpa-capability-subtitle {
  margin: 0 auto;
  color: rgba(31, 31, 31, .72);
  font-weight: 400;
  text-wrap: normal;
}

.bwp-about-lightweight .bwpa-factory-story .bwpa-wrap {
  width: min(1200px, calc(100% - 72px));
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bwp-about-lightweight .bwpa-documents {
  padding: 116px 0;
}

.bwp-about-lightweight .bwpa-documents .bwpa-wrap {
  margin: 0 auto;
}

.bwp-about-lightweight .bwpa-documents-intro {
  margin: 0 auto 56px;
  text-align: center;
}

.bwp-about-lightweight .bwpa-documents-intro .bwpa-eyebrow {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.bwp-about-lightweight .bwpa-documents-intro h2 {
  max-width: var(--desktop-h2-container);
  margin: 0 auto 24px;
  color: #25272b;
  font-size: var(--desktop-h2-size);
  line-height: var(--desktop-h2-line);
  font-weight: 900;
  letter-spacing: 0;
}

.bwp-about-lightweight .bwpa-documents-subtitle {
  max-width: 1000px;
  margin: 0 auto;
  color: #686f78;
  font-size: 16px;
  line-height: 27.86px;
  font-weight: 400;
}

.bwp-about-lightweight .bwpa-certificate-grid {
  display: grid;
  min-width: 0;
}

.bwp-about-lightweight .bwpa-certificate-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.bwp-about-lightweight .bwpa-certificate-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: rgba(34, 97, 182, .34);
}

.bwp-about-lightweight .bwpa-certificate-card img {
  display: block;
}

.bwp-about-lightweight .bwpa-factory-story, .bwp-about-lightweight .bwpa-lab-review {
  padding: 116px 0;
  background: #fff;
}

.bwp-about-lightweight .bwpa-capability-intro {
  max-width: 1040px;
  margin: 0 auto 56px;
}

.bwp-about-lightweight .bwpa-capability-intro h2 {
  max-width: var(--desktop-h2-container);
  margin-bottom: 24px;
}

.bwp-about-lightweight .bwpa-capability-intro .bwpa-capability-subtitle {
  max-width: 1000px;
  font-size: 16px;
  line-height: 27.86px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .bwp-about-lightweight .bwpa-factory-story .bwpa-wrap {
    width: min(354px, calc(100% - 36px));
    max-width: 354px;
  }

  .bwp-about-lightweight .bwpa-capability-intro {
    text-align: center;
  }

  .bwp-about-lightweight .bwpa-capability-intro h2 {
    margin-bottom: 14px;
    font-size: 23px;
    line-height: 1.18;
    font-weight: 900;
  }

  .bwp-about-lightweight .bwpa-capability-intro .bwpa-capability-subtitle {
    margin-top: 0;
  }

  .bwp-about-lightweight .bwpa-certificate-card::before {
    left: 22px;
    right: 22px;
  }

  .bwp-about-lightweight .bwpa-factory-story, .bwp-about-lightweight .bwpa-lab-review {
    padding: 72px 0;
  }

  .bwp-about-lightweight .bwpa-capability-intro {
    margin-bottom: 34px;
  }

  .bwp-about-lightweight .bwpa-capability-intro .bwpa-capability-subtitle {
    font-size: 16px;
    line-height: 1.65;
  }

}

.bwp-about-lightweight {
  --bg: #f5f6f7;
  --container: 1200px;
  --desktop-title-container: 1040px;
  --desktop-h2-container: 800px;
  --text: #1f1f1f;
  --label: rgba(31, 31, 31, .72);
  --color-card: #fff;
  --radius-card: 30px;
  --shadow-card: 0 18px 48px 0 rgba(0, 0, 0, .05);
  --desktop-h3-size: 24px;
  --desktop-h3-line: 30px;
  --desktop-h3-weight: 900;
  --card-body-size: 16px;
  --card-body-line: 27.52px;
}

.bwp-about-lightweight .bws-shell {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 0 auto;
}

.bwp-about-lightweight .bws-section {
  padding: 116px 0;
}

.bwp-about-lightweight .bws-risk-section {
  background: var(--bg);
  box-shadow: none;
}

.bwp-about-lightweight .bws-section-head {
  max-width: var(--desktop-title-container);
  margin: 0 auto 56px;
  text-align: center;
}

.bwp-about-lightweight .bws-eyebrow {
  margin: 0 0 4px;
  color: var(--label);
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.bwp-about-lightweight .bws-section-head h2 {
  max-width: var(--desktop-h2-container);
  margin: 0 auto 24px;
  color: #25272b;
  font-size: var(--desktop-h2-size);
  line-height: var(--desktop-h2-line);
  font-weight: 900;
  letter-spacing: 0;
}

.bwp-about-lightweight .bws-section-head p:not(.bws-eyebrow) {
  max-width: 1000px;
  margin: 0 auto;
  color: #686f78;
  font-size: 16px;
  line-height: 27.86px;
  font-weight: 400;
}

.bwp-about-lightweight .bws-section-head .bws-section-lead {
  max-width: 820px;
  margin: 0 auto 14px;
  color: var(--text);
  font-size: 24px;
  line-height: 1.28;
  font-weight: 850;
  letter-spacing: 0;
}

.bwp-about-lightweight .bws-risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.bwp-about-lightweight .bws-risk-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(31, 31, 31, .07);
  border-radius: var(--radius-card);
  background: var(--color-card);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .07);
}

.bwp-about-lightweight .bws-risk-card-half {
  grid-template-rows: auto 1fr;
}

.bwp-about-lightweight .bws-risk-card-wide {
  grid-column: 1 / -1;
  align-items: stretch;
}

.bwp-about-lightweight .bws-risk-card-wide.bws-risk-card-has-points {
  grid-template-columns: minmax(0, 1.18fr) minmax(440px, .82fr);
}

.bwp-about-lightweight .bws-risk-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  background: transparent;
  box-shadow: none;
}

.bwp-about-lightweight .bws-risk-card-wide .bws-risk-image {
  aspect-ratio: auto;
  min-height: 430px;
  border-radius: var(--radius-card) 0 0 var(--radius-card);
}

.bwp-about-lightweight .bws-risk-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.bwp-about-lightweight .bws-risk-copy {
  padding: 42px 42px 54px;
}

.bwp-about-lightweight .bws-risk-card-wide .bws-risk-copy {
  align-self: center;
  padding: 56px 52px;
}

.bwp-about-lightweight .bws-risk-copy-has-points, .bwp-about-lightweight .bws-risk-card-wide .bws-risk-copy-has-points {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
}

.bwp-about-lightweight .bws-risk-section .bws-risk-text-stack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-top: 2px;
}

@media (max-width: 1100px) {
  .bwp-about-lightweight .bws-risk-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767px) {
  .bwp-about-lightweight .bwpa-lab-review .bws-shell {
    width: 100%;
    max-width: none;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-section-head {
    width: min(354px, calc(100% - 36px));
    max-width: 354px;
    margin-right: auto;
    margin-left: auto;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-grid {
    --about-mobile-card-width: min(354px, calc(100vw - 48px));
    --about-mobile-card-side-pad: max(24px, calc((100vw - var(--about-mobile-card-width)) / 2));
    display: flex;
    gap: 12px;
    width: 100vw;
    margin: 0;
    padding: 0 var(--about-mobile-card-side-pad);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--about-mobile-card-side-pad);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-grid::-webkit-scrollbar {
    display: none;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card, .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide, .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide.bws-risk-card-has-points {
    flex: 0 0 var(--about-mobile-card-width);
    width: var(--about-mobile-card-width);
    min-width: var(--about-mobile-card-width);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: 620px;
    height: auto;
    overflow: hidden;
    border-color: rgba(31, 31, 31, .07);
    background: #fff;
    border-radius: 30px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    box-shadow: none;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-image, .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide .bws-risk-image {
    min-height: 0;
    aspect-ratio: 1.22 / 1;
    border-radius: 30px 30px 0 0;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-image img {
    object-fit: cover;
    object-position: center;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-copy, .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide .bws-risk-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    padding: 34px 30px 48px;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-copy > p:first-of-type {
    margin-bottom: 16px;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card h3 {
    margin-bottom: 20px;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-text-stack {
    display: grid;
  }

  .bwp-about-lightweight .bws-section {
    padding: 72px 0 82px;
  }

  .bwp-about-lightweight .bws-section-head {
    margin-bottom: 34px;
    text-align: center;
  }

  .bwp-about-lightweight .bws-section-head h2 {
    margin-bottom: 14px;
    font-size: 23px;
    line-height: 1.18;
  }

  .bwp-about-lightweight .bws-section-head p:not(.bws-eyebrow) {
    font-size: 16px;
    line-height: 1.65;
  }

  .bwp-about-lightweight .bws-section-head .bws-section-lead {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 850;
  }

  .bwp-about-lightweight .bws-section-head p.bws-section-lead {
    font-size: 18px;
    line-height: 24px;
    font-weight: 850;
  }

}

.bwp-about-lightweight, .bwp-about-lightweight :where(button, input, select, textarea), .bwp-about-lightweight :where(h1, h2, h3, h4, h5, h6, p, a, span, li, dt, dd, strong, small) {
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

.bwp-about-lightweight .bws-risk-section .bws-risk-copy > p:first-of-type {
  margin: 0 0 18px;
  color: #9aa2aa;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bwp-about-lightweight .bws-risk-section .bws-risk-card h3 {
  margin: 0 0 22px;
  color: var(--color-text);
  font-size: var(--desktop-h3-size);
  line-height: var(--desktop-h3-line);
  font-weight: var(--desktop-h3-weight);
  letter-spacing: -.018em;
}

.bwp-about-lightweight .bws-risk-section .bws-risk-text-stack {
  gap: 18px;
}

.bwp-about-lightweight .bws-risk-section .bws-risk-text-stack p, .bwp-about-lightweight .bws-risk-section .bws-risk-text-stack p:first-of-type {
  margin: 0;
  color: var(--color-muted);
  font-size: var(--card-body-size);
  line-height: var(--card-body-line);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.bwp-about-lightweight .bws-risk-section .bws-risk-points {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.bwp-about-lightweight .bws-risk-section .bws-risk-points li {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
  color: #25272b;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.bwp-about-lightweight .bws-risk-section .bws-risk-points li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(37, 39, 43, .48);
}

@media (max-width: 760px) {
  .bwp-about-lightweight .bws-risk-section .bws-risk-card h3 {
    font-size: 22px;
    line-height: 26.84px;
    font-weight: 900;
  }

  .bwp-about-lightweight .bws-risk-section .bws-risk-text-stack p, .bwp-about-lightweight .bws-risk-section .bws-risk-text-stack p:first-of-type {
    font-size: 16px;
    line-height: 24.75px;
  }

  .bwp-about-lightweight .bws-risk-section .bws-risk-points {
    gap: 9px;
    margin-top: 2px;
  }

  .bwp-about-lightweight .bws-risk-section .bws-risk-points li {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
  }

}

.bwp-about-lightweight .about-link-section {
  padding: 130px 0;
  background: #fff;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

.bwp-about-lightweight .about-link-container {
  width: min(100% - 96px, 1200px);
  margin: 0 auto;
}

.bwp-about-lightweight .about-link-header {
  max-width: 860px;
  margin: 0 auto 64px;
  text-align: center;
}

.bwp-about-lightweight .about-link-header p:first-child {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
}

.bwp-about-lightweight .about-link-header h2 {
  max-width: var(--desktop-h2-container);
  margin: 0 auto;
  font-size: var(--desktop-h2-size);
  line-height: var(--desktop-h2-line);
  letter-spacing: 0;
  color: #25272b;
  font-weight: 900;
}

.bwp-about-lightweight .about-link-header p:last-child {
  max-width: 1000px;
  margin: 24px auto 0;
  font-size: 16px;
  line-height: 27.86px;
  color: #686f78;
}

.bwp-about-lightweight .about-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bwp-about-lightweight .about-link-panel h3 {
  max-width: 520px;
  margin: 0 0 18px;
  color: #1f1f1f;
  font-size: var(--desktop-h3-size);
  line-height: var(--desktop-h3-line);
  font-weight: var(--desktop-h3-weight);
  letter-spacing: 0;
}

.bwp-about-lightweight .about-link-panel-text {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.75;
  color: #5f6673;
}

@media (max-width: 900px) {
  .bwp-about-lightweight .about-link-header {
    margin-bottom: 44px;
  }

  .bwp-about-lightweight .about-link-header p:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .bwp-about-lightweight .about-link-grid {
    grid-template-columns: 1fr;
  }

}

.bwp-about-lightweight .about-link-grid {
  gap: 30px;
}

.bwp-about-lightweight .about-link-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 700px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 34px;
  background: #f6f7f8;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 22px 70px rgba(15, 23, 42, .055);
  transform: translateZ(0);
}

.bwp-about-lightweight .about-link-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  aspect-ratio: 16 / 6.4;
  min-height: 270px;
  overflow: hidden;
  background: #e9ecef;
}

.bwp-about-lightweight .about-link-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(246, 247, 248, .18) 100%);
  pointer-events: none;
}

.bwp-about-lightweight .about-link-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
  transition: none;
}

.bwp-about-lightweight .about-link-panel-body {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 38px 38px 86px;
}

.bwp-about-lightweight .about-link-panel-text {
  max-width: 600px;
  margin-bottom: 0;
}

.bwp-about-lightweight .about-link-card-action {
  position: absolute;
  right: 34px;
  bottom: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #e3e7ec;
  color: #5f6671;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.bwp-about-lightweight .about-link-card-action span {
  display: block;
  margin-top: -2px;
}

.bwp-about-lightweight .about-link-card-action:hover,
.bwp-about-lightweight .about-link-card-action:focus-visible,
.bwp-about-lightweight .about-link-panel:hover .about-link-card-action,
.bwp-about-lightweight .about-link-panel:focus-visible .about-link-card-action {
  outline: none;
  background: #25272b;
  color: #fff;
  transform: translateX(1px);
}

.bwp-about-lightweight .bwpa-documents {
  background: #f7f9fb;
}

.bwp-about-lightweight .bwpa-documents .bwpa-wrap {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
}

.bwp-about-lightweight .bwpa-documents-intro {
  max-width: 880px;
  margin-bottom: 64px;
}

.bwp-about-lightweight .bwpa-documents-intro .bwpa-eyebrow {
  color: #6b7280;
}

.bwp-about-lightweight .bwpa-certificate-wall {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.bwp-about-lightweight .bwpa-certificate-wall .bwpa-certificate-card {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 0;
  padding: 12px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 26px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 52px rgba(15, 23, 42, .055);
}

.bwp-about-lightweight .bwpa-certificate-wall .bwpa-certificate-card::before {
  display: none;
}

.bwp-about-lightweight .bwpa-certificate-wall .bwpa-certificate-card img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
  background: #fff;
}

.bwp-about-lightweight .bwpa-certificate-wall .bwpa-certificate-card figcaption {
  margin: 12px 4px 2px;
  color: #374151;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -.01em;
  text-align: center;
}

.bwp-about-lightweight .bwpa-bottom-contact .bwp-submit-content {
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bwp-about-lightweight .bwpa-bottom-contact .bwp-submit-content svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.bwp-about-lightweight .bwpa-bottom-contact {
  width: 100%;
  margin: 0;
  padding: 134px 0;
  background: #f6f7f8;
}

  .bwp-about-lightweight .bwpa-bottom-contact .bwpa-bottom-contact-card {
    display: block;
    width: min(var(--container), calc(100% - 48px));
    max-width: var(--container);
    margin: 0 auto;
    padding: 52px;
    border: 1px solid rgba(31, 31, 31, .06);
    border-radius: var(--radius-card);
    background: rgba(255, 255, 255, .92);
    box-shadow: none;
    color: var(--color-text);
  }

.bwp-about-lightweight .bwpa-bottom-contact .bwpa-bottom-contact-card > div {
  margin-bottom: 34px;
}

.bwp-about-lightweight .bwpa-bottom-contact .bwp-label {
  max-width: none;
  margin: 0;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-align: left;
}

.bwp-about-lightweight .bwpa-bottom-contact .bwp-resource-links {
  display: none;
  margin: 0;
}

.bwp-about-lightweight .bwpa-bottom-contact .bwp-resource-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(31, 31, 31, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--color-text);
  box-shadow: none;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.bwp-about-lightweight .bwpa-bottom-contact h2 {
  max-width: 1094px;
  margin: 10px 0 0;
  color: #1f1f1f;
  font-size: 46px;
  line-height: 51.52px;
  font-weight: 900;
  letter-spacing: -.035em;
  text-align: left;
}

.bwp-about-lightweight .bwpa-bottom-contact-copy > p:not(.bwp-label) {
  max-width: var(--text-container);
  margin: 22px 0 0;
  color: var(--color-muted);
  font-size: var(--body-size);
  line-height: 29.24px;
  text-align: left;
  font-weight: 400;
}

.bwp-about-lightweight .bwpa-bottom-contact .bwp-form {
  display: grid;
  gap: 14px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bwp-about-lightweight .bwpa-bottom-contact .bwp-form input:not([type="hidden"]), .bwp-about-lightweight .bwpa-bottom-contact .bwp-form select, .bwp-about-lightweight .bwpa-bottom-contact .bwp-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid rgba(31, 31, 31, .12);
  border-radius: 18px;
  background: rgba(246, 247, 248, .74);
  color: var(--color-text);
  font: 16px/22px Helvetica, Verdana, Arial, sans-serif;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.bwp-about-lightweight .bwpa-bottom-contact .bwp-form input::placeholder, .bwp-about-lightweight .bwpa-bottom-contact .bwp-form textarea::placeholder {
  color: rgba(17, 24, 39, .42);
}

.bwp-about-lightweight .bwpa-bottom-contact .bwp-form textarea {
  min-height: 150px;
  padding: 18px 20px;
  resize: vertical;
}

.bwp-about-lightweight .bwpa-bottom-contact .bwp-field-help {
  display: none;
}

.bwp-about-lightweight .bwpa-bottom-contact .bwp-form button {
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: rgb(31, 31, 31);
  color: #fff;
  font: 600 16px/19.2px Helvetica, Verdana, Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(31, 31, 31, .14);
}

@media (max-width: 640px) {
  .bwp-about-lightweight .bwpa-bottom-contact {
    padding: 86px 0;
  }

  .bwp-about-lightweight .bwpa-bottom-contact .bwpa-bottom-contact-card {
    width: min(var(--container), calc(100% - 32px));
    max-width: var(--container);
    padding: 28px 20px 30px;
    border-radius: 24px;
  }

  .bwp-about-lightweight .bwpa-bottom-contact .bwpa-bottom-contact-card > div {
    margin-bottom: 20px;
    padding: 28px 8px 0;
  }

  .bwp-about-lightweight .bwpa-bottom-contact h2 {
    max-width: 298px;
    margin: 14px 0;
    font-size: 30px;
    line-height: 33.6px;
    letter-spacing: -.02em;
  }

  .bwp-about-lightweight .bwpa-bottom-contact-copy > p:not(.bwp-label) {
    max-width: 298px;
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
  }

  .bwp-about-lightweight .bwpa-bottom-contact .bwp-resource-links {
    display: grid;
    gap: 8px;
    margin-top: 24px;
    margin-bottom: 20px;
  }

  .bwp-about-lightweight .bwpa-bottom-contact .bwp-resource-links a {
    width: 100%;
    min-height: 38px;
    justify-content: flex-start;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: .14em;
    text-align: left;
  }

  .bwp-about-lightweight .bwpa-bottom-contact .bwp-form {
    width: auto;
    max-width: none;
    margin: 0 8px;
  }

  .bwp-about-lightweight .bwpa-bottom-contact .bwp-form input:not([type="hidden"]), .bwp-about-lightweight .bwpa-bottom-contact .bwp-form select, .bwp-about-lightweight .bwpa-bottom-contact .bwp-form textarea {
    min-height: 48px;
    padding: 12px 44px 12px 16px;
    border-radius: 14px;
    background: #f7f8f9;
  }

  .bwp-about-lightweight .bwpa-bottom-contact .bwp-form textarea {
    min-height: 120px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(246, 247, 248, .74);
  }

}

@media (max-width: 767px) {
  .bwp-about-lightweight .bwpa-video-hero-section .bwpa-video-poster img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none;
  }

}

.bwp-about-lightweight .quality-dot-system-section .quality-tree-header {
  max-width: 860px;
  text-align: center;
}










@media (min-width: 761px) {




















}

@media (min-width: 761px) {
  .bwp-about-lightweight .quality-dot-system-section {
    padding: 126px 0 132px;
  }

  .bwp-about-lightweight .quality-dot-system-section .quality-tree-header {
    max-width: var(--desktop-title-container);
    margin-bottom: 58px;
  }

  .bwp-about-lightweight .quality-mobile-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
    width: min(1200px, 100%);
    margin: 0 auto;
  }

  .bwp-about-lightweight .quality-mobile-card {
    display: flex;
    flex-direction: column;
    min-height: 490px;
    padding: 48px 46px 56px;
    border: 1px solid rgba(31, 31, 31, .07);
    border-radius: 30px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .055);
  }

  .bwp-about-lightweight .quality-mobile-card:nth-child(3) {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 460px) minmax(0, 520px);
    justify-content: center;
    align-items: center;
    column-gap: 112px;
    min-height: 490px;
    padding: 48px 58px 56px;
  }

  .bwp-about-lightweight .quality-mobile-card-label {
    margin: 0 0 14px;
    color: #9aa2aa;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
  }

  .bwp-about-lightweight .quality-mobile-card h3 {
    margin: 0 0 18px;
    color: #1f1f1f;
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: 0;
  }

  .bwp-about-lightweight .quality-mobile-card > p:not(.quality-mobile-card-label) {
    margin: 0;
    color: rgba(31, 31, 31, .72);
    font-size: 16px;
    line-height: 27.86px;
    font-weight: 400;
  }

  .bwp-about-lightweight .quality-mobile-flow {
    display: grid;
    gap: 16px;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
  }

  .bwp-about-lightweight .quality-mobile-card:nth-child(3) .quality-mobile-card-label,
  .bwp-about-lightweight .quality-mobile-card:nth-child(3) h3,
  .bwp-about-lightweight .quality-mobile-card:nth-child(3) > p:not(.quality-mobile-card-label) {
    grid-column: 1;
  }

  .bwp-about-lightweight .quality-mobile-card:nth-child(3) .quality-mobile-flow {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-content: center;
    margin: 0;
  }

  .bwp-about-lightweight .quality-mobile-flow li {
    position: relative;
    padding: 0 0 0 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #25272b;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
  }

  .bwp-about-lightweight .quality-mobile-flow li::before {
    content: "";
    position: absolute;
    top: .58em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(37, 39, 43, .48);
  }
}

@media (max-width: 760px) {
  .bwp-about-lightweight .quality-dot-system-section {
    padding: 48px 0 36px;
    background: #f6f7f8;
  }

  .bwp-about-lightweight .quality-dot-system-section .quality-tree-container {
    width: 100%;
    max-width: none;
    margin-inline: auto;
  }

  .bwp-about-lightweight .quality-dot-system-section .quality-tree-header {
    width: min(354px, calc(100% - 36px));
    max-width: 354px;
    margin: 0 auto 46px;
    text-align: center;
  }

  .bwp-about-lightweight .quality-dot-system-section .quality-tree-eyebrow, .bwp-about-lightweight .quality-dot-system-section .quality-tree-header h2, .bwp-about-lightweight .quality-dot-system-section .quality-tree-header > p:not(.quality-tree-eyebrow) {
    text-align: center;
  }

  .bwp-about-lightweight .quality-dot-system-section .quality-tree-header h2 {
    margin-inline: auto;
    font-size: 23px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
  }

  .bwp-about-lightweight .quality-dot-system-section .quality-tree-header > p:not(.quality-tree-eyebrow) {
    margin-inline: auto;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
  }

  .bwp-about-lightweight .quality-dot-system-section .quality-tree-header .quality-tree-lead {
    margin: 12px auto 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 850;
  }

  .bwp-about-lightweight .quality-dot-system-section .quality-tree-header > p.quality-tree-lead {
    font-size: 18px;
    line-height: 24px;
    font-weight: 850;
  }

  .bwp-about-lightweight .quality-mobile-card-grid {
    display: flex;
  }

  .bwp-about-lightweight .quality-mobile-card {
    display: flex;
    flex-direction: column;
    padding: 30px 28px 34px;
  }

  .bwp-about-lightweight .quality-mobile-flow {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0;
    justify-content: space-between;
    min-height: 0;
    margin: 0;
    padding: 0 0 0 18px;
    list-style: none;
  }

  .bwp-about-lightweight .quality-mobile-flow::before {
    content: "";
    position: absolute;
    top: calc(.45em + 5px);
    bottom: calc(.45em + 5px);
    left: 6px;
    width: 1px;
    background: rgba(31, 31, 31, .1);
  }

  .bwp-about-lightweight .quality-mobile-flow li {
    position: relative;
    display: block;
    min-height: 0;
    padding: 0 0 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #25272b;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
  }

  .bwp-about-lightweight .quality-mobile-flow li::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: .45em;
    left: -17px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(37, 39, 43, .48);
    box-shadow: 0 0 0 6px #fff;
  }

  .bwp-about-lightweight .quality-mobile-flow li::after {
    content: none;
    display: none;
  }

}

.bwp-about-lightweight .bwpa-video-hero-section .bwpa-video-copy li {
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 27.5px;
  font-weight: 620;
  letter-spacing: 0;
  text-transform: none;
}

.bwp-about-lightweight .bwpa-factory-story {
  padding-top: 232px;
}

.bwp-about-lightweight .bwpa-capability-mobile-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.bwp-about-lightweight .bwpa-capability-mobile-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, .07);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .055);
}

.bwp-about-lightweight .bwpa-capability-mobile-card figure {
  width: 100%;
  min-width: 0;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f5f7fa;
}

.bwp-about-lightweight .bwpa-capability-mobile-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bwp-about-lightweight .bwpa-capability-mobile-card > div {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 34px 36px 44px;
}

.bwp-about-lightweight .bwpa-capability-mobile-card .bwpa-capability-panel-label {
  margin: 0 0 14px;
  color: #9aa2aa;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bwp-about-lightweight .bwpa-capability-mobile-card h3 {
  margin: 0 0 18px;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.bwp-about-lightweight .bwpa-capability-mobile-card p:not(.bwpa-capability-panel-label) {
  margin: 0;
  color: rgba(31, 31, 31, .72);
  font-size: 16px;
  line-height: 27.86px;
  font-weight: 400;
}

.bwp-about-lightweight .bwpa-capability-mobile-card p:not(.bwpa-capability-panel-label) + p {
  margin-top: 18px;
}

@media (max-width: 767px) {
  .bwp-about-lightweight, .bwp-about-lightweight .bwpa-factory-story, .bwp-about-lightweight .bwpa-lab-review, .bwp-about-lightweight .quality-dot-system-section, .bwp-about-lightweight .about-link-section, .bwp-about-lightweight .bwpa-documents, .bwp-about-lightweight .bwpa-bottom-contact {
    background: #f6f7f8;
  }

  .bwp-about-lightweight .bwpa-factory-story {
    padding-top: 144px;
    padding-bottom: 36px;
  }

  .bwp-about-lightweight .bwpa-lab-review {
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-cards,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-grid,
  .bwp-about-lightweight .quality-mobile-card-grid,
  .bwp-about-lightweight .about-link-grid {
    --about-mobile-card-width: min(354px, calc(100vw - 48px));
    --about-mobile-card-side-pad: max(24px, calc((100vw - var(--about-mobile-card-width)) / 2));
    align-items: stretch;
    gap: 12px;
    width: 100vw;
    margin: 0;
    padding: 0 var(--about-mobile-card-side-pad);
    overflow-x: auto;
    overflow-y: hidden;
    background: transparent;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--about-mobile-card-side-pad);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
  }

  .bwp-about-lightweight .bwpa-capability-mobile-cards::-webkit-scrollbar,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-grid::-webkit-scrollbar,
  .bwp-about-lightweight .quality-mobile-card-grid::-webkit-scrollbar,
  .bwp-about-lightweight .about-link-grid::-webkit-scrollbar,
  .bwp-about-lightweight .bwpa-certificate-wall::-webkit-scrollbar {
    display: none;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-cards {
    display: flex;
  }

  .bwp-about-lightweight .about-mobile-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: min(354px, calc(100vw - 36px));
    min-height: 14px;
    margin: 8px auto 0;
  }

  .bwp-about-lightweight .about-mobile-indicator[hidden] {
    display: none;
  }

  .bwp-about-lightweight .about-mobile-dot {
    display: block;
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(16, 24, 39, .2);
    box-shadow: none;
    appearance: none;
    cursor: pointer;
    transition: width .22s ease, background-color .22s ease, opacity .22s ease;
  }

  .bwp-about-lightweight .about-mobile-dot.is-active {
    width: 18px;
    background: rgba(16, 24, 39, .78);
  }

  .bwp-about-lightweight .about-mobile-dot:focus-visible {
    outline: 2px solid rgba(60, 66, 80, .28);
    outline-offset: 4px;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-card,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide.bws-risk-card-has-points,
  .bwp-about-lightweight .quality-mobile-card,
  .bwp-about-lightweight .about-link-panel {
    flex: 0 0 var(--about-mobile-card-width);
    width: var(--about-mobile-card-width);
    min-width: var(--about-mobile-card-width);
    min-height: 0;
    border: 1px solid rgba(31, 31, 31, .07);
    border-radius: 30px;
    background: #fff;
    box-shadow: none;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-card,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide.bws-risk-card-has-points,
  .bwp-about-lightweight .about-link-panel {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    height: auto;
    overflow: hidden;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-card figure,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-image,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide .bws-risk-image,
  .bwp-about-lightweight .about-link-image {
    min-height: 0;
    aspect-ratio: 1.22 / 1;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-card figure {
    margin: 0;
    background: #f5f7fa;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-card img,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-image img,
  .bwp-about-lightweight .about-link-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-card > div,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-copy,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide .bws-risk-copy,
  .bwp-about-lightweight .about-link-panel-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    min-height: 0;
    padding: 28px 26px 66px;
  }

  .bwp-about-lightweight .quality-mobile-card-label,
  .bwp-about-lightweight .bwpa-capability-mobile-card .bwpa-capability-panel-label,

  .bwp-about-lightweight .quality-mobile-card h3,
  .bwp-about-lightweight .bwpa-capability-mobile-card h3,
  .bwp-about-lightweight .about-link-panel h3 {
    margin: 0 0 16px;
    color: #101827;
    font-size: 22px;
    line-height: 26.84px;
    font-weight: 900;
    letter-spacing: -.03em;
  }

  .bwp-about-lightweight .quality-mobile-card > p:not(.quality-mobile-card-label),
  .bwp-about-lightweight .bwpa-capability-mobile-card p:not(.bwpa-capability-panel-label),
  .bwp-about-lightweight .about-link-panel-text {
    color: #5f6671;
    font-size: 16px;
    line-height: 24.75px;
    font-weight: 400;
  }

  .bwp-about-lightweight .quality-mobile-card > p:not(.quality-mobile-card-label) {
    margin: 0 0 26px;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-card p:not(.bwpa-capability-panel-label) {
    margin: 0;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-card p:not(.bwpa-capability-panel-label) + p {
    margin-top: 18px;
  }

  .bwp-about-lightweight .about-link-section {
    overflow: hidden;
    padding: 48px 0 36px;
    background: #f6f7f8;
  }

  .bwp-about-lightweight .about-link-container {
    width: 100%;
    max-width: none;
  }

  .bwp-about-lightweight .about-link-header {
    width: min(354px, calc(100% - 36px));
    max-width: 354px;
    margin: 0 auto 34px;
    text-align: center;
  }

  .bwp-about-lightweight .about-link-header p:first-child {
    margin-bottom: 14px;
    color: #9aa2aa;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .18em;
  }

  .bwp-about-lightweight .about-link-header h2 {
    margin-bottom: 14px;
    font-size: 23px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
  }

  .bwp-about-lightweight .about-link-header p:last-child {
    max-width: none;
    margin: 0;
    color: #5f6671;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
  }

  .bwp-about-lightweight .about-link-grid {
    display: flex;
  }

  .bwp-about-lightweight .about-link-image {
    background: #e9ecef;
    aspect-ratio: 1.32 / 1;
  }

  .bwp-about-lightweight .about-link-image img {
    transform: none;
    transition: none;
  }

  .bwp-about-lightweight .about-link-panel-body {
    display: flex;
  }

  .bwp-about-lightweight .about-link-panel h3 {
    max-width: none;
  }


  .bwp-about-lightweight .about-link-card-action {
    right: 22px;
    bottom: 26px;
    width: 30px;
    height: 30px;
    font-size: 26px;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-card {
    min-height: 570px;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide.bws-risk-card-has-points {
    min-height: 700px;
  }

  .bwp-about-lightweight .quality-mobile-card {
    min-height: 590px;
  }

  .bwp-about-lightweight .about-link-panel {
    min-height: 620px;
  }

  .bwp-about-lightweight .bwpa-documents {
    overflow: hidden;
    padding: 48px 0 82px;
    background: #f6f7f8;
  }

  .bwp-about-lightweight .bwpa-documents .bwpa-wrap {
    width: 100%;
    max-width: none;
  }

  .bwp-about-lightweight .bwpa-documents-intro {
    width: min(354px, calc(100% - 36px));
    max-width: 354px;
    margin: 0 auto 34px;
    text-align: center;
  }

  .bwp-about-lightweight .bwpa-documents-intro .bwpa-eyebrow {
    margin-bottom: 14px;
    color: #9aa2aa;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .18em;
  }

  .bwp-about-lightweight .bwpa-documents-intro h2 {
    margin-bottom: 14px;
    font-size: 23px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
  }

  .bwp-about-lightweight .bwpa-documents-subtitle {
    color: #5f6671;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
  }

  .bwp-about-lightweight .bwpa-certificate-wall {
    --about-mobile-card-width: min(354px, calc(100vw - 48px));
    --about-mobile-card-side-pad: max(24px, calc((100vw - var(--about-mobile-card-width)) / 2));
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(3, auto);
    grid-auto-columns: calc((var(--about-mobile-card-width) - 12px) / 2);
    gap: 12px;
    width: 100vw;
    margin: 0;
    padding: 0 var(--about-mobile-card-side-pad);
    scroll-padding-inline: var(--about-mobile-card-side-pad);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
  }

  .bwp-about-lightweight .bwpa-certificate-wall .bwpa-certificate-card {
    min-height: 0;
    padding: 8px;
    border: 1px solid rgba(16, 24, 40, .06);
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
    scroll-snap-align: start;
    transition: none;
  }

  .bwp-about-lightweight .bwpa-certificate-wall .bwpa-certificate-card img {
    height: 124px;
    border-radius: 15px;
    background: #fff;
  }

  .bwp-about-lightweight .bwpa-certificate-wall .bwpa-certificate-card figcaption {
    margin: 8px 2px 0;
    color: #374151;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 800;
  }

  .bwp-about-lightweight .quality-mobile-card-label,
  .bwp-about-lightweight .quality-mobile-card h3,
  .bwp-about-lightweight .quality-mobile-card > p:not(.quality-mobile-card-label),
  .bwp-about-lightweight .bwpa-capability-mobile-card .bwpa-capability-panel-label,
  .bwp-about-lightweight .bwpa-capability-mobile-card h3,
  .bwp-about-lightweight .bwpa-capability-mobile-card p:not(.bwpa-capability-panel-label),
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-copy > p:first-of-type,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card h3,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-text-stack p,


}

@media (min-width: 768px) {
  .bwp-about-lightweight .bwpa-capability-mobile-card,
  .bwp-about-lightweight .bws-risk-card,
  .bwp-about-lightweight .quality-mobile-card,
  .bwp-about-lightweight .bwpa-certificate-wall .bwpa-certificate-card {
    transition: none;
  }

  .bwp-about-lightweight .about-link-panel {
    transition: none;
  }

  .bwp-about-lightweight .about-link-card-action {
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-card p:not(.bwpa-capability-panel-label),
  .bwp-about-lightweight .bws-risk-section .bws-risk-text-stack p,
  .bwp-about-lightweight .bws-risk-section .bws-risk-text-stack p:first-of-type,
  .bwp-about-lightweight .quality-mobile-card > p:not(.quality-mobile-card-label),
  .bwp-about-lightweight .about-link-panel-text {
    font-size: 16px;
    line-height: 25.8px;
    color: #686f78;
  }
}

@media (max-width: 767px) {
  .bwp-about-lightweight .bwpa-capability-mobile-card h3,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card h3,
  .bwp-about-lightweight .quality-mobile-card h3,
  .bwp-about-lightweight .about-link-panel h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 0;
    color: #25272b;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-card p:not(.bwpa-capability-panel-label),
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-text-stack p,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-text-stack p:first-of-type,
  .bwp-about-lightweight .bws-risk-section .bws-risk-text-stack p:first-of-type,
  .bwp-about-lightweight .quality-mobile-card > p:not(.quality-mobile-card-label),
  .bwp-about-lightweight .about-link-panel-text {
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    color: #25272b;
  }

  .bwp-about-lightweight .bwpa-capability-mobile-card .bwpa-capability-panel-label,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-kicker,
  .bwp-about-lightweight .quality-mobile-card-label,
}

@media (min-width: 761px) {
  .bwp-about-lightweight .quality-mobile-card:nth-child(3) {
    grid-template-rows: auto auto auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    row-gap: 0;
  }

  .bwp-about-lightweight .quality-mobile-card:nth-child(3) .quality-mobile-flow {
    align-self: center;
    align-content: center;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide.bws-risk-card-has-points {
    min-height: 0;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-image,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide .bws-risk-image {
    aspect-ratio: 1.55 / 1;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-copy,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card-wide .bws-risk-copy {
    align-self: stretch;
    min-height: 0;
    height: auto;
    padding: 28px 26px 44px;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-copy > p:first-of-type {
    margin-bottom: 12px;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-card h3 {
    margin-bottom: 14px;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-text-stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-text-stack p,
  .bwp-about-lightweight .bwpa-lab-review .bws-risk-text-stack p:first-of-type {
    font-size: 15px;
    line-height: 1.5;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-points {
    gap: 12px;
    margin: 0;
  }

  .bwp-about-lightweight .bwpa-lab-review .bws-risk-points li {
    font-size: 15px;
    line-height: 1.35;
  }
}

/* BWABOUTLF 0.1.122: About cards use the shared BW card interaction contract. */
.bwp-about-lightweight.bw-interaction-scope .about-link-card-action.bw-card-action {
  background: var(--bw-card-action-bg);
  color: var(--bw-card-action-color);
  transition: background-color .2s var(--bw-card-hover-easing), color .2s var(--bw-card-hover-easing);
}

@media (hover: hover) and (pointer: fine) {
  .bwp-about-lightweight.bw-interaction-scope .bw-interactive-card {
    transition: transform .3s var(--bw-card-hover-easing), border-color .3s var(--bw-card-hover-easing), box-shadow .3s var(--bw-card-hover-easing);
  }

  .bwp-about-lightweight.bw-interaction-scope .bw-interactive-card .bw-card-stable-copy {
    transition: transform .3s var(--bw-card-hover-easing);
  }

  .bwp-about-lightweight.bw-interaction-scope .about-link-card-action.bw-card-action:is(:hover, :focus-visible) {
    background: var(--bw-card-action-hover-bg);
    color: #fff;
    transform: none;
  }
}

@media (max-width: 700px) {
  .bwp-about-lightweight.bw-interaction-scope .bw-interactive-card,
  .bwp-about-lightweight.bw-interaction-scope .bw-interactive-card .bw-card-stable-copy {
    transform: none !important;
  }
}

/* BWFORM 2026-06-23 about: unify bottom inquiry form typography and desktop submit hover. */
html body.bwp-about-lightweight .bwpa-bottom-contact .bwpa-bottom-contact-card > div,
html body.bwp-about-lightweight .bwpa-bottom-contact .bwpa-bottom-contact-copy,
html body .bwp-about-lightweight .bwpa-bottom-contact .bwpa-bottom-contact-card > div,
html body .bwp-about-lightweight .bwpa-bottom-contact .bwpa-bottom-contact-copy {
  max-width: 900px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

html body.bwp-about-lightweight .bwpa-bottom-contact h2,
html body .bwp-about-lightweight .bwpa-bottom-contact h2 {
  max-width: 900px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: 44px !important;
  line-height: 53.68px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

html body.bwp-about-lightweight .bwpa-bottom-contact-copy > p:not(.bwp-label),
html body .bwp-about-lightweight .bwpa-bottom-contact-copy > p:not(.bwp-label) {
  max-width: 900px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: 17px !important;
  line-height: 29.24px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

@media (max-width: 900px) {
  html body.bwp-about-lightweight .bwpa-bottom-contact h2,
  html body .bwp-about-lightweight .bwpa-bottom-contact h2 {
    max-width: 298px !important;
    font-size: 22px !important;
    line-height: 27px !important;
  }

  html body.bwp-about-lightweight .bwpa-bottom-contact-copy > p:not(.bwp-label),
  html body .bwp-about-lightweight .bwpa-bottom-contact-copy > p:not(.bwp-label) {
    max-width: 298px !important;
    font-size: 15px !important;
    line-height: 24px !important;
  }

  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form button,
  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form [type="submit"],
  html body .bwp-about-lightweight .bwpa-bottom-contact .bwp-form button,
  html body .bwp-about-lightweight .bwpa-bottom-contact .bwp-form [type="submit"] {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 901px) and (hover: hover) and (pointer: fine) {
  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form button,
  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form [type="submit"],
  html body .bwp-about-lightweight .bwpa-bottom-contact .bwp-form button,
  html body .bwp-about-lightweight .bwpa-bottom-contact .bwp-form [type="submit"] {
    transform: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease !important;
    will-change: auto !important;
  }

  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form button:is(:hover, :focus-visible),
  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form [type="submit"]:is(:hover, :focus-visible),
  html body .bwp-about-lightweight .bwpa-bottom-contact .bwp-form button:is(:hover, :focus-visible),
  html body .bwp-about-lightweight .bwpa-bottom-contact .bwp-form [type="submit"]:is(:hover, :focus-visible) {
    background: #2261b6 !important;
    border-color: #2261b6 !important;
    color: #fff !important;
    transform: none !important;
    box-shadow: none !important;
  }
}
/* End BWFORM 2026-06-23 about */

/* BWABOUTLF 0.1.141: align About mobile jump-card controls and inquiry form with product category pages. */
@media (max-width: 900px) {
  html body.bwp-about-lightweight.bw-interaction-scope .about-link-card-action.bw-card-action {
    -webkit-tap-highlight-color: transparent !important;
    touch-action: manipulation !important;
    transition: background-color .08s cubic-bezier(.2, 0, .2, 1), color .08s cubic-bezier(.2, 0, .2, 1), transform .08s cubic-bezier(.2, 0, .2, 1) !important;
  }

  html body.bwp-about-lightweight.bw-interaction-scope .about-link-card-action.bw-card-action:is(:active, .is-touching, .is-tap-feedback) {
    background: #24262a !important;
    background-color: #24262a !important;
    color: #fff !important;
    box-shadow: none !important;
    transform: translate3d(0, 1px, 0) !important;
  }
}

@media (max-width: 900px) {
  html body.bwp-about-lightweight.bw-interaction-scope .about-link-card-action.bw-card-action:active,
  html body.bwp-about-lightweight.bw-interaction-scope .about-link-card-action.bw-card-action.is-touching,
  html body.bwp-about-lightweight.bw-interaction-scope .about-link-card-action.bw-card-action.is-tap-feedback {
    background: #24262a !important;
    background-color: #24262a !important;
    color: #fff !important;
    box-shadow: none !important;
    transform: translate3d(0, 1px, 0) !important;
  }
}

@media (max-width: 767px) {
  html body.bwp-about-lightweight .about-link-panel .about-link-card-action.bw-card-action {
    right: 18px !important;
    bottom: 18px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    font-size: 24px !important;
  }

  html body.bwp-about-lightweight .bwpa-bottom-contact {
    padding: 48px 0 !important;
  }

  html body.bwp-about-lightweight .bwpa-bottom-contact .bwpa-bottom-contact-card {
    width: min(var(--container), calc(100% - 36px)) !important;
    padding: 28px 24px 30px !important;
  }

  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form input:not([type="hidden"]),
  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form select,
  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form textarea {
    min-height: 54px !important;
    padding: 0 20px !important;
    border-radius: 18px !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form textarea {
    min-height: 150px !important;
    padding: 18px 20px !important;
  }

  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form button,
  html body.bwp-about-lightweight .bwpa-bottom-contact .bwp-form [type="submit"] {
    min-height: 58px !important;
    height: 58px !important;
    padding: 0 24px !important;
  }
}

@media (max-width: 900px) {
  html body.bwp-about-lightweight.bw-interaction-scope .about-link-card-action.bw-card-action:active,
  html body.bwp-about-lightweight.bw-interaction-scope .about-link-card-action.bw-card-action.is-touching,
  html body.bwp-about-lightweight.bw-interaction-scope .about-link-card-action.bw-card-action.is-tap-feedback {
    background: #24262a !important;
    background-color: #24262a !important;
    color: #fff !important;
    box-shadow: none !important;
    transform: translate3d(0, 1px, 0) !important;
  }
}
