:root{--shell-brand: var(--mw-brand-cognac-500, #1F6E69);--shell-brand-300: var(--mw-brand-cognac-300, #76C8C0);--shell-brand-ring: var(--mw-brand-cognac-bright, #45A89F);--shell-ink: var(--mw-brand-cream-900, #1C1A17);--shell-ink-soft: var(--mw-brand-cream-600, #423D36);--shell-line: var(--mw-brand-cream-200, #E8E3DC);--shell-bg: var(--mw-brand-cream-0, #FFFFFF);--shell-foot-bg: #12211F;--shell-foot-ink: #F4F8F7;--shell-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shell-nav-h: 65px}.mw-shell-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:14px 0;border-bottom:1px solid transparent;line-height:normal}.mw-shell-nav:before{content:"";position:absolute;inset:0;z-index:-1;transition:background .25s,backdrop-filter .25s;background:transparent}.mw-shell-nav.scrolled{border-bottom-color:var(--shell-line)}.mw-shell-nav.scrolled:before{background:#ffffffc7;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px)}.mw-shell-nav__inner{max-width:1200px;margin:0 auto;padding:0 28px;padding-left:max(28px,env(safe-area-inset-left,0px));padding-right:max(28px,env(safe-area-inset-right,0px));display:flex;align-items:center;justify-content:space-between;gap:24px}.mw-shell-nav__brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.mw-shell-nav__brand:hover{text-decoration:none}.mw-shell-nav__brand span{font-family:var(--shell-font);font-weight:700;font-size:21px;color:var(--shell-brand);letter-spacing:-.02em}.mw-shell-mark{display:inline-block;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#1f6e69,#2a8a82 40%,#ff7a4d 78%,#ff5e2c);flex-shrink:0;-webkit-background-clip:border-box;background-clip:border-box;-webkit-text-fill-color:initial;vertical-align:middle}.mw-shell-nav__links{display:flex;gap:28px;list-style:none;padding:0;margin:0;font-size:14px}.mw-shell-nav__links a{color:var(--shell-ink-soft);font-weight:500;text-decoration:none;transition:color .15s}.mw-shell-nav__links a:hover,.mw-shell-nav__links a.is-active{color:var(--shell-brand)}.mw-shell-nav__links-auth{display:none}.mw-shell-nav__actions{display:flex;align-items:center;gap:14px}.mw-shell-nav__login{font-size:14px;font-weight:500;color:var(--shell-ink);text-decoration:none}.mw-shell-nav__login:hover{color:var(--shell-brand);text-decoration:none}.mw-shell-nav__burger{display:none;background:none;border:none;cursor:pointer;padding:0;color:var(--shell-ink);width:44px;height:44px;border-radius:8px;align-items:center;justify-content:center}.mw-shell-nav__burger svg{width:22px;height:22px}.mw-shell-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;padding:10px 22px;font-weight:600;font-size:14px;line-height:normal;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;white-space:nowrap}.mw-shell-btn--primary{background:var(--shell-brand);box-shadow:0 6px 16px -6px #1f6e698c}.mw-shell-btn.mw-shell-btn--primary,.mw-shell-btn.mw-shell-btn--primary:hover,.mw-shell-btn.mw-shell-btn--primary:visited{color:#fff}.mw-shell-btn--primary:hover{transform:translateY(-1px);box-shadow:0 10px 22px -8px #1f6e69a6;text-decoration:none}.mw-shell-btn--sm{padding:8px 16px;font-size:13px}body.mw-marketing-page{padding-top:68px}@media(max-width:768px){.mw-shell-nav{padding:10px 0}.mw-shell-nav__links{display:none}.mw-shell-nav__burger{display:inline-flex}.mw-shell-nav.is-open:before{background:var(--shell-bg)}.mw-shell-nav.is-open .mw-shell-nav__links{display:flex;flex-direction:column;gap:0;position:fixed;top:var(--shell-nav-h);left:0;right:0;bottom:0;background:var(--shell-bg);padding:24px 16px;z-index:49;overflow-y:auto;-webkit-overflow-scrolling:touch}.mw-shell-nav.is-open .mw-shell-nav__links li{width:100%;list-style:none}.mw-shell-nav.is-open .mw-shell-nav__links a{display:block;font-size:18px;font-weight:600;padding:16px 8px;min-height:44px;border-bottom:1px solid rgba(0,0,0,.08);color:var(--shell-ink)}}@media(max-width:480px){.mw-shell-nav__inner{padding:0 16px;padding-left:max(16px,env(safe-area-inset-left,0px));padding-right:max(16px,env(safe-area-inset-right,0px))}.mw-shell-nav__login{display:none}.mw-shell-nav__links-auth{display:list-item}}.mw-shell-foot{background:var(--shell-foot-bg);color:#ffffffb3;padding:60px 0 0;line-height:normal}.mw-shell-foot__inner{max-width:1180px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1.4fr 2fr;gap:40px}.mw-shell-foot__logo{font-family:var(--shell-font);font-weight:700;font-size:22px;color:var(--shell-foot-ink);letter-spacing:-.02em}.mw-shell-foot__logo .mw-shell-mark{width:32px;height:32px;margin-right:12px}.mw-shell-foot__brand p{font-size:14px;color:#ffffff8c;margin:12px 0 0;max-width:320px}.mw-shell-foot__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.mw-shell-foot__cols h4{font-size:12px;font-weight:700;color:#ffffffd9;text-transform:uppercase;letter-spacing:.06em;margin:0 0 14px}.mw-shell-foot__cols a{display:block;padding:5px 0;font-size:14px;color:#ffffff8c;text-decoration:none;transition:color .15s}.mw-shell-foot__cols a:hover{color:var(--shell-brand-300);text-decoration:none}.mw-shell-foot__bottom{max-width:1180px;margin:50px auto 0;padding:24px 28px;border-top:1px solid rgba(255,255,255,.08);font-size:12.5px;color:#ffffff8c}@media(max-width:1024px){.mw-shell-foot__inner{grid-template-columns:1fr}}@media(max-width:768px){.mw-shell-foot__cols{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.mw-shell-foot__cols{grid-template-columns:1fr}}.mw-shell-nav a:focus-visible,.mw-shell-nav button:focus-visible,.mw-shell-foot a:focus-visible{outline:2px solid var(--shell-brand);outline-offset:2px}.mw-shell-foot a:focus-visible{outline-color:var(--shell-brand-ring)}@media(prefers-reduced-motion:reduce){.mw-shell-nav,.mw-shell-nav:before,.mw-shell-nav *,.mw-shell-foot *{transition-duration:.01ms!important;transition-delay:0ms!important}.mw-shell-btn--primary:hover{transform:none}}
