.blog-widget{--widget-black:#101010;--widget-yellow:#fae79d;background:var(--widget-black);color:#fff;position:relative;text-align:left;font-family:inherit;line-height:1.5}.blog-widget,.blog-widget *,.blog-widget :after,.blog-widget :before{box-sizing:border-box}.blog-widget h2,.blog-widget h3,.blog-widget p{color:inherit;margin:0;padding:0}.blog-widget--inline{margin:48px 0 36px;padding:clamp(28px,5vw,58px);border-radius:14px}.blog-widget--inline h2{font-size:clamp(17.5px,2.1vw,25.2px);line-height:1.16;font-weight:800;margin:6px 20px 28px 0;letter-spacing:-.02em}.blog-widget__description{font-size:clamp(14px,1.19vw,15.4px)}.blog-widget__benefits{margin:30px 0;font-size:clamp(14px,1.19vw,14.7px)}.blog-widget__benefits h3{font-size:inherit;font-weight:800}.blog-widget__benefits ul{list-style:none;margin:5px 0 0;padding:0}.blog-widget__benefits li{display:flex;gap:8px;margin:3px 0;padding:0}.blog-widget__benefits strong{font-weight:800}.blog-widget .blog-widget__prompt{font-weight:800;font-size:clamp(19px,2vw,24px);margin:28px 0}.blog-widget .blog-widget__cta{display:flex;justify-content:center;align-items:center;min-height:60px;padding:16px 20px;width:100%;border-radius:10px;background:var(--widget-yellow);color:#101010;font-size:clamp(19px,2vw,24px);font-weight:800;text-decoration:none;line-height:1.2;text-align:center;transition:background-color .15s ease}.blog-widget .blog-widget__cta:hover{background:#fff1b7;color:#101010}.blog-widget--inline .blog-widget__cta,.blog-widget--inline .blog-widget__prompt{font-size:clamp(14px,1.4vw,16.8px)}.blog-widget__close{position:absolute;z-index:2;top:12px;right:12px;width:40px;height:40px;display:grid;place-items:center;padding:0;background:#101010;border:1px solid #343434;border-radius:50%;color:#fff;font:32px/1 sans-serif;cursor:pointer}.blog-widget--inline .blog-widget__close{width:32px;height:32px;border:0;color:#b3b3b3;background:transparent}.blog-widget a:focus-visible,.blog-widget button:focus-visible{outline:3px solid var(--widget-yellow);outline-offset:4px}.blog-widget .blog-widget__cta:focus-visible{outline-color:#fff}.blog-widget--floating{position:fixed;z-index:900;right:20px;bottom:20px;width:360px;max-width:calc(100vw - 32px);max-height:min(740px,calc(100dvh - 40px));overflow-y:auto;overscroll-behavior:contain;border-radius:10px;border:1px solid #343434;box-shadow:0 16px 60px #0006;animation:blog-widget-enter .2s ease-out}.blog-widget__art{display:block;color:inherit}.blog-widget__art img{display:block;width:100%;height:auto}.blog-widget__offer-heading{padding:26px 22px 20px;text-align:center}.blog-widget__offer-heading h2{color:var(--widget-yellow);font-size:28px;font-weight:800;line-height:1.1}.blog-widget__offer-heading p{font-weight:800;font-size:17px;margin-top:7px}.blog-widget__offer-body{padding:22px 28px 30px}.blog-widget__offer-body h2{font-size:24px;line-height:1.15;font-weight:800}.blog-widget__offer-body .blog-widget__prompt{margin:5px 0 20px;font-size:24px}.blog-widget__offer-body .blog-widget__cta{min-height:52px;border-radius:0;font-size:21px}.blog-widget__sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@keyframes blog-widget-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (max-width:767px){.blog-widget--inline{padding:32px 22px;margin-top:32px}.blog-widget--floating{width:300px;right:12px;bottom:12px;max-height:calc(100dvh - 24px)}.blog-widget__offer-body{padding:20px 22px 24px}.blog-widget__offer-body h2{font-size:21px}}@media (prefers-reduced-motion:reduce){.blog-widget--floating{animation:none}.blog-widget .blog-widget__cta{transition:none}}