.asd-hero,.asd-hero *{box-sizing:border-box}.asd-hero{display:block;position:relative;width:100%;overflow:clip;padding-block:var(--asd-hero-padding-top-desktop) var(--asd-hero-padding-bottom-desktop)}.asd-hero:focus{outline:none}.asd-hero:focus-visible .asd-hero__viewport{outline:3px solid currentColor;outline-offset:-3px}.asd-hero__viewport{position:relative;width:100%;overflow:hidden;isolation:isolate;background:#111827}.asd-hero--height-adaptive .asd-hero__viewport{aspect-ratio:var(--asd-hero-ratio-desktop)}.asd-hero--height-fixed .asd-hero__viewport{height:var(--asd-hero-height-desktop)}.asd-hero__track,.asd-hero__slide,.asd-hero__media,.asd-hero__media picture,.asd-hero__overlay,.asd-hero__content-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.asd-hero__slide{z-index:0;visibility:hidden;opacity:0;pointer-events:none;color:var(--asd-hero-text-color);transition:opacity .42s ease,visibility .42s ease}.asd-hero__slide.is-active{z-index:1;visibility:visible;opacity:1;pointer-events:auto}.asd-hero__image,.asd-hero__placeholder{display:block;width:100%;height:100%;object-fit:cover}.asd-hero__placeholder{background:#dbe3ea}.asd-hero__overlay{z-index:1;background:var(--asd-hero-overlay-color);opacity:var(--asd-hero-overlay-opacity);pointer-events:none}.asd-hero__content-wrap{z-index:2;display:flex;padding:clamp(2rem,5vw,6rem)}.asd-hero__content-wrap--top-left{align-items:flex-start;justify-content:flex-start}.asd-hero__content-wrap--top-center{align-items:center;justify-content:flex-start}.asd-hero__content-wrap--top-right{align-items:flex-end;justify-content:flex-start}.asd-hero__content-wrap--middle-left{align-items:flex-start;justify-content:center}.asd-hero__content-wrap--middle-center{align-items:center;justify-content:center}.asd-hero__content-wrap--middle-right{align-items:flex-end;justify-content:center}.asd-hero__content-wrap--bottom-left{align-items:flex-start;justify-content:flex-end}.asd-hero__content-wrap--bottom-center{align-items:center;justify-content:flex-end}.asd-hero__content-wrap--bottom-right{align-items:flex-end;justify-content:flex-end}.asd-hero__content{width:min(100%,48rem);color:var(--asd-hero-text-color)}.asd-hero__content--left{text-align:left}.asd-hero__content--center{text-align:center}.asd-hero__content--right{text-align:right}.asd-hero__subtitle{margin:0 0 .75rem;font-size:clamp(.75rem,1vw,.95rem);font-weight:700;letter-spacing:.12em;line-height:1.3;text-transform:uppercase}.asd-hero__title{margin:0;color:inherit;font-family:var(--font-heading-family, inherit);font-size:clamp(2rem,5vw,4.75rem);font-weight:700;letter-spacing:-.035em;line-height:.98;text-wrap:balance}.asd-hero__text{margin-top:1rem;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.55}.asd-hero__text>*{margin-block:0}.asd-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.asd-hero__content--center .asd-hero__actions{justify-content:center}.asd-hero__content--right .asd-hero__actions{justify-content:flex-end}.asd-hero__button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:.8rem 1.4rem;border:1px solid #ffffff;border-radius:999px;font-size:.95rem;font-weight:700;line-height:1.2;text-decoration:none;transition:background-color .18s ease,color .18s ease,transform .18s ease}.asd-hero__button--primary{background:#fff;color:#111827}.asd-hero__button--secondary{background:#1118273d;color:inherit;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.asd-hero__button:hover{transform:translateY(-1px)}.asd-hero__button:focus-visible,.asd-hero__arrow:focus-visible,.asd-hero__dot:focus-visible{outline:3px solid #ffffff;outline-offset:3px}.asd-hero__arrow{position:absolute;top:50%;z-index:3;display:grid;width:48px;height:48px;padding:0;border:1px solid rgb(255 255 255 / 45%);border-radius:50%;background:#1118276b;color:#fff;cursor:pointer;place-items:center;transform:translateY(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background-color .18s ease,opacity .18s ease}.asd-hero__arrow:hover{background:#111827ad}.asd-hero__arrow:disabled{opacity:.35;cursor:default}.asd-hero__arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.asd-hero__arrow--previous{left:clamp(.75rem,2vw,2rem)}.asd-hero__arrow--next{right:clamp(.75rem,2vw,2rem)}.asd-hero__dots{position:absolute;bottom:1rem;left:50%;z-index:3;display:flex;align-items:center;justify-content:center;padding:.2rem .45rem;border-radius:999px;background:#11182757;transform:translate(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.asd-hero__dot{display:grid;width:40px;height:40px;padding:0;border:0;background:transparent;cursor:pointer;place-items:center}.asd-hero__dot span{display:block;width:8px;height:8px;border-radius:999px;background:#ffffff85;transition:width .18s ease,background-color .18s ease}.asd-hero__dot.is-active span{width:24px;background:#fff}.asd-hero__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.asd-hero__empty{display:grid;min-height:320px;padding:2rem;background:#eef2f6;color:#111827;text-align:center;place-items:center}@media screen and (min-width:750px)and (max-width:989px){.asd-hero--height-fixed .asd-hero__viewport{height:var(--asd-hero-height-tablet)}}@media screen and (max-width:749px){.asd-hero{padding-block:var(--asd-hero-padding-top-mobile) var(--asd-hero-padding-bottom-mobile)}.asd-hero--height-adaptive .asd-hero__viewport{aspect-ratio:var(--asd-hero-ratio-mobile)}.asd-hero--height-fixed .asd-hero__viewport{height:var(--asd-hero-height-mobile)}.asd-hero__content-wrap{padding:2rem 1.25rem 4.5rem}.asd-hero__title{font-size:clamp(2rem,10vw,3.25rem);line-height:1.02}.asd-hero__text{font-size:1rem}.asd-hero__actions{width:100%}.asd-hero__button{flex:1 1 100%;width:100%}.asd-hero__arrow{width:44px;height:44px}.asd-hero__arrow--previous{left:.625rem}.asd-hero__arrow--next{right:.625rem}.asd-hero__dots{bottom:.5rem}}@media(prefers-reduced-motion:reduce){.asd-hero__slide,.asd-hero__button,.asd-hero__arrow,.asd-hero__dot span{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map?subset=BA */
