.why{gap:2rem}.why,.why__intro{display:flex;flex-direction:column}.why__intro{align-items:center;gap:1rem;margin-bottom:2rem;text-align:center}.why__label{border-radius:4px;font-size:.875rem;font-weight:800;letter-spacing:2%;line-height:1.25rem;padding:.5rem;width:fit-content}.why__intro-title{font-size:2.5rem;font-weight:800;letter-spacing:0;line-height:3rem;text-align:center}.why__intro-text,.why__intro-text *{font-size:1.125rem;font-weight:400;letter-spacing:0;line-height:1.5rem;text-align:center}.why__card{border-radius:16px;box-shadow:0 2px 8px 0 rgba(20,25,31,.2);display:flex;flex-direction:column;gap:1rem;padding:2rem;transition:transform .35s ease,box-shadow .35s ease}.why__card:hover{box-shadow:0 8px 20px 0 rgba(20,25,31,.22);transform:translateY(-3px)}.why__text{display:flex;flex-direction:column;gap:1rem}.why__text-heading{font-size:1.25rem;font-weight:700;font-weight:800;letter-spacing:0;line-height:1.75rem;margin:0}.why__text-paragraph{font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.5rem}.why__icon,.why__number{height:3.5rem;width:3.5rem}.why__number{border-radius:50%;font-size:1rem;font-weight:600;justify-content:center}.why__bottom,.why__number{align-items:center;display:flex}.why__bottom{flex-direction:column;gap:3rem;margin-top:2rem}.why__bottom-cta-bottom,.why__bottom-cta-top{border-radius:8px;display:flex;font-size:1rem;font-weight:700;justify-content:center;letter-spacing:0;line-height:1.5rem;padding:.5rem 1rem;text-decoration:none;width:fit-content}.why__bottom-cta-bottom:hover,.why__bottom-cta-top:hover{text-decoration:none}.why__reveal{opacity:0;transition:opacity .45s cubic-bezier(.25,.46,.45,.94),translate .45s cubic-bezier(.25,.46,.45,.94);transition-delay:calc(var(--i, 0)*.07s);translate:0 30px}.why__card.why__reveal{transition:opacity .45s cubic-bezier(.25,.46,.45,.94),translate .45s cubic-bezier(.25,.46,.45,.94),transform .35s ease,box-shadow .35s ease;transition-delay:calc(var(--i, 0)*.07s),calc(var(--i, 0)*.07s),0s,0s}.why__reveal-group.is-visible .why__reveal{opacity:1;translate:0 0}.why__reveal-group.is-visible .why__card.why__reveal{opacity:var(--card-opacity,1);translate:0 0}@media (prefers-reduced-motion:reduce){.why__card,.why__card.why__reveal,.why__reveal{transition:none}.why__card:hover{box-shadow:0 2px 8px 0 rgba(20,25,31,.2);transform:none}}@media (min-width:768px){.why{display:grid;grid-template-columns:repeat(2,1fr)}.why.why--length-0,.why.why--length-1{grid-template-columns:repeat(1,1fr)}.why.why--length-2{grid-template-columns:repeat(2,1fr)}.why.why--length-3{grid-template-columns:repeat(3,1fr)}}