.stats-card{display:grid;grid-gap:20px;width:100%;margin:0;padding:0;list-style:none;background-color:#fff}.stats-card--row{grid-template-columns:repeat(4,1fr)}.stats-card--column{grid-template-columns:1fr;padding:20px;border-radius:5px}.stats-card--column .stats-card__num{font-size:20px}@media(max-width:1200px){.stats-card--column{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-card,.stats-card--column{grid-template-columns:1fr}}.stats-card__icon,.stats-card__stat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stats-card__icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:60px;height:60px;-ms-flex-negative:0;flex-shrink:0;margin-right:15px}.stats-card__icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;opacity:.15;border-radius:5px}.stats-card__icon--fa{font-size:28px}@media(max-width:768px){.stats-card__icon{width:50px;height:50px;font-size:20px}}.stats-card__euro path{fill:currentColor}.stats-card__euro path:first-child{opacity:.7}.stats-card__num{margin:0;padding:0;font-weight:700;line-height:1.4;font-size:20px}@media(max-width:768px){.stats-card__num{font-size:17px}}.stats-card__sub{font-weight:700;font-size:12px;text-transform:uppercase;opacity:.4}.statistics{padding:10px 20px;background-color:#fff;border-radius:5px}.statistics--navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:5px}