.hero-banner{background-color:#000;position:relative;overflow:hidden}.hero-banner__container{max-width:1400px;margin:0 auto;padding:60px 40px}.hero-banner__content{display:flex;align-items:stretch;gap:32px}.hero-banner__text{flex:0 0 calc(66.666% - 16px);background-color:#ff4912;padding:40px;display:flex;flex-direction:column;align-items:flex-start;gap:32px;border-radius:24px;position:relative;align-self:flex-start}.hero-banner__badge{position:absolute;top:40px;right:40px;background-color:#fff;padding:3px 4px;border-radius:8px;display:flex;align-items:center;justify-content:center}.hero-banner__badge svg{width:80px;height:35px;display:block}.hero-banner__meta{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:500;font-size:14px;line-height:20px;letter-spacing:.1em;color:#ffffffb3;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px}.hero-banner__meta p{margin:0;display:inline;font-size:14px;line-height:20px;font-weight:500}.hero-banner__meta-line{display:flex;align-items:center;gap:16px;margin-bottom:0}.hero-banner__subtitle{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:500;font-size:14px;line-height:20px;color:#fff;text-transform:uppercase;letter-spacing:0}.hero-banner__subtitle p{margin:0;display:inline;font-size:inherit;line-height:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:0}.hero-banner .hero-banner__title,.section-hero-banner .hero-banner__title{margin-bottom:0}.hero-banner .hero-banner__title h1,.hero-banner .hero-banner__title h2,.hero-banner .hero-banner__title h3,.section-hero-banner .hero-banner__title h1,.section-hero-banner .hero-banner__title h2,.section-hero-banner .hero-banner__title h3,.hero-banner .hero-banner__title p{font-size:56px;font-weight:var(--font-heading-weight);line-height:56px;letter-spacing:-.02em;margin:0;color:#fff;text-transform:none;font-family:var(--font-heading-family);font-style:var(--font-heading-style)}.hero-banner__description{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:20px;line-height:1.5;color:#ffffffe6;margin-bottom:0;max-width:480px}.hero-banner__description p{margin:0}.hero-banner__button{display:flex;align-items:center;justify-content:space-between;gap:12px;background-color:#fff;color:#000;padding:14px 28px;border-radius:100px;text-decoration:none;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:500;font-size:16px;line-height:28px;text-transform:uppercase;letter-spacing:0;transition:all .3s ease;min-width:240px}.hero-banner__button:hover{background-color:#ffffffe6;transform:translateY(-2px)}.hero-banner__button svg{width:20px;height:20px}.hero-banner__card-wrapper{flex:0 0 calc(33.333% - 16px);display:flex;align-items:flex-start;justify-content:center}.hero-banner__card{background-color:#1f1f1f;border-radius:24px;padding:40px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;display:flex;flex-direction:column;gap:32px}.hero-banner__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1f1f1fb3;border-radius:24px;z-index:1}.hero-banner__card>*{position:relative;z-index:2}.hero-banner__card-logo{width:100px;height:28px;margin-bottom:0;filter:brightness(0) invert(1)}.hero-banner__card-logo img{width:100%;height:100%;object-fit:contain}.hero-banner__features{display:flex;flex-direction:column;gap:20px;margin-bottom:0}.hero-banner__feature{display:flex;align-items:center;gap:12px;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:20px;color:#fff}.hero-banner__feature-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.hero-banner__feature-icon img,.hero-banner__feature-icon svg{width:24px;height:24px}.hero-banner__card-button{display:flex;padding:16px 24px;justify-content:space-between;align-items:center;gap:10px;align-self:stretch;color:#fff;text-decoration:none;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:500;font-size:16px;line-height:28px;text-transform:uppercase;transition:all .3s ease;border-radius:64px;border:1px solid #FFF;margin-top:auto}.hero-banner__card-button:hover{background-color:#ffffff1a;transform:translateY(-2px)}.hero-banner__card-button img,.hero-banner__card-button svg{width:20px;height:20px}@media (max-width: 1200px){.hero-banner__container{padding:40px 24px}.hero-banner__content{gap:30px}.hero-banner__text{padding:48px 40px}.hero-banner .hero-banner__title h1,.hero-banner .hero-banner__title h2,.hero-banner .hero-banner__title h3,.hero-banner .hero-banner__title p{font-size:48px;line-height:48px}.hero-banner__card{padding:48px 40px;max-width:500px}}@media (max-width: 768px){.hero-banner{background-color:#000}.hero-banner__container{padding:16px}.hero-banner__content{flex-direction:column;min-height:auto;gap:12px}.hero-banner__text{padding:28px 20px;text-align:left;align-items:flex-start;flex:1 1 100%;max-width:100%;gap:20px;border-radius:16px}.hero-banner__badge{top:20px;right:20px;padding:2px 3px;border-radius:6px}.hero-banner__badge svg{width:68px;height:30px}.hero-banner .hero-banner__title h1,.hero-banner .hero-banner__title h2,.hero-banner .hero-banner__title h3,.hero-banner .hero-banner__title p{font-size:36px;line-height:36px}.hero-banner__title{margin-bottom:0}.hero-banner__description{font-size:16px;margin-bottom:0;text-align:left}.hero-banner__card-wrapper{justify-content:center;flex:1 1 100%;width:100%}.hero-banner__card{padding:28px 20px;max-width:100%;height:auto;gap:20px;border-radius:16px;background-color:#1f1f1f}.hero-banner__card:before{background:#1f1f1fb3;border-radius:16px}.hero-banner__features{gap:16px;margin-bottom:0}.hero-banner__feature{font-size:15px}}@media (max-width: 480px){.hero-banner__text{padding:24px 16px}.hero-banner .hero-banner__title h1,.hero-banner .hero-banner__title h2,.hero-banner .hero-banner__title h3,.hero-banner .hero-banner__title p{font-size:28px;line-height:32px}.hero-banner__subtitle{font-size:12px}.hero-banner__description{font-size:16px;line-height:1.4}.hero-banner__button{padding:12px 20px;font-size:13px;width:100%}.hero-banner__card{padding:24px 16px}.hero-banner__feature{font-size:14px}.hero-banner__card-button{padding:12px 20px;font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/custom-hero-banner.css.map */
