:root{--resource_image_height:200px;--resource_image_width:350px;--resource_max_height:350px;--resource_margin:1.5rem 0 0 0}@media (min-width:768px){:root{--resource_image_height:200px;--resource_image_width:calc(384px - 1.5rem);--resource_max_height:500px;--resource_margin:1.5rem 0.75rem 0}}.resource--container{-webkit-animation:fadeIn .5s;animation:fadeIn .5s;display:flex;flex-direction:column;height:calc(100% - 1.5rem);margin:var(--resource_margin);max-width:var(--resource_image_width);transition-delay:.5s;transition-property:height,margin;width:100%}.resource--image_container{position:relative}.resource--image_container>img{border-radius:1.5rem;display:block;height:var(--resource_image_height);max-width:var(--resource_image_width);object-fit:cover;width:100%}.resource--secondary_container{display:flex;height:100%;justify-content:space-between;overflow:hidden;padding:.5rem;width:100%}.resource--secondary_container>.resource--details{box-sizing:border-box;display:flex;flex-direction:column;height:100%}.resource--secondary_container>.resource--details>:last-child{margin-top:auto}.resource--industry{color:#4263eb;font-size:14px;text-transform:uppercase}.resource--details h3{color:#212529;display:-webkit-box;font-size:14px;overflow:hidden;text-align:start;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin-bottom:.5rem}.resource--secondary_container .resource--read_more{color:#4263eb;display:none;font-size:18px;font-weight:700;text-decoration:underline;white-space:nowrap}.resource--secondary_container .resource--read_more:after{content:" →"}@media (min-width:768px){.resource--container{width:var(--resource_image_width)}.resource--secondary_container{padding:1rem 0}.resource--details>*{margin:revert}.resource--details h3{color:#212529;font-size:26px;-webkit-line-clamp:3}.resource--secondary_container .resource--read_more{display:block}}[class*=hide_by_filter]{-webkit-animation:fadeOut .5s;animation:fadeOut .5s;display:none;height:0;margin:0;max-height:0;opacity:0;overflow:hidden;transition-delay:.5s;transition-property:height,margin,max-height}@keyframes fadeIn{0%{margin:1.5rem 0 0;max-height:0;opacity:0}to{margin:var(--resource_margin);max-height:var(--resource_max_height);opacity:1}}@keyframes fadeOut{0%{margin:var(--resource_margin);max-height:var(--resource_max_height);opacity:1}to{margin:0;max-height:0;opacity:0}}