@keyframes postremontHeroEntrance{0%{opacity:var(--hero-enter-opacity,.65);filter:blur(var(--hero-enter-blur,2px));transform:translate3d(0, var(--hero-enter-offset,12px), 0)}to{opacity:1;filter:blur();transform:translate(0,0)}}@media (prefers-reduced-motion:no-preference){[data-hero-enter]{animation:.5s cubic-bezier(.22,1,.36,1) both postremontHeroEntrance}[data-hero-enter=copy],[data-hero-enter=action],[data-hero-enter=badge]{--hero-enter-opacity:.8;--hero-enter-blur:1.5px;--hero-enter-offset:8px;animation-duration:.42s;animation-delay:40ms}[data-hero-enter=badge]{--hero-enter-blur:1px;animation-delay:0s}[data-hero-enter]:focus-within{animation:none}}
