.proof-stats{background-color:var(--ps-section-bg, #fff);padding-top:var(--ps-padding-top, 60px);padding-bottom:var(--ps-padding-bottom, 60px);padding-left:var(--ps-padding-sides, 40px);padding-right:var(--ps-padding-sides, 40px);box-sizing:border-box;width:100%}.proof-stats__inner{max-width:var(--ps-max-width, 1200px);margin:0 auto;display:flex;align-items:stretch;gap:var(--ps-gap, 48px)}.proof-stats__left{flex:0 0 var(--ps-left-width, 45%);max-width:var(--ps-left-width, 45%);overflow:hidden;background-color:var(--ps-left-bg, #fdf8f4);border-radius:var(--ps-left-radius, 12px);display:flex;flex-direction:column}.proof-stats__left--right{order:2}.proof-stats__left-bottom-img{flex-shrink:0;width:100%;line-height:0}.proof-stats__left-bottom-img img{width:100%;display:block}.proof-stats__left-content{position:relative;z-index:2;padding:40px 36px;display:flex;flex-direction:column;gap:16px;flex:1}.proof-stats__tag{display:inline-flex;align-items:center;padding:5px 14px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border:1.5px solid;width:fit-content;line-height:1.3}.proof-stats__title{margin:0;font-family:var(--ps-title-font, sans-serif);font-size:var(--ps-title-size, 44px);font-weight:var(--ps-title-weight, 700);text-transform:var(--ps-title-transform, none);line-height:var(--ps-title-lh, 1.1);display:flex;flex-direction:column;gap:2px}.proof-stats__title--l1{color:var(--ps-title-color-1, #111)}.proof-stats__title--l2{color:var(--ps-title-color-2, #e07020)}.proof-stats__divider{width:var(--ps-divider-w, 48px);height:var(--ps-divider-h, 3px);background:var(--ps-divider-color, #e07020);border-radius:99px;flex-shrink:0}.proof-stats__subtitle{margin:0;color:var(--ps-subtitle-color, #111);font-size:var(--ps-subtitle-size, 18px);font-weight:var(--ps-subtitle-weight, 700);line-height:1.3}.proof-stats__desc{margin:0;color:var(--ps-desc-color, #555);font-size:var(--ps-desc-size, 15px);line-height:1.7}.proof-stats__cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;background:var(--ps-cta-bg, #111);color:var(--ps-cta-color, #fff);border:2px solid var(--ps-cta-border, #111);border-radius:var(--ps-cta-radius, 6px);font-size:var(--ps-cta-size, 15px);font-weight:700;text-decoration:none;letter-spacing:.03em;width:fit-content;margin-top:auto;transition:opacity .2s ease,transform .2s ease}.proof-stats__cta:hover{opacity:.88;transform:translateY(-2px)}.proof-stats__right{flex:1;min-width:0;background-color:var(--ps-right-bg, #fff);border-radius:var(--ps-right-radius, 0px);display:flex;flex-direction:column;justify-content:center}.proof-stats__right--left{order:1}.proof-stats__stats{display:flex;flex-direction:column;width:100%}.proof-stats__separator{display:block;width:100%;height:1px;min-height:1px;background:var(--ps-separator-color, #e8e8e8);margin:0;flex-shrink:0;align-self:stretch}.proof-stats__stat{display:flex;align-items:center;gap:20px;padding:20px 0;opacity:0;transform:translate(20px);transition:opacity .5s ease,transform .5s ease}.proof-stats__stat.is-visible{opacity:1;transform:translate(0)}.proof-stats__stat:nth-child(1){transition-delay:0ms}.proof-stats__stat:nth-child(3){transition-delay:.12s}.proof-stats__stat:nth-child(5){transition-delay:.24s}.proof-stats__stat:nth-child(7){transition-delay:.36s}.proof-stats__stat-icon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0}.proof-stats__stat-icon{display:flex;align-items:center;justify-content:center}.proof-stats__stat-icon svg{width:100%;height:100%;stroke-width:var(--ps-stat-icon-stroke, 1.4)}.proof-stats__stat-body{display:flex;flex-direction:column;gap:2px;min-width:0}.proof-stats__stat-number-row{display:flex;align-items:baseline;flex-wrap:wrap}.proof-stats__stat-number{display:block;line-height:1;font-family:var(--ps-title-font, sans-serif)}.proof-stats__stat-title{margin:0;font-size:var(--ps-stat-title-size, 15px);font-weight:600;line-height:1.3;color:var(--ps-stat-title-color, #111)}.proof-stats__stat-desc{margin:0;font-size:var(--ps-stat-desc-size, 13px);line-height:1.5;color:var(--ps-stat-desc-color, #666)}@media(max-width:860px){.proof-stats__inner{flex-direction:column;gap:24px}.proof-stats__left,.proof-stats__right{flex:1 1 100%;max-width:100%;width:100%;order:unset!important;min-height:auto}.proof-stats__left{order:1!important}.proof-stats__right{order:2!important}.proof-stats__left--right{order:1!important}.proof-stats__right--left{order:2!important}.proof-stats__title{font-size:clamp(22px,5.5vw,var(--ps-title-size, 44px))}.proof-stats__stats{display:flex;flex-direction:column}.proof-stats__separator{display:block;height:1px;background:var(--ps-separator-color, #e8e8e8)}.proof-stats__stat{flex-direction:row;align-items:center;padding:20px 0;gap:16px;transform:translate(0);opacity:0}.proof-stats__stat.is-visible{opacity:1;transform:translate(0)}}@media(max-width:479px){.proof-stats{padding-left:16px;padding-right:16px}.proof-stats__left-content{padding:20px 16px;gap:10px}.proof-stats__title{font-size:clamp(20px,7.5vw,32px);line-height:1.1}.proof-stats__subtitle{font-size:clamp(13px,3.8vw,16px)}.proof-stats__desc{font-size:clamp(12px,3.5vw,14px)}.proof-stats__stat{gap:12px;padding:16px 0}.proof-stats__stat-icon-wrap{width:clamp(52px,14vw,68px)!important;height:clamp(52px,14vw,68px)!important;flex-shrink:0}.proof-stats__stat-icon{width:clamp(26px,7vw,34px)!important;height:clamp(26px,7vw,34px)!important}.proof-stats__stat-number{font-size:clamp(32px,11vw,52px)!important;line-height:1}.proof-stats__stat-title{font-size:clamp(12px,3.2vw,15px);line-height:1.3}.proof-stats__stat-desc{font-size:clamp(11px,2.8vw,13px)}.proof-stats__cta{width:100%;justify-content:center}.proof-stats__left{min-height:auto}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/proof-stats.css.map */
