.top-content-card{background:#f5f5f5;color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.top-content-card__image{box-sizing:border-box;height:160px;overflow:hidden;padding:18px 18px 0}.top-content-card__image img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.top-content-card__body{display:flex;flex:1;flex-direction:column;padding:5px 18px}.top-content-card__label{font-size:12px;font-weight:700;margin-bottom:8px}.top-content-card__title{border-left:none;font-size:17px!important;margin:0;min-height:1.8em;padding-left:0}h3.top-content-card__title{padding:0}.top-content-card__title:before{content:none}.top-content-card__description{font-size:14px;line-height:1.9;min-height:7em}.top-content-card__links{display:flex;flex-direction:column;gap:5px;margin-top:auto;padding-top:10px}.top-content-card__link{background-image:linear-gradient(#000,#000);background-position:100% 100%;background-repeat:no-repeat;background-size:0 1px;color:#0f5498!important;display:inline-block;font-size:15px;font-weight:700;padding-bottom:3px;transition:background-size .3s;width:fit-content}.top-content-card__link:hover{background-position:0 100%;background-size:100% 1px;color:#0f5498!important}.top-content-card__link:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%230f5498' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") 50% /contain no-repeat;content:"";display:inline-block;height:17px;margin-left:2px;vertical-align:-4px;width:17px}