.highlight-cards{grid-template-columns:1fr;gap:23px;display:grid}@media screen and (width>=768px){.highlight-cards{grid-template-columns:repeat(3,1fr)}.highlight-cards[data-columns="4"]{grid-template-columns:repeat(4,1fr)}}.highlight-cards .highlight-card{background:linear-gradient(#f7e1ee33 0%,#eadbf533 100%);border:1px solid #eaecf1;border-radius:8.22px;flex-direction:column;justify-content:space-between;gap:22px;height:100%;padding:30px;display:flex}.highlight-cards .highlight-card .text-combo{align-items:flex-start;gap:var(--size2);flex-direction:column;width:100%;max-width:350px;display:flex}.highlight-cards .highlight-card .highlight-icon{width:24px;height:24px}.highlight-cards .highlight-card .highlight-screen{aspect-ratio:311/199;border-radius:12px;width:100%;margin:0;position:relative;overflow:hidden;box-shadow:0 2.781px 13.907px #16115514}.highlight-cards .highlight-card .highlight-screen img{width:100%;height:100%;position:absolute;inset:0}.highlight-cards .highlight-card .highlight-title{font-size:var(--font-md);padding-right:20px;font-weight:500;line-height:1.2em}@media screen and (width>=768px){.highlight-cards .highlight-card .highlight-title{font-size:var(--font-xl)}}.highlight-cards .highlight-card .highlight-description{color:#383d48;font-size:var(--font-xxs);text-align:left;line-height:140%}@media screen and (width>=768px){.highlight-cards .highlight-card .highlight-description{font-size:var(--font-sm)}}.highlight-cards .highlight-card .link-arrow{font-size:var(--font-md);line-height:140%}.highlight-cards[data-offset=true] .highlight-card{padding:30px 0 0 30px}.highlight-cards[data-offset=true] .highlight-card .highlight-screen{border:.926px solid #0000001a;border-radius:12px 0 0 12px}.highlight-cards[data-cards-bg=blue] .highlight-card{background:#f2f5fd}
