@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes anim-fade-in{0%{opacity:0}to{opacity:1}}@keyframes anim-fade-out{0%{opacity:1}to{opacity:0}}@keyframes anim-fade-up{0%{opacity:0;transform:translate3d(0,var(--anim-translate-y,1.5rem),0)}to{opacity:1;transform:translateZ(0)}}.insight-card{flex-direction:column}.insight-card__meta{display:flex}.insight-card__arrow{height:1.5rem;transition:transform .25s ease;width:1.5rem}.insight-card:focus .insight-card__arrow,.insight-card:hover .insight-card__arrow{transform:rotate(45deg)}.insight-card__pill{border-radius:50rem;min-width:0;overflow:hidden}.insight-card__pill span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.insight-card__title{font-size:calc(var(--text-h5-mobile) + (var(--text-h5) - var(--text-h5-mobile))*0)}@media(min-width:576px){.insight-card__title{font-size:calc(var(--text-h5-mobile) + (var(--text-h5) - var(--text-h5-mobile))*.25)}}@media(min-width:768px){.insight-card__title{font-size:calc(var(--text-h5-mobile) + (var(--text-h5) - var(--text-h5-mobile))*.5)}}@media(min-width:992px){.insight-card__title{font-size:calc(var(--text-h5-mobile) + (var(--text-h5) - var(--text-h5-mobile))*.75)}}@media(min-width:1200px){.insight-card__title{font-size:var(--text-h5)}}.insight-card__excerpt{display:none}.insight-card__cta{flex-shrink:0}.insight-card__image img{-o-object-position:top;object-position:top}.insight-card--pill .insight-card__image{height:15rem}.insight-card:not(.insight-card--pill) .insight-card__content{max-height:18.75rem;overflow:hidden;padding:2rem 2rem 3rem}@media(min-width:768px){.insight-card:not(.insight-card--pill) .insight-card__content{padding:2.5rem 2.5rem 3.75rem}}@media(min-width:992px){.insight-card:not(.insight-card--pill) .insight-card__content{padding:2.6875rem 3.125rem 4.375rem}}