.scroll-stack{width:100%;position:relative}.scroll-stack--self-scrolling{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;height:100%;overflow:visible auto}.scroll-stack-inner{gap:var(--scroll-stack-item-distance,100px);min-height:100%;padding-bottom:50rem;display:grid;position:relative}.scroll-stack-card{top:calc(var(--scroll-stack-sticky-top,0px) + var(--scroll-stack-card-offset,0px));transform-origin:top;will-change:auto;align-self:start;position:sticky}@media (width>=761px) and (prefers-reduced-motion:no-preference){.scroll-stack--active .scroll-stack-card{will-change:transform}}@media (width<=760px),(hover:none) and (pointer:coarse){.scroll-stack-card{transform:none!important}}.scroll-stack-end{width:100%;height:1px}@media (prefers-reduced-motion:reduce){.scroll-stack-inner{gap:18px;padding-bottom:0}.scroll-stack-card{will-change:auto;transform:none!important}}