.firework-wrapper{position:absolute;width:2px;height:2px;animation:launch 2s ease-in-out infinite}.firework{position:absolute;width:4px;height:4px;background-color:hsl(var(--primary));border-radius:50%;opacity:1;animation:explode .8s ease-out infinite;animation-delay:1.8s;box-shadow:0 0 10px hsl(var(--primary)),0 0 20px hsl(var(--primary))}@keyframes launch{0%{transform:translateY(100vh) scale(1);opacity:1}50%{opacity:1}to{transform:translateY(10vh) scale(.5);opacity:0}}@keyframes explode{0%{transform:scale(1);opacity:1}to{transform:scale(25);opacity:0}}.firework-wrapper:first-child{left:10%;animation-delay:0s}.firework-wrapper:nth-child(2){left:20%;animation-delay:-.2s}.firework-wrapper:nth-child(3){left:30%;animation-delay:-.4s}.firework-wrapper:nth-child(4){left:40%;animation-delay:-.6s}.firework-wrapper:nth-child(5){left:50%;animation-delay:-.8s}.firework-wrapper:nth-child(6){left:60%;animation-delay:-1s}.firework-wrapper:nth-child(7){left:70%;animation-delay:-1.2s}.firework-wrapper:nth-child(8){left:80%;animation-delay:-1.4s}.firework-wrapper:nth-child(9){left:90%;animation-delay:-1.6s}.firework-wrapper:nth-child(10){left:15%;animation-delay:-.5s}.firework-wrapper:nth-child(11){left:25%;animation-delay:-.7s}.firework-wrapper:nth-child(12){left:35%;animation-delay:-.9s}.firework-wrapper:nth-child(13){left:45%;animation-delay:-1.1s}.firework-wrapper:nth-child(14){left:55%;animation-delay:-1.3s}.firework-wrapper:nth-child(15){left:65%;animation-delay:-1.5s}.firework-wrapper:nth-child(16){left:75%;animation-delay:-1.7s}.firework-wrapper:nth-child(17){left:85%;animation-delay:-1.9s}.heart-wrapper{position:absolute;bottom:-100px;animation:float 10s ease-in-out infinite}.heart{transform:rotate(-45deg);position:relative;opacity:.7}.heart,.heart:after,.heart:before{width:20px;height:20px;background:hsl(var(--primary))}.heart:after,.heart:before{content:"";border-radius:50%;position:absolute}.heart:before{top:-10px;left:0}.heart:after{top:0;left:10px}@keyframes float{0%{transform:translateY(0) rotate(0deg);opacity:1}to{transform:translateY(-120vh) rotate(2turn);opacity:0}}.heart-wrapper:first-child{left:10%;animation-delay:0s;animation-duration:6s;transform:scale(.6)}.heart-wrapper:nth-child(2){left:20%;animation-delay:1s;animation-duration:10s;transform:scale(1)}.heart-wrapper:nth-child(3){left:30%;animation-delay:2.5s;animation-duration:8s;transform:scale(.8)}.heart-wrapper:nth-child(4){left:40%;animation-delay:.5s;animation-duration:12s;transform:scale(1.2)}.heart-wrapper:nth-child(5){left:50%;animation-delay:3s;animation-duration:7s;transform:scale(.7)}.heart-wrapper:nth-child(6){left:60%;animation-delay:1.5s;animation-duration:9s;transform:scale(.9)}.heart-wrapper:nth-child(7){left:70%;animation-delay:2s;animation-duration:5s;transform:scale(.5)}.heart-wrapper:nth-child(8){left:80%;animation-delay:.2s;animation-duration:11s;transform:scale(1.1)}.heart-wrapper:nth-child(9){left:90%;animation-delay:1.8s;animation-duration:8s;transform:scale(.8)}.heart-wrapper:nth-child(10){left:5%;animation-delay:4s;animation-duration:9s;transform:scale(.9)}