.offer-hero{position:relative;width:100%;background-color:var(--offer-hero-image-bg, #111);overflow:hidden}.offer-hero__frame{position:relative;width:100%;aspect-ratio:var(--offer-hero-desktop-ratio, 16 / 9);background-color:var(--offer-hero-image-bg, #111)}.offer-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.offer-hero__media--mobile{display:none}.offer-hero__media--desktop{display:block}.offer-hero__image,.offer-hero__video{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.offer-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f0f0f0}.offer-hero__placeholder-svg{width:100%;height:100%;max-width:420px;max-height:420px}.offer-hero__editor-hint{position:absolute;bottom:12px;font-size:.78rem;color:#888;pointer-events:none;text-align:center}.offer-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--offer-hero-overlay-color, #000);opacity:var(--offer-hero-overlay-opacity, .3);z-index:1;pointer-events:none}.offer-hero__stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:var(--offer-hero-pos-align, center);justify-content:var(--offer-hero-pos-justify, center);padding:var(--offer-hero-pad-desktop, 40px)}.offer-hero__content{width:100%;max-width:var(--offer-hero-content-width, 640px);text-align:var(--offer-hero-text-align, center);display:flex;flex-direction:column;gap:0;transform:translate(var(--offer-hero-nudge-x, 0%),var(--offer-hero-nudge-y, 0%));background-color:var(--offer-hero-box-bg, transparent);opacity:var(--offer-hero-box-opacity, 1);padding-top:var(--offer-hero-box-pad-top, 0px);padding-right:var(--offer-hero-box-pad-right, 0px);padding-bottom:var(--offer-hero-box-pad-bottom, 0px);padding-left:var(--offer-hero-box-pad-left, 0px);border-radius:var(--offer-hero-box-radius-tl, 0px) var(--offer-hero-box-radius-tr, 0px) var(--offer-hero-box-radius-br, 0px) var(--offer-hero-box-radius-bl, 0px);border:var(--offer-hero-box-border-width, 0px) var(--offer-hero-box-border-style, solid) var(--offer-hero-box-border-color, transparent);box-shadow:var(--offer-hero-box-shadow-x, 0px) var(--offer-hero-box-shadow-y, 0px) var(--offer-hero-box-shadow-blur, 0px) var(--offer-hero-box-shadow-spread, 0px) var(--offer-hero-box-shadow-color, transparent);backdrop-filter:blur(var(--offer-hero-box-blur, 0px));-webkit-backdrop-filter:blur(var(--offer-hero-box-blur, 0px))}.offer-hero__badge{display:inline-block;background-color:var(--offer-hero-badge-bg, #fff3e0);color:var(--offer-hero-badge-color, #bf360c);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:8px 14px 4px;border-radius:999px;margin-bottom:10px;width:fit-content;align-self:center}.offer-hero__content[style*=left]>.offer-hero__badge{align-self:flex-start}.offer-hero__content[style*=right]>.offer-hero__badge{align-self:flex-end}.offer-hero__subheading{font-size:var(--offer-hero-sub-size, 13px);line-height:var(--offer-hero-sub-lh, 1.4);color:var(--offer-hero-sub-color, rgba(255,255,255,.85));margin:0 0 var(--offer-hero-sub-spacing, 8px);font-weight:500;letter-spacing:.12em;text-transform:uppercase}.offer-hero__heading{font-size:var(--offer-hero-heading-size, 52px);line-height:var(--offer-hero-heading-lh, 1.12);color:var(--offer-hero-heading-color, #fff);margin:0 0 var(--offer-hero-heading-spacing, 14px);font-weight:700;letter-spacing:-.01em}.offer-hero__text{font-size:var(--offer-hero-text-size, 17px);line-height:var(--offer-hero-text-lh, 1.6);color:var(--offer-hero-text-color, rgba(255,255,255,.9));margin:0 0 var(--offer-hero-text-spacing, 26px)}.offer-hero__text p{margin:0}.offer-hero__buttons{display:flex;flex-wrap:wrap;gap:var(--offer-hero-btn-gap, 12px);justify-content:center}.offer-hero__content{--_btn-justify: center}.offer-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:var(--offer-hero-btn-pad-v, 13px) var(--offer-hero-btn-pad-h, 34px);font-size:var(--offer-hero-btn-size, 15px);font-weight:600;letter-spacing:.02em;text-decoration:none;border-radius:var(--offer-hero-btn-radius, 4px);border:var(--offer-hero-btn-border-w, 2px) solid;cursor:pointer;transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .14s ease,box-shadow .22s ease;position:relative}.offer-hero__btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000002e}.offer-hero__btn:active{transform:translateY(0);box-shadow:none}.offer-hero__btn:focus-visible{outline:3px solid rgba(255,255,255,.9);outline-offset:3px}.offer-hero__btn--primary{background-color:var(--offer-hero-btn-pri-bg, #ffffff);color:var(--offer-hero-btn-pri-color, #000000);border-color:var(--offer-hero-btn-pri-border, #ffffff)}.offer-hero__btn--primary:hover{background-color:var(--offer-hero-btn-pri-bg-h, #f0f0f0);color:var(--offer-hero-btn-pri-col-h, #000000);border-color:var(--offer-hero-btn-pri-brd-h, #f0f0f0)}.offer-hero__btn--secondary{background-color:var(--offer-hero-btn-sec-bg, transparent);color:var(--offer-hero-btn-sec-color, #ffffff);border-color:var(--offer-hero-btn-sec-border, #ffffff)}.offer-hero__btn--secondary:hover{background-color:var(--offer-hero-btn-sec-bg-h, #ffffff);color:var(--offer-hero-btn-sec-col-h, #000000);border-color:var(--offer-hero-btn-sec-brd-h, #ffffff)}.offer-hero__trust{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:center}.offer-hero__trust-item{display:flex;align-items:center;gap:5px;font-size:.8rem;font-weight:500;color:var(--offer-hero-trust-color, rgba(255,255,255,.85))}.offer-hero__trust-item svg{width:var(--offer-hero-trust-icon-size, 16px);height:var(--offer-hero-trust-icon-size, 16px);flex-shrink:0;color:var(--offer-hero-trust-color, rgba(255,255,255,.85))}.offer-hero__trust-img{width:var(--offer-hero-trust-icon-size, 16px);height:var(--offer-hero-trust-icon-size, 16px);object-fit:contain;flex-shrink:0}@media screen and (max-width:749px){.offer-hero__frame{aspect-ratio:var(--offer-hero-mobile-ratio, 750 / 938)}.offer-hero__media--desktop{display:none}.offer-hero__media--mobile{display:block}.offer-hero__stage{padding:var(--offer-hero-pad-mobile, 20px)}.offer-hero__heading{font-size:var(--offer-hero-heading-size-mob, 28px)}.offer-hero__subheading{font-size:var(--offer-hero-sub-size-mob, 11px)}.offer-hero__text{font-size:var(--offer-hero-text-size-mob, 15px)}.offer-hero__buttons{flex-direction:column;align-items:stretch}.offer-hero__btn{width:100%;text-align:center}.offer-hero__trust{flex-direction:column;align-items:center;gap:6px}}
/*# sourceMappingURL=/cdn/shop/t/52/compiled_assets/styles.css.map */
