.cards-grid-current{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media (max-width:1023px){.cards-grid-current{grid-template-columns:repeat(2,1fr);gap:8px 12px}}@media (max-width:767px){.cards-grid-current{grid-template-columns:1fr}}.cards-grid-current__item{position:relative;display:flex;padding:24px 30px;min-height:197px;background:#fff;border:1px solid #dee4ea;text-decoration:none;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease,background-color .3s ease}@media (max-width:1023px){.cards-grid-current__item{padding:24px}}@media (max-width:767px){.cards-grid-current__item{min-height:150px;padding:16px}}.cards-grid-current__item:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;background-color:#9c0;transition:height .3s ease;z-index:6}.cards-grid-current__item:hover{box-shadow:0 8px 16px hsla(0,0%,65%,.24)}.cards-grid-current__item:hover:after{height:3px}.cards-grid-current__item:hover .cards-grid-current__more{color:var(--black)}.cards-grid-current__item.is-current{pointer-events:none;border:1px solid rgba(222,228,234,.5)}.cards-grid-current__item.is-current .cards-grid-current__image,.cards-grid-current__item.is-current .cards-grid-current__title{filter:opacity(.5);transition:filter .25s ease,opacity .25s ease;-webkit-backface-visibility:hidden}.cards-grid-current__item.is-current .cards-grid-current__more{display:none}.cards-grid-current__content{position:relative;width:70%;display:flex;flex-direction:column}.cards-grid-current__title{font-size:22px;font-weight:600;line-height:1.25;margin-bottom:18px}.cards-grid-current__more{display:inline-flex;align-items:center;font-size:16px;line-height:24px;font-weight:600;color:#9c0;transition:color .3s ease}.cards-grid-current__more svg{width:16px;height:14px;margin-left:12px}@media (max-width:767px){.cards-grid-current__more{font-size:14px;line-height:22px}}.cards-grid-current__badge{width:150px;margin-top:0;padding:6px 13px;font-size:12px;line-height:16px;color:#fff;transform:translateX(4px);z-index:20;pointer-events:none}.cards-grid-current__badge:before{background-color:#8c66de;content:"";position:absolute;top:0;left:0;width:100%;height:100%;transform:skew(-12deg);z-index:-1}.cards-grid-current__image{flex-shrink:0;position:absolute;top:24px;right:0;width:118px;height:150px;overflow:hidden;clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);transition:all .3s ease;pointer-events:none}.cards-grid-current__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width:1023px){.cards-grid-current__image{right:-16px}}@media (max-width:767px){.cards-grid-current__image{top:0}}