.hero-about{font-family:inherit;position:relative;min-height:50rem;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;z-index:2}.hero-about__bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.hero-about__bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.parallax-enabled .hero-about__bg-image{transform:translateZ(0);will-change:transform}.hero-about__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0006,#00000080);pointer-events:none}.hero-about__overlay:empty{display:block!important}.hero-about .hero-content{position:relative;z-index:1;padding-top:var(--padding-top, 9.6rem);padding-bottom:var(--padding-bottom, 24rem);padding-left:2.4rem;padding-right:2.4rem;max-width:128rem;margin:0 auto;width:100%;display:flex;flex-direction:column}.hero-about .hero-content .hero-about.no-bg-image{background:linear-gradient(135deg,#1f2937,#374151)}.hero-about .hero-caption{display:inline-block;background-color:var(--color-brand-primary, #e4010f);color:#fff;font-size:1.2rem;font-weight:700;padding:.8rem 1.6rem;border-radius:6px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2.4rem}.hero-about .hero-heading{font-size:3.6rem;font-weight:700;margin:0 0 2.4rem;line-height:1.25;color:#fff}.hero-about .hero-subheading{font-size:1.8rem;color:#e5e7eb;max-width:var(--content-max-width, 67.2rem);margin:0 auto 4rem;font-weight:500;line-height:1.6}.hero-about .hero-subheading p{margin:0}.hero-about .hero-buttons{display:flex;flex-direction:column;gap:1.6rem;justify-content:center;margin-bottom:6.4rem}@media screen and (max-width:767px){.hero-about--mobile-align-left{text-align:left!important}.hero-about--mobile-align-left .hero-content{align-items:flex-start!important}.hero-about--mobile-align-left .hero-buttons{justify-content:flex-start!important;align-items:flex-start!important}.hero-about--mobile-align-center{text-align:center!important}.hero-about--mobile-align-center .hero-content{align-items:center!important}.hero-about--mobile-align-center .hero-buttons{justify-content:center!important;align-items:center!important}.hero-about--mobile-align-right{text-align:right!important}.hero-about--mobile-align-right .hero-content{align-items:flex-end!important}.hero-about--mobile-align-right .hero-buttons{justify-content:flex-end!important;align-items:flex-end!important}}.hero-about--align-center{text-align:center}.hero-about--align-center .hero-content{align-items:center}.hero-about--align-center .hero-subheading{margin-left:auto;margin-right:auto}.hero-about--align-center .hero-buttons{justify-content:center;align-items:center}.hero-about--align-left{text-align:left}.hero-about--align-left .hero-content{align-items:flex-start}.hero-about--align-left .hero-subheading{margin-left:0;margin-right:auto}.hero-about--align-left .hero-buttons{justify-content:flex-start;align-items:flex-start}.hero-about--align-right{text-align:right}.hero-about--align-right .hero-content{align-items:flex-end}.hero-about--align-right .hero-subheading{margin-left:auto;margin-right:0}.hero-about--align-right .hero-buttons{justify-content:flex-end;align-items:flex-end}.hero-about .hero-buttons--align-left{justify-content:flex-start!important;align-items:flex-start!important}.hero-about .hero-buttons--align-center{justify-content:center!important;align-items:center!important}.hero-about .hero-buttons--align-right{justify-content:flex-end!important;align-items:flex-end!important}.hero-about .hero-caption{margin-top:4rem;display:inline-block}.hero-about .hero-caption--align-left{align-self:flex-start}.hero-about .hero-caption--align-center{align-self:center}.hero-about .hero-caption--align-right{align-self:flex-end}.hero-about .hero-heading--align-left{text-align:left!important}.hero-about .hero-heading--align-center{text-align:center!important}.hero-about .hero-heading--align-right{text-align:right!important}.hero-about .hero-subheading--align-left{text-align:left!important;margin-left:0!important;margin-right:auto!important}.hero-about .hero-subheading--align-center{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.hero-about .hero-subheading--align-right{text-align:right!important;margin-left:auto!important;margin-right:0!important}.hero-about .hero-btn{display:inline-block;padding:1.2rem 3.2rem;border-radius:6px;font-weight:600;font-size:1.4rem;text-decoration:none;transition:all .3s ease;cursor:pointer}.hero-about .hero-btn-primary{background-color:#fff;color:var(--color-button-text, #1F2937)}.hero-about .hero-btn-primary:hover{background-color:#f3f4f6}.hero-about .hero-btn-secondary{background-color:transparent;color:#fff;border:2px solid #fff}.hero-about .hero-btn-secondary:hover{background-color:#fff;color:#1f2937}.hero-about .hero-btn:focus-visible{outline:2px solid #fff;outline-offset:2px}.hero-about .stats-wrapper{position:absolute;bottom:-6.4rem;left:0;right:0;z-index:100;padding:0 2.4rem}.hero-about .stats-box{background:#fff;border-radius:1.2rem;box-shadow:0 20px 40px -5px #0000001a;display:grid;grid-template-columns:repeat(2,1fr);max-width:120rem;margin:0 auto;padding:1.6rem;gap:1.6rem 0}.hero-about .stat-item{text-align:center;padding:0 .8rem;border-right:1px solid #f3f4f6;text-decoration:none;color:inherit;display:flex;flex-direction:column;justify-content:center;transition:transform .3s ease}.hero-about a.stat-item:hover{transform:translateY(-5px)}.hero-about .stat-value-container{display:flex;align-items:center;justify-content:center;gap:.8rem}.hero-about .stat-icon{display:flex;align-items:center;justify-content:center;color:var(--color-brand-primary, #e4010f)}.hero-about .stat-icon svg{width:2.4rem;height:2.4rem}.hero-about .stat-item:nth-child(2n){border-right:none}.hero-about .stat-value{display:inline-flex;align-items:baseline;justify-content:center;gap:.2rem;font-size:3.6rem;font-weight:700;color:var(--color-brand-primary, #e4010f);line-height:1.2}.hero-about .stat-number{line-height:1}.hero-about .stat-prefix,.hero-about .stat-suffix{font-size:2rem;font-weight:600}.hero-about .stat-label{display:block;font-size:1.2rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.025em;margin-top:.4rem}.hero-about-spacer{height:12.8rem}@media(min-width:768px){.hero-about{height:60vh;min-height:500px}.hero-about .hero-content{padding-left:2.4rem;padding-right:2.4rem;padding-top:var(--padding-top, 0);padding-bottom:var(--padding-bottom, 0)}.hero-about .hero-heading{font-size:6rem}.hero-about .hero-subheading{font-size:2rem}.hero-about .hero-buttons{flex-direction:row}.hero-about .stats-box{grid-template-columns:repeat(4,1fr);padding:3.2rem;gap:0}.hero-about .stat-item{border-right:1px solid #f3f4f6}.hero-about .stat-item:nth-child(4n),.hero-about .stat-item:last-child{border-right:none}.hero-about-spacer{height:9.6rem}}@media(prefers-reduced-motion:reduce){.hero-about .hero-btn{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-hero-about.css.map */
