@media(prefers-reduced-motion:no-preference){.hero-content{animation:heroIn .9s ease both}.hero-trust{animation:heroIn .9s .2s ease both}@keyframes heroIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.service-card:nth-child(2){transition-delay:.05s}.service-card:nth-child(3){transition-delay:.1s}.service-card:nth-child(4){transition-delay:.05s}.service-card:nth-child(5){transition-delay:.1s}.service-card:nth-child(6){transition-delay:.15s}}