.hdt-home-image-text-cards .hdt-home-image-text-cards__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:var(--hfc-grid-gap, 2.4rem)}.hdt-home-image-text-cards .hdt-home-image-text-card{position:relative;isolation:isolate;min-height:var(--hfc-card-height, 46rem);overflow:hidden;border-radius:var(--hfc-card-radius, 2.4rem);background:var(--hfc-card-background, #f7f7f7)}.hdt-home-image-text-cards .hdt-home-image-text-card--linked{cursor:pointer}.hdt-home-image-text-cards .hdt-home-image-text-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block;border-radius:inherit}.hdt-home-image-text-cards .hdt-home-image-text-card__link:focus-visible{outline:.2rem solid currentColor;outline-offset:-.4rem}.hdt-home-image-text-cards .hdt-home-image-text-card--adapt-image{min-height:0;aspect-ratio:var(--hfc-card-aspect-ratio, 1.4)}.hdt-home-image-text-cards .hdt-home-image-text-card__media,.hdt-home-image-text-cards .hdt-home-image-text-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.hdt-home-image-text-cards .hdt-home-image-text-card__media{display:block;width:100%;height:100%;z-index:-2}.hdt-home-image-text-cards .hdt-home-image-text-card__image{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--hfc-image-position, center center)}.hdt-home-image-text-cards .hdt-home-image-text-card__media--contain .hdt-home-image-text-card__image{object-fit:contain}.hdt-home-image-text-cards .hdt-home-image-text-card__overlay{background:rgb(var(--hfc-overlay-color, 0 0 0) / var(--hfc-overlay-opacity, 0))}.hdt-home-image-text-cards .hdt-home-image-text-card__content{position:relative;z-index:1;display:flex;min-height:var(--hfc-card-height, 46rem);flex-direction:column;gap:1.4rem;padding:clamp(2.4rem,4vw,6.5rem);color:var(--hfc-content-color, #1f1f1f)}.hdt-home-image-text-cards .hdt-home-image-text-card--adapt-image .hdt-home-image-text-card__content{min-height:100%}.hdt-home-image-text-cards .hdt-home-image-text-card__content--top-left,.hdt-home-image-text-cards .hdt-home-image-text-card__content--center-left,.hdt-home-image-text-cards .hdt-home-image-text-card__content--bottom-left{align-items:flex-start;text-align:left}.hdt-home-image-text-cards .hdt-home-image-text-card__content--top-center,.hdt-home-image-text-cards .hdt-home-image-text-card__content--center-center,.hdt-home-image-text-cards .hdt-home-image-text-card__content--bottom-center{align-items:center;text-align:center}.hdt-home-image-text-cards .hdt-home-image-text-card__content--top-left,.hdt-home-image-text-cards .hdt-home-image-text-card__content--top-center{justify-content:flex-start}.hdt-home-image-text-cards .hdt-home-image-text-card__content--center-left,.hdt-home-image-text-cards .hdt-home-image-text-card__content--center-center{justify-content:center}.hdt-home-image-text-cards .hdt-home-image-text-card__content--bottom-left,.hdt-home-image-text-cards .hdt-home-image-text-card__content--bottom-center{justify-content:flex-end}.hdt-home-image-text-cards .hdt-home-image-text-card__title{max-width:22ch;margin:0;color:currentColor;font-size:clamp(2.4rem,2.6vw,4rem);font-weight:700;line-height:1.15}.hdt-home-image-text-cards .hdt-home-image-text-card__text{max-width:48rem;color:currentColor;font-size:clamp(1.5rem,1.1vw,1.8rem);line-height:1.55}.hdt-home-image-text-cards .hdt-home-image-text-card__text>:last-child{margin-bottom:0}.hdt-home-image-text-cards .hdt-home-image-text-card__button{min-height:4.4rem;margin-top:.6rem;padding-inline:2.4rem;border:0;border-radius:.9rem;background:#fff;color:#1f1f1f;font-weight:600}.hdt-home-image-text-cards .hdt-home-image-text-card__button:hover,.hdt-home-image-text-cards .hdt-home-image-text-card--linked:hover .hdt-home-image-text-card__button{background:#f2f2f2;color:#1f1f1f}.hdt-home-image-text-cards .hdt-home-image-text-card__button--dark{background:#1f1f1f;color:#fff}.hdt-home-image-text-cards .hdt-home-image-text-card__button--dark:hover,.hdt-home-image-text-cards .hdt-home-image-text-card--linked:hover .hdt-home-image-text-card__button--dark{background:#3a3a3a;color:#fff}.hdt-home-image-text-cards .hdt-home-icon-button-cards{display:grid;grid-template-columns:repeat(var(--hfc-icon-columns, 4),minmax(0,1fr));grid-template-rows:repeat(var(--hfc-icon-rows, 2),minmax(min-content,1fr));grid-auto-rows:minmax(min-content,1fr);gap:var(--hfc-icon-row-gap, 2.4rem) var(--hfc-icon-column-gap, 2.4rem);padding:var(--hfc-icon-padding-y, 4.8rem) var(--hfc-icon-padding-x, 4.8rem);background:var(--hfc-card-background, #f8f7f7)}.hdt-home-image-text-cards .hdt-home-icon-button-card{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hdt-home-image-text-cards .hdt-home-icon-button-card__icon{display:grid;width:var(--hfc-icon-size, 5.6rem);height:var(--hfc-icon-size, 5.6rem);place-items:center;margin-bottom:2.4rem}.hdt-home-image-text-cards .hdt-home-icon-button-card__icon :is(svg,img){display:block;width:100%;height:100%;color:inherit;object-fit:contain}.hdt-home-image-text-cards .hdt-home-icon-button-card__title{margin:0;color:#000;font-size:clamp(1.8rem,1.55vw,2.4rem);font-weight:600;line-height:1.25}.hdt-home-image-text-cards .hdt-home-icon-button-card__text{margin-top:1rem;color:#524842;font-size:1.6rem;line-height:1.5}.hdt-home-image-text-cards .hdt-home-icon-button-card__text>:last-child{margin-bottom:0}.hdt-home-image-text-cards .hdt-home-icon-button-card__link{margin-top:1.2rem;color:#524842;font-size:1.6rem;line-height:1.4;text-decoration:underline;text-underline-offset:.18em;transition:color .16s ease}.hdt-home-image-text-cards .hdt-home-icon-button-card__link:is(:hover,:focus-visible){color:#fd9c31}@media(max-width:1200px){.hdt-home-image-text-cards .hdt-home-icon-button-card__title{font-size:2rem!important}}@media(max-width:1000px){.hdt-home-image-text-cards .hdt-home-icon-button-card__title{font-size:1.6rem!important}.hdt-home-image-text-cards .hdt-home-icon-button-card__icon{width:4rem;height:4rem}.hdt-home-image-text-cards .hdt-home-icon-button-cards{padding:10px!important}}@media(max-width:749px){.hdt-home-image-text-cards .hdt-home-image-text-cards__grid{grid-template-columns:minmax(0,1fr)}.hdt-home-image-text-cards .hdt-home-icon-button-cards{grid-template-columns:repeat(var(--hfc-icon-columns-mobile, 2),minmax(0,1fr));grid-template-rows:repeat(var(--hfc-icon-rows-mobile, 2),minmax(min-content,1fr));gap:var(--hfc-icon-row-gap-mobile, 1.6rem) var(--hfc-icon-column-gap-mobile, 1.2rem);padding:var(--hfc-icon-padding-y-mobile, 2.4rem) var(--hfc-icon-padding-x-mobile, 1.5rem)}.hdt-home-image-text-cards .hdt-home-icon-button-card{gap:0}.hdt-home-image-text-cards .hdt-home-icon-button-card__icon{margin-bottom:.8rem}.hdt-home-image-text-cards .hdt-home-icon-button-card__text{margin-top:.6rem;font-size:1.4rem;line-height:1.35}.hdt-home-image-text-cards .hdt-home-icon-button-card__link{margin-top:.6rem;font-size:1.4rem;line-height:1.3}.hdt-home-image-text-cards .hdt-home-image-text-card--adapt-image{min-height:0;aspect-ratio:var(--hfc-card-aspect-ratio-mobile, var(--hfc-card-aspect-ratio, 1.4))}.hdt-home-image-text-cards .hdt-home-icon-button-cards.hdt-home-image-text-card--adapt-image{min-height:20.6rem}.hdt-home-image-text-cards .hdt-home-image-text-card:not(.hdt-home-image-text-card--adapt-image),.hdt-home-image-text-cards .hdt-home-image-text-card:not(.hdt-home-image-text-card--adapt-image) .hdt-home-image-text-card__content{min-height:min(var(--hfc-card-height, 46rem),52rem)}.hdt-home-image-text-cards .hdt-home-image-text-card--adapt-image .hdt-home-image-text-card__content{min-height:100%}.hdt-home-image-text-cards .hdt-home-image-text-card__content{padding:2.8rem}}@media(prefers-reduced-motion:reduce){.hdt-home-image-text-cards .hdt-home-image-text-card__button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/86/assets/home-image-text-cards.css.map */
