.drl-fc{color:rgb(var(--color-foreground));--drl-fc-radius: 22px;--drl-fc-gap: clamp(.9rem, .6rem + 1vw, 1.5rem);--drl-fc-surface: rgba(var(--color-foreground), .04);--drl-fc-border: rgba(var(--color-foreground), .09);--drl-fc-hairline: rgba(var(--color-foreground), .14);--drl-fc-imgcap: 220px;--drl-fc-n: 3}.drl-fc--text-black{--color-foreground: 26, 26, 26}.drl-fc--rule-top{border-top:1px solid var(--drl-fc-hairline)}.drl-fc--rule-bottom{border-bottom:1px solid var(--drl-fc-hairline)}.drl-fc--cols-2{--drl-fc-n: 2}.drl-fc--cols-4{--drl-fc-n: 4}.drl-fc--cols-6{--drl-fc-n: 6}.drl-fc__wrap{margin-inline:auto;padding-inline:clamp(1rem,4vw,3rem)}.drl-fc__wrap--page{max-width:1200px}.drl-fc__wrap--wide{max-width:1440px}.drl-fc__wrap--full{max-width:none}.drl-fc__head{margin-bottom:clamp(2rem,1rem + 3vw,3.5rem)}.drl-fc__eyebrow{margin:0 0 .75rem}.drl-fc__headline{margin:0;color:inherit;font-weight:var(--drl-fw-light, 300);line-height:1.08;letter-spacing:-.01em;font-size:clamp(1.9rem,1.2rem + 2.4vw,3.4rem)}.drl-fc__headline--s{font-size:clamp(1.5rem,1.1rem + 1.4vw,2.2rem)}.drl-fc__headline--m{font-size:clamp(1.7rem,1.15rem + 1.9vw,2.8rem)}.drl-fc__head-aside{color:rgba(var(--color-foreground),.78);font-size:clamp(.95rem,.9rem + .2vw,1.0625rem);line-height:1.55;max-width:46ch}.drl-fc__head-aside>:first-child{margin-top:0}.drl-fc__head-aside>:last-child{margin-bottom:0}.drl-fc--header-centered .drl-fc__head{text-align:center;max-width:64ch;margin-inline:auto}.drl-fc--header-centered .drl-fc__head-aside{margin-inline:auto}@media(min-width:990px){.drl-fc--header-split .drl-fc__head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(2rem,5vw,6rem);align-items:end}.drl-fc--header-split .drl-fc__head-aside{padding-bottom:.35rem}}.drl-fc__cards{position:relative;display:block}.drl-fc__track{display:grid;gap:var(--drl-fc-gap);grid-template-columns:1fr}@media(min-width:750px){.drl-fc--cols-2 .drl-fc__track{grid-template-columns:repeat(2,1fr)}.drl-fc--cols-3 .drl-fc__track{grid-template-columns:repeat(3,1fr)}.drl-fc--cols-4 .drl-fc__track{grid-template-columns:repeat(4,1fr)}.drl-fc--cols-6 .drl-fc__track{grid-template-columns:repeat(6,1fr)}.drl-fc--cols-auto .drl-fc__track{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.drl-fc__card{display:flex;flex-direction:column;gap:.85rem;padding:clamp(1.25rem,.9rem + 1.2vw,2rem);border-radius:var(--drl-fc-radius);align-items:flex-start;text-align:left}.drl-fc--align-center .drl-fc__card{align-items:center;text-align:center}.drl-fc--card-card .drl-fc__card{background:var(--drl-fc-surface);border:1px solid var(--drl-fc-border);box-shadow:0 1px 2px rgba(var(--color-foreground),.05),0 10px 30px rgba(var(--color-foreground),.05)}.drl-fc--card-glass .drl-fc__card{background:var(--drl-fc-surface);border:1px solid var(--drl-fc-border);-webkit-backdrop-filter:blur(16px) saturate(135%);backdrop-filter:blur(16px) saturate(135%);box-shadow:0 1px 2px rgba(var(--color-foreground),.04),0 10px 28px rgba(var(--color-foreground),.05)}.drl-fc--card-bordered .drl-fc__card{border:1px solid var(--drl-fc-border)}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.drl-fc--card-glass .drl-fc__card{background:rgba(var(--color-foreground),.07)}}@media(prefers-reduced-transparency:reduce){.drl-fc--card-glass .drl-fc__card{-webkit-backdrop-filter:none;backdrop-filter:none;background:rgba(var(--color-foreground),.08)}}.drl-fc__copy{display:flex;flex-direction:column;align-items:flex-start}.drl-fc--align-center .drl-fc__copy{align-items:center}.drl-fc__mark{width:18px;height:18px;flex:0 0 auto;background:var(--drl-fc-mark, rgb(var(--color-foreground)));margin-bottom:.85rem}.drl-fc--markcolor-accent{--drl-fc-mark: rgb(var(--color-button))}.drl-fc--markcolor-bright{--drl-fc-mark: var(--drl-bright-green, #d3fa99)}.drl-fc--mark-square .drl-fc__mark{border-radius:4px}.drl-fc--mark-circle .drl-fc__mark{border-radius:999px}.drl-fc__title{margin:0;font-weight:var(--drl-fw-medium, 500);font-size:clamp(1.15rem,1rem + .4vw,1.4rem);line-height:1.25}.drl-fc__text{margin:.5rem 0 0;color:rgba(var(--color-foreground),.74);font-size:.9375rem;line-height:1.5}.drl-fc__detail{margin-top:auto;padding-top:.35rem}.drl-fc__detail-label{margin:0 0 .35rem;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground),.6)}.drl-fc__detail-text{margin:0;font-size:.9375rem;line-height:1.5;color:rgba(var(--color-foreground),.74)}.drl-fc--imgsize-s{--drl-fc-imgcap: 120px}.drl-fc--imgsize-m{--drl-fc-imgcap: 160px}.drl-fc--imgsize-l{--drl-fc-imgcap: 220px}.drl-fc--imgsize-full{--drl-fc-imgcap: 340px}.drl-fc__media{display:block;width:100%}.drl-fc__img{display:block}.drl-fc--imgshape-natural .drl-fc__img{width:100%;height:auto;max-height:var(--drl-fc-imgcap);object-fit:contain}.drl-fc--imgshape-natural.drl-fc--imgsize-full .drl-fc__img{max-height:360px}.drl-fc--imgshape-rounded .drl-fc__img{width:100%;height:auto;max-height:calc(var(--drl-fc-imgcap) * 1.4);object-fit:cover;border-radius:16px}.drl-fc--imgshape-square .drl-fc__media,.drl-fc--imgshape-circle .drl-fc__media{width:min(100%,var(--drl-fc-imgcap));aspect-ratio:1 / 1;overflow:hidden}.drl-fc--imgshape-square .drl-fc__media{border-radius:14px}.drl-fc--imgshape-circle .drl-fc__media{border-radius:999px}.drl-fc--imgshape-square .drl-fc__img,.drl-fc--imgshape-circle .drl-fc__img{width:100%;height:100%;object-fit:cover}.drl-fc--imgshape-square.drl-fc--imgsize-full .drl-fc__media,.drl-fc--imgshape-circle.drl-fc--imgsize-full .drl-fc__media{width:100%}.drl-fc--d-carousel .drl-fc__track,.drl-fc--m-carousel .drl-fc__track{scrollbar-width:none;-webkit-overflow-scrolling:touch}.drl-fc--d-carousel .drl-fc__track::-webkit-scrollbar,.drl-fc--m-carousel .drl-fc__track::-webkit-scrollbar{display:none}.drl-fc--d-carousel .drl-fc__card{scroll-snap-align:start}@media(min-width:750px){.drl-fc--d-carousel .drl-fc__track{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--drl-fc-n) - 1) * var(--drl-fc-gap)) / var(--drl-fc-n));overflow-x:auto;scroll-snap-type:x mandatory}}.drl-fc__arrow{position:absolute;top:40%;z-index:2;display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid var(--drl-fc-border);background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;box-shadow:0 4px 16px rgba(var(--color-foreground),.12);transition:opacity var(--drl-dur-fast, .2s) ease}.drl-fc__arrow svg{width:14px;height:14px}.drl-fc__arrow--prev{left:-10px;transform:rotate(90deg)}.drl-fc__arrow--next{right:-10px;transform:rotate(-90deg)}.drl-fc__arrow[disabled]{opacity:.3;cursor:default}@media(min-width:750px){.drl-fc--d-carousel .drl-fc__arrow{display:inline-flex}}.drl-fc__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.drl-fc__dots:empty{display:none}@media(min-width:750px){.drl-fc--d-grid .drl-fc__dots{display:none}}.drl-fc__dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;cursor:pointer;background:rgba(var(--color-foreground),.22);transition:background .2s ease,width .2s ease}.drl-fc__dot[aria-selected=true]{width:22px;background:rgb(var(--color-foreground))}@media(max-width:749px){.drl-fc--m-carousel .drl-fc__track{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:82%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:clamp(1rem,4vw,3rem);margin-inline:calc(-1*clamp(1rem,4vw,3rem));padding-inline:clamp(1rem,4vw,3rem)}.drl-fc--m-carousel .drl-fc__card{scroll-snap-align:start}}@media(prefers-reduced-motion:reduce){.drl-fc__track{scroll-behavior:auto}.drl-fc__arrow{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/hlp-feature-cards.css.map */
