.stats{display:flex;flex-flow:column;justify-content:space-between;margin-left:0}.stats .stat{display:flex;flex-flow:column;justify-content:center;left:0;margin:10px 0;max-width:700px;padding:1rem;position:relative;text-align:center;transition:left 1s cubic-bezier(.34,1.56,.64,1) .5s,background-color .4s ease,max-width .4s ease,padding .4s ease}.stats .stat,.stats .stat .stat-card-inner{background-color:#fff;border-bottom-right-radius:20px;border-top-right-radius:20px}.stats .stat .stat-card-inner{padding:1rem 0}.stats .stat.in-view{left:0}.stats .stat h4,.stats .stat p{color:#2a324b;line-height:1;margin:0}.stats .stat h4{color:#2b498d;font-size:3rem;font-weight:600;margin-bottom:.5rem}@media (min-width:768px){.stats{margin-left:-1.5rem;padding-top:clamp(0px,5vw,1vh)}.stats .stat{background:linear-gradient(90deg,#fff,rgba(240,94,86,.5));left:-95%;margin:10px 0;padding:2px 2px 2px 0;text-align:left}.stats .stat .stat-card-inner{padding:1rem 0 1rem 3rem}.stats .stat h4{color:#2b498d;font-size:clamp(1rem,2vw,3rem);font-weight:600;margin-bottom:.5rem}}