.circular-progress{--size:132px;--half-size:calc(var(--size) / 2);--stroke-width:10px;--radius:calc((var(--size) - var(--stroke-width)) / 2);--circumference:calc(var(--radius) * pi * 2);--dash:calc((var(--progress) * var(--circumference)) / 100);animation:progress-animation 5s cubic-bezier(.06,.84,1,.25) 1s 1 forwards;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shorter-circular-progress{animation:progress-animation 3s cubic-bezier(.06,.84,1,.25) 1s 1 forwards}.circular-progress circle{cx:var(--half-size);cy:var(--half-size);r:var(--radius);stroke-width:var(--stroke-width);fill:none;stroke-linecap:round}.circular-progress circle.bg{stroke:#ddd}.circular-progress circle.fg{transform:rotate(-90deg);transform-origin:var(--half-size) var(--half-size);stroke-dasharray:var(--dash) calc(var(--circumference) - var(--dash));transition:stroke-dasharray .3s linear 0s;stroke:#010199}@keyframes progress-animation{0%{--progress:0}to{--progress:100}}@keyframes changeNumber{0%{content:"0%"}1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}to{content:"100%"}}.counter-container{display:flex;align-items:center;justify-content:center;min-width:72px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.counter{font-size:28px;color:#010199;line-height:100%;padding-top:5px}.counter:after{content:"0%";display:block;text-align:center;animation:changeNumber 5s cubic-bezier(.06,.84,1,.25) 1s 1 forwards}.shorter-counter{font-size:28px;color:#010199;line-height:100%;padding-top:5px}.shorter-counter:after{content:"0%";display:block;text-align:center;animation:changeNumber 3s cubic-bezier(.06,.84,1,.25) 1s 1 forwards}@keyframes changeFill{to{fill:#010199}}path#tagCheck{animation:changeFill 1s linear 1s 1 forwards}@keyframes changeBorderColor{to{border:1px solid #010199;color:#010199}}.tag-0{animation:changeBorderColor 1s linear 1s 1 forwards}.tag-1{animation:changeBorderColor 1s linear 2s 1 forwards}.tag-2{animation:changeBorderColor 1s linear 3s 1 forwards}.tag-3{animation:changeBorderColor 1s linear 4s 1 forwards}.tag-4{animation:changeBorderColor 1s linear 5s 1 forwards}