.sticky-cards{background-color:var(--bg);width:100%;height:100%;position:relative}.sticky-cards h2{color:var(--fg);text-align:center;padding:3rem}.sticky-card{background-color:var(--bg);width:100%;height:100svh;color:var(--fg);will-change:transform;justify-content:flex-start;gap:3rem;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-color:#00000080;transition:opacity .1s;position:absolute;top:0;left:0}.sticky-card-index{color:var(--fg-70);flex:2}.sticky-card-content{flex:4;padding-top:2.5rem}.sticky-card-content-wrapper{flex-direction:column;gap:1.5rem;width:75%;display:flex}.sticky-card-header{width:75%}.sticky-card-header h1{font-size:1.8rem}.sticky-card-img{width:80%;height:auto}.sticky-card-img img{aspect-ratio:5/3;object-fit:contain}.sticky-card-link{font-weight:600}.sticky-card-description{max-width:700px}@media (max-width:1000px){.sticky-card{flex-direction:column;gap:0}.sticky-card-content-wrapper{width:100%}.sticky-card-content{padding-top:.5rem}.sticky-card-index{flex:1;justify-content:flex-start;align-items:end;display:flex}.sticky-cards h2{text-align:left;padding:1rem 0 0}}
