body, button, input, select, textarea{
  text-transform: none;
}

.sp-product-page,
.sp-product-page *,
.sp-product-archive,
.sp-product-archive * {
  text-transform: none !important;
}

.site-header{
  background:#fff;
  padding-bottom: 10px !important;
}
.sp-product-page {
  --border-color: #eee;
}
.sp-product-page,
.sp-product-archive {
  
  color: #0f1f2f;
}

.sp-container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.sp-hero-title {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-color: #16324b;
  overflow: hidden;
}

.sp-hero-title-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(8, 22, 38, 0.74),
    rgba(8, 22, 38, 0.34)
  );
}

.sp-hero-title-inner {
  position: relative;
  z-index: 1;
  padding: 58px 0;
  text-align: center !important;
}

.sp-hero {
  position: relative;
  height: 600px;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-color: #16324b;
}

.sp-hero-slider {
  display: block;
  overflow: hidden;
}

.sp-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.sp-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.sp-hero-slide:first-child {
  position: relative;
}

.sp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(8, 22, 38, 0.72),
    rgba(8, 22, 38, 0.28)
  );
}

.sp-hero-inner {
  position: relative;
  z-index: 1;
  padding: 62px 0;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sp-hero-cats {
  color: #d8e7f5;
  letter-spacing: 0.08em;
  font-size: 12px;
  margin-bottom: 10px;
}

.sp-product-page .sp-hero-title h1 {
  color: #fff;
  margin: 0;
  width: 100%;
  text-align: center !important;
  font-size: clamp(44px, 6vw, 76px) !important;
  line-height: 1.05;
}

.sp-tabs-wrap {
  background: transparent;
  margin-top: 16px;
  border-bottom: 0;
}

.sp-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid #c7d2dc;
  padding: 0;
}

.sp-tab-btn {
  appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  color: #152a3d;
  font-weight: 700;
  font-size: 16px;
  min-height: 52px;
  padding: 0 34px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
  white-space: nowrap;
}

.sp-hero-dots {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 24px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.sp-hero-dots button {
  appearance: none;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.sp-hero-dots button.is-active {
  background: #fff;
}

.sp-tab-btn:hover,
.sp-tab-btn:focus-visible {
  opacity: 0.76;
  outline: none;
}

.sp-tab-btn.is-active {
  background: #1f4f78;
  color: #fff;
}

.sp-tab-panels {
  padding: 18px 0 32px;
}

.sp-tab-panel {
  background: transparent;
  border: 0;
  padding: 0;
}

.sp-tab-richtext p,
.sp-richtext p {
  line-height: 1.7;
  margin: 0 0 14px;
}

.sp-table-scroll {
  overflow-x: auto;
}

.sp-spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.sp-spec-table th,
.sp-spec-table td {
  border: 1px solid #dde5eb;
  padding: 12px;
  text-align: left;
  white-space: nowrap;
}

.sp-spec-table thead th {
  background: #e7edf2;
  font-size: 14px;
}

.sp-tab-richtext table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.sp-tab-richtext table th,
.sp-tab-richtext table td {
  border: 1px solid #dde5eb;
  padding: 12px;
  vertical-align: top;
}

.sp-tab-richtext table th {
  background: #e7edf2;
}

.sp-tab-custom-html {
  margin-top: 28px;
}

.sp-diy-blocks {
  display: grid;
  gap: 34px;
  margin-top: 34px;
}

.sp-diy-block {
  display: grid;
  grid-template-columns: minmax(220px, var(--sp-diy-image-width, 42%)) minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  background: #fff;
  padding-top: 34px;
  border-top: 1px solid #dde5eb;
}

.sp-diy-block--temp2 {
  grid-template-columns: minmax(0, 1fr) minmax(220px, var(--sp-diy-image-width, 36%));
  padding: 30px;
  border: 1px solid #d7e2ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(21, 42, 61, .08);
}

.sp-diy-block--image-right .sp-diy-block-media {
  order: 2;
}

.sp-diy-block--image-right .sp-diy-block-copy {
  order: 1;
}

.sp-diy-block--image-right {
  grid-template-columns: minmax(0, 1fr) minmax(220px, var(--sp-diy-image-width, 42%));
}

.sp-diy-block-media img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #cbd8e2;
}

.sp-diy-block-copy h3 {
  margin: 0 0 14px;
  color: #152a3d;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.18;
}

.sp-diy-block-copy .sp-richtext,
.sp-diy-block-copy .sp-richtext p,
.sp-diy-block-copy .sp-richtext li {
  font-size: var(--sp-diy-text-size, 16px);
}

.sp-diy-block-eyebrow {
  margin-bottom: 10px;
  color: #44627a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sp-diy-block-action {
  margin: 20px 0 0;
}

.sp-diy-block-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  background: #152a3d;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.sp-diy-block-action a:hover,
.sp-diy-block-action a:focus-visible {
  background: #24445e;
  color: #fff;
}

.sp-tab-cta {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #dde5eb;
  background: #fff;
}

.sp-intro-wrap,
.sp-content-wrap {
  padding: 54px 0;
}

.sp-intro-grid {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 40%);
  gap: 40px;
  align-items: center;
}

.sp-intro-content h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 3vw, 40px);
}

.sp-intro-media img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #cbd8e2;
}

.sp-content-wrap {
  background: transparent;
}

.sp-industry-wrap {
  padding: 30px 0 56px;
}

.sp-industry-kicker {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.sp-industry-title {
  margin: 6px 0 32px;
  text-align: center;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.15;
}

.sp-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 42px;
}

.sp-industry-card {
  border-top: 1px solid #d5dde4;
  padding-top: 24px;
}

.sp-industry-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
}

.sp-industry-card p {
  margin: 0;
  line-height: 1.8;
  font-size: 16px;
}

.sp-industry-cta {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.sp-industry-cta p {
  margin: 0;
  font-weight: 700;
  font-size: clamp(24px, 2.1vw, 33px);
}

.sp-industry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 44px;
  padding: 0 22px;
  background: #1f73e0;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.sp-kontakt-wrap {
  padding: 54px 0 64px;
}

.sp-kontakt-container {
 聽background: #FFF;
  
  padding: 26px;
}

.sp-kontakt-header {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.sp-kontakt-image {
  background: #fff;
  border: 1px solid #d6dde4;
  padding: 10px;
}

.sp-kontakt-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.sp-kontakt-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  color: #1a2b3d;
}

.sp-kontakt-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: #26384b;
}

.sp-kontakt-form {
  margin-top: 26px;
}

.sp-kontakt-row {
  margin-bottom: 14px;
}

.sp-kontakt-row-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sp-kontakt-field label {
  display: block;
  margin: 0 0 6px;
  color: #12263a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sp-kontakt-field input,
.sp-kontakt-field textarea {
  width: 100%;
  border: 1px solid #d3dbe3;
  background: #fff;
  color: #182a3c;
  font-size: 15px;
  line-height: 1.5;
  padding: 12px;
  outline: none;
}

.sp-kontakt-field textarea {
  resize: vertical;
}

.sp-kontakt-field input:focus,
.sp-kontakt-field textarea:focus {
  border-color: #1f4f78;
  box-shadow: 0 0 0 2px rgba(31, 79, 120, 0.12);
}

.sp-kontakt-field textarea::placeholder {
  color: #a4adb7;
}

.sp-kontakt-submit {
  appearance: none;
  border: 0;
  width: 100%;
  min-height: 46px;
  padding: 12px 18px;
  background: #1f4f78;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 15px;
}

.sp-kontakt-submit:hover,
.sp-kontakt-submit:focus-visible {
  opacity: 0.92;
}

.sp-kontakt-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.sp-kontakt-note {
  margin: 16px 0 0;
  color: #7f8893;
  font-size: 12px;
  line-height: 1.45;
  white-space: nowrap;
}

.sp-kontakt-note a {
  color: #7f8893;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sp-kontakt-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(13, 26, 41, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.sp-kontakt-modal[hidden] {
  display: none !important;
}

body.sp-modal-open {
  overflow: hidden;
}

.sp-kontakt-modal-box {
  width: min(560px, 92vw);
  background: #fff;
  padding: 26px 22px;
  text-align: center;
}

.sp-kontakt-modal-box p {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #11273a;
}

.sp-kontakt-modal-box h2 {
  margin: 0 0 10px;
  color: #11273a;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.sp-kontakt-modal .sp-kontakt-submit {
  margin-top: 16px;
}
@media (min-width: 922px) {
  .ast-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #FFF !important;
  }
}
.sp-about-page {
	width: 100%;
  background: #fff !important;
  color: #1f2740;
  font-family: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif !important;
  
  margin: 0 auto;
}
.sp-about-section-head h1,.sp-about-intro h1{
	font-family: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif !important;
	font-size: clamp(22px, 2.7vw, 28px);
	font-weight: 500;
  color: #243059;
}
.sp-about-page .sp-container {
  width: min(1200px, calc(100vw - 28px));
}

.sp-about-shell {
  margin-top: 20px;
  background: #fff;
/*   border: 1px solid var(--border-color);
  box-shadow: 0 8px 20px rgba(85, 82, 128, 0.07); */
  overflow: hidden;
}
.sp-about-intro p,.sp-about-highlight-copy p,.sp-about-highlight-copy ul li,.sp-about-highlight .sp-about-highlight-copy h3{
	font-weight:normal
}
.sp-about-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  padding: 32px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  background-attachment: fixed;
  overflow: hidden;
}

.sp-about-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 18, 30, 0.16) 0%,
    rgba(10, 18, 30, 0.58) 100%
  );
}

.sp-about-media-copy {
  position: relative;
  z-index: 1;
}

.sp-about-media-copy b {
  display: inline-block;
  color: #fff;
  font-size: clamp(28px, 5vw, 56px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sp-about-hero-visual {
  position: relative;
  width: 100%;
  min-height: clamp(250px, 44vw, 360px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(14, 18, 34, 0.28), rgba(14, 18, 34, 0.1)),
    linear-gradient(120deg, #5b6277 0%, #28324a 42%, #181f31 100%);
}

.sp-about-hero-ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 16% 28%,
      rgba(255, 255, 255, 0.3),
      transparent 28%
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size:
    auto,
    100% 52px;
  opacity: 0.58;
}

.sp-about-hero-rail {
  position: absolute;
  top: 22px;
  right: 46px;
  width: 200px;
  height: 170px;
  border-top: 10px solid rgba(12, 17, 29, 0.7);
  border-right: 10px solid rgba(12, 17, 29, 0.7);
  border-left: 10px solid rgba(68, 80, 108, 0.15);
  opacity: 0.68;
}

.sp-about-hero-machine {
  position: absolute;
  top: 6%;
  right: 18%;
  width: 122px;
  height: 222px;
}

.sp-about-hero-machine::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  width: 58px;
  height: 160px;
  background: linear-gradient(180deg, #394053 0%, #646c7b 26%, #1d2437 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -8px 12px rgba(0, 0, 0, 0.22);
}

.sp-about-hero-machine::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 160px;
  width: 74px;
  height: 34px;
  background: linear-gradient(180deg, #c7ccd8 0%, #838a99 100%);
  box-shadow: inset 0 0 0 1px rgba(40, 44, 58, 0.2);
}

.sp-about-hero-machine-head {
  position: absolute;
  left: 45px;
  top: 182px;
  width: 30px;
  height: 52px;
  background: linear-gradient(
    180deg,
    #7b818e 0%,
    #d8dde7 28%,
    #7f8590 62%,
    #232838 100%
  );
  border-radius: 0 0 16px 16px;
}

.sp-about-hero-machine-arm {
  position: absolute;
  left: 98px;
  top: 48px;
  width: 15px;
  height: 112px;
  background: linear-gradient(180deg, #1a1f2e 0%, #0f1420 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.sp-about-hero-machine-cable {
  position: absolute;
  top: 24px;
  right: 0;
  width: 44px;
  height: 128px;
  border: 4px solid transparent;
  border-right-color: #ef9f2a;
  border-radius: 0 34px 34px 0;
  opacity: 0.95;
}

.sp-about-hero-machine-cable--two {
  right: 12px;
  height: 118px;
  border-right-color: #1f2537;
}

.sp-about-hero-sparks {
  position: absolute;
  left: 55%;
  bottom: 27%;
  width: 120px;
  height: 72px;
  transform: translateX(-50%);
}

.sp-about-hero-sparks span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 42px;
  margin: -21px 0 0 -2px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 225, 138, 0) 0%,
    #ffb534 55%,
    rgba(255, 166, 32, 0) 100%
  );
  box-shadow: 0 0 8px rgba(255, 166, 32, 0.55);
  transform-origin: center;
}

.sp-about-hero-sparks span:nth-child(1) {
  transform: rotate(-74deg) translateY(-2px);
}
.sp-about-hero-sparks span:nth-child(2) {
  transform: rotate(-50deg);
  height: 46px;
}
.sp-about-hero-sparks span:nth-child(3) {
  transform: rotate(-28deg);
  height: 40px;
}
.sp-about-hero-sparks span:nth-child(4) {
  transform: rotate(-8deg);
  height: 34px;
}
.sp-about-hero-sparks span:nth-child(5) {
  transform: rotate(16deg);
  height: 40px;
}
.sp-about-hero-sparks span:nth-child(6) {
  transform: rotate(38deg);
  height: 44px;
}
.sp-about-hero-sparks span:nth-child(7) {
  transform: rotate(58deg);
  height: 48px;
}
.sp-about-hero-sparks span:nth-child(8) {
  transform: rotate(78deg);
  height: 34px;
}

.sp-about-hero-placeholder {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.sp-about-intro {
  padding: 20px 0;
	text-transform: none !important;
}

.sp-about-eyebrow {
  display: none;
}

.sp-about-intro h1,
.sp-about-section-head h2,
.sp-about-highlight-copy h3,
.sp-about-assurance-copy h2,
.sp-about-card h3 {
  margin: 0;
  color: #243059;
}

.sp-about-intro h1 {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  font-size: clamp(22px, 2.7vw, 28px);
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.sp-about-intro h1::after {
  width: 100%;
  content: "";
  display: block;
  height: 1px;
  background: rgba(207, 205, 222, 0.65);
}
.sp-about-intro h2 {
  margin: 16px 0;
  font-size: 20px;
}
.sp-about-intro h2 > strong {
  color: #243059;
  font-weight: 500;
}

.sp-about-intro p strong,
.sp-about-highlight-copy p strong {
  font-weight: 700;
}
.sp-about-highlight-copy > ul {
  margin: 10px 0 16px;
  padding: 0 0 0 20px;
}

.sp-about-intro p,
.sp-about-highlight-copy p,
.sp-about-highlight-copy li,
.sp-about-card p,
.sp-about-assurance-copy li {
  color: #2d3350;
  font-size: 18px;
  line-height: 1.72;
}

.sp-about-intro p {
  margin: 12px 0 0;
}

.sp-about-section {
  padding-top: 20px;
}

.sp-about-section--tight {
  padding-top: 8px;
}

.sp-about-section-head {
  margin-bottom: 10px;
  padding: 0 2px;
}

.sp-about-section-head h2 {
  font-size: clamp(22px, 2.6vw, 26px);
  line-height: 1.25;
  font-weight: 500;
}

.sp-about-section-head p {
  display: none;
}

.sp-about-highlight {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  background: #fff;
/*   border: 1px solid var(--border-color);
  box-shadow: 0 4px 14px rgba(84, 78, 125, 0.05); */
  padding: 20px;
  border-radius: 4px;
}

.sp-about-highlight-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
}

.sp-about-highlight-icon svg,
.sp-about-highlight-icon img,
.sp-about-card-icon svg,
.sp-about-assurance-badge svg,
.sp-about-assurance-badge img {
  width: 100%;
  height: 100%;
}

.sp-about-icon-ring {
  fill: none;
  stroke: #1f2f70;
  stroke-width: 5;
}

.sp-about-icon-core {
  fill: #f1a718;
}

.sp-about-icon-arrow {
  fill: #1f2f70;
}

.sp-about-icon-line {
  fill: none;
  stroke: #f1a718;
  stroke-width: 4;
  stroke-linecap: round;
}

.sp-about-icon-dashes path {
  fill: none;
  stroke: #1f2f70;
  stroke-width: 3;
  stroke-linecap: round;
}

.sp-about-highlight-copy h3 {
  font-size: clamp(15px, 2.1vw, 18px);
  line-height: 1.55;
  font-weight: 600;
}

.sp-about-highlight-copy p {
  margin:  0;
}

.sp-about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sp-about-card {
  position: relative;
  min-height: 190px;
  perspective: 1200px;
}

.sp-about-card-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.sp-about-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 325px;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.sp-about-card:hover .sp-about-card-inner,
.sp-about-card:focus-within .sp-about-card-inner {
  transform: rotateY(180deg);
}

.sp-about-card-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(84, 78, 125, 0.04);
  padding: 20px 16px;
}

.sp-about-card-face--front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sp-about-card-face--back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #243059;
  color: #fff;
}

.sp-about-card-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.sp-about-card-icon img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.sp-about-card-copy {
  min-width: 0;
}

.sp-about-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  color: #243059;
  font-family: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif !important;
}

.sp-about-card-face--back h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 12px;
}


.sp-about-card-back-copy {
  text-align: left;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
	
}

.sp-about-card-back-copy h3 {
  margin: 0 0 18px 0;
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
}

.sp-about-card-back-copy ul {
  margin: 0;
  padding-left: 18px;
  list-style-type: disc;
}

.sp-about-card-back-copy li {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  text-align: left;
}

.sp-about-card-back-copy li:last-child {
  margin-bottom: 0;
}
.sp-about-card-link:focus-visible {
  outline: none;
}

.sp-about-card-link:focus-visible .sp-about-card-face--front {
  box-shadow: 0 0 0 3px rgba(31, 79, 120, 0.18), 0 4px 14px rgba(84, 78, 125, 0.04);
}

@media (max-width: 900px) {
  .sp-about-card-grid {
    grid-template-columns: 1fr;
  }

  .sp-about-card {
    min-height: 210px;
  }

  .sp-about-card-inner {
    min-height: 210px;
  }
}

.sp-card-icon-ring,
.sp-card-icon-gear,
.sp-card-icon-headset,
.sp-card-icon-line,
.sp-card-icon-accent-line,
.sp-card-icon-gear-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sp-card-icon-ring,
.sp-card-icon-gear,
.sp-card-icon-headset,
.sp-card-icon-line,
.sp-card-icon-gear-line {
  stroke: #1f2f70;
}

.sp-card-icon-ring,
.sp-card-icon-headset,
.sp-card-icon-line {
  stroke-width: 4;
}

.sp-card-icon-gear,
.sp-card-icon-gear-line {
  stroke-width: 3.5;
}

.sp-card-icon-core,
.sp-card-icon-arrow,
.sp-card-icon-tool {
  fill: #1f2f70;
}

.sp-card-icon-accent {
  fill: #f1a718;
}

.sp-card-icon-accent-line {
  stroke: #f1a718;
  stroke-width: 4;
}

.sp-about-assurance {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  background: #fff;
  padding: 0 0 30px;
  border-radius: 4px;
}

.sp-about-assurance-badge {
  position: relative;
  width: 62px;
  height: 72px;
  display: grid;
  place-items: center;
}

.sp-about-badge-outer {
  fill: #162a67;
}

.sp-about-badge-inner {
  fill: #ffffff;
}

.sp-about-assurance-badge span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #f1a718;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}
.sp-about-assurance-copy{
  text-decoration: none;
}
.sp-about-assurance-copy:hover {
  text-decoration: underline;
}
.sp-about-assurance-h2 {

  font-size: clamp(22px, 2.7vw, 28px);
  line-height: 1.25;
  font-weight: 500;
  color: #243059;
}

.sp-about-assurance-copy ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.sp-about-assurance-copy li {
  position: relative;
  margin: 0 0 3px;
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.5;
}

.sp-about-assurance-copy li::before {
  content: "鉁?;
  position: absolute;
  left: 0;
  top: 0;
  color: #11152a;
  font-weight: 700;
}

.sp-about-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  min-height: 42px;
  padding: 0 20px;
  background: linear-gradient(180deg, #1b2f72 0%, #15255f 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(23, 37, 88, 0.15);
}

.sp-about-cta:hover,
.sp-about-cta:focus-visible {
  color: #ffffff;
  opacity: 0.96;
}

.sp-about-page .sp-content-wrap {
  padding-top: 10px;
}

.sp-about-page .sp-richtext {
  background: rgba(250, 248, 252, 0.92);
  border: 1px solid var(--border-color);
  padding: 16px;
  border-radius: 4px;
}

.sp-about-page .sp-richtext p:last-child {
  margin-bottom: 0;
}

.sp-contact-page {
  font-family: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0 auto;
}

.sp-contact-page .sp-kontakt-wrap {
  padding: 0px 0 56px;
  margin: 0 auto;
}

.sp-contact-page .sp-container {
  width: min(1200px, calc(100vw - 28px));
}

.sp-contact-page .sp-kontakt-container {
  padding: 18px 18px 20px;
	background: #FFF;
}

.sp-contact-page .sp-kontakt-header {
  grid-template-columns: minmax(220px, 48%) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
	text-transform: none;
}

.sp-contact-page .sp-kontakt-image {
  background: transparent;
  border: 0;
  padding: 0;
}

.sp-contact-page .sp-kontakt-copy h2 {
  margin: 0 0 12px;
  color: #1f2b3a;
  font-size: clamp(32px, 4vw, 38px);
  line-height: 1.06;
  font-weight: 700;
}

.sp-contact-page .sp-kontakt-copy p {
  color: #2e3948;
  font-size: 16px;
  line-height: 1.85;
  max-width: 520px;
}

.sp-contact-page .sp-kontakt-details {
  margin-top: 12px;
  color: #2d3746;
  max-width: 520px;
}

.sp-contact-page .sp-kontakt-details-title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.sp-contact-page .sp-kontakt-details-company {
  margin: 0 0 4px;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 500;
}

.sp-contact-page .sp-kontakt-details-company strong {
  
  font-weight: 800;
}

.sp-contact-page .sp-kontakt-details-line {
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.55;
}

.sp-contact-page .sp-kontakt-details-contact {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sp-contact-page .sp-kontakt-details-contact span {
  display: inline-flex;
  width: 20px;
  justify-content: center;
}

.sp-contact-page .sp-kontakt-details-contact a {
  color: #2d3746;
  text-decoration: none;
}

.sp-contact-page .sp-kontakt-details-contact a:hover,
.sp-contact-page .sp-kontakt-details-contact a:focus-visible {
  text-decoration: underline;
}

.sp-contact-page .sp-kontakt-form {
  margin-top: 18px;
  border-top: 1px solid #eeeaf0;
  padding-top: 14px;
}

.sp-contact-page .sp-kontakt-row {
  margin-bottom: 10px;
}

.sp-contact-page .sp-kontakt-row-two {
  gap: 10px;
}

.sp-contact-page .sp-kontakt-field label {
  color: #273445;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0 0 8px;
}

.sp-contact-page .sp-kontakt-field input,
.sp-contact-page .sp-kontakt-field textarea {
  border: 1px solid #ddd9e3;
  background: #f9f8fb;
  color: #253446;
  font-size: 14px;
  padding: 8px 10px;
  box-sizing: border-box;
}

.sp-contact-page .sp-kontakt-field textarea {
  min-height: 82px;
}

.sp-contact-page .sp-kontakt-field textarea::placeholder {
  color: #757c86;
}

.sp-contact-page .sp-kontakt-field input:focus,
.sp-contact-page .sp-kontakt-field textarea:focus {
  border-color: #c9c3d2;
  box-shadow: 0 0 0 2px rgba(160, 150, 178, 0.15);
}

.sp-contact-page .sp-kontakt-submit {
  width: min(520px, 58%);
  min-height: 42px;
  padding: 0 10px;
  background: #a4b963;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 999px;
}

.sp-contact-page .sp-kontakt-note {
  margin-top: 16px;
  color: #6e7480;
  font-size: 11px;
  line-height: 1.7;
  white-space: normal;
}

.sp-contact-page .sp-kontakt-note a {
  color: #303744;
  font-weight: 700;
}

.sp-contact-page .sp-kontakt-modal-box {
  background: #f7f5f9;
  border: 1px solid #ebe7ef;
}

.sp-archive-hero {
  background: transparent;
  border-bottom: 1px solid #d7e1e8;
  padding: 48px 0;
}

.sp-archive-hero h1 {
  margin: 0 0 8px;
}

.sp-archive-list-wrap {
  padding: 40px 0 56px;
}

.sp-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.sp-card-item {
  background: #fff;
  border: 1px solid #dbe5ec;
  padding: 18px;
}

.sp-card-item h2 {
  margin: 0 0 10px;
  font-size: 20px;
}

.sp-card-item h2 a {
  color: inherit;
  text-decoration: none;
}

.sp-card-url {
  margin: 10px 0;
}

.sp-card-url code {
  display: block;
  overflow-wrap: anywhere;
}

.sp-card-btn {
  display: inline-block;
  background: #1f4f78;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
}

.sp-shortcode-url-list {
  margin: 0;
  padding-left: 20px;
}

.sp-shortcode-url-list li {
  margin: 6px 0;
}

.sp-shortcode-url-list code {
  margin-left: 8px;
}

.sp-pagination {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .sp-product-page .sp-hero-title h1 {
    font-size: clamp(34px, 8vw, 52px) !important;
  }

  .sp-tab-nav {
    border-bottom: 1px solid #c7d2dc;
    gap: 8px;
  }

  .sp-intro-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sp-diy-block {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sp-diy-block--temp2 {
    padding: 22px;
  }

  .sp-diy-block--image-right .sp-diy-block-media,
  .sp-diy-block--image-right .sp-diy-block-copy {
    order: initial;
  }

  .sp-tab-btn {
    min-height: 48px;
    padding: 0 16px;
    font-size: 15px;
    border: 1px solid #c7d2dc;
  }

  .sp-industry-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sp-industry-card h3 {
    font-size: 18px;
  }

  .sp-industry-card p {
    font-size: 16px;
  }

  .sp-industry-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .sp-industry-cta p {
    font-size: 22px;
  }

  .sp-industry-btn {
    min-width: 130px;
    height: 44px;
    font-size: 16px;
  }

  .sp-kontakt-header,
  .sp-kontakt-row-two {
    grid-template-columns: 1fr;
  }

  .sp-kontakt-copy h2 {
    font-size: clamp(28px, 9vw, 42px);
  }

  .sp-kontakt-copy p {
    font-size: 24px;
  }

  .sp-kontakt-modal-box p {
    font-size: 22px;
  }

  .sp-about-highlight,
  .sp-about-assurance {
    grid-template-columns: 1fr;
  }

  .sp-about-card-grid {
    grid-template-columns: 1fr;
  }

  .sp-about-card {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .sp-about-assurance {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .sp-about-cta {
    width: 100%;
  }

  .sp-contact-page .sp-kontakt-header {
    grid-template-columns: 1fr;
  }

  .sp-contact-page .sp-container {
    width: min(760px, calc(100vw - 18px));
  }

  .sp-contact-page .sp-kontakt-submit {
    width: 100%;
  }
}
.site-content .ast-container {
	background: #FFF;
}

@media (max-width: 560px) {
  .sp-about-page {
    padding-top: 12px;
  }

  .sp-about-page .sp-container {
    width: min(760px, calc(100vw - 18px));
  }

  .sp-about-intro {
    padding-inline: 16px;
  }

  .sp-about-highlight {
    padding: 14px 12px;
  }

  .sp-about-card {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 9px;
  }

  .sp-about-assurance {
    padding: 12px;
  }

  .sp-tab-btn {
    width: 100%;
  }

  .sp-kontakt-container {
    padding: 18px;
  }

  .sp-kontakt-copy p {
    font-size: 15px;
  }
}
.ast-article-single h1
{
	padding-bottom: 50px;
    text-align: center;
}
.sp-kontakt-form input{
	text-transform: none !important;
}

.sp-upgrade-page {
  --sp-upgrade-blue: #1f3470;
  --sp-upgrade-blue-dark: #18245d;
  --sp-upgrade-accent: #255ba8;
  --sp-upgrade-text: #1f2854;
  --sp-upgrade-muted: #4d5878;
  --sp-upgrade-line: #e4e7f6;
  --sp-upgrade-panel: #f7f8ff;
  width: 100%;
  background: #fff;
  color: var(--sp-upgrade-text);
  font-family: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
  overflow-x: clip;
}

.sp-upgrade-page *,
.sp-upgrade-page *::before,
.sp-upgrade-page *::after {
  box-sizing: border-box;
}

.sp-upgrade-frame {
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.sp-upgrade-hero {
  order: 1;
}

.sp-upgrade-reasons {
  order: 2;
}

.sp-upgrade-lits {
  order: 3;
}

.sp-upgrade-service {
  order: 4;
}

.sp-upgrade-cta {
  order: 5;
}

.sp-upgrade-hero,
.sp-upgrade-lits,
.sp-upgrade-reasons,
.sp-upgrade-service,
.sp-upgrade-cta {
  width: 100%;
}

.sp-upgrade-hero {
  min-height: clamp(176px, 31vw, 336px);
  display: flex;
  align-items: center;
  background-color: #eff3fb;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: left;
}

.sp-upgrade-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.62) 34%, rgba(255, 255, 255, 0.08) 70%);
  pointer-events: none;
}

.sp-upgrade-hero-inner {
  position: relative;
  z-index: 1;
}

.sp-upgrade-hero-copy {
  width: min(470px, 100%);
  margin: 0;
  animation: sp-upgrade-rise 0.7s ease both;
}

.sp-upgrade-hero h1 {
  margin: 0 0 18px;
  color: #162153;
  font-size: clamp(29px, 4.7vw, 56px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

.sp-upgrade-hero p {
  max-width: 390px;
  margin: 0 0 18px;
  color: #314066;
  font-size: clamp(11px, 1.38vw, 15px);
  line-height: 1.55;
}

.sp-upgrade-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.sp-upgrade-button:hover,
.sp-upgrade-button:focus-visible {
  transform: translateY(-1px);
  text-decoration: none;
}

.sp-upgrade-button--primary {
  min-height: clamp(28px, 3.4vw, 36px);
  padding: 0 clamp(12px, 1.8vw, 18px);
  background: #22559d;
  color: #fff;
  font-size: clamp(9px, 1.12vw, 12px);
  box-shadow: 0 8px 18px rgba(34, 85, 157, 0.22);
}

.sp-upgrade-button--primary:hover,
.sp-upgrade-button--primary:focus-visible {
  color: #fff;
  box-shadow: 0 10px 22px rgba(34, 85, 157, 0.28);
}

.sp-upgrade-button--light {
  min-width: min(530px, 82vw);
  min-height: 68px;
  padding: 0 36px;
  background: #f3f5ff;
  color: #1a2b63;
  font-size: clamp(17px, 2.2vw, 24px);
  box-shadow: 0 12px 26px rgba(7, 13, 51, 0.16);
}

.sp-upgrade-button--light:hover,
.sp-upgrade-button--light:focus-visible {
  color: #1a2b63;
  box-shadow: 0 16px 30px rgba(7, 13, 51, 0.22);
}

.sp-upgrade-hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 18px;
  margin-top: 18px;
  color: #33405f;
  font-size: clamp(8px, 1vw, 11px);
  line-height: 1.2;
}

.sp-upgrade-hero-trust span,
.sp-upgrade-cta-trust span {
  position: relative;
  padding-left: 18px;
}

.sp-upgrade-cta-trust a,
.sp-upgrade-benefit-card--link {
  color: inherit;
  text-decoration: none;
}

.sp-upgrade-cta-trust a:hover,
.sp-upgrade-cta-trust a:focus-visible,
.sp-upgrade-benefit-card--link:hover,
.sp-upgrade-benefit-card--link:focus-visible {
  color: inherit;
  text-decoration: none;
}

.sp-upgrade-cta-trust a:hover,
.sp-upgrade-cta-trust a:focus-visible {
  text-decoration: underline;
}

.sp-upgrade-hero-trust span::before,
.sp-upgrade-cta-trust span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 6px;
  border-left: 2px solid #6d8fcc;
  border-bottom: 2px solid #6d8fcc;
  transform: translateY(-64%) rotate(-45deg);
}

.sp-upgrade-lits,
.sp-upgrade-service {
  position: relative;
  padding: clamp(90px, 1.9vw, 120px) 0 ;
}

/* .sp-upgrade-lits::before,
.sp-upgrade-reasons::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 9% 20%, rgba(74, 113, 184, 0.07), transparent 22%),
    radial-gradient(circle at 96% 6%, rgba(74, 113, 184, 0.08), transparent 24%);
  pointer-events: none;
} */

.sp-upgrade-section-head {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto clamp(16px, 2.6vw, 28px);
}

.sp-upgrade-section-head h2 {
  margin: 0 0 14px;
  color: #17235c;
  font-size: clamp(22px, 3.4vw, 38px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.sp-upgrade-section-head p {
  width: min(620px, 100%);
  margin: 0 auto;
  color: #2f3656;
  font-size: clamp(13px, 1.8vw, 20px);
  line-height: 1.45;
}

.sp-upgrade-lits .sp-upgrade-section-head p {
  width: min(500px, 100%);
  font-size: clamp(11px, 1.5vw, 17px);
}

.sp-upgrade-benefit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.sp-upgrade-benefit-card,
.sp-upgrade-reason-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(31, 43, 112, 0.12);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.sp-upgrade-benefit-card:hover,
.sp-upgrade-reason-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(31, 43, 112, 0.16);
}

.sp-upgrade-benefit-card {
  display: block;
  min-height: clamp(126px, 19.7vw, 214px);
  padding: clamp(10px, 1.65vw, 18px) clamp(7px, 1.1vw, 12px) clamp(9px, 1.5vw, 16px);
  text-align: center;
}

.sp-upgrade-benefit-card--link:focus-visible {
  outline: 2px solid #255ba8;
  outline-offset: 4px;
}

.sp-upgrade-benefit-icon {
  width: clamp(56px, 8.9vw, 96px);
  height: clamp(46px, 7.2vw, 78px);
  margin: 0 auto clamp(7px, 1.1vw, 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sp-upgrade-benefit-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sp-upgrade-benefit-card h3 {
  margin: 0 0 8px;
  color: #17235c;
  font-size: clamp(11px, 1.75vw, 18px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.sp-upgrade-benefit-card p {
  margin: 0 auto;
  color: var(--sp-upgrade-muted);
  font-size: clamp(8px, 1.25vw, 14px);
  line-height: 1.4;
}

.sp-upgrade-reasons {
  margin-top: 40px;
  /* padding-top: clamp(28px, 4vw, 44px);
  background: linear-gradient(180deg, rgba(247, 248, 255, 0.92), rgba(238, 242, 255, 0.96)); */
}

.sp-upgrade-reason-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.sp-upgrade-reason-card {
  /* min-height: clamp(260px, 44vw, 480px); */
  aspect-ratio: 3 / 4;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.sp-upgrade-reason-card h3 {
  min-height: clamp(36px, 5.9vw, 64px);
  margin: 0 0 clamp(8px, 1.48vw, 16px);
  color: #1d2863;
  font-size: clamp(13px, 2.1vw, 25px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.sp-upgrade-reason-card h3 span {
  display: block;
  margin-top: 2px;
  font-size: 0.78em;
  line-height: 1.08;
}

.sp-upgrade-reason-card p {
  margin: auto 0 0;
  color: #37405f;
  font-size: clamp(9px, 1.45vw, 17px);
  line-height: 1.38;
}

.sp-upgrade-reason-card p strong {
  color: #1e56a8;
  font-weight: 900;
}

.sp-upgrade-reason-placeholder {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  margin: 0;
}

.sp-upgrade-reason-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sp-upgrade-reason-card--quality .sp-upgrade-reason-placeholder img {
  transform: translateY(12px);
}

.sp-upgrade-service {
  background: #fff;
}

.sp-upgrade-service-inner {
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  align-items: stretch;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 px 24px rgba(31, 43, 112, 0.12);
}

.sp-upgrade-service-media {
  min-height: clamp(190px, 32vw, 346px);
}

.sp-upgrade-service-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sp-upgrade-service-copy {
  padding: clamp(30px, 4vw, 44px) clamp(28px, 4.4vw, 48px);
}

.sp-upgrade-service-copy h2 {
  margin: 0 0 14px;
  color: #17235c;
  font-size: clamp(22px, 3.4vw, 38px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.sp-upgrade-service-copy p {
  max-width: 470px;
  margin: 0 0 22px;
  color: #53607d;
  font-size: clamp(13px, 1.35vw, 16px);
  line-height: 1.42;
}

.sp-upgrade-service-copy ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.sp-upgrade-service-copy li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 26px;
  color: #273456;
  font-size: clamp(13px, 1.45vw, 16px);
  line-height: 1.35;
  font-weight: 800;
}

.sp-upgrade-service-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 13px;
  height: 7px;
  border-left: 2px solid #1f3470;
  border-bottom: 2px solid #1f3470;
  transform: rotate(-45deg);
}

.sp-upgrade-service-note {
  max-width: 520px;
  border-left: 5px solid #294d94;
  padding: 2px 0 2px 20px;
  color: #2f3b5e;
  font-size: clamp(14px, 1.45vw, 17px);
  line-height: 1.42;
  font-weight: 800;
}

.sp-upgrade-cta {
  padding: clamp(22px, 4.8vw, 54px) 28px clamp(18px, 3vw, 32px);
  text-align: center;
  background: #1d2860;
  color: #fff;
}

.sp-upgrade-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp-upgrade-cta h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(26px, 4.5vw, 52px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.sp-upgrade-cta p {
  width: min(660px, 100%);
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(13px, 2vw, 24px);
  line-height: 1.35;
  font-weight: 700;
}

.sp-upgrade-cta-trust {
  width: min(780px, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px 34px;
  flex-wrap: wrap;
  margin: 38px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(11px, 1.6vw, 18px);
  font-weight: 800;
  line-height: 1.25;
}

@keyframes sp-upgrade-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 560px) {
  .sp-upgrade-page {
    padding-top: 0;
  }

  .sp-upgrade-hero {
    min-height: 240px;
    align-items: center;
    background-position: 68% center;
  }

  .sp-upgrade-hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 48%, rgba(255, 255, 255, 0.08) 100%);
  }

  .sp-upgrade-hero-copy {
    width: min(420px, 100%);
  }


  .sp-upgrade-reason-grid,
  .sp-upgrade-benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sp-upgrade-service-inner {
    grid-template-columns: 1fr;
  }

  .sp-upgrade-benefit-card {
    min-height: auto;
  }

  .sp-upgrade-reason-card {
    min-height: auto;
  }

  .sp-upgrade-reason-card h3 {
    min-height: 0;
  }

  .sp-upgrade-service-media {
    min-height: auto;
  }

  .sp-upgrade-service-media img {
    aspect-ratio: 1.28;
  }

  .sp-upgrade-button--light {
    min-width: 0;
    min-height: 58px;
  }
  .sp-upgrade-lits, .sp-upgrade-service{
    padding:40px 0;
  }
}

@media (max-width: 440px) {
  .sp-upgrade-hero h1 {
    font-size: 34px;
  }

  .sp-upgrade-section-head h2,
  .sp-upgrade-service-copy h2,
  .sp-upgrade-cta h2 {
    font-size: 28px;
  }

  .sp-upgrade-service-copy {
    padding: 26px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-upgrade-hero-copy {
    animation: none;
  }

  .sp-upgrade-button,
  .sp-upgrade-benefit-card,
  .sp-upgrade-reason-card {
    transition: none;
  }
}

.sp-warranty-page {
  --sp-warranty-blue: #0a2d8f;
  --sp-warranty-navy: #071047;
  --sp-warranty-text: #060a2d;
  --sp-warranty-muted: #11152d;
  --sp-warranty-red: #b71922;
  --sp-warranty-line: #cfd2da;
  width: 100%;
  background: #fff;
  color: var(--sp-warranty-text);
  font-family: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
  overflow-x: clip;
}

.sp-warranty-page *,
.sp-warranty-page *::before,
.sp-warranty-page *::after {
  box-sizing: border-box;
}

.sp-warranty-frame,
.sp-warranty-hero,
.sp-warranty-advantages,
.sp-warranty-scope,
.sp-warranty-service,
.sp-warranty-cta {
  width: 100%;
}

.sp-warranty-hero {
  position: relative;
  min-height: clamp(330px, 41.67vw, 500px);
  display: flex;
  align-items: center;
  background-color: #030817;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
}

.sp-warranty-hero-inner {
  position: relative;
  z-index: 1;
}

.sp-warranty-hero-copy {
  width: min(430px, 100%);
  animation: sp-warranty-rise 0.68s ease both;
}

.sp-warranty-hero h1 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(48px, 6vw, 72px);
  line-height: 0.91;
  font-weight: 900;
  letter-spacing: 0;
}

.sp-warranty-hero h1 span,
.sp-warranty-hero h1 strong {
  display: block;
}

.sp-warranty-hero h1 strong {
  color: #0c47d9;
  font-weight: 900;
}

.sp-warranty-hero-subtitle {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.sp-warranty-hero-note {
  margin: 0 0 29px;
  color: #fff;
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.42;
  font-weight: 700;
}

.sp-warranty-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 46px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease;
}

.sp-warranty-button:hover,
.sp-warranty-button:focus-visible {
  transform: translateY(-1px);
  text-decoration: none;
}

.sp-warranty-button--primary {
  min-height: 52px;
  padding: 0 23px;
  background: #0c4fd8;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 8px 18px rgba(0, 38, 128, 0.32);
}

.sp-warranty-button--primary:hover,
.sp-warranty-button--primary:focus-visible,
.sp-warranty-button--cta:hover,
.sp-warranty-button--cta:focus-visible {
  color: #fff;
  background: #073fb3;
}

.sp-warranty-button span {
  font-size: 28px;
  line-height: 0;
  transform: translateY(-1px);
}

.sp-warranty-button svg {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 auto;
}

.sp-warranty-button svg path {
  fill: currentColor;
}

.sp-warranty-advantages {
  min-height: 250px;
  background: #fff;
}

.sp-warranty-advantages-grid {
  min-height: 250px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.sp-warranty-advantage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 30px 22px 20px;
  text-align: center;
  animation: sp-warranty-rise 0.6s ease both;
}

.sp-warranty-advantage:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 1px;
  height: 150px;
  background: var(--sp-warranty-line);
}

.sp-warranty-advantage-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-warranty-advantage-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.sp-warranty-advantage h2,
.sp-warranty-advantage p,
.sp-warranty-part-copy h3,
.sp-warranty-part-copy p,
.sp-warranty-support h3,
.sp-warranty-support p,
.sp-warranty-service-step h3,
.sp-warranty-service-step p,
.sp-warranty-cta h2,
.sp-warranty-cta p {
  letter-spacing: 0;
}

.sp-warranty-advantage h2 {
  min-height: 40px;
  margin: 0 0 8px;
  color: var(--sp-warranty-navy);
  font-size: 16px;
  line-height: 1.24;
  font-weight: 900;
}

.sp-warranty-advantage h2 span,
.sp-warranty-advantage p span,
.sp-warranty-part-copy h3 span,
.sp-warranty-part-copy p span,
.sp-warranty-service-step h3 span,
.sp-warranty-service-step p span {
  display: block;
}

.sp-warranty-advantage p {
  margin: 0;
  color: #030616;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 500;
}

.sp-warranty-scope {
  /* background: linear-gradient(90deg, #fff 0 50%, #f5f6f9 50% 100%); */
  border-top: 1px solid #eceef4;
  border-bottom: 1px solid #e7e9f1;
}

.sp-warranty-scope-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 54px);
  min-height: 500px;
  padding: 50px 0 40px;
}

.sp-warranty-scope-column {
  min-width: 0;
}

.sp-warranty-scope-column h2 {
  margin: 0 0 17px;
  color: var(--sp-warranty-navy);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.sp-warranty-scope-column--included h2 {
  padding-left: 34px;
}

.sp-warranty-scope-column--excluded h2 {
  text-align: center;
}

.sp-warranty-part-list {
  display: grid;
  gap: 14px;
}

.sp-warranty-part {
  display: grid;
  grid-template-columns: minmax(132px, 190px) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 92px;
}

.sp-warranty-part--included {
  grid-template-columns: minmax(148px, 205px) minmax(0, 1fr);
}

.sp-warranty-part--excluded {
  grid-template-columns: minmax(128px, 172px) minmax(0, 1fr);
  min-height: 80px;
  gap: 20px;
}

.sp-warranty-part-media {
  width: 100%;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-warranty-part--excluded .sp-warranty-part-media {
  height: 68px;
}

.sp-warranty-part-media img,
.sp-warranty-part-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: contain;
}

.sp-warranty-part-placeholder {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(230, 233, 240, 0.72));
  box-shadow:
    inset 0 0 0 1px rgba(15, 27, 65, 0.06),
    0 8px 16px rgba(21, 29, 61, 0.06);
  opacity: 0.7;
}

.sp-warranty-status {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.sp-warranty-status--included {
  background: var(--sp-warranty-navy);
}

.sp-warranty-status--included::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.sp-warranty-status--excluded {
  background: var(--sp-warranty-red);
}

.sp-warranty-status--excluded::before,
.sp-warranty-status--excluded::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 10px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}

.sp-warranty-status--excluded::before {
  transform: rotate(45deg);
}

.sp-warranty-status--excluded::after {
  transform: rotate(-45deg);
}

.sp-warranty-part-body {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  align-self: center;
  gap: 18px;
  min-width: 0;
}

.sp-warranty-part--excluded .sp-warranty-part-body {
  gap: 20px;
}

.sp-warranty-part-copy h3 {
  margin: 0 0 9px;
  color: var(--sp-warranty-navy);
  font-size: 17px;
  line-height: 1.28;
  font-weight: 900;
}

.sp-warranty-part-copy p {
  margin: 0;
  color: #01030d;
  font-size: 13.5px;
  line-height: 1.48;
  font-weight: 500;
}

.sp-warranty-part--excluded .sp-warranty-part-copy h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

.sp-warranty-support-list {
  min-height: 104px;
  margin-top: 14px;
  border-top: 1px solid #dfe2eb;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
}

.sp-warranty-support {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.sp-warranty-support img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.sp-warranty-support h3 {
  margin: 0 0 4px;
  color: var(--sp-warranty-navy);
  font-size: 11.5px;
  line-height: 1.16;
  font-weight: 900;
}

.sp-warranty-support h3 span {
  display: block;
}

.sp-warranty-support p {
  margin: 0;
  color: #060713;
  font-size: 11px;
  line-height: 1.26;
  font-weight: 500;
}

.sp-warranty-service {
  min-height: 220px;
  background: #fff;
}

.sp-warranty-service-inner {
  min-height: 220px;
  padding: 40px 0 ;
}

.sp-warranty-service h2 {
  margin: 0 0 22px;
  text-align: center;
  color: var(--sp-warranty-navy);
  font-size: 21px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.sp-warranty-service-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sp-warranty-service-step {
  position: relative;
  min-width: 0;
  padding: 0 24px;
  text-align: center;
}

.sp-warranty-service-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  left: calc(50% + 54px);
  width: calc(100% - 108px);
  border-top: 1px dotted #aeb4c1;
}

.sp-warranty-service-marker {
  position: relative;
  width: 112px;
  height: 58px;
  margin: 0 auto 12px;
}

.sp-warranty-service-index {
  position: absolute;
  left: 0;
  top: 7px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sp-warranty-navy);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  z-index: 1;
}

.sp-warranty-service-marker img {
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
  height: 58px;
  display: block;
  object-fit: contain;
}

.sp-warranty-service-step h3 {
  min-height: 31px;
  margin: 0 0 10px;
  color: var(--sp-warranty-navy);
  font-size: 13px;
  line-height: 1.17;
  font-weight: 900;
}

.sp-warranty-service-step p {
  margin: 0 auto;
  color: #060713;
  font-size: 11px;
  line-height: 1.62;
  font-weight: 500;
}

.sp-warranty-cta {
  min-height: 78px;
  border-top: 1px solid #d7d9e2;
  background: #fff;
}

.sp-warranty-cta-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.sp-warranty-cta-copy {
  min-width: 0;
}

.sp-warranty-cta h2 {
  margin: 0 0 3px;
  color: var(--sp-warranty-navy);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.08;
  font-weight: 900;
}

.sp-warranty-cta p {
  margin: 0;
  color: #030616;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
}

.sp-warranty-cta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex: 0 0 auto;
}

.sp-warranty-button--cta,
.sp-warranty-button--outline {
  min-height: 42px;
  padding: 0 23px;
  font-size: 14px;
}

.sp-warranty-button--cta {
  min-width: 260px;
  background: #0b54d7;
  color: #fff;
  box-shadow: 0 5px 12px rgba(0, 38, 128, 0.22);
}

.sp-warranty-button--outline {
  min-width: 250px;
  border: 1px solid #7d8088;
  background: #fff;
  color: var(--sp-warranty-navy);
}

.sp-warranty-button--outline:hover,
.sp-warranty-button--outline:focus-visible {
  color: var(--sp-warranty-navy);
  background: #f5f7fb;
}

@keyframes sp-warranty-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .sp-warranty-scope {
    background: #f5f6f9;
  }

  .sp-warranty-scope-column--included {
    background: #fff;
    margin: 0 -4vw;
    padding: 24px 4vw;
  }

  .sp-warranty-advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-warranty-advantage:nth-child(2)::after {
    display: none;
  }

  .sp-warranty-scope-inner {
    grid-template-columns: 1fr;
    padding-bottom: 56px;
  }

  .sp-warranty-scope-column--included h2,
  .sp-warranty-scope-column--excluded h2 {
    padding-left: 0;
    text-align: left;
  }

  .sp-warranty-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }

  .sp-warranty-cta-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .sp-warranty-hero {
    min-height: 430px;
    background-position: 60% center;
  }

  .sp-warranty-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 5, 17, 0.56) 0%, rgba(1, 5, 17, 0.18) 58%, rgba(1, 5, 17, 0.06) 100%);
    pointer-events: none;
  }

  .sp-warranty-hero-copy {
    width: 100%;
    text-align: center;
  }

  .sp-warranty-advantages-grid {
    min-height: 0;
  }

  .sp-warranty-advantage {
    padding: 28px 14px 24px;
  }

  .sp-warranty-advantage::after {
    display: none;
  }

  .sp-warranty-part,
  .sp-warranty-part--included,
  .sp-warranty-part--excluded {
    grid-template-columns: minmax(92px, 132px) minmax(0, 1fr);
    gap: 12px;
  }

  .sp-warranty-part-body,
  .sp-warranty-part--excluded .sp-warranty-part-body {
    gap: 12px;
  }

  .sp-warranty-part-media {
    height: 74px;
  }

  .sp-warranty-support-list {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px 0 0;
  }

  .sp-warranty-service-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 0;
  }

  .sp-warranty-service-step:not(:last-child)::after {
    display: none;
  }

  .sp-warranty-button--cta,
  .sp-warranty-button--outline {
    width: min(100%, 330px);
  }
}

@media (max-width: 480px) {
  .sp-warranty-hero {
    min-height: 390px;
    background-position: 67% center;
  }

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

  .sp-warranty-hero-subtitle {
    font-size: 17px;
  }

  .sp-warranty-hero-note {
    font-size: 14px;
  }

  .sp-warranty-button--primary {
    min-height: 48px;
    font-size: 14px;
  }

  /* .sp-warranty-advantages-grid {
    grid-template-columns: 1fr;
  } */
  .sp-warranty-advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sp-warranty-advantage-icon{
    width: 50px;
    height: 50px;
  }
  .sp-warranty-advantage h2{
    font-size: 12px;
  }
  .sp-warranty-advantage p{
    font-size: 12px;
  }


  .sp-warranty-part,
  .sp-warranty-part--included,
  .sp-warranty-part--excluded {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
  }

  .sp-warranty-part-copy h3 {
    font-size: 14px;
  }

  .sp-warranty-part-copy p {
    font-size: 12px;
  }

  .sp-warranty-service-steps {
    grid-template-columns: 1fr;
  }

  .sp-warranty-service-step h3 {
    min-height: 0;
  }

  .sp-warranty-cta-actions {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-warranty-hero-copy,
  .sp-warranty-advantage {
    animation: none;
  }

  .sp-warranty-button {
    transition: none;
  }
}

/* Product page full-width layout overrides. */
.site-content .ast-container:has(.sp-product-page),
.site-content .ast-container {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sp-product-page {
  width: 100%;
  max-width: none;
  overflow-x: clip;
}
.sp-product-page .sp-hero-title {
  width: 100%;
  height: 280px;
  min-height: 280px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.sp-product-page .sp-hero-slider {
  width: min(1440px, calc(100vw - 48px));
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.sp-product-page .sp-tabs-wrap {
  width: 100%;
}
.sp-product-page .sp-tabs-wrap > .sp-container {
  width: min(1440px, calc(100vw - 48px));
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 560px) {
  .sp-product-page .sp-hero-slider {
    width: min(100%, calc(100vw - 18px));
  }
  .sp-product-page .sp-tabs-wrap > .sp-container {
    width: min(100%, calc(100vw - 18px));
  }
}

/* Warranty page border overrides. */
.sp-warranty-page .sp-warranty-scope {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.sp-warranty-page .sp-warranty-cta {
  border-top: 0 !important;
  padding-bottom: 25px;
}


/* About assurance copy should stay regular weight. */
.sp-about-page .sp-about-assurance-copy,
.sp-about-page .sp-about-assurance-copy * {
  font-weight: 400 !important;
}

/* Upgrade benefit images use natural sizing. */
.sp-upgrade-benefit-icon {
  width: auto !important;
  height: auto !important;
  overflow: visible;
}
.sp-upgrade-benefit-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
}
