.stats-section{padding:80px 0}.stats-title{color:#25282a;font-size:48px;font-weight:400;line-height:1.3;margin-bottom:80px;margin-left:auto;margin-right:auto;max-width:800px;padding-left:0;position:relative;text-align:center}.stats-title:before{display:none}.stats-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.stats-card{background-color:#25282a;border-radius:5px;display:flex;flex-direction:column;min-height:200px;overflow:hidden;padding:0;position:relative}.stats-card.large{display:grid;grid-column:1/3;grid-row:1/2;grid-template-columns:1fr 1fr}.stats-card.large .stats-image{height:100%;max-height:100%}.stats-card.large .stats-content{padding:30px 50px}.stats-card.double{display:flex;flex-direction:column;grid-column:1/2;grid-row:2/3;justify-content:space-between}.stats-card.double .stats-top{background-color:#25282a;display:flex;flex-direction:column;height:50%;justify-content:center;margin-bottom:0;padding:30px;z-index:999}.stats-card.double .stats-image{height:55%;margin-bottom:0}.stats-card:not(.large):not(.double) .stats-content{height:45%;padding:30px}.stats-card:not(.large):not(.double) .stats-image{height:55%;margin-bottom:0}.stats-image{align-items:center;display:flex;height:100%;justify-content:center;margin-bottom:0;max-height:350px;position:relative;width:100%}.stats-image:after{background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.5));content:"";height:100%;left:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.stats-card:hover .stats-image:after{opacity:1}.stats-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.stats-card:hover .stats-image img{transform:scale(1.1)}.stats-overlay-number{color:#fff;font-size:9rem;font-weight:600;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.stats-number,.stats-overlay-number{transition:opacity .3s ease,transform .2s ease}.stats-card:hover .stats-number{transform:translate(20%,-20%) scale(1.3)}.stats-card:hover .stats-overlay-number{opacity:1;transform:translate(-50%,-50%) scale(1.3)}.stats-content{background:#25282a;display:flex;flex-direction:column;justify-content:center;z-index:1}.stats-number{color:#f7ea48;font-size:9rem;font-weight:500;line-height:1;margin-bottom:10px}.stats-text{color:#fff;font-size:30px;font-weight:400;line-height:1.3;margin-bottom:10px}.stats-description{color:#a2acab;font-size:20px;line-height:1.5}@media (max-width:992px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-card.large{grid-column:1/3}.stats-card.large .stats-content{padding:100px 50px}}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}.stats-card.double,.stats-card.large{grid-column:1}.stats-card.large{display:flex;flex-direction:column;grid-template-columns:unset}.stats-card.large .stats-image{height:200px;width:100%}.stats-card.large .stats-content{padding:80px 30px;width:100%}.stats-title{font-size:28px}}img.overlay-logo{filter:drop-shadow(0 0 10px rgba(0,0,0,.3));height:auto;left:50%;max-width:150px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .3s ease;width:60%;z-index:3}.stats-card:hover img.overlay-logo{transform:translate(-50%,-50%) scale(1.2)}