.sfe-motivation{display:inline-flex;align-items:center;gap:.4rem;font-weight:800;font-size:clamp(18px,2.5vw,28px);line-height:1.2}
.sfe-motivation__cursor{width:2px;height:1.2em;background:#9c0b43;animation:blink .9s step-end infinite}
@keyframes blink{50%{opacity:0}}
.sfe-motivation--fade .sfe-motivation__text{opacity:0;transform:translateY(8px);transition:all .45s ease}
.sfe-motivation--fade.is-in .sfe-motivation__text{opacity:1;transform:translateY(0)}
.sfe-motivation--type .sfe-motivation__cursor{margin-inline-start:.2rem}