.sticky-cards{background:var(--background);width:100%;height:100%;position:relative}.sticky-card{background-color:var(--background);will-change:transform;gap:0;width:100%;height:100svh;padding:1.5rem;display:flex;position:relative}.sticky-card:after{content:"";width:100%;height:100%;opacity:var(--after-opacity,0);pointer-events:none;z-index:2;background:#00000080;transition:opacity .1s;position:absolute;top:0;left:0}.sticky-card-index,.sticky-card-content{flex:4}.sticky-card-content-wrapper{width:90%}.sticky-card-header{width:75%}.sticky-card-copy{gap:1.5rem;display:flex}.sticky-card-copy-title{flex:2}.sticky-card-copy-description{flex:4}.sticky-card-copy-title p{text-transform:uppercase}@media (max-width:1000px){.sticky-card{flex-direction:column;gap:0;height:100svh;padding:1rem}.sticky-card-content-wrapper{width:100%}.sticky-card-copy{flex-direction:column;gap:.5rem}.sticky-card-index{flex:none;width:100%}.sticky-card-header{width:auto}}
