.fr{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 76% 18%,rgba(255,255,255,.035),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.018) 0%,transparent 36%),var(--fr-background);color:var(--fr-text)}.fr *{box-sizing:border-box}.fr .fr-shell{background:var(--fr-surface);box-shadow:0 30px 80px #0000003d}.fr .fr-eyebrow{margin:0;color:var(--fr-accent);font-family:var(--heading-font-family, inherit);font-size:.76rem;font-weight:700;letter-spacing:.16em;line-height:1.3;text-transform:uppercase}.fr .fr-items{border-top:1px solid var(--fr-border)}.fr .fr-item{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:var(--fr-row-min-height);border-bottom:1px solid var(--fr-border)}.fr .fr-item:last-child{border-bottom:0}.fr .fr-item__media{position:relative;min-height:var(--fr-item-media-min-height, var(--fr-row-min-height));overflow:hidden;background:#121313;aspect-ratio:var(--fr-item-media-aspect-ratio, auto)}.fr .fr-item__visual{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--fr-image-position, center);transition:transform .7s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.fr .fr-item:hover .fr-item__visual{transform:scale(1.025)}}.fr .fr-item__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#303232;background:#151616}.fr .fr-item__placeholder svg{width:65%;height:65%}.fr .fr-item__content{position:relative;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:clamp(42px,5vw,78px);background:radial-gradient(circle at 90% 10%,rgba(255,255,255,.032),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.014),transparent 42%),var(--fr-surface)}.fr .fr-item--media-right .fr-item__media{order:2}.fr .fr-item--media-right .fr-item__content{order:1}.fr .fr-item__topline{display:flex;align-items:center;gap:clamp(20px,3vw,34px);margin-bottom:clamp(26px,3vw,42px)}.fr .fr-item__number{position:relative;display:inline-block;flex:0 0 auto;width:max-content;min-width:0;padding-bottom:16px;color:transparent;font-family:var(--heading-font-family, inherit);font-size:clamp(2.5rem,4vw,3.7rem);font-weight:500;letter-spacing:-.045em;line-height:.86;-webkit-text-stroke:1px rgba(255,255,255,.34)}.fr .fr-item__number:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--fr-accent)}.fr .fr-item__title{max-width:var(--container-max-width, 1200px);margin:0;color:var(--fr-text);font-family:var(--heading-font-family, inherit);font-size:clamp(2rem,3.25vw,3rem);font-weight:700;letter-spacing:-.035em;line-height:1.05}.fr .fr-item__description{max-width:var(--container-max-width, 1200px);margin-top:18px;color:var(--fr-muted);font-size:clamp(1rem,1.25vw,1.16rem);line-height:1.55}.fr .fr-item__description p{margin:0}.fr .fr-item__button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;gap:12px;min-height:50px;margin-top:clamp(32px,4vw,46px);padding:13px 22px;border:1px solid var(--fr-accent);background:var(--fr-accent);color:#111212;font-family:var(--heading-font-family, inherit);font-size:.88rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .22s ease,color .22s ease,transform .22s ease}.fr .fr-item__button svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s ease}@media(hover:hover){.fr .fr-item__button:hover{background:transparent;color:var(--fr-accent);transform:translateY(-2px)}.fr .fr-item__button:hover svg{transform:translate(3px)}}.fr .fr-item__button:focus-visible{outline:2px solid var(--fr-text);outline-offset:3px}.fr .fr-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:620px;margin-top:clamp(34px,4vw,50px)}.fr .fr-stat{min-width:0;padding:0 clamp(12px,2vw,24px);text-align:center}.fr .fr-stat:first-child{padding-left:0}.fr .fr-stat:last-child{padding-right:0}.fr .fr-stat+.fr-stat{border-left:1px solid var(--fr-border)}.fr .fr-stat__icon{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 12px;color:var(--fr-accent)}.fr .fr-stat__icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.fr .fr-stat__text{color:var(--fr-text);font-size:clamp(.86rem,1vw,1rem);line-height:1.35}.fr .fr-stat__text p{margin:0}@media screen and (max-width:999px){.fr .fr-item{grid-template-columns:1fr}.fr .fr-item__media,.fr .fr-item--media-right .fr-item__media{order:1;min-height:0;aspect-ratio:var(--fr-mobile-image-ratio)}.fr .fr-item__content,.fr .fr-item--media-right .fr-item__content{order:2}}@media screen and (max-width:699px){.fr .fr-item__content{padding:38px 24px}.fr .fr-item__topline{align-items:flex-end;gap:18px;margin-bottom:28px}.fr .fr-item__number{min-width:0;font-size:2.6rem}.fr .fr-eyebrow{font-size:.68rem;letter-spacing:.13em}.fr .fr-item__title{font-size:clamp(1.85rem,9vw,2.6rem)}.fr .fr-stats{margin-top:32px}.fr .fr-stat{padding-inline:9px}.fr .fr-stat__icon{width:38px;height:38px}.fr .fr-stat__icon svg{width:34px;height:34px}.fr .fr-stat__text{font-size:.76rem}.fr .fr-item__button{min-height:48px;margin-top:30px;padding:12px 20px;font-size:.82rem}}@media(prefers-reduced-motion:reduce){.fr .fr-item__visual,.fr .fr-item__button,.fr .fr-item__button svg{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/51/assets/section-feature-rows.css.map */
