.project-grid-cell-wrapper{display:flex;flex-direction:column;gap:12px}@media(max-width:768px){.project-grid-cell-wrapper{width:100%}}.project-grid-cell-caption{box-sizing:border-box;opacity:0;transform:translateY(8px);transition:opacity .6s ease,transform .6s ease;width:100%}.project-grid-cell-caption--visible{opacity:1;transform:translateY(0)}.project-grid-cell-caption-title{color:var(--text-black);font-size:24px;margin:0 0 8px}.project-grid-cell-caption-description{color:var(--text-muted)!important;font-size:15px;margin:0}.project-grid-cell{background-color:var(--olive-500);background-position:50%;background-size:cover;border-radius:var(--corner-radius);display:block;overflow:hidden;position:relative;text-decoration:none}.project-grid-cell-video{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;transform:scale(1.03);width:100%}.project-grid-cell-crawl{bottom:6px;height:22px;left:0;opacity:0;overflow:hidden;position:absolute;right:0;transition:opacity .3s}.project-grid-cell:hover .project-grid-cell-crawl{opacity:1}.project-grid-cell-crawl-track{animation-iteration-count:infinite;animation-name:project-grid-cell-crawl;animation-play-state:paused;animation-timing-function:linear;display:flex;width:-moz-max-content;width:max-content}.project-grid-cell:hover .project-grid-cell-crawl-track{animation-play-state:running}.project-grid-cell-crawl-spacer{flex-shrink:0;width:var(--crawl-gap,120px)}.project-grid-cell-s .project-grid-cell-crawl-spacer{--crawl-gap:298px}.project-grid-cell-m .project-grid-cell-crawl-spacer{--crawl-gap:530px}.project-grid-cell-l .project-grid-cell-crawl-spacer{--crawl-gap:650px}.project-grid-cell-crawl-copy{align-items:center;display:flex;flex-shrink:0;gap:60px;white-space:nowrap}.project-grid-cell-crawl-item{color:var(--text-light-muted);font-family:neue-haas-grotesk-display,sans-serif;font-size:var(--font-size-caption);font-weight:400;line-height:22px}.project-grid-cell-crawl-item--title{color:#fff}@keyframes project-grid-cell-crawl{0%{transform:translate(0)}to{transform:translate(calc(var(--crawl-distance, 0px)*-1))}}.project-grid-cell-l,.project-grid-cell-m,.project-grid-cell-s{aspect-ratio:16/9;width:100%}@media screen and (min-width:768px){.project-grid-cell-s{height:111.375px;width:198px}.project-grid-cell-m{height:189.6px;width:337.2px}.project-grid-cell-l{height:229.2px;width:409.2px}}@media screen and (min-width:984px){.project-grid-cell-s{height:148.5px;width:264px}.project-grid-cell-m{height:252.8px;width:449.6px}.project-grid-cell-l{height:305.6px;width:545.6px}}@media screen and (min-width:1440px){.project-grid-cell-s{height:185.625px;width:330px}.project-grid-cell-m{height:316px;width:562px}.project-grid-cell-l{height:382px;width:682px}}.project-grid-row{align-items:end;display:flex;justify-content:space-between}.project-grid-row-single{justify-content:center}.project-grid-row-single-start{justify-content:flex-start}@media(max-width:768px){.project-grid-row{flex-wrap:wrap;gap:36px}}.project-grid-container{display:flex;flex-direction:column;gap:36px;padding:96px 30px 192px}@media screen and (min-width:768px){.project-grid-container{padding-left:var(--container-padding);padding-right:var(--container-padding)}}
