@keyframes bounce-spin{0%{transform:rotate(0deg) scale(1)}25%{transform:rotate(90deg) scale(1.1)}50%{transform:rotate(180deg) scale(1)}75%{transform:rotate(270deg) scale(.9)}to{transform:rotate(1turn) scale(1)}}@keyframes elastic-spin{0%{transform:rotate(0deg) scale(1)}20%{transform:rotate(72deg) scale(1.2)}40%{transform:rotate(144deg) scale(.8)}60%{transform:rotate(216deg) scale(1.15)}80%{transform:rotate(288deg) scale(.85)}to{transform:rotate(1turn) scale(1)}}@keyframes elastic-rotation{0%{transform:rotate(0deg);animation-timing-function:cubic-bezier(.68,-.55,.265,1.55)}25%{transform:rotate(90deg);animation-timing-function:cubic-bezier(.68,-.55,.265,1.55)}50%{transform:rotate(180deg);animation-timing-function:cubic-bezier(.68,-.55,.265,1.55)}75%{transform:rotate(270deg);animation-timing-function:cubic-bezier(.68,-.55,.265,1.55)}to{transform:rotate(1turn);animation-timing-function:cubic-bezier(.68,-.55,.265,1.55)}}@keyframes elastic-pause-short{0%{transform:rotate(0deg)}85%{transform:rotate(1turn)}95%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@keyframes elastic-pause-medium{0%{transform:rotate(0deg)}75%{transform:rotate(1turn)}90%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@keyframes elastic-pause-long{0%{transform:rotate(0deg)}65%{transform:rotate(1turn)}85%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@keyframes elastic-breathe{0%{transform:rotate(0deg)}30%{transform:rotate(1turn)}50%{transform:rotate(1turn)}80%{transform:rotate(2turn)}90%{transform:rotate(2turn)}to{transform:rotate(2turn)}}@keyframes brake-spin{0%{transform:rotate(0deg);animation-timing-function:ease-out}25%{transform:rotate(120deg);animation-timing-function:ease-in}50%{transform:rotate(180deg);animation-timing-function:ease-out}75%{transform:rotate(300deg);animation-timing-function:ease-in}to{transform:rotate(1turn);animation-timing-function:ease-out}}@keyframes brake-pause{0%{transform:rotate(0deg);animation-timing-function:ease-out}15%{transform:rotate(1turn);animation-timing-function:ease-in}25%{transform:rotate(1turn);animation-timing-function:ease-out}40%{transform:rotate(2turn);animation-timing-function:ease-in}50%{transform:rotate(2turn);animation-timing-function:ease-out}65%{transform:rotate(3turn);animation-timing-function:ease-in}75%{transform:rotate(3turn);animation-timing-function:ease-out}90%{transform:rotate(4turn);animation-timing-function:ease-in}to{transform:rotate(4turn)}}@keyframes wobble-spin{0%{transform:rotate(0deg) translateX(0)}15%{transform:rotate(54deg) translateX(2px)}30%{transform:rotate(108deg) translateX(-1px)}45%{transform:rotate(162deg) translateX(2px)}60%{transform:rotate(216deg) translateX(-1px)}75%{transform:rotate(270deg) translateX(1px)}90%{transform:rotate(324deg) translateX(-1px)}to{transform:rotate(1turn) translateX(0)}}@keyframes pulse-spin{0%{transform:rotate(0deg) scale(1);opacity:1}25%{transform:rotate(90deg) scale(1.05);opacity:.8}50%{transform:rotate(180deg) scale(1.1);opacity:.6}75%{transform:rotate(270deg) scale(1.05);opacity:.8}to{transform:rotate(1turn) scale(1);opacity:1}}.logo-loader-interactive:hover{animation-play-state:paused}.logo-loader-interactive:hover svg{filter:drop-shadow(0 0 8px rgba(39,162,172,.4))}@media (prefers-reduced-motion:reduce){.logo-loader *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}