@supports (animation-timeline:view()){.mk-reveal{animation:linear both mk-rise;animation-timeline:view();animation-range:entry entry 48%}}@keyframes mk-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.mk-enter{animation:mk-rise .6s var(--ease-out) both;animation-delay:var(--mk-enter-delay,0s)}.mk-caret-idle{animation:1.06s step-end infinite mk-caret-blink}@keyframes mk-caret-blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.mk-reveal,.mk-enter,.mk-caret-idle{animation:none}}