.module-circular-progress{display:grid;grid-template-columns:1fr 1fr}.module-circular-progress .block{height:350px;margin:0 auto;width:350px}.module-circular-progress .block,.module-circular-progress .box{align-items:center;border-radius:50%;display:flex;justify-content:center;position:relative}.module-circular-progress .box{flex-direction:column;height:calc(100% - 50px);width:calc(100% - 50px)}.module-circular-progress .box .number{align-items:top;display:flex;font-weight:700}.module-circular-progress .box .number .num{font-size:3.5em;line-height:1em}.module-circular-progress .box .number .sub{font-size:2em;line-height:1em}.module-circular-progress .box .title{color:var(--dark-blue-2);font-size:1.75em;font-weight:700}.module-circular-progress .svg{height:100%;position:absolute;width:100%;fill:none;transform:rotate(-90deg)}.module-circular-progress .circle,.module-circular-progress .circle-back{stroke-width:65px;stroke-dasharray:880;stroke-dashoffset:0;animation-duration:2s;animation-fill-mode:forwards;animation-timing-function:linear;transition:stroke-dashoffset 2s}.module-circular-progress .circle{stroke:red;stroke-dashoffset:880}.module-circular-progress .circle-back{stroke:#f4f5f6}@media (max-width:767px){.module-circular-progress{gap:2rem;grid-template-columns:1fr}}