.stat-bar .stat{background:var(--color-light-grey);border-radius:12px;padding:10px 0 10px 40px;position:relative}.stat-orange:before{background-color:var(--color-dark-orange)}.stat-orange:before,.stat-teal:before{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;content:"";height:70%;left:0;margin-bottom:auto;margin-top:auto;position:absolute;width:6px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.stat-teal:before{background-color:var(--color-teal)}.stat-blue:before{background-color:var(--color-dark-blue);-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;content:"";height:70%;left:0;margin-bottom:auto;margin-top:auto;position:absolute;width:6px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.stat-content{font-family:var(--primary-font);font-size:var(--subheading-16-bold);font-weight:700}.stat-bar h4{margin-bottom:10px}.stat-bar .row .col{flex:1;padding:0 15px}.stat-bar .row .col:last-child{padding-right:10px!important}.stat-row{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);padding:0 10px}@media only screen and (max-width:834px){.stat-bar .row .col{flex:0 0 50%;max-width:50%;width:50%}.stat-row{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768px){.stat-row{display:grid;gap:10px;grid-template-columns:repeat(1,1fr)}}@media only screen and (max-width:480px){.stat-bar .row .col{flex:0 0 100%;max-width:100%;width:100%}}@media only screen and (max-width:375px){.stat-bar .row .col{flex:0 0 100%;max-width:100%;width:100%}}