.hero-carousel{--hero-height: 600px;--hero-mobile-height: 500px;--transition-duration: .7s;--arrow-bg: #ffffff;--arrow-color: #111111;--dot-color: #ffffff;--dot-active-color: #ff7a1a;position:relative;width:100%;height:var(--hero-mobile-height);overflow:hidden;background-color:#f4f4f4}@media(min-width:750px){.hero-carousel{height:var(--hero-height)}}.hero-carousel--h-small{--hero-height: 400px}.hero-carousel--h-medium{--hero-height: 500px}.hero-carousel--h-large{--hero-height: 600px}.hero-carousel--h-xlarge{--hero-height: 700px}.hero-carousel--h-fullscreen{--hero-height: calc(100dvh - 120px) }.hero-carousel--mh-small{--hero-mobile-height: 380px}.hero-carousel--mh-medium{--hero-mobile-height: 480px}.hero-carousel--mh-large{--hero-mobile-height: 580px}.hero-carousel--contained{max-width:1400px;margin-left:auto;margin-right:auto}.hero-carousel__viewport{position:relative;width:100%;height:100%;overflow:hidden}.hero-carousel__track{display:flex;width:100%;height:100%;will-change:transform;transition:transform var(--transition-duration) cubic-bezier(.25,.1,.25,1)}.hero-carousel[data-transition=fade] .hero-carousel__track{display:block;transition:none}.hero-carousel__slide{position:relative;flex:0 0 100%;width:100%;height:100%;overflow:hidden}.hero-carousel[data-transition=fade] .hero-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity var(--transition-duration) ease-in-out}.hero-carousel[data-transition=fade] .hero-carousel__slide.is-active{opacity:1;pointer-events:auto;z-index:1}.hero-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-carousel__media img,.hero-carousel__media svg{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-carousel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.hero-carousel__content-wrap{position:relative;z-index:2;max-width:1400px;width:100%;height:100%;display:flex;padding:clamp(1.6rem,4vw,3rem);box-sizing:border-box;margin-left:auto;margin-right:auto}.hero-carousel__content-wrap--h-left{justify-content:flex-start}.hero-carousel__content-wrap--h-center{justify-content:center}.hero-carousel__content-wrap--h-right{justify-content:flex-end}.hero-carousel__content-wrap--v-top{align-items:flex-start}.hero-carousel__content-wrap--v-middle{align-items:center}.hero-carousel__content-wrap--v-bottom{align-items:flex-end}.hero-carousel__content{width:100%;animation:heroFadeUp .8s cubic-bezier(.25,.46,.45,.94) both}.hero-carousel__content--text-left{text-align:left}.hero-carousel__content--text-center{text-align:center;margin-inline:auto}@media(max-width:749px){.hero-carousel__content--text-center{text-align:start}}.hero-carousel__content--text-right{text-align:right}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-carousel__subtitle{display:inline-flex;align-items:center;gap:.875rem;margin:0 0 1.25rem;font-size:clamp(.7rem,1.1vw,.8125rem);font-weight:700;letter-spacing:.22em;text-transform:uppercase;line-height:1}.hero-carousel__subtitle-bar{display:inline-block;width:2.5rem;height:2px;flex-shrink:0}.hero-carousel__content--text-center .hero-carousel__subtitle{justify-content:center}.hero-carousel__content--text-right .hero-carousel__subtitle{justify-content:flex-end}.hero-carousel__title{margin:0 0 1.5rem;font-weight:700;line-height:1.05;letter-spacing:-.02em}@media(max-width:768px){.hero-carousel__title{text-align:left;margin-bottom:4px}}.hero-carousel__title>*{margin:0 0 4px}.hero-carousel__title--small{font-size:clamp(1.75rem,4vw,2.25rem)}.hero-carousel__title--medium{font-size:clamp(2rem,5vw,3rem)}.hero-carousel__title--large{font-size:clamp(1.6rem,3vw,3rem);font-weight:500}.hero-carousel__title--large p em{font-size:clamp(2rem,4.5vw,5rem);font-weight:700;font-style:normal}.hero-carousel__title--xlarge{font-size:clamp(3rem,8vw,8rem)}.hero-carousel__title em,.hero-carousel__title i{color:var(--highlight-color, currentColor);font-style:italic;font-weight:700}.hero-carousel__description{font-size:clamp(1.2rem,2vw,2rem);line-height:1.6;margin-top:24px;margin-bottom:0;max-width:640px}@media(max-width:768px){.hero-carousel__description{margin-top:12px}}.hero-carousel__content--text-center .hero-carousel__description{margin-inline:auto}.hero-carousel__content--text-right .hero-carousel__description{margin-left:auto}.hero-carousel__buttons{display:inline-flex;flex-wrap:wrap;gap:.875rem;margin-top:.25rem}.hero-carousel__content--text-center .hero-carousel__buttons{justify-content:center}.hero-carousel__content--text-right .hero-carousel__buttons{justify-content:flex-end}.hero-carousel__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:1.5rem;padding:1rem 1.75rem;text-align:center;min-height:52px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border-radius:2px;border:2px solid transparent;cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease;background-color:var(--btn-bg);color:var(--btn-text)}@media(min-width:768px)and (max-width:1199px){.hero-carousel__btn{padding:10px 24px}}@media(min-width:1200px){.hero-carousel__btn{padding:10px 34px}}.hero-carousel__btn--outline{background-color:transparent;border-color:var(--btn-bg);color:var(--btn-bg)}.hero-carousel__btn:hover,.hero-carousel__btn:focus-visible{transform:translateY(-2px);box-shadow:0 10px 28px #0000002e;outline:none}.hero-carousel__btn-icon{width:16px;height:16px;transition:transform .2s ease;flex-shrink:0}.hero-carousel__btn:hover .hero-carousel__btn-icon{transform:translate(4px)}.hero-carousel__contact{position:absolute;z-index:3;padding:3rem 1.5rem;display:flex;flex-direction:column;gap:.35rem;min-width:240px;box-shadow:0 18px 40px #00000026;border-radius:2px;border-left:3px solid #ff7a1a}.hero-carousel__contact--bottom-right{bottom:28.5%;right:1.5rem}.hero-carousel__contact--bottom-left{bottom:1.5rem;left:1.5rem}.hero-carousel__contact--top-right{top:1.5rem;right:1.5rem}.hero-carousel__contact--top-left{top:1.5rem;left:1.5rem}.hero-carousel__contact-label{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero-carousel__contact-number{display:inline-flex;align-items:center;gap:.5rem;font-size:20px;font-weight:800;text-decoration:none;transition:opacity .15s ease}.hero-carousel__contact-number:hover{opacity:.85}.hero-carousel__contact-icon{width:18px;height:18px;flex-shrink:0}.hero-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;background-color:var(--arrow-bg);color:var(--arrow-color);border:none;cursor:pointer;padding:0;transition:transform .2s ease,background-color .2s ease,opacity .2s ease;box-shadow:0 4px 12px #00000026}.hero-carousel__arrow svg{width:22px;height:22px}.hero-carousel__arrow--circle{border-radius:50%}.hero-carousel__arrow--square{border-radius:4px}.hero-carousel__arrow--minimal{background-color:transparent;color:#fff;box-shadow:none}.hero-carousel__arrow:hover{transform:translateY(-50%) scale(1.08)}.hero-carousel__arrow:focus-visible{outline:2px solid var(--dot-active-color);outline-offset:3px}.hero-carousel__arrow--prev.hero-carousel__arrow--inside{left:.2rem}@media(min-width:1200px){.hero-carousel__arrow--prev.hero-carousel__arrow--inside{left:1.5rem}}.hero-carousel__arrow--next.hero-carousel__arrow--inside{right:.2rem}@media(min-width:1200px){.hero-carousel__arrow--next.hero-carousel__arrow--inside{right:1.5rem}}.hero-carousel__arrow--prev.hero-carousel__arrow--outside{left:.5rem}.hero-carousel__arrow--next.hero-carousel__arrow--outside{right:.5rem}.hero-carousel__arrow--bottom{top:auto;bottom:1.25rem;transform:none}.hero-carousel__arrow--bottom:hover{transform:scale(1.08)}.hero-carousel__arrow--prev.hero-carousel__arrow--bottom{left:calc(50% - 60px)}.hero-carousel__arrow--next.hero-carousel__arrow--bottom{right:calc(50% - 60px)}.hero-carousel__dots{position:absolute;z-index:4;display:inline-flex;align-items:center;gap:.5rem;padding:0;margin:0}.hero-carousel__dots--bottom-center{bottom:1.5rem;left:50%;transform:translate(-50%)}.hero-carousel__dots--bottom-left{bottom:1.5rem;left:1.5rem}.hero-carousel__dots--bottom-right{bottom:1.5rem;right:1.5rem}.hero-carousel__dot{width:10px;height:10px;background-color:var(--dot-color);border:none;padding:0;cursor:pointer;opacity:.5;transition:opacity .2s ease,transform .2s ease,background-color .2s ease,width .25s ease}.hero-carousel__dots--circle .hero-carousel__dot{border-radius:50%}.hero-carousel__dots--square .hero-carousel__dot{border-radius:0}.hero-carousel__dots--line .hero-carousel__dot{width:28px;height:3px;border-radius:2px}.hero-carousel__dot:hover{opacity:.85}.hero-carousel__dot.is-active{background-color:var(--dot-active-color);opacity:1}.hero-carousel__dots--circle .hero-carousel__dot.is-active{transform:scale(1.3)}.hero-carousel__dots--line .hero-carousel__dot.is-active{width:44px}.hero-carousel__dot:focus-visible{outline:2px solid var(--dot-active-color);outline-offset:4px}.hero-carousel__empty{display:flex;align-items:center;justify-content:center;height:100%;color:#6b6b6b;font-size:.95rem}.hero-carousel__placeholder{width:100%;height:100%;background-color:#e5e5e5}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(max-width:749px){.hero-carousel__content-wrap{padding:1.5rem 1.25rem}.hero-carousel__buttons{width:100%;flex-direction:column;gap:.625rem}.hero-carousel__btn{width:auto;max-width:fit-content;margin-left:auto;min-width:0;min-height:0;padding:1rem}.hero-carousel__contact{position:static;margin:1rem 1.25rem 0;bottom:auto;right:auto;top:auto;left:auto;min-width:0}.hero-carousel__arrow--inside{display:none}.hero-carousel__arrow{width:40px;height:40px}}@media(prefers-reduced-motion:reduce){.hero-carousel__track,.hero-carousel__slide,.hero-carousel__btn,.hero-carousel__arrow,.hero-carousel__dot,.hero-carousel__content{transition:none!important;animation:none!important}}.hero-carousel__card{display:inline-block;width:100%;box-sizing:border-box}@media(max-width:749px){.hero-carousel__card{padding:14px!important;width:85%}}.hero-carousel__tagline{margin:0 0 1.25rem;font-size:clamp(1.6rem,3vw,2rem);font-weight:700;line-height:1.3}.hero-carousel__features{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin:0;padding:0;list-style:none;font-size:clamp(1.1rem,2vw,1.6rem);font-weight:500}.hero-carousel__features-item{display:inline-flex;align-items:center}.hero-carousel__features-item:not(:last-child):after{content:"";display:inline-block;width:4px;height:4px;margin:0 .75rem;background-color:currentColor;opacity:.7;flex-shrink:0}.hero-carousel__content--text-center .hero-carousel__features{justify-content:center}@media(max-width:768px){.hero-carousel__content--text-center .hero-carousel__features{justify-content:start}}.hero-carousel__content--text-right .hero-carousel__features{justify-content:flex-end}.hero-carousel__buttons--floating{position:absolute;z-index:3;margin-top:0}.hero-carousel__buttons--bottom-right{bottom:1.5rem;right:1.5rem}.hero-carousel__buttons--bottom-left{bottom:1.5rem;left:1.5rem}.hero-carousel__buttons--bottom-center{bottom:1.5rem;left:50%;transform:translate(-50%)}@media(max-width:749px){.hero-carousel__btn--hide-mobile{display:none}.hero-carousel__buttons--bottom-right{bottom:0rem;right:0rem}.hero-carousel__buttons--bottom-right .hero-carousel__btn{margin-bottom:0}.hero-carousel__buttons--bottom-left{bottom:1rem;left:1rem}.hero-carousel__buttons--bottom-center{bottom:1rem}}.hero-carousel__badge{position:absolute;z-index:3;bottom:0;display:flex;align-items:center;gap:1rem;max-width:400px;padding:1.25rem 2rem 1.25rem 1.5rem}@media(min-width:749px)and (max-width:900px){.hero-carousel__badge{max-width:48%}}.hero-carousel__badge--bottom-left{bottom:9px;transform:rotate(-3deg);padding-bottom:27px;left:-2px;clip-path:polygon(0 0,100% 0,calc(100% - 24px) 100%,0 100%);padding-right:3rem}.hero-carousel__badge--bottom-right{right:0;clip-path:polygon(24px 0,100% 0,100% 100%,0 100%);padding-left:3rem}.hero-carousel__badge-icon-wrap{flex-shrink:0;width:60px;height:60px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:2px solid transparent;box-sizing:border-box}.hero-carousel__badge-icon{width:28px;height:28px}.hero-carousel__badge-icon--custom{width:28px;height:28px;object-fit:contain;border-radius:0}.hero-carousel__badge-text{font-size:1.6rem;line-height:1.4;font-weight:600}@media(max-width:1024px){.hero-carousel__badge-text{font-size:1.4rem}}@media(max-width:749px){.hero-carousel__badge--hide-mobile{display:none}}@media(max-width:480px){.hero-carousel__badge{position:static;clip-path:none!important;max-width:none;width:calc(100% - 2.5rem);margin:1rem 1.25rem 0;padding:1.25rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-hero-carousel.css.map */
