:root {
  --eq-navy: #102738;
  --eq-navy-2: #17394e;
  --eq-orange: #f36b21;
  --eq-orange-soft: #fff4ec;
  --eq-ink: #162432;
  --eq-slate: #5b6877;
  --eq-line: #dce5ea;
  --eq-soft: #f4f7f9;
  --eq-white: #fff;
  --eq-success: #217a52;
  --eq-danger: #9f2f2f;
}

html body#cms.cms-id-14 #wrapper {
  padding-top: 56px !important;
  padding-bottom: 72px !important;
  background: #edf2f5 !important;
}

body.cms-id-14 #content-wrapper {
  float: none !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

body.cms-id-14 #content {
  padding: 0 !important;
  overflow: hidden !important;
  background: var(--eq-white) !important;
  border: 1px solid var(--eq-line) !important;
  border-radius: 22px !important;
  box-shadow: 0 22px 60px rgba(16, 39, 56, .12) !important;
  color: var(--eq-ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

body.cms-id-14 #content * { box-sizing: border-box; }
body.cms-id-14 #content button,
body.cms-id-14 #content input,
body.cms-id-14 #content select,
body.cms-id-14 #content textarea { font-family: Arial, Helvetica, sans-serif !important; }
body.cms-id-14 #content p { margin: 0 0 12px !important; color: var(--eq-slate) !important; font-size: 16px !important; line-height: 1.55 !important; }
body.cms-id-14 #content p:last-child { margin-bottom: 0 !important; }
body.cms-id-14 #content h1,
body.cms-id-14 #content h2,
body.cms-id-14 #content h3 { font-family: Arial, Helvetica, sans-serif !important; font-weight: 700 !important; }

.espro-quote-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 64px 66px !important;
  background: radial-gradient(circle at 88% 16%, rgba(243, 107, 33, .28), transparent 25%), linear-gradient(135deg, #0b2030 0%, var(--eq-navy-2) 100%) !important;
  color: var(--eq-white) !important;
}

.espro-quote-hero::before,
.espro-quote-hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}

.espro-quote-hero::before { width: 330px; height: 330px; right: -100px; top: -170px; }
.espro-quote-hero::after { width: 210px; height: 210px; right: 115px; bottom: -155px; }
.espro-quote-hero__copy { position: relative; z-index: 1; max-width: 810px; }

.espro-quote-eyebrow {
  margin: 0 0 14px !important;
  color: #ffc19a !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
}

body.cms-id-14 #content .espro-quote-hero h1 {
  max-width: 780px;
  margin: 0 0 20px !important;
  color: var(--eq-white) !important;
  font-size: clamp(36px, 5vw, 58px) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  letter-spacing: -.035em !important;
}

body.cms-id-14 #content .espro-quote-hero__intro {
  max-width: 760px;
  margin: 0 !important;
  color: #e8f0f4 !important;
  font-size: 20px !important;
  line-height: 1.6 !important;
}

.espro-quote-audiences { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.espro-quote-audiences span { padding: 8px 13px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; background: rgba(255, 255, 255, .08); color: #f6fafc; font-size: 14px; font-weight: 800; }

.espro-quote-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 26px; padding: 40px 44px 24px; }
.espro-quote-intro article,
.espro-quote-intro aside { padding: 30px; border: 1px solid var(--eq-line); border-radius: 17px; background: var(--eq-white); }
.espro-quote-intro aside { background: var(--eq-orange-soft); border-color: #ffd4b9; border-left: 6px solid var(--eq-orange); }

body.cms-id-14 #content h2 {
  display: table;
  width: auto;
  max-width: 100%;
  margin: 0 0 17px !important;
  padding: 0 !important;
  color: var(--eq-navy) !important;
  border: 0 !important;
  font-size: 29px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em !important;
}

body.cms-id-14 #content h2::after {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 12px;
  background: var(--eq-orange);
  border-radius: 99px;
  content: "";
}

.espro-quote-intro article p { font-size: 17px !important; }
.espro-quote-trust { display: grid; gap: 13px; margin: 2px 0 0; padding: 0; list-style: none !important; }
.espro-quote-trust li { position: relative; padding-left: 29px; color: #3f4f5d; font-weight: 700; list-style: none !important; }
.espro-quote-trust li::marker { content: normal; }
.espro-quote-trust li::before { position: absolute; left: 0; top: 0; color: var(--eq-orange); font-weight: 900; content: "✓"; }

.espro-quote-status { margin: 20px 44px 0; padding: 19px 22px; border-radius: 13px; scroll-margin-top: 120px; }
.espro-quote-status strong,
.espro-quote-status span { display: block; }
.espro-quote-status span { margin-top: 4px; }
.espro-quote-status--success { border: 1px solid #add7c3; background: #eef9f3; color: var(--eq-success); }
.espro-quote-status--error { border: 1px solid #e8baba; background: #fff2f2; color: var(--eq-danger); }

.espro-quote-form-shell { padding: 20px 44px 44px; }
.espro-quote-stepper { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 24px; overflow: hidden; border: 1px solid var(--eq-line); border-radius: 15px; background: var(--eq-soft); }
.espro-quote-step { display: flex; align-items: center; gap: 12px; min-height: 78px; padding: 16px 22px; border: 0; border-right: 1px solid var(--eq-line); background: transparent; color: #667483; text-align: left; cursor: pointer; }
.espro-quote-step:last-child { border-right: 0; }
.espro-quote-step.is-active { background: var(--eq-navy); color: var(--eq-white); }
.espro-quote-step__number { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: #dfe6ea; color: var(--eq-navy); font-weight: 900; }
.espro-quote-step.is-active .espro-quote-step__number { background: var(--eq-orange); color: var(--eq-white); }
.espro-quote-step strong,
.espro-quote-step small { display: block; }
.espro-quote-step strong { color: inherit; font-size: 16px; }
.espro-quote-step small { margin-top: 2px; color: inherit; font-size: 12px; font-weight: 600; opacity: .82; }

.espro-quote-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(285px, .7fr); gap: 24px; }
.espro-quote-form,
.espro-quote-after { border: 1px solid var(--eq-line); border-radius: 18px; background: var(--eq-white); }
.espro-quote-form { position: relative; padding: 34px; }
.espro-quote-panel:not(.is-active) { display: none; }
.espro-quote-lead { margin: -2px 0 25px !important; }
.espro-quote-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.espro-quote-fields--project { margin-top: 20px; }
.espro-quote-field { display: grid; gap: 7px; min-width: 0; }
.espro-quote-field--full { grid-column: 1 / -1; }
.espro-quote-field label,
.espro-quote-projects legend { color: var(--eq-navy); font-size: 14px; font-weight: 900; }
.espro-quote-field label span,
.espro-quote-projects legend span,
.espro-quote-consent b { color: var(--eq-orange); }

.espro-quote-field input,
.espro-quote-field select,
.espro-quote-field textarea {
  width: 100%;
  min-height: 50px;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #cbd6dc !important;
  border-radius: 10px !important;
  background: var(--eq-white) !important;
  color: var(--eq-ink) !important;
  box-shadow: none !important;
  font-size: 15px !important;
  outline: none;
}
.espro-quote-field textarea { min-height: 126px; resize: vertical; }
.espro-quote-field input:focus,
.espro-quote-field select:focus,
.espro-quote-field textarea:focus { border-color: var(--eq-orange) !important; box-shadow: 0 0 0 3px rgba(243, 107, 33, .12) !important; }
.espro-quote-field small { color: #778491; font-size: 12px; }

.espro-quote-projects { margin: 0; padding: 0; border: 0; }
.espro-quote-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 9px; }
.espro-quote-choice { position: relative; display: block; margin: 0; cursor: pointer; }
.espro-quote-choice input { position: absolute; opacity: 0; pointer-events: none; }
.espro-quote-choice > span { display: block; min-height: 118px; padding: 19px; border: 1px solid var(--eq-line); border-radius: 13px; background: var(--eq-soft); }
.espro-quote-choice strong,
.espro-quote-choice small { display: block; }
.espro-quote-choice strong { margin-bottom: 6px; color: var(--eq-navy); font-size: 16px; }
.espro-quote-choice small { color: var(--eq-slate); font-size: 13px; font-weight: 500; line-height: 1.45; }
.espro-quote-choice input:checked + span { border-color: var(--eq-orange); background: var(--eq-orange-soft); box-shadow: inset 0 0 0 1px var(--eq-orange); }
.espro-quote-choice input:focus-visible + span { outline: 3px solid rgba(243, 107, 33, .25); outline-offset: 2px; }

.espro-quote-upload { display: block; padding: 25px; border: 2px dashed #bdcad2; border-radius: 14px; background: var(--eq-soft); text-align: center; cursor: pointer; }
.espro-quote-upload__icon { display: block; margin-bottom: 8px; color: var(--eq-orange); font-size: 30px; font-weight: 900; }
.espro-quote-upload strong,
.espro-quote-upload small { display: block; }
.espro-quote-upload strong { color: var(--eq-navy); }
.espro-quote-upload small { margin-top: 6px; color: var(--eq-slate); font-size: 13px; }
.espro-quote-upload input { width: 100%; margin-top: 16px; padding: 9px; border: 1px solid var(--eq-line); border-radius: 9px; background: var(--eq-white); }
.espro-quote-file-feedback { margin-top: 8px; color: var(--eq-danger); font-size: 13px; font-weight: 700; }
.espro-quote-file-feedback:empty { display: none; }
.espro-quote-consent { display: grid; grid-template-columns: 21px 1fr; gap: 11px; align-items: start; margin: 20px 0 0; padding: 17px; border: 1px solid var(--eq-line); border-radius: 12px; background: #fafcfd; cursor: pointer; }
.espro-quote-consent input { width: 19px; height: 19px; margin: 2px 0 0; }
.espro-quote-consent span { color: #4e5d6c; font-size: 13px; font-weight: 600; line-height: 1.55; }
body.cms-id-14 #content .espro-quote-security { margin: 17px 0 0 !important; color: #6c7986 !important; font-size: 12px !important; text-align: center; }

.espro-quote-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.espro-quote-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 0; border-radius: 10px; font-weight: 900; cursor: pointer; }
.espro-quote-button--primary { background: var(--eq-orange); color: var(--eq-white); box-shadow: 0 10px 25px rgba(243, 107, 33, .22); }
.espro-quote-button--primary:hover,
.espro-quote-button--primary:focus { background: #da5712; color: var(--eq-white); }
.espro-quote-button--secondary { border: 1px solid var(--eq-line); background: var(--eq-white); color: var(--eq-navy); }
.espro-quote-button[hidden] { display: none !important; }
.espro-quote-form-error { min-height: 20px; margin-top: 12px; color: var(--eq-danger); font-size: 13px; font-weight: 800; text-align: center; }
.espro-quote-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.espro-quote-after { align-self: start; overflow: hidden; }
.espro-quote-after__head { padding: 25px 25px 21px; background: var(--eq-navy); }
body.cms-id-14 #content .espro-quote-after__head h2 { color: var(--eq-white) !important; font-size: 23px !important; }
body.cms-id-14 #content .espro-quote-after__head p { margin: 0 !important; color: #dce7ed !important; font-size: 15px !important; }
.espro-quote-after__steps { padding: 8px 25px 24px; }
.espro-quote-after__steps article { position: relative; display: block; padding: 18px 0 0 45px; }
.espro-quote-after__steps article:not(:last-child)::after { position: absolute; left: 17px; top: 50px; width: 1px; height: calc(100% - 24px); background: #cad6dc; content: ""; }
.espro-quote-after__steps article > span { position: absolute; top: 17px; left: 0; display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--eq-orange-soft); color: var(--eq-orange); font-weight: 900; }
.espro-quote-after__steps h3 { margin: 0 !important; color: var(--eq-navy) !important; font-size: 16px !important; font-weight: 900 !important; }
body.cms-id-14 #content .espro-quote-after__steps p { margin: 5px 0 0 !important; font-size: 14px !important; line-height: 1.5 !important; }
body.cms-id-14 #content .espro-quote-delay { margin: 0 25px 25px !important; padding: 17px; border-radius: 12px; background: var(--eq-orange-soft); color: #7b3b15 !important; font-size: 14px !important; font-weight: 800; }
.espro-quote-noscript { margin: 18px 0 0; padding: 15px; border: 1px solid #e8baba; border-radius: 10px; background: #fff2f2; }

/* Isolation stricte de la maquette validée contre les styles du thème. */
html body#cms.cms-id-14 #wrapper > .container {
  width: 100% !important;
  max-width: 1228px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
}
html body#cms.cms-id-14 #wrapper > .container > .row { margin-right: 0 !important; margin-left: 0 !important; }
html body#cms.cms-id-14 #content-wrapper { max-width: none !important; padding: 0 !important; }
html body#cms.cms-id-14 #main { padding: 0 !important; border: 0 !important; }
html body#cms.cms-id-14 #content { width: 100% !important; margin: 0 !important; font-size: 16px !important; line-height: 1.55 !important; }
html body#cms.cms-id-14 #content .espro-quote-page,
html body#cms.cms-id-14 #content .espro-quote-page * { font-family: Arial, Helvetica, sans-serif !important; }
html body#cms.cms-id-14 #content .espro-quote-hero,
html body#cms.cms-id-14 #content .espro-quote-intro,
html body#cms.cms-id-14 #content .espro-quote-form-shell,
html body#cms.cms-id-14 #content .espro-quote-stepper,
html body#cms.cms-id-14 #content .espro-quote-layout,
html body#cms.cms-id-14 #content .espro-quote-form,
html body#cms.cms-id-14 #content .espro-quote-after { font-size: 16px !important; line-height: 1.55 !important; }
html body#cms.cms-id-14 #content .espro-quote-hero h1 { padding: 0 !important; }
html body#cms.cms-id-14 #content .espro-quote-trust {
  display: grid !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
html body#cms.cms-id-14 #content .espro-quote-trust li {
  margin: 0 !important;
  padding: 0 0 0 29px !important;
  list-style: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}
html body#cms.cms-id-14 #content .espro-quote-trust li::before { font-family: Arial, Helvetica, sans-serif !important; line-height: 1.55 !important; }
html body#cms.cms-id-14 #wrapper #content .espro-quote-form .espro-quote-choice,
html body#cms.cms-id-14 #wrapper #content .espro-quote-form .espro-quote-choice > span {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
}
html body#cms.cms-id-14 #content .espro-quote-field input,
html body#cms.cms-id-14 #content .espro-quote-field select,
html body#cms.cms-id-14 #content .espro-quote-field textarea {
  min-height: 50px !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}
html body#cms.cms-id-14 #content .espro-quote-field textarea { min-height: 126px !important; }

/* Correspondance stricte avec la prévisualisation validée.
 * Le thème injecte Open Sans/Coda, des espacements de lettres et des
 * paddings verticaux sur les paragraphes et les titres des pages CMS. */
html body#cms.cms-id-14 #wrapper #content .espro-quote-page,
html body#cms.cms-id-14 #wrapper #content .espro-quote-page *,
html body#cms.cms-id-14 #wrapper #content .espro-quote-form-shell,
html body#cms.cms-id-14 #wrapper #content .espro-quote-form-shell * {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: normal !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-eyebrow {
  letter-spacing: .12em !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-hero h1 {
  letter-spacing: -.035em !important;
}

html body#cms.cms-id-14 #wrapper #content h2 {
  letter-spacing: -.02em !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-page p,
html body#cms.cms-id-14 #wrapper #content .espro-quote-form-shell p {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: var(--eq-slate) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: normal !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-page p:last-child,
html body#cms.cms-id-14 #wrapper #content .espro-quote-form-shell p:last-child {
  margin-bottom: 0 !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-intro article p {
  font-size: 17px !important;
  line-height: 1.55 !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-panel h2 {
  margin-bottom: 8px !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-lead {
  margin: -2px 0 25px !important;
  padding: 0 !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-field label,
html body#cms.cms-id-14 #wrapper #content .espro-quote-projects legend {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--eq-navy) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
  letter-spacing: normal !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-field input,
html body#cms.cms-id-14 #wrapper #content .espro-quote-field select,
html body#cms.cms-id-14 #wrapper #content .espro-quote-field textarea {
  border-color: #cbd6dc !important;
  color: var(--eq-ink) !important;
  letter-spacing: normal !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-after__head p {
  margin: 0 !important;
  padding: 0 !important;
  color: #dce7ed !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-after__steps h3 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--eq-navy) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-after__steps p {
  margin: 5px 0 0 !important;
  padding: 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
}

@media (max-width: 1227px) {
  html body#cms.cms-id-14 #wrapper > .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media (min-width: 901px) {
  html body#cms.cms-id-14 #wrapper #content .espro-quote-hero__copy {
    max-width: none !important;
  }

  html body#cms.cms-id-14 #wrapper #content .espro-quote-hero h1 {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 900px) {
  .espro-quote-hero { padding: 58px 44px !important; }
  .espro-quote-intro { grid-template-columns: 1fr; }
  .espro-quote-layout { grid-template-columns: 1fr; }
  .espro-quote-after { display: grid; grid-template-columns: .8fr 1.2fr; }
  .espro-quote-after__head { display: flex; flex-direction: column; justify-content: center; }
  .espro-quote-delay { grid-column: 1 / -1; }
  .espro-quote-step small { display: none; }
}

@media (max-width: 560px) {
  html body#cms.cms-id-14 #wrapper { padding-top: 20px !important; padding-bottom: 44px !important; }
  html body#cms.cms-id-14 #wrapper > .container { padding-right: 10px !important; padding-left: 10px !important; }
  html body#cms.cms-id-14 #content-wrapper { padding: 0 !important; }
  body.cms-id-14 #content { border-radius: 16px !important; }
  .espro-quote-hero { padding: 42px 23px !important; }
  body.cms-id-14 #content .espro-quote-hero h1 { font-size: 34px !important; }
  body.cms-id-14 #content .espro-quote-hero__intro { font-size: 17px !important; }
  .espro-quote-audiences { gap: 7px; margin-top: 23px; }
  .espro-quote-audiences span { padding: 7px 10px; font-size: 12px; }
  .espro-quote-intro { padding: 16px 12px 8px; gap: 12px; }
  .espro-quote-intro article,
  .espro-quote-intro aside { padding: 23px 20px; }
  body.cms-id-14 #content h2 { font-size: 24px !important; }
  .espro-quote-status { margin: 14px 12px 0; }
  .espro-quote-form-shell { padding: 8px 12px 18px; }
  .espro-quote-stepper { grid-template-columns: 1fr; }
  .espro-quote-step { min-height: 62px; padding: 11px 14px; border-right: 0; border-bottom: 1px solid var(--eq-line); }
  .espro-quote-step:last-child { border-bottom: 0; }
  .espro-quote-step__number { width: 34px; height: 34px; flex-basis: 34px; }
  .espro-quote-step small { display: block; }
  .espro-quote-form { padding: 23px 18px; }
  .espro-quote-fields,
  .espro-quote-choices { grid-template-columns: 1fr; }
  .espro-quote-choice > span { min-height: auto; }
  .espro-quote-after { display: block; }
  .espro-quote-after__head { padding: 23px 20px 18px; }
  .espro-quote-after__steps { padding: 6px 20px 21px; }
  body.cms-id-14 #content .espro-quote-delay { margin: 0 20px 22px !important; }
  .espro-quote-actions { flex-direction: column-reverse; }
  .espro-quote-button { width: 100%; }
}

/* Derniers garde-fous : mêmes valeurs calculées que le visuel approuvé. */
html body#cms.cms-id-14 #wrapper #content .espro-quote-page .espro-quote-eyebrow {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #ffc19a !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
  letter-spacing: .12em !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-page .espro-quote-hero__intro {
  margin: 0 !important;
  padding: 0 !important;
  color: #e8f0f4 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: normal !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-page h2,
html body#cms.cms-id-14 #wrapper #content .espro-quote-form-shell h2 {
  letter-spacing: -.02em !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-form .espro-quote-panel .espro-quote-lead {
  margin: 0 0 25px !important;
  padding: 0 !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-form-error:empty {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-after .espro-quote-after__steps h3 {
  color: var(--eq-navy) !important;
  font-weight: 700 !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-page .espro-quote-trust li {
  color: #3f4f5d !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-after .espro-quote-delay {
  margin: 0 25px 25px !important;
  padding: 17px !important;
  color: #7b3b15 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

html body#cms.cms-id-14 #wrapper #content .espro-quote-after .espro-quote-delay:last-child {
  margin-bottom: 25px !important;
}

@media (max-width: 560px) {
  html body#cms.cms-id-14 #wrapper #content .espro-quote-page .espro-quote-hero__intro {
    font-size: 17px !important;
  }

  html body#cms.cms-id-14 #wrapper #content .espro-quote-after .espro-quote-delay {
    margin: 0 20px 22px !important;
  }

  html body#cms.cms-id-14 #wrapper #content .espro-quote-after .espro-quote-delay:last-child {
    margin-bottom: 22px !important;
  }
}
