.skeleton-loader{width:100%;max-width:2400px;margin:0 auto}@media(max-width:768px){.skeleton-loader{padding:0}}.skeleton-loader__title{height:40px;width:200px;margin-bottom:20px}.skeleton-loader__cards{display:flex;flex-wrap:wrap;gap:20px}.skeleton-loader__card{flex:1 1 calc(20% - 16px);max-width:calc(20% - 16px);border:1px solid #e0e0e0;border-radius:8px;padding:10px;display:flex;flex-direction:column;background:#fff}@media(max-width:1000px){.skeleton-loader__card{flex:1 1 calc(33.333% - 13.333px);max-width:calc(33.333% - 13.333px)}}@media(max-width:767px){.skeleton-loader__card{flex:1 1 calc(33.333% - 13.333px);max-width:calc(33.333% - 13.333px)}}@media(max-width:500px){.skeleton-loader__card{flex:1 1 calc(50% - 10px);max-width:calc(50% - 10px)}.skeleton-loader__card--hide-mobile{display:none}}@media(max-width:1000px){.skeleton-loader__card--hide-tablet{display:none}}.skeleton-loader__image{height:150px;margin-bottom:16px}@media(max-width:768px){.skeleton-loader__image{height:80px}}.skeleton-loader__content{flex-grow:1}.skeleton-loader__text{height:20px;margin-bottom:8px}.skeleton-loader__text:last-child{width:80%}.skeleton-loader__button{height:32px;margin-top:42px}.skeleton-loader__animated-background{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background-color:#e2e5e7;background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));background-size:800px 104px;height:100%;position:relative;border-radius:4px}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}