@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.mod__max-w-xl{max-width:1436px;margin:auto}
@keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes rotateImageLoading{from{transform:translate(-50%,-50%) rotateY(0) scale(1.01)}
to{transform:translate(-50%,-50%) rotateY(360deg) scale(1.01)}
}
.cmp-news-card{margin-bottom:16px;max-width:288px}
.cmp-news-card .card-image{max-height:190px;max-width:288px}
.cmp-news-card .card-image img{max-height:inherit;max-width:inherit;width:288px;height:191px;object-fit:cover}
.cmp-news-card__content{padding:16px;border:1px solid #dbd3cb;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;background-color:white}
.cmp-news-card__title{font-family:'CupraRegular',sans-serif;color:var(--color-font-01);font-size:20px;line-height:24px;max-width:256px;max-height:48px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.cmp-news-card__description p{line-height:24px;font-family:'CupraBook',sans-serif;font-size:16px;color:var(--color-font-02);width:256px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;white-space:pre-line;word-break:break-word}
@media(min-width:764px){.cmp-news-card{margin-bottom:16px;max-width:346px}
.cmp-news-card .card-image{max-width:346px}
.cmp-news-card .card-image img{max-height:inherit;max-width:inherit;width:346px;height:191px;object-fit:cover}
}
@media(min-width:1016px){.cmp-news-card{margin-bottom:16px;max-width:426px;justify-self:center}
.cmp-news-card .card-image{max-height:238px;max-width:426px}
.cmp-news-card .card-image img{max-height:inherit;max-width:inherit;width:426px;height:238px;object-fit:cover}
.cmp-news-card__content{padding:32px 16px;gap:16px}
.cmp-news-card__title{font-size:24px;line-height:28px;max-width:232px;max-height:64px}
.cmp-news-card__description p{line-height:24px;font-size:16px;width:384px}
}
.cmp-news-cards__header{padding:32px 0 24px}
.cmp-news-cards__header h2{text-align:left;font-family:'CupraRegular',sans-serif;color:var(--color-font-01);font-size:40px;line-height:48px;margin-bottom:16px}
.cmp-news-cards__header .subtitle-title{font-size:18px;line-height:24px}
.cmp-news-cards__cards-wrapper{position:relative;display:flex;justify-content:center;align-content:center;flex-direction:column;gap:24px}
@media(min-width:764px){.cmp-news-cards__header h2{font-size:58px;line-height:56px}
.cmp-news-cards__header .subtitle-title{font-size:20px;line-height:24px}
.cmp-news-cards__cards-wrapper{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:24px}
}
@media(min-width:1016px){.cmp-news-cards__cards-wrapper{gap:32px}
}
@media(min-width:1436px){.cmp-news-cards__cards-wrapper{gap:24px}
}