.top-offers{padding-bottom:8rem;padding-top:8rem}.top-offers--white{background-color:var(--color-primary)}.top-offers--gray{background-color:#fff}.top-offers--gray .top-offers__offer{background-color:var(--color-grey)}.top-offers--gray .empty-offers{background-color:var(--color-primary)}.top-offers__offers{display:flex;flex-direction:column;gap:4rem}.top-offers__offer-wrapper{position:relative}.top-offers__offer{background-color:#fff;border-radius:3rem;display:flex;flex-direction:column;overflow:hidden}.top-offers__index{background-color:var(--color-secondary);border-radius:1rem;color:#fff;font-weight:900;left:30px;padding:.25rem 2rem;position:absolute;top:-20px}.top-offers__image{max-width:100%;object-fit:cover;object-position:center}.top-offers__content{display:flex;flex-direction:column;gap:2rem;padding:2rem 2.25rem}.top-offers__main-content{display:flex;flex-direction:column;gap:2.5rem;justify-content:space-between}.top-offers__key-info{display:flex;flex-direction:column;gap:.5rem;width:100%}.top-offers__provider{font-weight:700}.top-offers__details,.top-offers__text{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.top-offers__text{flex-grow:1}.top-offers__info{display:flex;gap:3rem}.top-offers__stars{display:flex}.top-offers__star{height:2rem;max-width:max-content}.top-offers__review-link{font-weight:700}.top-offers__buttons{display:flex;flex-wrap:wrap;gap:2rem}.top-offers__promo{display:flex;gap:1rem;height:4.5rem;--padding:0.1em 1em;--border-color:var(--color-secondary);--label-color:var(--color-secondary);--background-color:#fff;border-style:dashed;max-width:max-content;min-width:max-content}.top-offers__promo:hover{transform:scale(.95)}.top-offers__promo-icon{padding-bottom:.3rem;padding-top:.3rem}.top-offers__claim{height:4.5rem;--padding:0.1em 3em;max-width:max-content;min-width:max-content}.top-offers__sub-content{display:flex;flex-direction:column-reverse;gap:2rem;justify-content:space-between}.top-offers__terms{font-size:1.2rem}.top-offers__signed-up-link{min-width:max-content}.top-offers__load-more{align-items:center;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:1rem;margin-left:auto;margin-top:3rem}.top-offers__load-more svg{height:3rem}.top-offers__load-more.hidden{display:none}@media (min-width:576px){.top-offers{flex-direction:row}.top-offers__content{padding:2.5rem 3rem;width:100%}.top-offers__details{gap:3rem}.top-offers__info{margin-left:auto}}@media (min-width:992px){.top-offers__offer{flex-direction:row}.top-offers__image{max-width:30rem}.top-offers__sub-content{flex-direction:row;gap:4rem}}@media (min-width:1200px){.top-offers__main-content{align-items:center;flex-direction:row}.top-offers__info{margin-right:2rem}}