.section--shape-cards .shape-cards__grid{display:grid;gap:40px}.section--shape-cards .shape-cards__grid--1{grid-template-columns:1fr;margin:0 auto;max-width:680px}.section--shape-cards .shape-cards__grid--2{grid-template-columns:repeat(2,1fr)}.section--shape-cards .shape-cards__grid--3{gap:30px;grid-template-columns:repeat(3,1fr)}.section--shape-cards .shape-cards__grid--4{gap:24px;grid-template-columns:repeat(4,1fr)}.shape-card{color:var(--bz-white);display:flex;flex-direction:column;justify-content:flex-end;min-height:560px;padding:48px 44px;position:relative;transition:transform .45s ease}.shape-card--flip{justify-content:flex-start}.shape-card:nth-child(odd){transform:rotate(-1.2deg)}.shape-card:nth-child(2n){transform:rotate(1.2deg)}.shape-card:hover{transform:rotate(0deg) translateY(-5px)}.shape-card__bg{height:100%;inset:0;position:absolute;transition:filter .45s ease;width:100%}.shape-card:hover .shape-card__bg{filter:drop-shadow(0 24px 44px rgba(var(--bz-primary-rgb),.28))}.shape-card__content{position:relative;z-index:2}.shape-card__kicker{background:rgba(var(--bz-white-rgb),.2);border-radius:999px;display:inline-block;font-size:.75rem;font-weight:800;letter-spacing:.14em;padding:8px 16px;text-transform:uppercase}.shape-card__title{color:inherit;margin:16px 0 0}.shape-card__desc{line-height:1.66;margin-top:14px;max-width:46ch;opacity:.92}.shape-card__desc p:last-child{margin-bottom:0}.shape-card__buttons{margin-top:24px}.shape-card--frost,.shape-card--light,.shape-card--sky,.shape-card--vapor{color:var(--bz-dark)}.shape-card--frost .shape-card__kicker,.shape-card--light .shape-card__kicker,.shape-card--sky .shape-card__kicker,.shape-card--vapor .shape-card__kicker{background:rgba(var(--bz-dark-rgb),.1)}.shape-cards__grid--3 .shape-card,.shape-cards__grid--4 .shape-card{min-height:460px;padding:36px 32px}@media (max-width:991px){.section--shape-cards .shape-cards__grid--3,.section--shape-cards .shape-cards__grid--4{grid-template-columns:repeat(2,1fr)}.shape-card{min-height:500px}.shape-card image{display:none}}@media (max-width:575px){.section--shape-cards .shape-cards__grid--2,.section--shape-cards .shape-cards__grid--3,.section--shape-cards .shape-cards__grid--4{gap:28px;grid-template-columns:1fr}.shape-card{min-height:410px;padding:36px 30px}}.section--shape-cards .section-title__accent{font-style:italic}