@keyframes ex-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@layer components{.ex-landing .ex-card{opacity:1}@media (prefers-reduced-motion:no-preference){.ex-landing .reveal-sec .ex-card{opacity:0}.ex-landing .reveal-sec.in .ex-card{animation:.6s cubic-bezier(.22,.61,.36,1) both ex-card-in}.ex-landing .reveal-sec.in .ex-card:first-child{animation-delay:40ms}.ex-landing .reveal-sec.in .ex-card:nth-child(2){animation-delay:.11s}.ex-landing .reveal-sec.in .ex-card:nth-child(3){animation-delay:.18s}}@media (hover:hover) and (pointer:fine){.ex-landing .ex-lift{transition:transform .2s cubic-bezier(.22,.61,.36,1)}.ex-landing .ex-lift:hover{transform:translateY(-3px)}}}
