.slv1 {
  --slv1-blue: #315ec7;
  --slv1-black: #08090b;
  --slv1-ink: #16181c;
  --slv1-muted: #68707c;
  --slv1-line: #d7dbe1;
  width: 100%;
  min-width: 320px;
  color: var(--slv1-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.slv1,
.slv1 * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.slv1 img {
  display: block;
  max-width: 100%;
}

.slv1 a {
  color: inherit;
  text-decoration: none;
}

.slv1 button {
  font: inherit;
}

.slv1-width {
  width: min(1480px, calc(100% - 72px));
  margin: 0 auto;
}

.slv1-hero {
  position: relative;
  min-height: calc(100vh - 76px);
  color: #fff;
  background: #111;
  overflow: hidden;
}

.slv1-hero-image,
.slv1-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.slv1-hero-image {
  object-fit: cover;
  object-position: center 56%;
}

.slv1-hero-shade {
  background: linear-gradient(270deg, rgba(3, 5, 8, .86) 0%, rgba(3, 5, 8, .5) 47%, rgba(3, 5, 8, .08) 78%), linear-gradient(0deg, rgba(3, 5, 8, .78), transparent 45%);
}

.slv1-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - 76px);
  grid-template-rows: auto 1fr auto;
  padding-top: 34px;
  padding-bottom: 38px;
}

.slv1-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.slv1-breadcrumbs a:hover,
.slv1-breadcrumbs a:focus-visible {
  color: #fff;
}

.slv1-hero-copy {
  align-self: center;
  justify-self: end;
  width: min(760px, 58%);
  max-width: 830px;
  padding: 70px 0 42px;
}

.slv1-eyebrow {
  margin: 0 0 18px;
  color: var(--slv1-blue);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.slv1-hero .slv1-eyebrow {
  color: #8fb0ff;
}

.slv1-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(54px, 5.4vw, 92px);
  font-weight: 400;
  line-height: 1.01;
  overflow-wrap: anywhere;
}

.slv1-hero-copy > p:last-child {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  line-height: 1.6;
}

.slv1-hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .38);
}

.slv1-hero-facts div {
  min-width: 0;
  padding: 23px 24px 4px 0;
}

.slv1-hero-facts strong,
.slv1-hero-facts span {
  display: block;
}

.slv1-hero-facts strong {
  font-size: 27px;
  font-weight: 500;
}

.slv1-hero-facts span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}

.slv1-model-section {
  padding: 118px 0 130px;
}

.slv1-section-heading,
.slv1-support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr);
  align-items: end;
  gap: 90px;
}

.slv1-section-heading {
  margin-bottom: 58px;
}

.slv1-section-heading h2,
.slv1-technical-copy h2,
.slv1-application-heading h2,
.slv1-support-layout h2 {
  margin: 0;
  font-size: clamp(42px, 4vw, 68px);
  font-weight: 400;
  line-height: 1.05;
}

.slv1-section-heading > p,
.slv1-technical-copy > p,
.slv1-support-layout > div > p {
  margin: 0;
  color: var(--slv1-muted);
  font-size: 16px;
  line-height: 1.65;
}

.slv1-model-grid {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin: 0 auto;
}

.slv1-model-card {
  position: relative;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--slv1-line);
}

.slv1-model-card.is-current {
  border-top: 3px solid var(--slv1-blue);
}

.slv1-model-media {
  aspect-ratio: 1.22 / 1;
  background: #f4f5f6;
  overflow: hidden;
}

.slv1-model-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .18s ease;
}

.slv1-model-media img.is-changing {
  opacity: .2;
}

.slv1-model-card.is-dimension-view .slv1-model-media img {
  object-fit: contain;
}

.slv1-model-body {
  padding: 25px 26px 24px;
}

.slv1-model-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.slv1-model-title span {
  color: var(--slv1-blue);
  font-size: 12px;
  font-weight: 700;
}

.slv1-model-title h3 {
  margin: 6px 0 0;
  font-size: 25px;
  font-weight: 500;
}

.slv1-model-title > strong {
  font-size: 18px;
  font-weight: 600;
}

.slv1-model-card dl {
  margin: 25px 0 0;
  border-top: 1px solid var(--slv1-line);
}

.slv1-model-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--slv1-line);
}

.slv1-model-card dt,
.slv1-model-card dd {
  margin: 0;
  font-size: 13px;
}

.slv1-model-card dt {
  color: var(--slv1-muted);
}

.slv1-model-card dd {
  text-align: right;
}

.slv1-view-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  border: 1px solid #bcc2ca;
}

.slv1-view-switch button {
  min-height: 42px;
  padding: 10px;
  color: #3c424a;
  background: #fff !important;
  border: 0;
  border-right: 1px solid #bcc2ca;
  cursor: pointer;
}

.slv1-view-switch button:last-child {
  border-right: 0;
}

.slv1-view-switch button[aria-pressed="true"] {
  color: #fff;
  background: #111318 !important;
}

.slv1-model-link,
.slv1-text-link {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
}

.slv1-technical-section {
  padding: 120px 0;
  color: #fff;
  background: var(--slv1-black);
}

.slv1-technical-layout {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(520px, 1fr);
  gap: 110px;
}

.slv1-technical-copy {
  position: sticky;
  top: 120px;
  align-self: start;
}

.slv1-technical-copy > p {
  margin-top: 28px;
  color: #aeb5bf;
}

.slv1-text-link {
  margin-top: 32px;
}

.slv1-technical-table {
  margin: 0;
  border-top: 1px solid #383d45;
}

.slv1-technical-table div {
  display: grid;
  grid-template-columns: minmax(150px, .7fr) minmax(220px, 1fr);
  gap: 32px;
  padding: 21px 0;
  border-bottom: 1px solid #383d45;
}

.slv1-technical-table dt,
.slv1-technical-table dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.slv1-technical-table dt {
  color: #8f97a3;
}

.slv1-application-section {
  padding: 122px 0 0;
}

.slv1-application-heading {
  display: grid;
  grid-template-columns: .38fr 1fr;
  align-items: start;
  gap: 64px;
  margin-bottom: 56px;
}

.slv1-application-heading h2 {
  max-width: 930px;
}

.slv1-application-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.slv1-application-grid figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.slv1-application-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slv1-application-grid figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .7);
}

.slv1-project-support {
  padding: 118px 0;
  background: #f1f3f5;
}

.slv1-support-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 28px;
  padding: 12px 20px;
  color: #fff !important;
  background: #111318;
  font-weight: 600;
}

@media (max-width: 1180px) {
  .slv1-section-heading,
  .slv1-support-layout {
    gap: 50px;
  }

  .slv1-technical-layout {
    gap: 70px;
  }
}

@media (max-width: 820px) {
  .slv1-width {
    width: min(100% - 36px, 680px);
  }

  .slv1-hero,
  .slv1-hero-content {
    min-height: calc(100svh - 66px);
  }

  .slv1-hero-image {
    object-position: 62% center;
  }

  .slv1-hero-shade {
    background: linear-gradient(0deg, rgba(3, 5, 8, .9), rgba(3, 5, 8, .1) 85%), linear-gradient(90deg, rgba(3, 5, 8, .55), transparent 70%);
  }

  .slv1-hero-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slv1-breadcrumbs {
    flex-wrap: wrap;
  }

  .slv1-hero-copy {
    align-self: end;
    justify-self: stretch;
    width: auto;
    padding: 80px 0 40px;
  }

  .slv1-hero h1 {
    font-size: 46px;
  }

  .slv1-hero-copy > p:last-child {
    margin-top: 20px;
    font-size: 15px;
  }

  .slv1-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slv1-hero-facts div {
    padding: 15px 10px 2px 0;
  }

  .slv1-hero-facts strong {
    font-size: 21px;
  }

  .slv1-model-section,
  .slv1-technical-section,
  .slv1-project-support {
    padding: 78px 0;
  }

  .slv1-section-heading,
  .slv1-support-layout,
  .slv1-technical-layout,
  .slv1-application-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .slv1-section-heading {
    margin-bottom: 38px;
  }

  .slv1-section-heading h2,
  .slv1-technical-copy h2,
  .slv1-application-heading h2,
  .slv1-support-layout h2 {
    font-size: 40px;
  }

  .slv1-model-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .slv1-model-media {
    aspect-ratio: 1.35 / 1;
  }

  .slv1-model-body {
    padding: 21px 20px 20px;
  }

  .slv1-technical-copy {
    position: static;
  }

  .slv1-technical-table div {
    grid-template-columns: .72fr 1fr;
    gap: 16px;
  }

  .slv1-application-section {
    padding-top: 78px;
  }

  .slv1-application-heading {
    margin-bottom: 34px;
  }

  .slv1-application-grid {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slv1-model-media img {
    transition: none;
  }
}
