.stacked-cards{--stacked-cards-top: 4.5rem;--stacked-cards-peek: .875rem;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-5);width:100%}.stacked-cards__header{display:flex;flex-direction:column;gap:1.25rem;max-width:45rem;text-align:center}.stacked-cards__heading{margin:0;color:var(--ds-color-primary-900);font-size:var(--ds-font-size-2xl);font-weight:var(--ds-font-weight-black);line-height:var(--ds-line-height-l);letter-spacing:-.02em}.stacked-cards__intro{max-width:40rem;margin:0 auto;color:var(--ds-color-grey-20);font-size:var(--ds-font-size-sm);line-height:var(--ds-line-height-s)}.stacked-cards__stack{display:grid;gap:1.75rem;width:100%;max-width:57.5rem}.stacked-cards__item{position:sticky;top:var(--stacked-cards-top)}.stacked-cards__item:nth-child(2){top:calc(var(--stacked-cards-top) + var(--stacked-cards-peek))}.stacked-cards__item:nth-child(3){top:calc(var(--stacked-cards-top) + var(--stacked-cards-peek) * 2)}.stacked-cards__item:nth-child(4){top:calc(var(--stacked-cards-top) + var(--stacked-cards-peek) * 3)}.stacked-cards__item:nth-child(5){top:calc(var(--stacked-cards-top) + var(--stacked-cards-peek) * 4)}.stacked-cards__card{display:grid;grid-template-columns:1fr;overflow:hidden;background:var(--ds-color-primary-50);border-radius:var(--rounded-li);transform-origin:top center}.stacked-cards__item--primary-100 .stacked-cards__card{background:var(--ds-color-primary-100)}.stacked-cards__item--cta-100 .stacked-cards__card{background:var(--ds-color-cta-100)}.stacked-cards__copy{display:flex;flex-direction:column;justify-content:center;gap:.75rem;padding:2rem 1.5rem .5rem}.stacked-cards__title{margin:0;color:var(--ds-color-grey-10);font-size:var(--ds-font-size-md);font-weight:var(--ds-font-weight-bold);line-height:var(--ds-line-height-s)}.stacked-cards__body{max-width:26.875rem;margin:0;color:var(--ds-color-grey-20);font-size:var(--ds-font-size-s);line-height:var(--ds-line-height-s)}.stacked-cards__action{display:grid}.stacked-cards__illustration{position:relative;height:12.5rem;overflow:hidden}.stacked-cards__illustration img{position:absolute;bottom:0;left:50%;width:auto;max-width:100%;height:auto;max-height:100%;transform:translate(-50%)}@media(min-width:813px){.stacked-cards__card{grid-template-columns:minmax(0,1fr) 22.8125rem;column-gap:2rem;height:23.75rem}.stacked-cards__copy{padding:2.75rem 0 2.75rem 3rem}.stacked-cards__illustration{height:auto}.stacked-cards__action{display:flex}}
