.mhero{--mh-color-rating: rgba(255, 255, 255, .9);--mh-color-guarantee: rgba(255, 255, 255, .82);--mh-overlay-start: rgba(4, 6, 12, var(--mh-overlay-opacity, .62));--mh-overlay-end: rgba(4, 6, 12, .1);--mh-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--mh-pad-x: clamp(1.5rem, 5vw, 5rem);--mh-pad-y: clamp(2.5rem, 6vh, 4.5rem);position:relative;width:100%;height:var(--mh-height, clamp(480px, 90vh, 820px));overflow:hidden;display:flex;align-items:flex-end;font-family:var(--mh-font)}.mhero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center 30%;background-repeat:no-repeat;transform:scale(1.04);animation:mhero-settle 1.8s cubic-bezier(.22,1,.36,1) forwards;will-change:transform}@keyframes mhero-settle{0%{transform:scale(1.08)}to{transform:scale(1)}}.mhero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,var(--mh-overlay-start) 0%,var(--mh-overlay-end) 70%)}.mhero__inner{position:relative;z-index:2;display:flex;flex-direction:column;gap:1.25rem;padding:var(--mh-pad-y) var(--mh-pad-x);max-width:780px;animation:mhero-fadein .9s ease .25s both}@keyframes mhero-fadein{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.mhero__rating{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:var(--mh-color-rating);font-size:.8125rem;letter-spacing:.01em;font-weight:500}.mhero__stars{display:flex;align-items:center;gap:2px}.mhero__star{width:15px;height:15px;color:var(--mh-color-star, #F5C842);flex-shrink:0}.mhero__star--full{fill:var(--mh-color-star, #F5C842)}.mhero__star--half{fill:none}.mhero__star--empty{fill:none;opacity:.35}.mhero__rating-score{font-weight:600;font-size:.875rem;color:var(--mh-color-title, #ffffff)}.mhero__rating-divider{font-weight:400;color:#ffffff80;font-size:.8125rem}.mhero__rating-count{color:#ffffff8c;font-size:.78rem;font-weight:400}.mhero__title{font-size:clamp(2.1rem,5vw,3.6rem);font-weight:600;line-height:1.09;letter-spacing:-.025em;color:var(--mh-color-title, #ffffff);max-width:18ch;margin:0}.mhero__subtitle{display:inline-block;font-size:var(--mh-subtitle-size, .875rem);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--mh-color-star, #F5C842);border-left:2px solid var(--mh-color-star, #F5C842);padding-left:.6rem;line-height:1.3;text-shadow:0 1px 4px rgba(0,0,0,.9),0 2px 12px rgba(0,0,0,.7);margin-bottom:var(--mh-subtitle-mb, 0rem)}.mhero__footer{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem;margin-top:.25rem}.mhero__cta{display:inline-flex;align-items:center;gap:.55rem;background:var(--mh-color-cta-bg, #ffffff);color:var(--mh-color-cta-text, #0a0a0a);font-size:.875rem;font-weight:600;letter-spacing:.01em;text-decoration:none;border:none;border-radius:6px;padding:.78rem 1.5rem;transition:background .18s ease,transform .15s ease,box-shadow .18s ease;white-space:nowrap;cursor:pointer}.mhero__cta:hover{background:#f0f0f0;transform:translateY(-1px);box-shadow:0 6px 24px #0000002e}.mhero__cta:active{transform:translateY(0);box-shadow:none}.mhero__cta-arrow{width:18px;height:18px;transition:transform .18s ease}.mhero__cta:hover .mhero__cta-arrow{transform:translate(3px)}.mhero__guarantee{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-size:var(--mh-guarantee-size, .8rem);font-weight:700;letter-spacing:.02em;border-radius:6px;padding:.3rem 0rem;text-shadow:0 1px 4px rgba(0,0,0,.95),0 2px 14px rgba(0,0,0,.8);margin-top:var(--mh-guarantee-mt, 0rem)}.mhero__guarantee:hover{opacity:.85}.mhero__guarantee-icon{display:flex;align-items:center;color:var(--mh-color-star, #F5C842);flex-shrink:0}.mhero__guarantee-icon svg{width:15px;height:15px}.mhero__scroll{position:absolute;bottom:1.75rem;right:var(--mh-pad-x);z-index:2;display:flex;flex-direction:column;align-items:center}.mhero__scroll-line{display:block;width:1px;height:52px;background:linear-gradient(to bottom,#ffffff8c,#fff0);animation:mhero-scroll-pulse 2.2s ease-in-out infinite}@keyframes mhero-scroll-pulse{0%,to{opacity:.4;transform:scaleY(.7);transform-origin:top}50%{opacity:1;transform:scaleY(1)}}@media(prefers-reduced-motion:reduce){.mhero__bg,.mhero__inner,.mhero__scroll-line{animation:none}.mhero__cta:hover{transform:none}}@media(max-width:600px){.mhero__title{font-size:clamp(1.75rem,8.5vw,2.4rem)}.mhero__footer{flex-direction:column;align-items:flex-start;gap:.875rem}.mhero__cta{width:100%;justify-content:center}.mhero__scroll{display:none}}.sit-section{background:var(--sit-bg, #f5f7fa);padding-top:var(--sit-pad-top, 56px);padding-bottom:var(--sit-pad-bottom, 56px)}.sit-container{max-width:1280px;margin:0 auto;padding-left:var(--sit-pad-h, 40px);padding-right:var(--sit-pad-h, 40px)}.sit-title{font-size:var(--sit-title-size, 32px);font-weight:var(--sit-title-weight, 800);color:var(--sit-title-color, #111);text-align:center;line-height:1.25;margin-bottom:40px}.sit-title p{margin:0}.sit-slider-wrap{position:relative;padding:0 40px}.sit-track-outer{overflow:hidden}.sit-track{display:flex;gap:var(--sit-gap-desktop, 24px);transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform;cursor:grab}.sit-track:active{cursor:grabbing}.sit-card{flex:0 0 var(--sit-card-width-desk, 32%);border-radius:var(--sit-radius, 16px);overflow:hidden;display:flex;flex-direction:column;background:#fff;transition:transform .3s ease;-webkit-user-select:none;user-select:none}.sit-card:hover{transform:translateY(-5px)}.sit-card__img{width:100%;height:var(--sit-img-height, 280px);overflow:hidden;flex-shrink:0}.sit-card__img img,.sit-card__img svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease;pointer-events:none}.sit-card:hover .sit-card__img img{transform:scale(1.04)}.sit-card__text{background:var(--sit-card-bg, #003676);color:var(--sit-card-text-color, #fff);line-height:1.45;padding:var(--sit-text-padding, 22px);text-align:center;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--sit-card-title-gap, 8px);min-height:var(--sit-text-height, 110px)}.sit-card__title{margin:0;font-size:var(--sit-card-title-size, 17px);font-weight:var(--sit-card-title-weight, 700);color:var(--sit-card-title-color, #ffffff);line-height:1.3}.sit-card__desc{font-size:var(--sit-card-font-size, 14px);font-weight:var(--sit-card-font-weight, 400);color:var(--sit-card-desc-color, rgba(255,255,255,.85));margin:0}.sit-card__desc p{margin:0}.sit-arrow{position:absolute;top:calc(var(--sit-img-height, 280px) / 2);transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--sit-arrow-bg, rgba(255,255,255,.95));color:var(--sit-arrow-color, #003676);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000002e;z-index:10;transition:background .2s,opacity .2s;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.sit-arrow:hover{background:#fff}.sit-arrow:disabled{opacity:.25;cursor:default;pointer-events:none}.sit-arrow--prev{left:0}.sit-arrow--next{right:0}.sit-dots{display:flex;justify-content:center;gap:8px;margin-top:28px;flex-wrap:wrap}.sit-dot{width:10px;height:10px;border-radius:50%;background:var(--sit-dot-inactive, #b0bec5);border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.sit-dot.is-active{background:var(--sit-dot-active, #003676);transform:scale(1.4)}@media screen and (max-width:767px){.sit-slider-wrap{padding:0 24px}.sit-title{font-size:calc(var(--sit-title-size, 32px) * .68);margin-bottom:24px}.sit-track{gap:var(--sit-gap-mobile, 12px)}.sit-card{flex:0 0 var(--sit-card-width-mob, 100%)}.sit-card__img{height:var(--sit-mob-img-height, 220px)}.sit-card__desc{font-size:var(--sit-mob-font-size, 13px)}.sit-arrow{width:36px;height:36px;top:calc(var(--sit-mob-img-height, 220px) / 2)}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
