@keyframes pop-word{to{transform:rotateX(0)}}@keyframes show{to{opacity:1}}@keyframes bar-scale{to{transform:scaleY(1)}}.pop-text-title{font-size:4.5rem;line-height:1;perspective:500px;font-weight:700;text-align:center}.pop-word{display:block;animation:show .01s forwards,pop-word 1.5s forwards;animation-timing-function:cubic-bezier(.14,1.23,.33,1.16);opacity:0;transform:rotateX(120deg);transform-origin:50% 100%}.pop-word-sub{padding-left:2rem;padding-right:2rem;color:#eab308;animation-delay:1s}@media screen and (max-width:600px){.pop-text-title{font-size:3rem}}