.ix-illus-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.ix-illus{position:relative;width:600px;height:600px;flex-shrink:0}.ix-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}@keyframes spin-cw{to{transform:rotate(360deg)}}@keyframes spin-ccw{to{transform:rotate(-360deg)}}@keyframes ix-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes ring-glow{0%,100%{opacity:.6}50%{opacity:1}}.orbit-1{transform-origin:260px 260px;animation:spin-cw 24s linear infinite}.orbit-2{transform-origin:260px 260px;animation:spin-ccw 60s linear infinite}.ring-glow{animation:ring-glow 3.5s ease-in-out infinite}.ix-bubble{cursor:default;filter:drop-shadow(0 3px 10px rgb(18 78 247 / .15));transition:filter .25s}.ix-bubble:hover{filter:drop-shadow(0 5px 18px rgb(18 78 247 / .3))}@media (max-width:580px){.ix-illus{width:340px;height:340px}}