@keyframes logo-slideshow{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes pulse-frame-cycle{0%,8.33%{opacity:1}8.34%,to{opacity:0}}@keyframes spiral-frame-cycle{0%,6.25%{opacity:1}6.26%,to{opacity:0}}@keyframes breathe-frame-cycle{0%,10%{opacity:1}10.01%,to{opacity:0}}@keyframes spin-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.logo-lg,.logo-md,.logo-sm{color:var(--breeze-50);transform-origin:center}.logo-lg[data-animate=true],.logo-md[data-animate=true],.logo-sm[data-animate=true]{animation:logo-slideshow 1.5s steps(15) infinite}.pulse-frame{animation:pulse-frame-cycle 2s linear infinite;opacity:0}.spiral-frame{animation:spiral-frame-cycle 1.8s linear infinite;opacity:0}.breathe-frame{animation:breathe-frame-cycle 2.5s linear infinite;opacity:0}.logo-spin-svg{animation:spin-animation 1.5s linear infinite;transform-origin:center}