@charset "utf-8";#heartTransition{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;pointer-events:none;overflow:hidden;z-index:99999}.heart{position:absolute;top:70%;left:50%;width:100px;height:90px;background:#ffc8dd;transform:translate(-50%,-50%) rotate(-45deg) scale(0);transform-origin:center center;animation:heartExpand 2.5s ease-out forwards}.heart:before,.heart:after{content:"";position:absolute;width:100px;height:90px;background:#ffc7df;border-radius:50%}.heart:before{top:-50px;left:0}.heart:after{top:0;left:50px}@keyframes heartExpand{0%{transform:translate(-50%,-50%) rotate(-45deg) scale(0);opacity:1}35%{transform:translate(-50%,-50%) rotate(-45deg) scale(16);opacity:.1}100%{transform:translate(-50%,-50%) rotate(-45deg) scale(22);opacity:0}}@media screen and (max-width:768px){.heart{top:60%;animation:heartExpand 6s ease-out forwards}}