.navbar{z-index:50;background:linear-gradient(to bottom,var(--main-background),transparent);height:80px;font-family:var(--font-rounded),sans-serif;justify-content:flex-start;align-items:center;gap:16px;padding:0 20px;display:flex;position:fixed;top:0;left:0;right:0}.navbar--force-dark{--main-background:#000;--gray1:#161818;--gray2:#222;--gray3:#7e7e7e;--gray4:#7e7e7e;--contrast1:#fff;--text:#fff;--sub-text:#828282;--shadow:#ffffff0d;--boxShadow:0px 3px 15px 5px #ffffff0c;--modalShadow:0 32px 64px -12px #000000e6}.navbar--force-dark .navbar__link--plain:hover,.navbar--force-dark .navbar__srvzr-link:hover{background:#ffffff1a}.navbar__logo-link{flex-shrink:0;align-items:center;gap:.625rem;text-decoration:none;display:flex}.navbar__logo-icon{width:auto;height:28px;color:var(--text);max-width:150px}.navbar__logo-icon--srvzr{max-width:172px;height:32px}.navbar__links{align-items:center;gap:9px;display:none}@media (min-width:1024px){.navbar__links{display:flex}}.navbar__links--mobile{flex-direction:column;align-items:stretch;gap:0;display:flex}.navbar__about-wrap{align-items:center;display:flex;position:relative}.navbar__dropdown-group{align-items:center;gap:0;display:flex;position:relative}.navbar__dropdown-group:after{content:"";height:12px;position:absolute;top:100%;left:0;right:0}.navbar__link{color:var(--main-background);background:var(--text);box-sizing:border-box;white-space:nowrap;border-radius:5px 16px 16px 5px;justify-content:center;align-items:center;gap:6px;height:32px;margin-left:4px;padding:0 12px;font-size:18px;text-decoration:none;display:flex}.navbar__link:hover{background:var(--gray2)}.navbar__link-label{align-items:center;display:inline-flex}.navbar__link-icon{flex-shrink:0;width:auto;height:16px}.navbar__link--active{background:var(--text);color:var(--main-background)}.navbar__about-badge{background:var(--text);color:var(--main-background);cursor:default;-webkit-user-select:none;user-select:none;box-sizing:border-box;white-space:nowrap;border-radius:16px 5px 5px 16px;justify-content:center;align-items:center;height:32px;padding:0 12px;font-size:18px;font-weight:400;display:flex}.navbar__link--plain{color:var(--text);box-sizing:border-box;white-space:nowrap;background:0 0;border-radius:16px;justify-content:center;align-items:center;height:32px;padding:0 12px;font-size:18px;text-decoration:none;transition:background .15s;display:flex}.navbar__link--plain:hover{background:#0000000f}.navbar__link--plain.navbar__link--active{background:var(--text);color:var(--main-background)}.navbar__srvzr-link:hover{color:var(--text);background:#0000000f}.navbar__dropdown-group:hover .navbar__srvzr-link{color:var(--text)}.navbar__dropdown{visibility:hidden;opacity:0;pointer-events:none;border-radius:10px;flex-direction:column;gap:6px;padding-top:4px;transition:opacity .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1),visibility 0s linear .18s;display:flex;position:absolute;top:calc(100% - 2px);left:0;transform:translateY(-6px)}.navbar__dropdown--right{left:auto;right:-35px}.navbar__dropdown-group:hover .navbar__dropdown{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1),visibility linear;transform:translateY(0)}.navbar__dropdown-item{color:var(--text);background:var(--gray1);box-sizing:border-box;white-space:nowrap;border-radius:5px 16px 16px 5px;align-items:center;gap:5px;height:32px;margin-left:4px;padding:5px;font-size:18px;font-weight:400;text-decoration:none;transition:background .12s;display:flex}.navbar__dropdown-item:hover{background:var(--gray2)}.navbar__dropdown--right .navbar__dropdown-item{margin-left:0;margin-right:4px}.navbar__dropdown-icon{flex-shrink:0;width:auto;height:18px}.navbar__search-wrap{box-sizing:border-box;width:320px;height:49px;box-shadow:var(--boxShadow);background-color:var(--main-background);z-index:10;border-radius:999px;flex-flow:row;place-content:center;align-items:center;gap:5px;padding:5px;display:flex;overflow:hidden}.navbar__search{flex:1;align-items:center;gap:8px;height:100%;display:flex}.navbar__search-field{background-color:var(--gray1);border:1px solid var(--gray2);border-radius:17px;flex:1;align-items:center;height:100%;padding:0 4px;display:flex;overflow:hidden}.navbar__search-icon-left{width:32px;height:32px;color:var(--text);opacity:.3;flex-shrink:0;justify-content:center;align-items:center;padding-left:8px;display:flex}.navbar__search-icon-left svg{stroke:currentColor;width:17px;height:17px}.navbar__search-input{height:100%;font-family:var(--font-rounded),sans-serif;color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:0 10px;font-size:16px}.navbar__search-input::placeholder{color:var(--gray4)}.navbar__search-btn{background:var(--text);cursor:pointer;color:var(--main-background);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-right:2px;transition:all .2s cubic-bezier(.22,1,.36,1);animation:.2s cubic-bezier(.22,1,.36,1) btnIn;display:flex}@keyframes btnIn{0%{opacity:0;transform:scale(.8)translate(10px)}to{opacity:1;transform:scale(1)translate(0)}}.navbar__search-btn:hover{background:var(--contrast1);transform:scale(1.05)}.navbar__search-btn svg{width:16px;height:auto}.navbar__right{flex-shrink:0;align-items:center;gap:5px;margin-left:auto;display:flex}.navbar__device-link{background:var(--gray1);height:44px;color:var(--text);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:8px 12px;text-decoration:none;transition:all .2s cubic-bezier(.22,1,.36,1);display:none}.navbar__device-link:hover{background:var(--gray2);transform:scale(1.05)}.navbar__srvzr-open-btn{display:none}@media (min-width:1024px){.navbar__srvzr-open-btn{display:flex}}.navbar__srvzr-open-logo{flex-shrink:0;width:auto;height:16px}.navbar__device-link-icon{width:20px;height:20px}.navbar__device-link-text{white-space:nowrap;margin-left:6px;font-size:12px}@media (max-width:1023px){.navbar__device-link-icon-only{display:flex}}.navbar__device-link--stints-updates{display:flex}.navbar__device-link--stints-swapped{background:var(--main-background);height:49px;box-shadow:var(--boxShadow);color:var(--main-background);padding:5px 14px;position:relative;overflow:hidden}.navbar__device-link--stints-swapped:before{content:"";background:var(--text);border-radius:999px;transition:background-color .2s cubic-bezier(.22,1,.36,1);position:absolute;inset:5px}.navbar__device-link--stints-swapped>*{z-index:1;position:relative}.navbar__device-link--stints-swapped:hover{background:var(--main-background);transform:scale(1.02)}.navbar__device-link--stints-swapped:hover:before{background:var(--contrast1)}.navbar__hamburger-wrap{box-sizing:border-box;background-color:var(--main-background);width:80px;height:49px;box-shadow:var(--boxShadow);z-index:10;border-radius:999px;justify-content:center;align-items:center;padding:5px;display:flex}.navbar__hamburger-wrap--stints-swapped{width:auto;height:auto;box-shadow:none;background:0 0;padding:0}.navbar__hamburger-btn{background:var(--text);cursor:pointer;width:100%;height:100%;color:var(--main-background);border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.22,1,.36,1);display:flex}.navbar__hamburger-btn--stints-swapped{background:var(--gray1);width:44px;height:44px;color:var(--text);border-radius:999px}.navbar__hamburger-btn--stints-swapped:hover{background:var(--gray2);transform:scale(1.05)}.navbar__hamburger-btn--stints-swapped svg{width:19px;height:19px}.navbar__hamburger-btn:hover{background:var(--contrast1);transform:scale(1.02)}.navbar__hamburger-btn svg{width:22px;height:22px}@media (min-width:768px){.navbar__hamburger-wrap{width:100px;height:49px}.navbar__hamburger-wrap--stints-swapped{width:auto;height:auto}}@media (max-width:1023px){.navbar__right .navbar__search-wrap{display:none}}.nav-modal__overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000004d;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.nav-modal__card{background:var(--main-background);width:100%;max-width:680px;height:95vh;box-shadow:var(--modalShadow);border:1px solid var(--shadow);border-radius:40px;flex-direction:column;animation:.4s cubic-bezier(.22,1,.36,1) modalAppear;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.nav-modal__card{max-width:860px;height:85vh}}@keyframes modalAppear{0%{opacity:0;transform:scale(.97)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.nav-modal__header{align-items:center;gap:12px;padding:32px 32px 0;display:flex}.nav-modal__search-container{flex:1}.nav-modal__search-container .navbar__search-wrap{width:100%;max-width:none}.nav-modal__close{background:var(--gray1);cursor:pointer;width:36px;height:36px;color:var(--text);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.nav-modal__close:hover{background:var(--text);color:var(--main-background)}.nav-modal__close svg{width:18px;height:18px}.nav-modal__content{flex:1;padding:32px 32px 48px;overflow-y:auto}@media (max-width:640px){.nav-modal__content{padding:20px 20px 32px}.nav-modal__card{border-radius:32px}}.nav-modal__sections{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:768px){.nav-modal__sections{grid-template-columns:1fr 1fr;gap:40px}}.nav-modal__section-title{color:var(--gray4);text-transform:uppercase;letter-spacing:.12em;align-items:center;margin-bottom:20px;padding-left:8px;font-size:13px;font-weight:700;display:flex}.nav-modal__section-title-logo{width:auto;max-width:160px;height:28px}@media (prefers-color-scheme:dark){.nav-modal__section-title-logo{filter:invert()}}[data-theme=dark] .nav-modal__section-title-logo{filter:invert()}[data-theme=light] .nav-modal__section-title-logo{filter:none}.nav-modal__grid{grid-template-columns:repeat(2,1fr);gap:6px;display:grid}.nav-modal__item{color:var(--text);background:var(--gray1);border:1px solid var(--shadow);border-radius:16px;align-items:center;gap:8px;padding:8px 10px;text-decoration:none;transition:all .2s cubic-bezier(.22,1,.36,1);display:flex}.nav-modal__item:hover{background:var(--gray2);box-shadow:0 4px 12px var(--shadow);border-color:var(--shadow);transform:translateY(-2px)}.nav-modal__item-icon-wrap{background:var(--main-background);width:32px;height:32px;box-shadow:0 2px 6px var(--shadow);border:1px solid var(--shadow);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.nav-modal__item-icon{width:16px;height:16px}.nav-modal__item-label{font-size:14px;font-weight:700;display:block}.nav-modal__item-sub{color:var(--gray4);white-space:nowrap;font-size:11px;display:block}.navbar__device-link-btn{cursor:pointer;font:inherit;appearance:none;border:none}.navbar__device-link:focus-visible,.nav-modal__close:focus-visible,.waitlist-modal__input:focus-visible,.waitlist-modal__submit:focus-visible,.navbar__device-link-btn:focus-visible{outline:2px solid var(--contrast1);outline-offset:2px}.waitlist-modal__overlay{z-index:1100}.waitlist-modal__card{border-radius:36px;width:min(620px,100%);max-width:620px;height:auto;max-height:min(92vh,760px)}.waitlist-modal__header{justify-content:space-between;align-items:center;gap:12px;padding:24px 24px 0;display:flex}.waitlist-modal__badge{background:var(--gray1);border:1px solid var(--shadow);color:var(--text);letter-spacing:.02em;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.waitlist-modal__badge-icon{width:15px;height:15px}.waitlist-modal__body{grid-template-columns:1fr;gap:16px;padding:18px 24px 24px;display:grid;overflow-y:auto}.waitlist-modal__body.is-success{padding:16px 16px 18px;display:block}@media (min-width:760px){.waitlist-modal__body{grid-template-columns:minmax(0,1.1fr) minmax(220px,.9fr);align-items:start;gap:18px}}.waitlist-modal__copy{align-content:start;gap:10px;display:grid}.waitlist-modal__title{letter-spacing:-.03em;margin:0;font-size:clamp(28px,4vw,40px);line-height:.95}.waitlist-modal__text{color:var(--gray4);max-width:44ch;margin:0;font-size:14px;line-height:1.45}.waitlist-modal__phone{border:5px solid var(--text);width:min(100%,240px);min-height:268px;box-shadow:none;transform-origin:50%;background:0 0;border-radius:30px;justify-self:center;place-items:center;padding:5px;display:grid;position:relative;overflow:hidden;transform:rotate(-6deg)}.waitlist-modal__phone-wallpaper{object-fit:cover;border:none;border-radius:20px;width:100%;height:100%;position:absolute;inset:0}.waitlist-modal__phone-pill{background:var(--main-background);border:1px solid var(--shadow);z-index:1;border-radius:999px;align-items:center;gap:6px;width:fit-content;max-width:100%;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 10px 24px #00000024}.waitlist-modal__phone-pill-icon{width:14px;height:14px}.waitlist-modal__form{grid-column:1/-1;gap:8px;display:grid}.waitlist-modal__label{color:var(--gray4);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.waitlist-modal__form-row{background:var(--gray1);border:1px solid var(--shadow);border-radius:999px;align-items:center;gap:8px;padding:6px;transition:border-color .2s cubic-bezier(.22,1,.36,1),box-shadow .2s cubic-bezier(.22,1,.36,1);display:flex;box-shadow:inset 0 1px #ffffff14}.waitlist-modal__form-row:focus-within{border-color:color-mix(in srgb,var(--contrast1)45%,var(--shadow));box-shadow:0 0 0 2px color-mix(in srgb,var(--contrast1)22%,transparent),inset 0 1px 0 #ffffff14}.waitlist-modal__input{min-width:0;height:46px;color:var(--text);appearance:none;box-shadow:none;background:0 0;border:none;border-radius:0;outline:none;flex:1;padding:0 12px;font-size:15px}.waitlist-modal__input::placeholder{color:var(--gray4)}.waitlist-modal__input:focus,.waitlist-modal__input:focus-visible{box-shadow:none;outline:none}.waitlist-modal__submit{background:var(--text);height:46px;color:var(--main-background);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;align-items:center;gap:8px;padding:0 6px 0 16px;font-size:13px;font-weight:700;transition:transform .2s cubic-bezier(.22,1,.36,1),background-color .2s cubic-bezier(.22,1,.36,1);display:inline-flex}.waitlist-modal__submit:hover{background:var(--contrast1);transform:translateY(-1px)}.waitlist-modal__submit:disabled{opacity:.75;cursor:default;transform:none}.waitlist-modal__submit-arrow{background:color-mix(in srgb,var(--main-background)14%,transparent);color:#000;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.waitlist-modal__submit-arrow svg{width:15px;height:15px;display:block}.waitlist-modal__benefits,.waitlist-modal__success{margin:0;font-size:12px;line-height:1.4}.waitlist-modal__error{color:#c43b3b;margin:2px 4px 0;font-size:12px;font-weight:600}.waitlist-modal__benefits{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.waitlist-modal__benefits-label{color:var(--text);margin-right:2px;font-size:12px;font-weight:700;line-height:1.2}.waitlist-modal__benefit-pill{border:1px solid var(--shadow);background:color-mix(in srgb,var(--gray1)78%,transparent);color:var(--gray4);border-radius:999px;align-items:center;padding:7px 11px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.waitlist-modal__success{color:var(--text);background:color-mix(in srgb,var(--gray1)72%,transparent);border:1px solid var(--shadow);border-radius:14px;padding:10px 12px}.waitlist-modal__success-screen{min-height:420px;box-shadow:none;background:0 0;border:none;border-radius:28px;justify-items:center;gap:12px;display:grid;position:relative;overflow:visible}.waitlist-modal__success-card{z-index:1;background:color-mix(in srgb,var(--main-background)94%,white 6%);border:1px solid var(--shadow);border-radius:24px;grid-template-columns:minmax(0,1.1fr) minmax(160px,.9fr);align-items:stretch;gap:14px;width:min(100%,560px);margin:24px;padding:14px;display:grid;position:relative;box-shadow:0 14px 36px #00000014}.waitlist-modal__success-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--gray4);padding:0;font-size:11px;font-weight:700;display:block}.waitlist-modal__success-title{letter-spacing:-.03em;color:var(--text);margin:0;font-size:clamp(30px,4vw,40px);line-height:.95}.waitlist-modal__success-copy{color:var(--gray4);max-width:28ch;margin:0;font-size:14px;line-height:1.4}.waitlist-modal__success-copy-wrap{background:color-mix(in srgb,var(--gray1)60%,transparent);border:1px solid var(--shadow);border-radius:18px;align-content:center;gap:8px;min-width:0;padding:16px;display:grid}.waitlist-modal__success-email-pill{background:color-mix(in srgb,var(--gray1)85%,transparent);border:1px solid var(--shadow);max-width:100%;color:var(--text);border-radius:999px;align-items:center;gap:8px;margin-top:4px;padding:10px 12px;font-size:12px;font-weight:700;display:inline-flex}.waitlist-modal__success-email-pill svg{flex-shrink:0;width:14px;height:14px}.waitlist-modal__success-email-pill span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.waitlist-modal__success-actions{margin-top:6px}.waitlist-modal__success-actions--below{justify-content:center;margin-top:0;display:flex}.waitlist-modal__success-actions--below .waitlist-modal__success-btn{appearance:none;border-radius:999px;justify-content:center;align-items:center;height:34px;min-height:34px;padding:0 12px;font-size:11px;line-height:1;display:inline-flex}.waitlist-modal__success-btn{border:1px solid var(--shadow);background:var(--gray1);color:var(--text);font:inherit;cursor:pointer;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:700}.waitlist-modal__success-btn:hover{background:var(--gray2)}.waitlist-modal__success-visual{border:1px solid var(--shadow);background:var(--gray1);border-radius:18px;place-items:end center;min-height:210px;display:grid;position:relative;overflow:hidden}.waitlist-modal__success-visual-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.03)}.waitlist-modal__success-visual:after{content:"";background:linear-gradient(#00000005,#00000042);position:absolute;inset:0}.waitlist-modal__success-visual-pill{z-index:1;background:color-mix(in srgb,var(--main-background)92%,white 8%);color:var(--text);border:1px solid #ffffff73;border-radius:999px;align-items:center;gap:6px;margin-bottom:40px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex;position:relative;box-shadow:0 10px 20px #0000001f}.waitlist-modal__success-visual-pill-icon{width:14px;height:14px}.waitlist-modal__success-visual-caption{display:none}@media (max-width:640px){.waitlist-modal__card{border-radius:30px}.waitlist-modal__header{padding:18px 18px 0}.waitlist-modal__body{padding:14px 18px 18px}.waitlist-modal__phone{border-width:4px;width:min(100%,188px);min-height:212px;transform:rotate(-4deg)}.waitlist-modal__phone-pill{padding:7px 10px;font-size:11px;bottom:10px}.waitlist-modal__phone-pill-icon{width:13px;height:13px}.waitlist-modal__body.is-success{padding:10px}.waitlist-modal__form-row{border-radius:999px;flex-direction:row;align-items:center;gap:6px;padding:6px}.waitlist-modal__input{height:44px;padding:0 10px}.waitlist-modal__submit{flex-shrink:0;gap:6px;width:auto;height:44px;padding:0 5px 0 12px;font-size:12px}.waitlist-modal__submit-arrow{width:30px;height:30px}.waitlist-modal__submit-arrow svg{width:14px;height:14px}.waitlist-modal__success-screen{border-radius:22px;min-height:380px}.waitlist-modal__success-card{grid-template-columns:1fr;gap:10px;margin:14px;padding:10px}.waitlist-modal__success-copy-wrap{padding:14px}.waitlist-modal__success-visual{order:-1;min-height:180px}.waitlist-modal__success-visual-pill{margin-bottom:34px}}
.PricingPlans-module__4dG_GW__pricing{background:var(--main-background);width:100%;padding:2.25rem .95rem 3rem}.PricingPlans-module__4dG_GW__preview{padding-top:2rem}.PricingPlans-module__4dG_GW__full{padding-top:1.4rem}.PricingPlans-module__4dG_GW__inner{width:100%;max-width:1240px;margin:0 auto}.PricingPlans-module__4dG_GW__kicker{text-align:center;font-family:var(--font-rounded),sans-serif;color:#999;margin:0 0 .65rem;font-size:1.25rem;font-weight:700}.PricingPlans-module__4dG_GW__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem;display:grid}.PricingPlans-module__4dG_GW__card{border:1px solid var(--gray2);background:var(--main-background);min-height:640px;box-shadow:0 2px 8px var(--shadow);border-radius:24px;flex-direction:column;padding:.8rem;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.PricingPlans-module__4dG_GW__card:hover{box-shadow:0 12px 32px var(--shadow);border-color:var(--gray3);transform:translateY(-4px)}.PricingPlans-module__4dG_GW__cardHighlighted{border-color:var(--blue-blue)}.PricingPlans-module__4dG_GW__cardBzns{border-color:var(--gray3);overflow:hidden}.PricingPlans-module__4dG_GW__cardBzns:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fff3,#0000);width:90%;height:100%;animation:2.4s infinite PricingPlans-module__4dG_GW__pricingShimmer;position:absolute;top:0;left:-130%;transform:skew(-20deg)}@keyframes PricingPlans-module__4dG_GW__pricingShimmer{0%{left:-130%}55%{left:150%}to{left:150%}}.PricingPlans-module__4dG_GW__cardTop{background:var(--gray1);border-radius:18px;padding:.9rem .85rem}.PricingPlans-module__4dG_GW__cardHeadRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.PricingPlans-module__4dG_GW__planLogoSrvzr{object-fit:contain;width:auto;height:24px;display:block}.PricingPlans-module__4dG_GW__planLogoBzns{object-fit:contain;width:auto;height:26px;display:block}.PricingPlans-module__4dG_GW__planBznsMark{font-family:var(--font-rounded),sans-serif;color:var(--text);align-items:center;gap:.35rem;font-size:1.5rem;font-weight:800;display:inline-flex}.PricingPlans-module__4dG_GW__planBznsMark span{font-size:1.5rem;line-height:1}.PricingPlans-module__4dG_GW__starMark{font-family:var(--font-rounded),sans-serif;color:var(--text);align-items:center;gap:.35rem;font-size:1.5rem;font-weight:800;display:inline-flex}.PricingPlans-module__4dG_GW__starMark span{font-size:1.5rem;line-height:1}.PricingPlans-module__4dG_GW__popular{font-family:var(--font-rounded),sans-serif;color:var(--blue-blue);background:color-mix(in srgb,var(--blue-blue)18%,#fff 0%);white-space:nowrap;border-radius:999px;padding:.25rem .58rem;font-size:.68rem;font-weight:700}.PricingPlans-module__4dG_GW__idealFor{color:#8c8c8c;font-family:var(--font-rounded),sans-serif;margin:.6rem 0 .35rem;font-size:.84rem;font-weight:600}.PricingPlans-module__4dG_GW__priceRow{justify-content:flex-end;align-items:baseline;gap:.35rem;display:flex}.PricingPlans-module__4dG_GW__price{font-family:var(--font-montserrat,Montserrat,sans-serif);color:var(--text);font-size:clamp(2.1rem,4vw,2.95rem);font-style:italic;font-weight:900;line-height:1}.PricingPlans-module__4dG_GW__priceLabel{font-family:var(--font-rounded),sans-serif;color:var(--sub-text);font-size:.95rem;font-weight:700}.PricingPlans-module__4dG_GW__features{color:var(--sub-text);flex-direction:column;gap:.72rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.PricingPlans-module__4dG_GW__featuresMuted{color:#a3a3a3}.PricingPlans-module__4dG_GW__featureRow{font-family:var(--font-rounded),sans-serif;align-items:flex-start;gap:.6rem;font-size:.92rem;font-weight:700;line-height:1.32;display:flex}.PricingPlans-module__4dG_GW__checkIcon{width:18px;height:18px;color:var(--sub-text);flex-shrink:0;margin-top:.05rem}.PricingPlans-module__4dG_GW__includes{text-align:center;font-family:var(--font-rounded),sans-serif;color:#b2b2b2;margin:auto 0 .55rem;font-size:.7rem;font-weight:700}.PricingPlans-module__4dG_GW__planButton{color:#111;width:100%;font-family:var(--font-rounded),sans-serif;text-align:center;background:#d9d9d9;border-radius:13px;padding:.72rem .95rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:transform .15s,opacity .15s}.PricingPlans-module__4dG_GW__cardHighlighted .PricingPlans-module__4dG_GW__planButton{color:#fff;background:#2c2c2e}.PricingPlans-module__4dG_GW__planButton:hover{opacity:.95;transform:scale(1.01)}.PricingPlans-module__4dG_GW__previewCtaWrap{justify-content:center;margin-top:1rem;display:flex}.PricingPlans-module__4dG_GW__previewCta{color:#fff;font-family:var(--font-rounded),sans-serif;background:#2c2c2e;border-radius:999px;padding:.62rem 1rem;font-size:.88rem;font-weight:700;text-decoration:none}.PricingPlans-module__4dG_GW__addOnsBlock{margin-top:2.3rem}.PricingPlans-module__4dG_GW__addOnsTitle{text-align:center;font-family:var(--font-rounded),sans-serif;color:var(--text);margin:0;font-size:clamp(1.6rem,2.8vw,2.1rem);font-weight:800}.PricingPlans-module__4dG_GW__addOnsSubtitle{text-align:center;font-family:var(--font-rounded),sans-serif;color:var(--sub-text);margin:.3rem 0 1.1rem;font-size:.88rem}.PricingPlans-module__4dG_GW__addOnsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.PricingPlans-module__4dG_GW__addOnCard{border:1px solid var(--gray2);background:var(--main-background);border-radius:16px;padding:1rem 1rem 2.7rem;transition:all .2s;position:relative}.PricingPlans-module__4dG_GW__addOnCard:hover{border-color:var(--blue-blue);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.PricingPlans-module__4dG_GW__addOnHead{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.PricingPlans-module__4dG_GW__addOnHead h4{font-family:var(--font-rounded),sans-serif;color:var(--text);align-items:center;gap:.45rem;margin:0;font-size:1rem;font-weight:800;display:inline-flex}.PricingPlans-module__4dG_GW__addOnTitleIcon{object-fit:contain;opacity:.85;width:16px;height:16px;display:block}.PricingPlans-module__4dG_GW__addOnHead span{font-family:var(--font-rounded),sans-serif;color:#111;font-size:.8rem;font-weight:700}.PricingPlans-module__4dG_GW__addOnIdealFor{font-family:var(--font-rounded),sans-serif;color:#999;margin:.45rem 0 .35rem;font-size:.66rem;font-weight:700}.PricingPlans-module__4dG_GW__addOnFeatures{flex-direction:column;gap:.42rem;margin:0;padding:0;list-style:none;display:flex}.PricingPlans-module__4dG_GW__addOnFeature{font-family:var(--font-rounded),sans-serif;color:var(--sub-text);align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;display:flex}.PricingPlans-module__4dG_GW__addOnFeature .PricingPlans-module__4dG_GW__checkIcon{width:14px;height:14px;margin-top:0}@media (max-width:1120px){.PricingPlans-module__4dG_GW__grid{grid-template-columns:1fr}.PricingPlans-module__4dG_GW__card{min-height:auto}.PricingPlans-module__4dG_GW__addOnsGrid{grid-template-columns:1fr}}@media (max-width:640px){.PricingPlans-module__4dG_GW__pricing{padding:1.8rem .78rem 2.4rem}.PricingPlans-module__4dG_GW__grid{gap:.7rem}.PricingPlans-module__4dG_GW__card{border-radius:18px;padding:.62rem}.PricingPlans-module__4dG_GW__cardTop{border-radius:14px;padding:.72rem}.PricingPlans-module__4dG_GW__idealFor{margin:.4rem 0 .2rem;font-size:.74rem}.PricingPlans-module__4dG_GW__price{font-size:clamp(1.7rem,10vw,2.15rem)}.PricingPlans-module__4dG_GW__priceLabel{font-size:.82rem}.PricingPlans-module__4dG_GW__features{gap:.5rem;margin-top:.75rem}.PricingPlans-module__4dG_GW__featureRow{gap:.45rem;font-size:.84rem;line-height:1.22}.PricingPlans-module__4dG_GW__checkIcon{width:16px;height:16px}.PricingPlans-module__4dG_GW__includes{margin:auto 0 .4rem;font-size:.62rem}.PricingPlans-module__4dG_GW__planButton{border-radius:11px;padding:.62rem .8rem;font-size:.9rem}.PricingPlans-module__4dG_GW__kicker{font-size:1.05rem}}
.SiteFooter-module__Sxnovq__footer{--footer-bg:#f7f7f7;--footer-border:#00000014;--footer-text:#000;--footer-muted:#a7a7a7;background:var(--footer-bg);border-top:1px solid var(--footer-border);padding:4rem 1.5rem 2rem}.SiteFooter-module__Sxnovq__themeLight{--footer-bg:#f7f7f7;--footer-border:#00000014;--footer-text:#000;--footer-muted:#a7a7a7}.SiteFooter-module__Sxnovq__themeDark{--footer-bg:#222;--footer-border:#ffffff0d;--footer-text:#fff;--footer-muted:#7e7e7e}.SiteFooter-module__Sxnovq__themeAuto{--footer-bg:#f7f7f7;--footer-border:#00000014;--footer-text:#000;--footer-muted:#a7a7a7}@media (prefers-color-scheme:dark){.SiteFooter-module__Sxnovq__themeAuto{--footer-bg:#222;--footer-border:#ffffff0d;--footer-text:#fff;--footer-muted:#7e7e7e}}@media (min-width:768px){.SiteFooter-module__Sxnovq__footer{padding:5rem 2.5rem 3rem}}.SiteFooter-module__Sxnovq__inner{max-width:1280px;margin:0 auto}.SiteFooter-module__Sxnovq__top{flex-direction:column;gap:3rem;margin-bottom:4rem;display:flex}@media (min-width:1024px){.SiteFooter-module__Sxnovq__top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.SiteFooter-module__Sxnovq__brand{flex-direction:column;gap:.5rem;display:flex}.SiteFooter-module__Sxnovq__logoWrap{align-items:center;gap:8px;display:flex}.SiteFooter-module__Sxnovq__logo{width:auto;height:28px;display:block}.SiteFooter-module__Sxnovq__logoText{letter-spacing:-.02em;font-family:inherit;font-size:24px;font-weight:700}.SiteFooter-module__Sxnovq__logoTm{vertical-align:super;font-size:10px}.SiteFooter-module__Sxnovq__subBrand{color:var(--footer-muted);font-size:.875rem;font-weight:400}.SiteFooter-module__Sxnovq__nav{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}@media (min-width:768px){.SiteFooter-module__Sxnovq__nav{grid-template-columns:repeat(3,1fr);gap:4rem}}.SiteFooter-module__Sxnovq__col{flex-direction:column;gap:1.25rem;display:flex}.SiteFooter-module__Sxnovq__colTitle{color:var(--footer-text);margin-bottom:.5rem;font-size:1rem;font-weight:700}.SiteFooter-module__Sxnovq__underline{text-underline-offset:4px;text-decoration:underline}.SiteFooter-module__Sxnovq__colLinks{flex-direction:column;gap:.75rem;display:flex}.SiteFooter-module__Sxnovq__link{color:var(--footer-text);font-size:.9375rem;font-weight:700;text-decoration:none;transition:opacity .2s}.SiteFooter-module__Sxnovq__linkGrey{color:var(--footer-muted);font-weight:400}.SiteFooter-module__Sxnovq__link:hover{opacity:.7}.SiteFooter-module__Sxnovq__bottom{border-top:1px solid var(--footer-border);padding-top:2rem}.SiteFooter-module__Sxnovq__copyright{color:var(--footer-muted);text-align:left;font-size:.8125rem}
.SrvzrToolPage-module__mAhVIa__page{background:var(--main-background);min-height:100vh}.SrvzrToolPage-module__mAhVIa__emptySection{width:100%;min-height:70vh}
