@keyframes rotator{0%{transform:rotate(0)}100%{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}100%{stroke-dashoffset:280;transform:rotate(450deg)}}.project-feed-section{background:var(--background-fill-primary)}.project-feed-section .section-heading-container{text-align:center}.project-feed-section .section-heading-container .section-heading{margin-bottom:.8em}.project-feed-section .card-grid{display:flex;flex-wrap:wrap;gap:1.2em 0;justify-content:center}.project-feed-section .card-grid .page_card{flex-basis:calc(25% - 1.2em);margin:0 .6em}@media screen and (min-width:769px){.project-feed-section .card-grid .page_card{min-width:330px}}@media screen and (max-width:768px){.project-feed-section .card-grid .page_card{flex-basis:calc(50% - 1.2em)}}.project-feed-section .card-grid .page_card--container{position:relative;height:0;padding-bottom:133.33%;width:100%}.project-feed-section .card-grid .page_card--image{position:absolute;height:100%;min-height:auto}.project-feed-section .card-grid .page_card--image::before{background:rgba(0,0,0,.2);z-index:1;content:"";position:absolute;height:100%;width:100%;border-radius:var(--card-border-rad)}.project-feed-section .card-grid .page_card--image picture{position:relative}.project-feed-section .card-grid .page_card--image picture::before{border-radius:var(--card-border-rad);content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#000 0,rgba(0,0,0,0) 100%);pointer-events:none}.project-feed-section .card-grid .page_card--content{z-index:1}.project-feed-section .no-results{display:none;text-align:center}