.hl-offer-cards{box-sizing:border-box;padding:4rem 1.5rem}.hl-offer-cards__container{align-items:center;display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:1200px}@media (min-width:768px){.hl-offer-cards__container{align-items:center;flex-direction:row;gap:4rem;justify-content:space-between}}.hl-offer-cards__text{flex:1 1 auto;max-width:460px;width:100%}.hl-offer-cards__heading{color:var(--heading-color,#fff);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin:0 0 1rem}.hl-offer-cards__description,.hl-offer-cards__heading-accent{color:var(--muted-color,#c7cdd6)}.hl-offer-cards__description{font-size:1rem;line-height:1.6;margin:0 0 2rem}.hl-offer-cards__cta{background-color:var(--button-color,#f26522);border-radius:.5rem;color:var(--button-text-color,#fff);display:inline-block;font-size:.9375rem;font-weight:600;padding:.625rem 1.5rem;text-decoration:none;transition:background-color .22s ease,transform .22s ease;white-space:nowrap}.hl-offer-cards__cta:hover{background-color:var(--button-hover-color,#d4541a);transform:scale(1.04)}.hl-offer-cards__cta:active{transform:scale(.97)}.hl-offer-cards__stack{height:420px;margin-left:0;margin-right:auto;position:relative;width:min(680px,100%)}.hl-offer-cards__slot{position:absolute;top:50%;transform:translateY(-50%);width:35%}.hl-offer-cards__slot--center{left:32.5%;z-index:1}.hl-offer-cards__slot--left{left:4%;z-index:2}.hl-offer-cards__slot--right{right:4%;z-index:2}.hl-offer-cards__card{aspect-ratio:3/4;background:#e5e7eb;border-radius:3px;box-shadow:0 8px 32px rgba(0,0,0,.14),0 2px 8px rgba(0,0,0,.08);overflow:hidden;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease;width:100%;will-change:transform}.hl-offer-cards__card img{display:block;height:100%;object-fit:cover;object-position:top;width:100%}.hl-offer-cards__card--left{transform:rotate(-12deg);transform-origin:bottom center;--resting-rotation:-12deg}.hl-offer-cards__card--center{transform:rotate(0deg);transform-origin:center center;--resting-rotation:0deg}.hl-offer-cards__card--right{transform:rotate(12deg);transform-origin:bottom center;--resting-rotation:12deg}.hl-offer-cards__placeholder{align-items:center;background:linear-gradient(160deg,#f3f4f6,#e5e7eb);color:#9ca3af;display:flex;font-size:.75rem;height:100%;justify-content:center;letter-spacing:.06em;text-transform:uppercase;width:100%}@media (hover:hover){.hl-offer-cards__card--left:hover{box-shadow:0 20px 56px rgba(0,0,0,.22),0 6px 16px rgba(0,0,0,.12);transform:rotate(-12deg) scale(1.08)}.hl-offer-cards__card--center:hover{box-shadow:0 20px 56px rgba(0,0,0,.22),0 6px 16px rgba(0,0,0,.12);transform:scale(1.08) rotate(1deg)}.hl-offer-cards__card--right:hover{box-shadow:0 20px 56px rgba(0,0,0,.22),0 6px 16px rgba(0,0,0,.12);transform:rotate(12deg) scale(1.08)}}@media (hover:none){@keyframes offer-card-bounce{0%{transform:rotate(var(--resting-rotation)) scale(1)}40%{transform:rotate(var(--resting-rotation)) scale(1.08)}70%{transform:rotate(var(--resting-rotation)) scale(1.03)}to{transform:rotate(var(--resting-rotation)) scale(1)}}.hl-offer-cards__card.in-view{animation:offer-card-bounce .42s cubic-bezier(.34,1.56,.64,1) forwards}}@media (max-width:767px){.hl-offer-cards__stack{display:flex;flex-direction:column;gap:1.25rem;height:auto;width:100%}.hl-offer-cards__slot{position:static;transform:none;width:100%}.hl-offer-cards__card--center,.hl-offer-cards__card--left,.hl-offer-cards__card--right{transform:none;--resting-rotation:0deg}.hl-offer-cards__card{aspect-ratio:4/3}}@media (prefers-reduced-motion:reduce){.hl-offer-cards__card,.hl-offer-cards__cta{animation:none!important;transition:none!important}}