/* The supplied landscape photograph spans the CTA; preserve its full vertical extent. */
.frs-site-footer__cta-wrap:has(.fcm-service-photo){background:#f1f4f3;isolation:isolate}
.frs-site-footer__cta-wrap:has(.fcm-service-photo) .frs-site-footer__cta{position:relative;min-height:clamp(420px,42vw,630px)}
.frs-site-footer__cta-wrap:has(.fcm-service-photo) .frs-site-footer__cta-copy{position:relative;z-index:1;background:transparent;align-self:center}
.frs-site-footer__cta-wrap:has(.fcm-service-photo) .frs-site-footer__cta-visual{position:absolute;inset:0;min-height:0;background:transparent;overflow:hidden}
.frs-site-footer__cta-visual img.fcm-service-photo{display:block;width:100%;height:100%;object-fit:contain;object-position:right bottom;transform:none;mix-blend-mode:multiply}
@media(max-width:680px){
.frs-site-footer__cta-wrap:has(.fcm-service-photo) .frs-site-footer__cta{min-height:0}
.frs-site-footer__cta-wrap:has(.fcm-service-photo) .frs-site-footer__cta-visual{position:relative;inset:auto;width:100%;height:clamp(240px,60vw,360px);min-height:0}
.frs-site-footer__cta-wrap:has(.fcm-service-photo) .frs-site-footer__cta-copy{width:100%;align-self:stretch}
.frs-site-footer__cta-visual img.fcm-service-photo{height:100%;object-fit:cover;object-position:right bottom;transform:none}
}
