.text-animate{opacity:0;animation:bounceIn 1s 1s;animation-fill-mode:forwards}.text-animate,.text-animate-hover{display:inline-block;min-width:5px;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:var(--shadow-color)}.text-animate-hover{opacity:1!important;animation:rubberBand 1s}.text-animate-hover:hover{animation:rubberBand 1s;color:var(--accent-color)}.text-animate._1{animation-delay:.1s}.text-animate._2{animation-delay:.2s}.text-animate._3{animation-delay:.3s}.text-animate._4{animation-delay:.4s}.text-animate._5{animation-delay:.5s}.text-animate._6{animation-delay:.6s}.text-animate._7{animation-delay:.7s}.text-animate._8{animation-delay:.8s}.text-animate._9{animation-delay:.9s}.text-animate._10{animation-delay:1s}.text-animate._11{animation-delay:1.1s}.text-animate._12{animation-delay:1.2s}.text-animate._13{animation-delay:1.3s}.text-animate._14{animation-delay:1.4s}.text-animate._15{animation-delay:1.5s}@keyframes textShadowEffect{0%{text-shadow:none}to{text-shadow:4px 4px var(--shadow-color)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:.5;transform:scale(1.05)}70%{opacity:.7;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}