/* Responsive introduction for the letter's hero, after the comp stylesheet. */
.hx .hx__canvas{--hx-lead-size:clamp(16px,1.5cqw,26px)}
.hx .hx__lead{top:57.15%;font-size:var(--hx-lead-size);line-height:1.443}
@media (min-width:901px){
  /* Give the three-line introduction breathing room above the buttons. */
  .hx .hx__cta--fill,.hx .hx__cta--line{
    top:max(70.9617%,calc(57.15% + 4.329 * var(--hx-lead-size) + clamp(12px,1.2cqw,20px)));
  }
}
@media (max-width:900px){
  .hx .hx__lead{font-size:18px;line-height:1.55}
}
