.flex-collections-hero{position:relative;min-height:520px;display:grid;align-items:center;background:var(--brand-primary-dark)}.flex-collections-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.flex-collections-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(36,84,50,.88),rgba(36,84,50,.62),rgba(36,84,50,.28))}.flex-collections-hero .container{position:relative;z-index:2;max-width:780px;margin-left:max(24px,(100vw - 1200px) / 2)}.flex-collections-hero .flex-eyebrow,.flex-collections-hero h1,.flex-collections-hero p{color:#fff}.flex-collection-statement{background:#fff}.flex-collection-statement .container{max-width:900px}.flex-collection-goals{background:var(--brand-bg-alt)}.flex-goal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.flex-goal-grid article{padding:24px;background:#fff;border:1px solid var(--brand-border)}.flex-goal-grid span{display:inline-flex;margin-bottom:14px;color:var(--brand-accent);font-weight:800}.flex-collection-progress{background:#fff}.flex-progress-list{display:grid;grid-gap:18px;gap:18px;max-width:880px;margin:0 auto}.flex-progress-item{display:grid;grid-gap:10px;gap:10px;padding:18px;border:1px solid var(--brand-border);background:var(--brand-bg-alt)}.flex-progress-item span,.flex-progress-item strong{display:block;color:var(--brand-text)}.flex-progress-item em{display:block;height:10px;background:linear-gradient(90deg,var(--brand-primary),var(--brand-primary-light));border-radius:0}.flex-collection-badges{background:var(--brand-bg-alt)}.flex-badge-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:26px}.flex-badge-row span{display:inline-flex;padding:10px 14px;border:1px solid var(--brand-primary);background:#fff;color:var(--brand-primary-dark);font-weight:800}@media (max-width:991px){.flex-collections-hero .container{margin-left:0}.flex-goal-grid{grid-template-columns:1fr}}