@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.cmp-banners{padding:32px 16px}
.cmp-banners__container{position:relative;margin:0 auto;width:100%;max-width:1136px}
.cmp-banners__top{margin-bottom:32px}
.cmp-banners__content{display:grid;grid-gap:24px;grid-template-columns:repeat(2,1fr)}
.cmp-banners__content .cmp-card-shortcut:first-child{grid-column:span 2}
@media(min-width:764px){.cmp-banners{padding:64px 32px}
.cmp-banners__content{grid-gap:24px}
}
@media(min-width:1016px){.cmp-banners{padding:72px 32px}
.cmp-banners__content{grid-template-columns:repeat(4,1fr)}
}