.skeleton{position:relative;overflow:hidden;background:#ececec;border-radius:4px}.skeleton:after{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:shimmer 1.3s infinite}@keyframes shimmer{to{left:150%}}.project-skeleton-content{flex:1 1}.skeleton-heading{width:220px;height:70px}.skeleton-subheading{width:550px;max-width:100%;height:28px}.skeleton-line{width:100%;height:16px}.skeleton-line.short{width:75%}.skeleton-dropdown{width:180px;height:42px}.projects-skeleton-grid{display:grid;grid-template-columns:100%;gap:5rem}.project-skeleton-card{display:flex;flex-direction:column;gap:1.5rem}.skeleton-image{width:100%;aspect-ratio:1690/745}.project-skeleton-info{display:flex;flex-direction:column;gap:1rem}.skeleton-title{width:40%;height:30px}.skeleton-text{width:100%;height:16px}.skeleton-text.short{width:70%}@media only screen and (max-width:991px){.mobile-flex-columns-serach{flex-direction:column;align-items:flex-start;gap:2rem}.skeleton-heading{width:180px;height:55px}.skeleton-subheading{width:100%;height:24px}.skeleton-dropdown{width:160px}.skeleton-image{aspect-ratio:37/28}}@media only screen and (max-width:767px){.projects-skeleton-grid{display:flex;flex-direction:column;gap:2.5rem}.skeleton-title{width:70%}.skeleton-dropdown{display:none}}