.news-card-wrapper{position:relative}.news-card-circle{--size:52px;width:var(--size);height:var(--size);position:absolute;top:0;right:0;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:20;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease}.news-card-circle--featured{--size:70px}.news-card-wrapper:hover .news-card-circle{box-shadow:0 6px 20px rgba(0,0,0,.2)}.news-card{--r:24px;--s:32px;position:relative;width:100%;text-align:left;border-radius:var(--r);overflow:hidden;clip-path:shape(from 0 0,hline to calc(100% - var(--s) - 2 * var(--r)),arc by var(--r) var(--r) of var(--r) cw,arc by var(--s) var(--s) of var(--s),arc by var(--r) var(--r) of var(--r) cw,vline to 100%,hline to 0)}.news-card--left-cut{--r:32px;--w:380px;--h:320px;clip-path:shape(from var(--w) 0,hline to 100%,vline to 100%,hline to 0,vline to var(--h),hline to calc(var(--w) - var(--r)),arc by var(--r) calc(-1 * var(--r)) of var(--r),vline to 0)}@media (min-width:640px){.news-card--left-cut{--w:420px;--h:380px}}@media (min-width:1024px){.news-card--left-cut{--w:480px;--h:420px}}.news-card--featured{height:500px}@media (min-width:640px){.news-card--featured{height:600px}}@media (min-width:1024px){.news-card--featured{height:700px}}.news-card--cta{--r:32px;--s:40px}.news-card-title{padding-right:60px}.news-card-desc{padding-right:50px}.news-card-figure{height:200px;position:relative;overflow:hidden}@media (min-width:640px){.news-card-figure{height:220px}}.news-card-img{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:50%}@supports not (clip-path:shape(from 0 0,move to 0 0)){.news-card{clip-path:polygon(0 0,calc(100% - 70px) 0,100% 70px,100% 100%,0 100%)}.news-card--left-cut{clip-path:polygon(420px 0,100% 0,100% 100%,0 100%,0 380px,420px 380px);border-radius:32px}.news-card--featured{clip-path:polygon(0 0,calc(100% - 90px) 0,calc(100% - 90px) 0,100% 90px,100% 100%,0 100%)}.news-card--cta{clip-path:polygon(0 0,calc(100% - 80px) 0,calc(100% - 80px) 0,100% 80px,100% 100%,0 100%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.news-card-wrapper--featured:hover .news-card-circle{animation:float 2s ease-in-out infinite}@keyframes pulse-lime{0%,to{box-shadow:0 0 0 0 rgba(163,230,53,.4)}50%{box-shadow:0 0 0 8px rgba(163,230,53,0)}}.news-card-wrapper:hover .bg-lime-400{animation:pulse-lime 1.5s ease-in-out infinite}