.vg-hero-rotate{--vg-hero-rotate-duration:780ms;--vg-hero-ease:cubic-bezier(0.65,0,0.35,1)}.vg-hero-rotate__item{position:absolute;top:0;left:0;right:0;padding-bottom:.15em;will-change:transform,clip-path;clip-path:inset(0 100% 0 0);transform:translateX(-28px)}.vg-hero-rotate__item.is-active,.vg-hero-rotate__item.is-leaving{transition:clip-path var(--vg-hero-rotate-duration) var(--vg-hero-ease),transform var(--vg-hero-rotate-duration) var(--vg-hero-ease)}.vg-hero-rotate__item.is-active{clip-path:inset(0 0 0 0);transform:translateX(0)}.vg-hero-rotate__item.is-leaving{clip-path:inset(0 0 0 100%);transform:translateX(28px)}@media (prefers-reduced-motion:reduce){.vg-hero-rotate__item.is-active,.vg-hero-rotate__item.is-leaving{transition:none}}