.hero-badge:not(.home-hero__badge){position:relative}.hero-badge.hero-badge{display:inline-flex;align-items:center;gap:10px;width:max-content;height:auto;min-height:49px;max-width:100%;padding:3px 15px 3px 3px;border:0;border-radius:46px;background:rgba(255,255,255,.1);box-shadow:none;color:#fff;font-family:var(--font-body);font-size:14px;font-weight:700;letter-spacing:.0714em;line-height:19px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-badge:before{position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.68) 0%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.42) 100%);content:'';pointer-events:none;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude}.hero-badge .hero-badge__icon{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;flex:0 0 43px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' fill='%23E46E00'/%3E%3Cpath d='M19.07 13.37L22.04 19.46L28.13 22.43L22.04 25.4L19.07 31.49L16.1 25.4L10.01 22.43L16.1 19.46L19.07 13.37Z' fill='%23FFFFFF'/%3E%3Cpath d='M27.11 8.75L28.61 11.82L31.68 13.32L28.61 14.82L27.11 17.89L25.61 14.82L22.54 13.32L25.61 11.82L27.11 8.75Z' fill='%23FFFFFF'/%3E%3Cpath d='M27.12 25.54L28.62 28.6L31.69 30.1L28.62 31.61L27.12 34.67L25.62 31.61L22.55 30.1L25.62 28.6L27.12 25.54Z' fill='%23FFFFFF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:100% 100%}.hero-badge__text{min-width:0;white-space:nowrap}@media (max-width:480px){.hero-badge.hero-badge{min-height:36px;gap:6px;padding:3px 12px 3px 3px;font-size:clamp(8.5px,2.25vw,10px);letter-spacing:.02em;line-height:14px}.hero-badge__text{white-space:normal;overflow-wrap:anywhere}.hero-badge .hero-badge__icon{width:30px;height:30px;flex-basis:30px}}