@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes capsule-drop{0%{top:-100px;transform:translateX(-50%) rotate(0deg) scale(1);opacity:1}70%{top:60vh;transform:translateX(-50%) rotate(1turn) scale(1);opacity:1}85%{top:65vh;transform:translateX(-50%) rotate(1turn) scale(.9);opacity:.7}to{top:63vh;transform:translateX(-50%) rotate(1turn) scale(.8);opacity:0}}.animate-slide-up{animation:slide-up .3s ease-out}.animate-capsule-drop{animation:capsule-drop 2s cubic-bezier(.25,.46,.45,.94) forwards}.swiper-pagination-bullet{background:#8b5cf6!important;opacity:.5}.swiper-pagination-bullet-active{opacity:1!important}