.stats-section{position:relative;z-index:5;width:100%;margin-top:0;color:var(--primary-white);background:radial-gradient(circle at 84% 8%,rgba(244,242,237,.12),transparent 28%),radial-gradient(circle at 8% 100%,rgba(244,242,237,.08),transparent 28%),#101211;overflow:hidden}.stats-section__inner{--stats-item-inline-padding:1.75rem;display:grid;grid-template-columns:max-content minmax(48px,1fr) max-content minmax(48px,1fr) max-content minmax(48px,1fr) max-content;min-height:196px}.stats-section__item{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:196px;padding:1.875rem var(--stats-item-inline-padding);text-align:left}.stats-section__item:first-child{padding-left:0}.stats-section__divider{align-self:center;justify-self:center;width:1px;height:76px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.32) 24%,rgba(255,255,255,.32) 76%,transparent)}.stats-section__index{display:inline-flex;align-items:center;gap:9px;margin-bottom:1.0625rem;color:var(--primary-green);font-size:10px;font-weight:700;line-height:1}.stats-section__index:after{width:20px;height:1px;background-color:var(--primary-green);content:""}.stats-section__value{font-size:40px;font-weight:800;line-height:.94}.stats-section__label,.stats-section__value{color:var(--primary-white);white-space:nowrap}.stats-section__label{max-width:none;margin-top:.8125rem;font-size:1rem;font-weight:300;line-height:1.25}@media (max-width:1100px){.stats-section__inner{--stats-item-inline-padding:3.625rem;grid-template-columns:repeat(2,minmax(0,1fr));min-height:0}.stats-section__item{min-height:168px;padding:1.75rem var(--stats-item-inline-padding)}.stats-section__divider{display:none}.stats-section__item:nth-child(n+5):after{position:absolute;top:0;left:0;width:56px;height:1px;background-color:rgba(255,255,255,.2);content:""}}@media (max-width:560px){.stats-section__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-section__item{min-height:8.75rem;padding:1.5625rem 0}.stats-section__value{font-size:1.75rem}.stats-section__label{max-width:14ch;font-size:.9rem;white-space:normal}.stats-section__item:nth-child(n+5):after{display:none}}@media (min-width:360px) and (max-width:560px){.stats-section__inner{grid-template-columns:repeat(2,minmax(0,9rem));column-gap:1rem;justify-content:start}}