.metric-circle{margin:0 auto;max-width:34rem;position:relative}.metric-circle svg{vertical-align:top}.metric-circle__svg--circle{stroke:var(--light-blue);stroke-width:3.8}.metric-circle__svg--filled{stroke:var(--yellow);fill:none;stroke-width:3.8;stroke-linecap:revert;-webkit-animation:progress 1s ease-out forwards;animation:progress 1s ease-out forwards}.metric-circle-simple svg{opacity:0}.metric-circle--content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:4rem 6rem;position:absolute;top:0;width:100%}.metric-circle-simple .metric-circle--content{background:rgba(0,169,206,.2);border-radius:50%;height:calc(100% - 5rem);left:2.5rem;padding:4rem;top:2.5rem;width:calc(100% - 5rem)}.metric-circle--content-top{align-items:flex-start;display:flex;font-family:var(--secondary-font-family);font-weight:500;justify-content:center;line-height:1;margin-bottom:1rem}.metric-circle--value{font-size:6rem}.metric-circle--suffix{font-size:3.2rem;margin:.3rem 0 0 .8rem}.metric-circle--content-bottom p{font-family:var(--secondary-font-family);font-size:1.6rem;font-weight:500;line-height:2.5rem;text-align:center}.metric-circle--content-bottom>:last-child{margin-bottom:0}@media (max-width:767px){.metric-circle:not(.metric-circle-simple){margin-bottom:2.5rem}}@media (max-width:920px){.row-fluid:has(.span4>.hs_cos_wrapper>.metric-circle){display:block}.row-fluid:has(.span4>.hs_cos_wrapper>.metric-circle) .metric-circle:not(.metric-circle-simple){margin-bottom:2.5rem}}@-webkit-keyframes progress{0%{stroke-dasharray:0 100}}@keyframes progress{0%{stroke-dasharray:0 100}}