.hero-banner{position:relative;isolation:isolate;background:var(--hero-gradient);padding-top:var(--hero-pad-t-mobile);padding-bottom:var(--hero-pad-b-mobile);padding-inline:16px}.hero--image_overlay{background:var(--fallback-bg)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;overflow:hidden}.hero__bg-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero__bg-image-mobile{display:none}@media (max-width: 767px){.hero__bg-image{display:none}.hero__bg-image-mobile{display:block}}.hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--fallback-bg)}.hero__container_custom{display:flex;align-items:center;flex-direction:column;gap:20px;grid-template-columns:1fr;position:relative;max-width:1440px;margin:0 auto;justify-content:var(--content-alignment)}.hero__bg--video .hero__bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border:0}.hero__bg-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0}@media (max-width: 767px){.hero[data-bg-video-mobile=false] .hero__bg--video .hero__bg-video{display:none}.hero[data-bg-video-mobile=false] .hero__bg-poster{opacity:1}}.hero__content{width:100%;max-width:100%;flex-shrink:0}.hero__heading{margin:0 0 12px}.hero__heading h1,.hero__heading h2,.hero__heading h3,.hero__heading h4,.hero__heading h5,.hero__heading h6,.hero__heading p{color:var(--h-color, #111);text-transform:uppercase;font-weight:600!important;line-height:1.1;text-align:var(--text-align)}.hero__text{margin:0 0 20px}.hero__text h1,.hero__text h2,.hero__text h3,.hero__text h4,.hero__text h5,.hero__text h6,.hero__text p{color:var(--b-color, #333);line-height:1.6;text-align:var(--text-align)}.hero__media{max-width:800px}.hero__media img{max-height:600px;object-fit:cover;object-position:top}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--btn-gap, 12px);align-items:center;justify-content:var(--content-alignment)}.hero__btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid transparent;transition:all .3s;font-weight:600;gap:8px;line-height:1}.hero__btn svg{width:24px;height:24px;transition:all .3s ease}.hero__btn--1{font-size:var(--b1-fs, 14px);background:var(--b1-bg);color:var(--b1-color);border-color:var(--b1-bc);border-radius:var(--b1-br, 10px);padding:var(--b1-pv, 12px) var(--b1-ph, 18px)}.hero__btn--1:hover{background:var(--b1-bg-h);color:var(--b1-color-h);border-color:var(--b1-bc-h);transform:translateY(-5px)}.hero__btn:hover svg{fill:var(--b1-color-h)}.hero__btn--2{font-size:var(--b2-fs, 14px);background:var(--b2-bg);color:var(--b2-color);border-color:var(--b2-bc);border-radius:var(--b2-br, 10px);padding:var(--b2-pv, 12px) var(--b2-ph, 18px)}.hero__btn--2:hover{background:var(--b2-bg-h);color:var(--b2-color-h);border-color:var(--b2-bc-h)}.hero__media{position:relative;width:100%;border-radius:var(--media-radius, 12px);overflow:hidden}.hero__image{opacity:1;width:100%;height:100%;transform:scale(1)}.hero__video{display:none;width:100%;height:auto;aspect-ratio:var(--video-aspect, 16/9);border-radius:12px}.hero__video-wrapper{margin-bottom:40px;position:absolute;width:100%;top:50%;transform:translateY(-50%)}.hero__play{position:absolute;right:50%;bottom:50%;transform:translate(50%,50%);display:grid;place-items:center;width:var(--play-size, 68px);height:var(--play-size, 68px);border-radius:999px;background:var(--play-bg, rgba(0, 0, 0, .25));color:var(--play-color, #111);cursor:pointer;box-shadow:0 7px 20px #00000040;border:0}@media (max-width: 600px){.hero__play{width:70px;height:70px}}span.hero__play-svg{display:flex;justify-content:center;align-items:center}.hero__play-icon{width:60%;height:60%;display:block;background:currentColor}.hero__play[data-icon=triangle] .hero__play-icon{-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M8 5v14l11-7z"/></svg>') no-repeat center/contain;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M8 5v14l11-7z"/></svg>') no-repeat center/contain}.hero__play[data-icon=circle] .hero__play-icon{-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 2a10 10 0 100 20 10 10 0 000-20zm-2 6l8 4-8 4z"/></svg>') no-repeat center/contain;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 2a10 10 0 100 20 10 10 0 000-20zm-2 6l8 4-8 4z"/></svg>') no-repeat center/contain}.hero__play[data-icon=square] .hero__play-icon{-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M8 8h8v8H8z"/></svg>') no-repeat center/contain;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M8 8h8v8H8z"/></svg>') no-repeat center/contain}@media (min-width: 768px){.hero__heading h1,.hero__heading h2,.hero__heading h3,.hero__heading h4,.hero__heading h5,.hero__heading h6,.hero__heading p{font-size:var(--h-size-t)}.hero__content{width:calc(var(--hero-max-d) - 180px)}.hero__text h1,.hero__text h2,.hero__text h3,.hero__text h4,.hero__text h5,.hero__text h6,.hero__text p{font-size:var(--b-size-t)}.hero-banner{padding-left:32px;padding-right:32px}.padding-right{padding-right:0!important}.hero__container_custom{flex-direction:row;gap:32px}}@media (min-width: 1024px){.hero-banner{padding-top:var(--hero-pad-t, 50px);padding-bottom:var(--hero-pad-b, 50px)}.{}}@media (min-width: 1280px){.hero__heading h1,.hero__heading h2,.hero__heading h3,.hero__heading h4,.hero__heading h5,.hero__heading h6,.hero__heading p{font-size:var(--h-size-d)}.hero__text h1,.hero__text h2,.hero__text h3,.hero__text h4,.hero__text h5,.hero__text h6,.hero__text p{font-size:var(--b-size-d)}.hero__content{width:var(--hero-max-d)}.hero__container_custom{gap:var(--hero-gap, 32px)}}@media (max-width: 479px){.hero__heading h1,.hero__heading h2,.hero__heading h3,.hero__heading h4,.hero__heading h5,.hero__heading h6,.hero__heading p{font-size:var(--h-size-m)}.hero__text h1,.hero__text h2,.hero__text h3,.hero__text h4,.hero__text h5,.hero__text h6,.hero__text p{font-size:var(--b-size-m)}}@media (min-width: 1440px){.hero__container_custom.hero-right--full{margin-left:calc((100% - 1440px)/2);max-width:100%!important}}.hero__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:none;z-index:5;transform:translate(-50%,-50%)}.hero__spinner:after{content:"";width:44px;height:44px;border-radius:999px;border:4px solid rgba(255,255,255,.35);border-top-color:#fff;animation:heroSpin .8s linear infinite}@keyframes heroSpin{to{transform:rotate(360deg)}}[data-hero-media]{position:relative}
/*# sourceMappingURL=/cdn/shop/t/58/assets/section-banner.css.map */
