.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--transparent{background:0 0}.navbar--light .navbar__logo-icon{color:#fff}.navbar--light .navbar__link,.navbar--light .navbar__about-badge{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff2e;border:1px solid #ffffff59}.navbar--light .navbar__link:hover{background:#ffffff3d}.navbar--light .navbar__link--plain{color:#fff;background:0 0}.navbar--light .navbar__link--plain:hover,.navbar--light .navbar__srvzr-link:hover{color:#fff;background:#ffffff24}.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__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;height:32px;margin-left:4px;padding:0 12px;font-size:18px;text-decoration:none;display:flex}.navbar__link:hover{background:var(--gray2)}.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(--sub-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(--sub-text);background:#0000000f}.navbar__dropdown-group:hover .navbar__srvzr-link{color:var(--sub-text)}.navbar__dropdown{visibility:hidden;opacity:0;pointer-events:none;border-radius:10px;flex-direction:column;gap:6px;width:max-content;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:4px;transform:translateY(-6px)}.navbar__dropdown--right{left:4px;right:auto}.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;width:max-content;height:auto;min-height:32px;margin-left:0;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-icon{flex-shrink:0;width:auto;height:18px}.navbar__dropdown-icon--img{object-fit:contain;filter:brightness(0)saturate();width:18px;height:18px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .navbar__dropdown-icon--img,:root:not([data-theme=light]) .nav-modal__item-icon--img{filter:brightness(0)saturate()invert()}}[data-theme=dark] .navbar__dropdown-icon--img,[data-theme=dark] .nav-modal__item-icon--img{filter:brightness(0)saturate()invert()}[data-theme=light] .navbar__dropdown-icon--img,[data-theme=light] .nav-modal__item-icon--img{filter:brightness(0)saturate()}.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__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-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: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}}@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;min-height:22px;margin-bottom:20px;padding-left:8px;font-size:13px;font-weight:700;display:flex}.nav-modal__section-title-logo{width:auto;height:18px;display:block}.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-icon--img{object-fit:contain}.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}
.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__card{padding:.72rem}.PricingPlans-module__4dG_GW__planButton{font-size:.98rem}.PricingPlans-module__4dG_GW__kicker{font-size:1.05rem}}
.SiteFooter-module__Sxnovq__footer{background:var(--best-gray);border-top:1px solid var(--shadow);padding:4rem 1.5rem 2rem}@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}.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(--gray4);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(--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(--text);font-size:.9375rem;font-weight:700;text-decoration:none;transition:opacity .2s}.SiteFooter-module__Sxnovq__linkGrey{color:var(--gray4);font-weight:400}.SiteFooter-module__Sxnovq__link:hover{opacity:.7}.SiteFooter-module__Sxnovq__bottom{border-top:1px solid var(--shadow);padding-top:2rem}.SiteFooter-module__Sxnovq__copyright{color:var(--gray4);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}
.PricingPage-module__WakrgG__page{background:var(--main-background);width:100%;min-height:100vh}.PricingPage-module__WakrgG__hero{padding:1.7rem 1rem .4rem}.PricingPage-module__WakrgG__heroInner{text-align:center;width:100%;max-width:1240px;margin:80px auto 0}.PricingPage-module__WakrgG__title{font-family:var(--font-montserrat,Montserrat,sans-serif);letter-spacing:-.02em;color:#000;margin:0;font-size:clamp(1.6rem,4vw,3rem);font-style:italic;font-weight:900;line-height:1.04}.PricingPage-module__WakrgG__studentSection{padding:0 1rem 3.2rem}.PricingPage-module__WakrgG__studentInner{grid-template-columns:minmax(280px,420px) 1fr;align-items:center;gap:2rem;width:100%;max-width:1240px;margin:0 auto;display:grid}.PricingPage-module__WakrgG__studentImageWrap{background:#ddd;border-radius:34px;overflow:hidden}.PricingPage-module__WakrgG__studentImage{object-fit:cover;width:100%;height:100%;display:block}.PricingPage-module__WakrgG__studentContent{flex-direction:column;align-items:flex-start;display:flex}.PricingPage-module__WakrgG__studentPlanRow{font-family:var(--font-rounded),sans-serif;color:#111;align-items:center;gap:.45rem;margin:0;font-weight:800;display:inline-flex}.PricingPage-module__WakrgG__studentPlanMark{font-size:1.5rem}.PricingPage-module__WakrgG__studentAmp{color:#666;font-size:1rem}.PricingPage-module__WakrgG__studentPlanMarkBzns{align-items:center;gap:.3rem;font-size:1.5rem;display:inline-flex}.PricingPage-module__WakrgG__studentPlanMarkBzns img{width:18px;height:18px}.PricingPage-module__WakrgG__studentTitle{font-family:var(--font-montserrat,Montserrat,sans-serif);letter-spacing:-.02em;color:#000;margin:.45rem 0 0;font-size:clamp(2rem,5vw,4rem);font-style:italic;font-weight:900;line-height:1}.PricingPage-module__WakrgG__studentSub{font-family:var(--font-rounded),sans-serif;color:#8c8c8c;margin:.6rem 0 0;font-size:1.9rem;font-weight:700}.PricingPage-module__WakrgG__studentIncludes{background:var(--best-gray);border:1px solid var(--shadow);border-radius:20px;width:100%;margin-top:1rem;padding:.9rem}.PricingPage-module__WakrgG__studentIncludes p{font-family:var(--font-rounded),sans-serif;color:#8a8a8a;margin:0;font-size:1.22rem;font-weight:700}.PricingPage-module__WakrgG__studentPills{flex-wrap:wrap;gap:.5rem;margin-top:.55rem;display:flex}.PricingPage-module__WakrgG__studentPills span{background:var(--main-background);border:1px solid var(--shadow);color:#8c8c8c;font-family:var(--font-rounded),sans-serif;border-radius:11px;align-items:center;padding:.42rem .62rem;font-size:1.12rem;font-weight:700;display:inline-flex}.PricingPage-module__WakrgG__studentTerms{font-family:var(--font-rounded),sans-serif;color:#8c8c8c;margin:.8rem 0 0;font-size:1.12rem;font-weight:700}.PricingPage-module__WakrgG__studentCta{color:#fff;font-family:var(--font-rounded),sans-serif;background:#1f1f21;border-radius:999px;align-items:center;gap:.55rem;margin-top:.45rem;padding:.58rem .9rem;font-size:1.18rem;font-weight:800;text-decoration:none;display:inline-flex}.PricingPage-module__WakrgG__studentCtaIcon{background:var(--main-background);border:1px solid #ffffff40;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;line-height:1;display:inline-flex}.PricingPage-module__WakrgG__studentCtaIcon svg{width:12px;height:12px}@media (max-width:700px){.PricingPage-module__WakrgG__hero{padding-top:1.4rem}.PricingPage-module__WakrgG__studentInner{grid-template-columns:1fr}.PricingPage-module__WakrgG__studentImageWrap{border-radius:24px}.PricingPage-module__WakrgG__studentSub{font-size:1.15rem}.PricingPage-module__WakrgG__studentPills span{font-size:.78rem}.PricingPage-module__WakrgG__studentTerms{font-size:.8rem}.PricingPage-module__WakrgG__studentCta{font-size:.95rem}}
