.report-card{padding:1.5rem;display:flex;gap:1.5rem;border-radius:.5rem;transition:all .3s ease-in-out;box-shadow:0 12px 20px -4px rgba(28,34,65,.0588235294),0 4px 8px -2px rgba(28,34,65,.0588235294);height:100%}@media(max-width:575px){.report-card{box-shadow:0 12px 16px -4px rgba(28,34,65,.1607843137),0 8px 8px -4px rgba(28,34,65,.1607843137)}}.report-card__image{display:block;position:relative;transition:transform .2s ease-out;height:180px;width:120px;min-height:180px;min-width:120px}@media(max-width:575px){.report-card__image{height:142px;width:100px;min-height:142px;min-width:100px}}.report-card__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fafafa;border-radius:.5rem;transition:all .2s ease-in-out;opacity:0}.report-card__image img{position:relative;width:100%;height:100%;object-fit:cover;border:3px solid #fafafa;border-radius:.5rem}.report-card__content{display:flex;flex-direction:column;gap:.5rem;position:relative;padding-bottom:.5rem;width:100%;height:100%}.report-card__content__date{text-transform:uppercase}.report-card__content__date,.report-card__content__description{font-size:14px;font-size:.875rem;font-weight:500;line-height:1.5;letter-spacing:0}.report-card__content__description{margin-bottom:1rem}.report-card__content__access-level{margin-top:auto}.report-card__content__icon{position:absolute;bottom:.5rem;right:0;transform:translateX(100%);transition:all .2s ease-out;opacity:0;will-change:transform opacity}.report-card.--variant-yellow{background-color:#d1f801;border:1px solid #bde400;color:#141414}.report-card.--variant-yellow:hover{background-color:#bde400;border-color:#9fc600}.report-card.--variant-light-blue{background-color:#276fff;border:1px solid #135beb;color:#fff}.report-card.--variant-light-blue:hover{background-color:#135beb;border-color:#003dcd}.report-card.--variant-blue{background-color:#1d47a2;border:1px solid #133d98;color:#fff}.report-card.--variant-blue:hover{background-color:#09338e;border-color:#001f7a}.report-card.--variant-dark-blue{background-color:#1c2241;border:1px solid #080e2d;color:#fff}.report-card.--variant-dark-blue:hover{background-color:#080e2d;border-color:#00000f}.report-card.--variant-moss-green{background-color:#8e936d;border:1px solid #7f8462;color:#fff}.report-card.--variant-moss-green:hover{background-color:#7f8462;border-color:#454735}.report-card.--variant-ash-gray{background-color:#bec5ad;border:1px solid #acb29c;color:#fff}.report-card.--variant-ash-gray:hover{background-color:#acb29c;border-color:#969b88}.report-card.--variant-persian-green{background-color:#1b998b;border:1px solid #18877a;color:#fff}.report-card.--variant-persian-green:hover{background-color:#18877a;border-color:#136e63}.report-card.--variant-light-green{background-color:#d2ffa9;border:1px solid #c4eb9f;color:#000}.report-card.--variant-light-green:hover{background-color:#c4eb9f;border-color:#b6db94}.report-card.--variant-light-green-2{background-color:#9ee493;border:1px solid #95d88a;color:#000}.report-card.--variant-light-green-2:hover{background-color:#95d88a;border-color:#6ca265}.report-card:hover{box-shadow:0 12px 16px -4px rgba(28,34,65,.1607843137),0 8px 8px -4px rgba(28,34,65,.1607843137)}@media(max-width:575px){.report-card:hover{box-shadow:0 12px 16px -4px rgba(28,34,65,.1607843137),0 8px 8px -4px rgba(28,34,65,.1607843137)}}.report-card:hover .report-card__image{transform:rotate(-6deg)}.report-card:hover .report-card__image:before{transform:rotate(6deg);opacity:.5}.report-card:hover .report-card__content__icon{transform:translateX(0);opacity:1}.report-card-skeleton{padding:1.5rem;display:flex;gap:1.5rem;border-radius:.5rem;transition:all .3s ease-in-out;box-shadow:0 12px 20px -4px rgba(28,34,65,.0588235294),0 4px 8px -2px rgba(28,34,65,.0588235294);height:100%;border:1px solid #fafafa}@media(max-width:575px){.report-card-skeleton{box-shadow:0 12px 16px -4px rgba(28,34,65,.1607843137),0 8px 8px -4px rgba(28,34,65,.1607843137)}}.report-card-skeleton__image{display:block;position:relative;transition:transform .2s ease-out;height:180px;width:120px;min-height:180px;min-width:120px}@media(max-width:575px){.report-card-skeleton__image{height:142px;width:100px;min-height:142px;min-width:100px}}.report-card-skeleton__image img{position:relative;width:100%;height:100%;object-fit:cover;border:3px solid #fafafa;border-radius:.5rem}.report-card-skeleton__content{display:flex;flex-direction:column;gap:1rem;position:relative;padding-bottom:.5rem;width:100%;height:100%}.report-card-skeleton__date{height:14px;width:76px}.report-card-skeleton__title{height:28.8px;width:90%}.report-card-skeleton__description{display:flex;flex-direction:column;gap:.25rem}.report-card-skeleton__description span{height:14px;width:100%}.report-card-skeleton__description span:nth-child(2){width:95%}.report-card-skeleton__description span:nth-child(3){width:98%}.report-card-skeleton__description span:nth-child(4){width:96%}.report-card-skeleton__description span:nth-child(5){width:60%}.report-card-skeleton__access-level{width:90px;height:28px;margin-top:auto}