.module__stat-cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:start}.module__stat-cards .card-size--12,.module__stat-cards .card-size--3,.module__stat-cards .card-size--4,.module__stat-cards .card-size--6{width:100%}@media (min-width:550px){.module__stat-cards .card-size--4,.module__stat-cards .card-size--6{width:calc(50% - 1rem)}}@media (min-width:768px){.module__stat-cards .card-size--12{width:calc(100% - 1rem)}.module__stat-cards .card-size--6{width:calc(50% - 1rem)}.module__stat-cards .card-size--4{max-width:calc(50% - 1rem)}.module__stat-cards .card-size--3{max-width:calc(50% - 1rem);width:100%}}@media (min-width:992px){.module__stat-cards .card-size--3{max-width:calc(33.33333% - 1rem);width:100%}}.module__stat-cards .stat-card{background:#fff;border-radius:20px;padding:45px 24px}.module__stat-cards .stat{background:linear-gradient(90deg,#0061a4,#8dc63f);background-clip:text;-webkit-background-clip:text;font-size:72px;font-weight:900;-webkit-text-fill-color:transparent;opacity:0}@media (min-width:768px){.module__stat-cards .stat{font-size:40px}}@media (min-width:1100px){.module__stat-cards .stat{font-size:60px}}@media (min-width:1240px){.module__stat-cards .stat{font-size:100px}}.module__stat-cards h3{font-size:23px;font-weight:700;line-height:24px;margin-bottom:1rem}.module__stat-cards p{font-size:18px;line-height:24px}.module__stat-cards .display--percentage .stat{border-radius:50%;font-size:30px;height:120px;position:relative;width:120px;--p:0;align-items:center;display:inline-flex;justify-content:center;margin-bottom:1rem;-webkit-text-fill-color:unset}.module__stat-cards .display--percentage .stat.stat-color--blue{background:conic-gradient(#237a8b var(--p),0,#eff4f6);color:#237a8b}.module__stat-cards .display--percentage .stat.stat-color--teal{background:conic-gradient(#479472 var(--p),0,#eff4f6);color:#479472}.module__stat-cards .display--percentage .stat.stat-color--green{background:conic-gradient(#6aad58 var(--p),0,#eff4f6);color:#6aad58}.module__stat-cards .display--percentage .stat-color--blue{color:#237a8b}.module__stat-cards .display--percentage .stat-color--teal{color:#479472}.module__stat-cards .display--percentage .stat-color--green{color:#6aad58}.module__stat-cards .display--percentage .stat:after{background:#fff;border-radius:50%;content:"";height:75%;position:absolute;width:75%}.module__stat-cards .display--percentage .data,.module__stat-cards .display--percentage .percent-sign{position:relative;z-index:1}@media(max-width:950px){.module__stat-cards{justify-content:flex-start!important}}