.p80-card-grid__header{display:grid;gap:var(--global-spacing-extra-small);margin-bottom:var(--global-spacing-small)}body .p80-card-grid__heading{margin:0;color:rgb(var(--color-foreground));letter-spacing:0;text-transform:uppercase}.p80-card-grid__description,.p80-card-grid__description>*{max-width:68rem;margin:0;color:rgb(var(--color-foreground));font-size:var(--font-size-paragraph-small);line-height:var(--line-height-paragraph-small)}.p80-card-grid__grid{display:grid;grid-template-columns:repeat(var(--p80-card-grid-columns-mobile),minmax(0,1fr));gap:var(--global-spacing-extra-small);align-items:stretch}.p80-card-grid:not(.p80-card-grid--background) .p80-card-grid__grid{gap:var(--global-spacing-medium)}.p80-card-grid__item{display:flex;min-width:0}.p80-card-grid .p80-text-card{--p80-text-card-aspect-ratio: auto;gap:0;min-height:100%;color:rgb(var(--color-foreground))}.p80-card-grid__item>.p80-text-card{flex:1 1 auto}.p80-card-grid .p80-text-card__image{width:100%;aspect-ratio:4 / 3;margin-bottom:0}.p80-card-grid .p80-text-card__image-element{width:100%;height:100%;object-fit:cover}.p80-card-grid .p80-text-card__logo{display:flex;width:100%;align-items:center}.p80-card-grid .p80-text-card--align-center .p80-text-card__logo{justify-content:center}.p80-card-grid .p80-text-card__logo-image{display:block;width:auto;max-width:100%;max-height:2rem;object-fit:contain}.p80-card-grid .p80-text-card--align-left{align-items:flex-start;text-align:left}.p80-card-grid .p80-text-card--align-center{align-items:center;text-align:center}.p80-card-grid .p80-text-card__icon{display:flex;width:3.2rem;height:3.2rem;align-items:center;justify-content:center}.p80-card-grid .p80-text-card__icon-image{display:block;width:100%;height:100%;object-fit:contain}.p80-card-grid .p80-text-card__number{display:inline-flex;width:2.4rem;height:2.4rem;align-items:center;justify-content:center;border-radius:50%;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));font-family:var(--font-heading-family);font-size:var(--font-size-paragraph-extra-small);font-weight:var(--font-heading-weight);line-height:var(--line-height-paragraph-extra-small)}.p80-card-grid .p80-text-card__list{width:100%;font-size:var(--font-size-paragraph-small);line-height:var(--line-height-paragraph-small);font-family:var(--font-heading-family);font-weight:var(--font-heading-weight)}.p80-card-grid .p80-text-card__list--checklist{font-family:var(--font-body-family);font-weight:var(--font-body-weight)}.p80-card-grid .p80-text-card__list--checklist:is(ul,ol),.p80-card-grid .p80-text-card__list--checklist ul,.p80-card-grid .p80-text-card__list--checklist ol{padding-left:0;margin:0;list-style:none;border-top:.1rem solid rgb(var(--color-strong-line));text-transform:none;padding-top:var(--global-spacing-small);gap:var(--global-spacing-extra-small);margin-top:calc(var(--global-spacing-extra-small) * -1);display:grid}.p80-card-grid .p80-text-card__list--checklist li{position:relative;padding-left:calc(1.3rem + var(--global-spacing-small))}.p80-card-grid .p80-text-card__check-icon{position:absolute;top:.4rem;left:0;display:block;width:1.3rem;height:1rem;color:rgb(var(--color-foreground))}.p80-card-grid .p80-text-card__check-icon svg{display:block;width:100%;height:100%}.p80-card-grid .p80-text-card__body>*,.p80-card-grid .p80-text-card__footer>*{margin:0}.p80-card-grid .p80-text-card__body>*+*,.p80-card-grid .p80-text-card__list>*+*,.p80-card-grid .p80-text-card__footer>*+*{margin-top:var(--p80-card-grid-content-gap)}.p80-card-grid .p80-text-card__body.paragraph-large,.p80-card-grid .p80-text-card__footer.paragraph-large{font-size:var(--font-size-paragraph-large);line-height:var(--line-height-paragraph-large)}.p80-card-grid .p80-text-card__body.paragraph-regular,.p80-card-grid .p80-text-card__footer.paragraph-regular{font-size:var(--font-size-paragraph-regular);line-height:var(--line-height-paragraph-regular)}.p80-card-grid .p80-text-card__body.paragraph-small,.p80-card-grid .p80-text-card__footer.paragraph-small{font-size:var(--font-size-paragraph-small);line-height:var(--line-height-paragraph-small)}.p80-card-grid .p80-text-card__body.paragraph-extra-small,.p80-card-grid .p80-text-card__footer.paragraph-extra-small{font-size:var(--font-size-paragraph-extra-small);line-height:var(--line-height-paragraph-extra-small)}.p80-card-grid__actions{display:flex;margin-top:var(--global-spacing-small)}.p80-card-grid__button.button{min-height:4.4rem;justify-content:center}@media screen and (max-width:749px){.p80-card-grid .p80-text-card.p80-text-card--with-footer-text{padding:var(--global-spacing-medium);min-height:34.9rem}.p80-card-grid .p80-text-card__footer{padding-top:var(--global-spacing-medium)}.p80-text-card.p80-text-card--with-footer-text .p80-text-card__title{font-size:var(--font-size-h4);line-height:var(--line-height-h4)}}@media screen and (min-width:750px){.p80-card-grid__header{margin-bottom:var(--global-spacing-medium)}.p80-card-grid__actions{margin-top:var(--global-spacing-medium)}.p80-card-grid__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr}.p80-card-grid:not(.p80-card-grid--background) .p80-card-grid__grid{gap:var(--global-spacing-medium)}.p80-card-grid__button.button{min-width:20.4rem}.p80-card-grid .p80-text-card__logo-image{max-height:var(--p80-text-card-logo-max-height, 3.2rem)}.p80-card-grid .p80-text-card__list--checklist:is(ul,ol),.p80-card-grid .p80-text-card__list--checklist ul,.p80-card-grid .p80-text-card__list--checklist ol{padding-top:var(--global-spacing-medium)}}@media screen and (min-width:990px){.p80-card-grid__grid{grid-template-columns:repeat(var(--p80-card-grid-columns-desktop),minmax(0,1fr))}.p80-card-grid:not(.p80-card-grid--background) .p80-card-grid__grid{gap:var(--global-spacing-extra-large)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/p80-card-grid.css.map */
