@media (prefers-reduced-motion:no-preference){.contact-page .contact-hero-title{animation:.48s cubic-bezier(.22,1,.36,1) both contact-in-up}.contact-page .contact-hero-desc{animation:.48s cubic-bezier(.22,1,.36,1) 70ms both contact-in-fade}.contact-page .contact-col-left{animation:.48s cubic-bezier(.22,1,.36,1) 50ms both contact-in-left}.contact-page .contact-col-right{animation:.48s cubic-bezier(.22,1,.36,1) .1s both contact-in-right}}@keyframes contact-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translate(0,0)}}@keyframes contact-in-fade{0%{opacity:0}to{opacity:1}}@keyframes contact-in-left{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0,0)}}@keyframes contact-in-right{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0,0)}}