.fac-promo-popup{--fac-pp-red:var(--rescue-red-color,#d80013);--fac-pp-navy:var(--safety-navy-color,#3b4759);--fac-pp-gray:var(--slate-gray-color,#626c7a);--fac-pp-white:var(--pure-white-color,#fff);position:fixed;z-index:99990;right:24px;bottom:24px;width:600px;max-width:calc(100vw - 48px);box-sizing:border-box;opacity:0;transform:translateY(16px);transition:opacity .35s ease,transform .35s ease}.fac-promo-popup[hidden]{display:none}.fac-promo-popup.is-visible{opacity:1;transform:translateY(0)}.fac-promo-popup *,.fac-promo-popup *:before,.fac-promo-popup *:after{box-sizing:border-box}.fac-promo-popup__inner{display:flex;align-items:stretch;background:var(--fac-pp-white);border-radius:16px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.22)}.fac-promo-popup__media{flex:0 0 42%;min-height:100%}.fac-promo-popup__media img{display:block;width:100%;height:100%;object-fit:cover}.fac-promo-popup__content{position:relative;flex:1 1 auto;padding:32px 32px 34px;display:flex;flex-direction:column;gap:14px}.fac-promo-popup:not(.has-image) .fac-promo-popup__content{padding-right:40px}.fac-promo-popup__title{margin:0;color:var(--fac-pp-navy);font-size:1.5rem;line-height:1.25;font-weight:700}.fac-promo-popup__body{margin:0;color:var(--fac-pp-gray);font-size:1rem;line-height:1.5}.fac-promo-popup__cta{align-self:flex-start;margin-top:6px;display:inline-block;background:var(--fac-pp-red);color:var(--fac-pp-white);text-decoration:none;font-weight:700;letter-spacing:.02em;padding:14px 30px;border-radius:999px;transition:filter .2s ease,transform .2s ease}.fac-promo-popup__cta:hover,.fac-promo-popup__cta:focus{filter:brightness(.92);color:var(--fac-pp-white);transform:translateY(-1px)}.fac-promo-popup__close{position:absolute;top:12px;right:12px;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:0 0;color:var(--fac-pp-navy);font-size:26px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.fac-promo-popup__close:hover,.fac-promo-popup__close:focus{background:rgba(0,0,0,.06);outline:none}@media (max-width:767px){.fac-promo-popup{right:0;bottom:0;left:0;top:0;width:100%;max-width:100%;transform:translateY(24px)}.fac-promo-popup__inner{flex-direction:column;height:100%;border-radius:0;overflow-y:auto}.fac-promo-popup__media{flex:0 0 auto;width:100%;height:42vh;min-height:0}.fac-promo-popup__content{flex:1 1 auto;justify-content:flex-start;padding:28px 24px 40px;gap:16px}.fac-promo-popup__title{font-size:1.6rem}.fac-promo-popup__close{top:16px;right:16px;width:40px;height:40px;background:var(--fac-pp-white);box-shadow:0 2px 8px rgba(0,0,0,.18)}.fac-promo-popup__cta{align-self:stretch;text-align:center}}@media (prefers-reduced-motion:reduce){.fac-promo-popup{transition:opacity .2s ease;transform:none}}