body.quote-page .quote-page-hero.quote-page-truth-hero {
  min-height: 374px !important;
  margin: 34px auto 26px !important;
  padding: 34px 34px 30px 44px !important;
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr) !important;
  gap: 18px !important;
  align-items: center !important;
  border: 1px solid rgba(205, 221, 243, .92) !important;
  border-radius: 24px !important;
  background: linear-gradient(115deg, #fff 0%, #fbfdff 48%, #f0f7ff 100%) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.quote-page .quote-page-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  min-width: 0 !important;
}

body.quote-page .quote-page-hero-copy > span {
  min-height: 29px !important;
  margin: 0 0 13px !important;
  padding: 0 13px !important;
  border: 1px solid rgba(53, 128, 255, .45) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.94) !important;
  color: #0862e9 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

body.quote-page .quote-page-hero-copy h1 {
  max-width: 560px !important;
  margin: 0 0 15px !important;
  color: #071b3b !important;
  font-size: clamp(39px, 3.7vw, 52px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  font-weight: 950 !important;
  text-wrap: balance !important;
  word-break: keep-all !important;
}

body.quote-page .quote-page-hero-copy h1 em {
  color: #075ff0 !important;
  font-style: normal !important;
  white-space: nowrap !important;
}

body.quote-page .quote-page-hero-text {
  display: block !important;
  max-width: 600px !important;
  margin: 0 !important;
  color: #586f90 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

body.quote-page .quote-page-hero-text p {
  margin: 0 !important;
}

body.quote-page .quote-hero-proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  max-width: 570px !important;
  margin-top: 20px !important;
}

body.quote-page .quote-hero-proof > span {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 9px !important;
  align-items: center !important;
  min-width: 0 !important;
}

body.quote-page .quote-hero-proof svg {
  width: 34px !important;
  height: 34px !important;
  padding: 8px !important;
  border: 1px solid #d6e7ff !important;
  border-radius: 10px !important;
  background: #fff !important;
  stroke: #0868ef !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  fill: none !important;
  box-shadow: none !important;
}

body.quote-page .quote-hero-proof b {
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
  color: #183258 !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

body.quote-page .quote-hero-proof small {
  color: #7589a6 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

body.quote-page .quote-page-hero-visual {
  min-height: 306px !important;
  margin: -12px -8px -12px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.quote-page .quote-page-hero-visual::before {
  content: none !important;
  display: none !important;
  background: none !important;
  filter: none !important;
}

body.quote-page .quote-page-hero-visual img {
  position: relative !important;
  z-index: 1 !important;
  width: min(610px, 104%) !important;
  max-width: none !important;
  height: auto !important;
  filter: none !important;
}

@media (max-width: 1050px) {
  body.quote-page .quote-page-hero.quote-page-truth-hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .95fr) !important;
    padding-left: 34px !important;
  }

  body.quote-page .quote-page-hero-copy h1 {
    font-size: clamp(36px, 4.5vw, 46px) !important;
  }

  body.quote-page .quote-hero-proof {
    gap: 10px !important;
  }
}

@media (max-width: 900px) {
  body.quote-page .quote-page-hero.quote-page-truth-hero {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    padding: 28px 24px 22px !important;
  }

  body.quote-page .quote-page-hero-copy h1 {
    max-width: 640px !important;
  }

  body.quote-page .quote-page-hero-text {
    max-width: 680px !important;
  }

  body.quote-page .quote-page-hero-visual {
    min-height: 250px !important;
    margin: 0 !important;
  }

  body.quote-page .quote-page-hero-visual img {
    width: min(600px, 96%) !important;
  }
}

@media (max-width: 620px) {
  body.quote-page .quote-page-hero.quote-page-truth-hero {
    margin-top: 16px !important;
    padding: 24px 20px 18px !important;
    border-radius: 22px !important;
  }

  body.quote-page .quote-page-hero-copy h1 {
    font-size: clamp(31px, 9.4vw, 39px) !important;
  }

  body.quote-page .quote-page-hero-copy h1 em {
    white-space: normal !important;
  }

  body.quote-page .quote-page-hero-text br {
    display: none !important;
  }

  body.quote-page .quote-hero-proof {
    grid-template-columns: 1fr !important;
    gap: 11px !important;
    margin-top: 18px !important;
  }

  body.quote-page .quote-page-hero-visual {
    min-height: 205px !important;
  }
}

body.quote-page main.quote-home-main,
body.quote-page main.quote-home-main *,
body.quote-page main.quote-home-main *::before,
body.quote-page main.quote-home-main *::after {
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.quote-page main.quote-home-main {
  background: #fff !important;
}

html body.quote-page {
  background-color: #fff !important;
  background-image: none !important;
}
