@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-reveal{animation:1s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.contact-form-anim{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.contact-info-anim{opacity:0;animation:1.4s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.info-item-anim{transition:all .3s cubic-bezier(.16,1,.3,1)}.info-item-anim:hover{transform:translate(8px)}
