.yasme-hero{position:relative;overflow:hidden;background-color:var(--yasme-hero-bg, #d9e9f2)}.yasme-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.yasme-hero__bg img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--yasme-hero-focal, center)}.yasme-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(var(--yasme-hero-overlay-rgb, 233, 241, 246),var(--yasme-hero-overlay-op, 0)) 0% 30%,rgba(var(--yasme-hero-overlay-rgb, 233, 241, 246),calc(var(--yasme-hero-overlay-op, 0) * .55)) 52%,rgba(var(--yasme-hero-overlay-rgb, 233, 241, 246),0) 78%)}.yasme-hero--content-center:before{background:rgba(var(--yasme-hero-overlay-rgb, 233, 241, 246),calc(var(--yasme-hero-overlay-op, 0) * .7))}.yasme-hero--content-right:before{background:linear-gradient(270deg,rgba(var(--yasme-hero-overlay-rgb, 233, 241, 246),var(--yasme-hero-overlay-op, 0)),rgba(var(--yasme-hero-overlay-rgb, 233, 241, 246),calc(var(--yasme-hero-overlay-op, 0) * .55)) 52%,rgba(var(--yasme-hero-overlay-rgb, 233, 241, 246),0) 78%)}.yasme-hero__inner{position:relative;z-index:2;display:flex;align-items:var(--yasme-hero-valign, center);min-height:var(--yasme-hero-height, 62rem)}.yasme-hero__content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:var(--yasme-hero-content-width, 52rem);padding:clamp(6rem,12vw,14rem) 0 4rem;font-size:clamp(1.05rem,.42rem + .92vw,2.1rem)}.yasme-hero--content-center .yasme-hero__inner{justify-content:center}.yasme-hero--content-center .yasme-hero__content{align-items:center;text-align:center}.yasme-hero--content-right .yasme-hero__inner{justify-content:flex-end}.yasme-hero--content-right .yasme-hero__content{align-items:flex-end;text-align:right}.yasme-hero__logo{display:block;width:var(--yasme-hero-logo-width, 26rem);max-width:78%;height:auto;margin-bottom:1.5em}.yasme-hero__logo img{display:block;width:100%;height:auto}.yasme-hero__heading{font-family:var(--font-heading-family);font-weight:400;line-height:1.1;letter-spacing:-.005em;margin:0 0 .55em;font-size:2.75em}.yasme-hero__heading .line-1{display:block;color:var(--yasme-hero-heading, #171717)}.yasme-hero__heading .line-2{display:block;color:var(--yasme-hero-accent, #5e86a6)}.yasme-hero__subheading{font-family:var(--font-body-family);color:var(--yasme-hero-text, #1b2a38);font-size:.92em;font-weight:400;line-height:1.6;max-width:24em;margin:0 0 1.7em}.yasme-hero__subheading p{margin:0}.yasme-hero__cta{display:inline-flex;align-items:center;gap:.65em;padding:.9em 2.1em;border-radius:999px;background-color:var(--yasme-hero-btn-bg, var(--yasme-hero-accent, #5e86a6));color:var(--yasme-hero-btn-text, #ffffff);font-family:var(--font-body-family);font-weight:600;font-size:.92em;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;box-shadow:0 10px 24px #1e3c5a2e}.yasme-hero__cta:hover{transform:translateY(-2px);box-shadow:0 14px 30px #1e3c5a42}.yasme-hero__cta svg{width:1em;height:1em;flex-shrink:0}@media screen and (min-width:1200px){.yasme-hero .page-width{max-width:100%;padding-left:var(--yasme-hero-edge-pad, 8rem);padding-right:var(--yasme-hero-edge-pad, 8rem)}}@media screen and (min-width:750px){.yasme-carousel .yasme-hero .page-width{padding-left:8.5rem;padding-right:8.5rem}}@media screen and (max-width:749px){.yasme-hero__inner{min-height:var(--yasme-hero-height-mobile, 46rem);justify-content:center}.yasme-hero__content{max-width:100%;align-items:center;text-align:center;padding:clamp(3.5rem,12vw,7rem) 0 3rem;font-size:clamp(.9rem,3.4vw,1.35rem)}.yasme-hero__logo{margin-left:auto;margin-right:auto}.yasme-hero__heading{font-size:2.5em;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.yasme-hero__subheading{max-width:100%;margin-left:auto;margin-right:auto}.yasme-hero__cta{font-size:1em}.yasme-hero:before{background:rgba(var(--yasme-hero-overlay-rgb-mobile, 244, 240, 231),var(--yasme-hero-overlay-op-mobile, 0))!important}}.yasme-carousel{position:relative;overflow:hidden}.yasme-carousel__track{display:flex;width:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);will-change:transform}.yasme-carousel__slide{flex:0 0 100%;min-width:100%}.yasme-carousel__slide .yasme-hero{height:100%}.yasme-carousel--aspect .yasme-carousel__slide .yasme-hero__bg{position:relative;z-index:0}.yasme-carousel--aspect .yasme-carousel__slide .yasme-hero__bg img{height:auto;object-fit:fill}.yasme-carousel--aspect .yasme-carousel__slide .yasme-hero>.page-width{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.yasme-carousel--aspect .yasme-hero__inner{min-height:100%;height:100%}.yasme-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:4.6rem;height:4.6rem;border-radius:50%;border:none;background:#ffffffd9;color:#24332d;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.yasme-carousel__arrow:hover{background:#fff}.yasme-carousel__arrow svg{width:2rem;height:2rem}.yasme-carousel__arrow--prev{left:2rem}.yasme-carousel__arrow--next{right:2rem}.yasme-carousel__dots{position:absolute;z-index:6;bottom:2.4rem;left:0;right:0;display:flex;justify-content:center;gap:1rem}.yasme-carousel__dot{width:1rem;height:1rem;border-radius:50%;border:none;padding:0;cursor:pointer;background:#ffffff80;transition:background .2s ease,transform .2s ease}.yasme-carousel__dot[aria-current=true]{background:#fff;transform:scale(1.25)}@media screen and (max-width:749px){.yasme-carousel__arrow{display:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/yasme-hero.css.map */
