.fade-in-up{animation:fade-in-up 1s ease-out both}.fade-in-left{animation:fade-in-left 1.5s ease-out both;animation-delay:.6s}@keyframes fade-in-left{0%{opacity:0;transform:translateX(-80px)}to{opacity:1;transform:translateX(0)}}.fade-in-right{animation:fade-in-right 1.5s ease-out both;animation-delay:.6s}@keyframes fade-in-right{0%{opacity:0;transform:translateX(80px)}to{opacity:1;transform:translateX(0)}}.fade-in-scale{animation:fade-in-scale 1s ease-out both}@keyframes fade-in-scale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.tracking-in-contract-bck{animation:tracking-in-contract-bck 1s cubic-bezier(.215,.61,.355,1) both}@keyframes tracking-in-contract-bck{0%{letter-spacing:1em;transform:translateZ(400px);opacity:0}40%{opacity:.6}to{transform:translateZ(0);opacity:1}}.tracking-in-expand-fwd{animation:tracking-in-expand-fwd 1.2s cubic-bezier(.215,.61,.355,1) both}@keyframes tracking-in-expand-fwd{0%{letter-spacing:-.5em;transform:translateZ(-700px);opacity:0}40%{opacity:.6}to{transform:translateZ(0);opacity:1}}.fade-in-up-delayed{animation:fade-in-up 1.5s ease-out both;animation-delay:.6s}@keyframes fade-in-up{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}.btn-pulse{animation:btn-pulse 1.8s ease-in-out infinite}@keyframes btn-pulse{0%,to{transform:scale(1);box-shadow:0 0 0 hsla(0,0%,100%,0)}50%{transform:scale(1.05);box-shadow:0 0 12px rgba(130,170,255,.4)}}