.animation-right{animation:revealing-right;animation-timeline:view(block);animation-range:cover 0 cover 50%;margin:0}.svg{animation:revealing-right;animation-timeline:view(20%);animation-range:cover 0 cover 50%}@keyframes revealing-right{0%{margin-right:100vw;filter:blur(50px);opacity:.5}to{margin:0;filter:blur(0);opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes pulse-scale{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes pulse-scale-die{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}.animate-pulse-scale{animation:pulse-scale 1.5s ease-in-out infinite}.animate-pulse-scale-die{animation:pulse-scale-die 2.5s ease-in-out infinite}.animate-modal,.animate-modal-close{animation:fadeInScale .3s forwards}.plus-open{animation:rotateAndScale 1s ease-in-out}.plus-closed{transform:rotate(0deg)}