.hero{position:relative;width:100%;height:500px;margin:0 auto;overflow:hidden;background:linear-gradient(90deg,#c12026e6,#c1202680 88.15%)}.hero--shadow-black{--hero-text-shadow: 0 0 1px rgba(0, 0, 0, .9), 0 1px 2px rgba(0, 0, 0, .85), 0 2px 6px rgba(0, 0, 0, .7), 0 0 14px rgba(0, 0, 0, .55), 0 0 28px rgba(0, 0, 0, .35);--hero-eyebrow-shadow: 0 2px 6px rgba(0, 0, 0, .65)}.hero--shadow-light-gray{--hero-text-shadow: 0 1px 3px rgba(190, 190, 190, .9), 0 3px 8px rgba(190, 190, 190, .7), 0 6px 18px rgba(190, 190, 190, .5), 0 0 24px rgba(210, 210, 210, .45);--hero-eyebrow-shadow: 0 2px 6px rgba(190, 190, 190, .65)}.hero--text-white{--hero-text-color: var(--color-white)}.hero--text-black{--hero-text-color: var(--color-black)}.hero--text-navy{--hero-text-color: var(--color-navy)}.hero.has-full-bleed-bg:before{background-color:transparent}@media(min-width:900px){.hero--has-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:var(--hero-bg-image);background-repeat:no-repeat;background-size:contain;pointer-events:none}.hero--image-left:after{background-position:left center}.hero--image-center:after{background-position:center center}.hero--image-right:after{background-position:right center}}.hero-home{height:650px!important}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero__bg-image,.hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;align-items:center;gap:32px;width:100%;height:100%;max-width:var(--max-width);margin:0 auto;padding:48px 40px;color:var(--hero-text-color)}.hero__content{position:relative;display:flex;align-items:center;min-width:0}.hero__players{position:absolute;left:0;top:50%;transform:translateY(-50%);width:min(68%,900px);height:100%;pointer-events:none}.hero__players-img{width:100%;height:100%;object-fit:contain;object-position:left center}.hero__text{position:relative;z-index:1;display:flex;flex-direction:column;gap:32px;max-width:780px;margin-left:clamp(100px,100px,260px);padding-top:0}.hero--text-width-full .hero__content{width:100%}.hero--text-width-full .hero__text{width:100%;max-width:none;margin-left:0;margin-right:0}.hero--text-width-left .hero__content{width:100%}.hero--text-width-left .hero__text{width:100%;max-width:50%;margin-left:0;margin-right:auto}.hero--text-width-right .hero__content{width:100%;justify-content:flex-end}.hero--text-width-right .hero__text{width:100%;max-width:50%;margin-left:auto;margin-right:0;text-align:right}.hero--text-width-right .hero__subtitle,.hero--text-width-right .hero__description{justify-content:flex-end}.hero--text-width-right .hero__cta{align-self:flex-end}.hero__title-block{display:flex;flex-direction:column;gap:8px}.hero__subtitle{display:flex;align-items:center;gap:8px}.hero__subtitle span{font-family:var(--font-display);font-size:16px;font-weight:400;line-height:24px;letter-spacing:2px;white-space:nowrap;font-variant:all-small-caps}.hero__subtitle-line{flex-shrink:0;width:50px;height:1px}.hero__heading{margin:0;font-family:var(--font-display);font-size:clamp(40px,5vw,72px);font-weight:400;line-height:1;letter-spacing:-1px;color:inherit;text-shadow:var(--hero-text-shadow)}.hero__description{margin:0;font-family:var(--font-body);font-size:clamp(19.2px,2.4vw,26.4px);font-weight:400;line-height:1.45;color:inherit}.hero__description .hero__subtitle{font-size:inherit;color:inherit;text-shadow:var(--hero-text-shadow)}.hero__description .hero__subtitle.rte,.hero__description .hero__subtitle.rte p{color:inherit}.hero__stats{display:flex;flex-wrap:wrap;gap:8px;flex-shrink:0;justify-content:flex-end;align-content:flex-start;max-width:calc(2 * var(--stat-size) + 8px)}.hero__stats--count-1{max-width:var(--stat-size)}.hero__stats--count-2,.hero__stats--count-3,.hero__stats--count-4{max-width:calc(2 * var(--stat-size) + 8px)}.stat{display:flex;flex-direction:column;align-items:center;justify-content:center;width:var(--stat-size);height:var(--stat-size);padding:16px;border:var(--stat-border) solid;background:transparent;box-shadow:var(--color-shadow);text-align:center;font-variant:all-small-caps}.stat--green{border-color:var(--color-green)}.stat--sky{border-color:var(--color-sky)}.stat--orange{border-color:var(--color-orange)}.stat--yellow{border-color:var(--color-yellow)}.stat__label{margin:0 0 4px;font-family:var(--font-body);font-size:24px;font-weight:400;line-height:32px}.stat__value{margin:0;font-family:var(--font-display);font-size:72px;font-weight:400;line-height:72px}.stat__value--solo{margin-bottom:4px}.stat__value--medium{font-size:48px;line-height:58px}.stat__unit{margin:0;font-family:var(--font-display);font-size:32px;font-weight:400;line-height:32px}.stat__unit--multiline{font-size:32px;line-height:32px}@media(max-width:900px){.hero,.hero-home{height:auto;min-height:0}.hero-home{height:auto!important}.hero__inner{grid-template-columns:1fr;justify-items:center;height:auto;min-height:0;padding:40px 24px 30px}.hero__content{width:100%;justify-content:center}.hero__text{margin-left:0;max-width:100%;text-align:center;align-items:center}.hero--text-width-full .hero__text,.hero--text-width-left .hero__text,.hero--text-width-right .hero__text{width:100%;max-width:100%;margin-left:0;margin-right:0;text-align:center}.hero--text-width-right .hero__content,.hero--text-width-right .hero__subtitle,.hero--text-width-right .hero__description{justify-content:center}.hero--text-width-right .hero__cta{align-self:center}.hero__subtitle,.hero__stats{justify-content:center}.hero__players{opacity:.35;width:100%;left:50%;transform:translate(-50%,-50%)}.hero--has-image:after{display:none}}@media(max-width:560px){:root{--stat-size: min(42vw, 180px);--stat-border: 5px}.hero__stats{gap:12px}.stat__value{font-size:clamp(36px,10vw,72px);line-height:1.1}.stat__value--medium{font-size:clamp(28px,7vw,48px);line-height:1.2}.stat__label,.stat__unit,.stat__unit--multiline{font-size:clamp(14px,3.5vw,24px);line-height:1.3}}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center center;opacity:.6}.hero-img-placeholder{width:100%;height:100%;background:#1a2b4a1a}.hero .section-eyebrow{color:inherit;text-shadow:var(--hero-text-shadow)}.hero .section-eyebrow:after{box-shadow:var(--hero-eyebrow-shadow);border:1px solid currentColor!important}.hero__cta{display:inline-flex;margin-top:1.25rem;padding:.75rem 1.5rem;background:var(--color-navy);color:var(--color-white);font-family:var(--font-display);font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-radius:4px}.hero__cta:hover{background:var(--color-navy-light);color:var(--color-white)}
/*# sourceMappingURL=/cdn/shop/t/12/assets/hero.css.map */
