.stats-section{background:#fff;margin-top:80px;padding:0 100px;position:relative}.stats-section__row{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.stats-section__text{font-family:"Gilroy", var(--font);color:#1a1a2e;max-width:600px;font-size:36px;font-weight:400;line-height:1.26}.stats-section__blocks{align-items:center;display:flex}.stats-section__block{flex-direction:column;gap:5px;padding:0 41px;display:flex}.stats-section__block:first-child{padding-left:0}.stats-section__block:last-child{padding-right:0}.stats-section__value{font-family:"Gilroy", var(--font);color:#1a1a2e;white-space:nowrap;font-size:53px;font-weight:400;line-height:1}.stats-section__label{font-family:"Gilroy", var(--font);color:#1a1a2e;white-space:nowrap;font-size:14px;font-weight:400}@media (width<=768px){.stats-section{padding:0 24px}.stats-section__row{flex-direction:column;align-items:flex-start;gap:40px}.stats-section__text{max-width:100%}.stats-section__blocks{width:100%}}.stats-section__blobs{z-index:0;pointer-events:none;width:600px;height:600px;position:absolute;top:40px;left:50%;overflow:visible;transform:translate(-50%)}.stats-section__blob{opacity:.4;filter:blur(80px);will-change:transform;border-radius:50%;position:absolute}.stats-section__blob--1{background:linear-gradient(135deg,#ff2e00,#ffb6b6 50%,#1400ff);width:240px;height:240px;animation:8s ease-in-out infinite blob1;top:0;left:0}.stats-section__blob--2{background:linear-gradient(135deg,#00ffa3,#33c5b3 40%,#30f);width:220px;height:220px;animation:12s ease-in-out infinite blob2;top:120px;left:160px}.stats-section__blob--3{background:linear-gradient(135deg,#fff500,#44ffc7 40%,#9cffed);width:230px;height:230px;animation:10s ease-in-out infinite blob3;top:40px;left:320px}@keyframes blob1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(60px,-50px)scale(1.2)}66%{transform:translate(-40px,40px)scale(.85)}}@keyframes blob2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-70px,40px)scale(.9)}66%{transform:translate(50px,-60px)scale(1.15)}}@keyframes blob3{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,60px)scale(1.1)}66%{transform:translate(-60px,-30px)scale(.9)}}
