.reportTab{display:grid;grid-template:"reportImage" "reportTitle" "reportInfo" "reportDivider" "reportContent"}.reportTabImage{border-radius:12px;grid-area:reportImage;max-width:100%}.reportTabTitle{color:var(--color-secondary-2);font-size:32px;font-weight:700;grid-area:reportTitle;line-height:1.23}.reportTabInfo{color:var(--color-support-3);font-size:13px;grid-area:reportInfo;margin-top:8px}.reportTabContent{grid-row-gap:16px;color:var(--color-combination-5);display:grid;font-size:16px;grid-area:reportContent;line-height:1.38;margin-top:20px}.reportTabContent p{margin:unset}.reportTabPhotoProvider{display:grid;margin-bottom:16px}.reportTabPhotoProviderLabelParent{align-self:end;grid-area:reportImage;justify-self:end;margin:0 12px 12px}.reportTabPhotoProviderLabel{background-color:rgba(0,20,30,.72);border-radius:4px;color:var(--color-white);font-size:11px;padding:4px 8px}@media only screen and (max-width:639px){.reportTab{margin:0}.reportTabTitle{font-size:24px;margin:0 12px}.reportTabInfo{margin:4px 12px 0}.reportTabContent{margin:20px 12px 0}.reportTabDivider{margin:0 10px}.reportTabImage{border-radius:0;min-width:168px;object-fit:cover}.reportTabPhotoProviderLabelParent{margin-bottom:8px;margin-right:8px}.reportTabPhotoProviderLabel{font-size:9px}}.reportTabSkeleton{display:grid;grid-template-areas:"image" "title" "info" "divider" "contentText1" "contentText2" "contentText3" "contentText4" "contentText5"}.reportTabSkeleton>*{animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeholderShimmer;animation-timing-function:linear;background-color:var(--color-skeleton-1);background-image:linear-gradient(to right,var(--color-skeleton-1) 0,var(--color-skeleton-2) 20%,var(--color-skeleton-1) 40%,var(--color-skeleton-1) 100%);background-repeat:repeat-y;background-size:800px 1px}.reportTabSkeleton :first-child{grid-area:image;height:356px}.reportTabSkeleton :nth-child(2){grid-area:title;height:48px;margin-top:16px;width:90%}.reportTabSkeleton :nth-child(3){grid-area:info;height:16px;margin-top:8px;width:30%}.reportTabSkeleton :nth-child(4){border-top:1px solid #d1d1d1;grid-area:divider;margin-top:12px}.reportTabSkeleton :nth-child(5){grid-area:contentText1;height:12px;margin-top:12px;width:90%}.reportTabSkeleton :nth-child(6){grid-area:contentText2;height:12px;margin-top:12px;width:80%}.reportTabSkeleton :nth-child(7){grid-area:contentText3;height:12px;margin-top:12px;width:95%}.reportTabSkeleton :nth-child(8){grid-area:contentText4;height:12px;margin-top:22px;width:80%}.reportTabSkeleton :nth-child(9){grid-area:contentText5;height:12px;margin-top:12px;width:85%}@keyframes placeholderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.reportPreviewSkeleton{display:grid;grid-template:" image . .           .     " 24px " image . title       .     " 12px " image . .           .     " 4px " image . description .     " 40px " image . .           .     " 24px/160px 20px 1fr}.reportPreviewSkeleton>*{animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeholderShimmer;animation-timing-function:linear;background-color:var(--color-skeleton-1);background-image:linear-gradient(to right,var(--color-skeleton-1) 0,var(--color-skeleton-2) 20%,var(--color-skeleton-1) 40%,var(--color-skeleton-1) 100%);background-repeat:repeat-y;background-size:800px 1px}.reportPreviewSkeleton :first-of-type{grid-area:image}.reportPreviewSkeleton :nth-of-type(2){grid-area:title;width:30%}.reportPreviewSkeleton :nth-of-type(3){grid-area:description}@media only screen and (max-width:639px){.reportPreviewSkeleton{grid-template:" image . .           .     " 10px " image . title       .     " 10px " image . .           .     " 4px " image . description .     " 64px " image . .           .     " 10px/120px 10px 1fr}.reportTabSkeleton div{margin-left:12px;margin-right:12px}.reportTabSkeleton :first-child{height:290px;margin-left:0;margin-right:0}.reportTabSkeleton :nth-child(2){height:72px}.reportTabSkeleton :nth-child(3){margin-top:4px}}