.FluidRevealCard-module__MN8w0q__card{--radius:34px;flex:var(--fluid-card-flex,1 0 0);min-width:var(--fluid-card-min-width,0);height:var(--fluid-card-height,auto);padding:var(--fluid-card-padding,160px 0);cursor:pointer;font:inherit;isolation:isolate;touch-action:pan-x pan-y;background:#f6f6f6;border:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.FluidRevealCard-module__MN8w0q__baseLayer,.FluidRevealCard-module__MN8w0q__hoverSvg,.FluidRevealCard-module__MN8w0q__hoverLayer{position:absolute;inset:0}.FluidRevealCard-module__MN8w0q__baseLayer{z-index:1;background:#f6f6f6;justify-content:center;align-items:center;display:flex}.FluidRevealCard-module__MN8w0q__hoverLayer{background:var(--hover-background);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.FluidRevealCard-module__MN8w0q__hoverSvg{z-index:2;width:100%;height:100%;opacity:var(--reveal-alpha,0);pointer-events:none;transition:opacity var(--fade-time,.42s) cubic-bezier(.2, .8, .2, 1);display:block}.FluidRevealCard-module__MN8w0q__icon,.FluidRevealCard-module__MN8w0q__hoverIcon{object-fit:contain;max-width:none;transition:opacity var(--fade-time,.42s) cubic-bezier(.2, .8, .2, 1), filter var(--fade-time,.42s) cubic-bezier(.2, .8, .2, 1), transform var(--grow-time,.56s) cubic-bezier(.18, .9, .22, 1);display:block}.FluidRevealCard-module__MN8w0q__icon{opacity:calc(1 - (.72 * var(--reveal-alpha,0)))}.FluidRevealCard-module__MN8w0q__hoverIcon{filter:brightness(0)invert();opacity:1;position:absolute;transform:scale(1.05)}.FluidRevealCard-module__MN8w0q__hoverContent{color:#ffffffeb;letter-spacing:-.02em;text-align:center;opacity:.86;transition:opacity var(--fade-time,.42s) cubic-bezier(.2, .8, .2, 1), transform var(--grow-time,.56s) cubic-bezier(.18, .9, .22, 1);font-size:18px;font-weight:500;line-height:1;position:absolute;bottom:32px;left:24px;right:24px;transform:translateY(0)}@media (max-width:900px){.FluidRevealCard-module__MN8w0q__card{padding:var(--fluid-card-padding,96px 0)}}@media (max-width:768px){.FluidRevealCard-module__MN8w0q__card{--radius:16px}}@media (max-width:560px){.FluidRevealCard-module__MN8w0q__card{--radius:16px;padding:var(--fluid-card-padding,72px 0)}.FluidRevealCard-module__MN8w0q__hoverContent{display:none}}@media (prefers-reduced-motion:reduce){.FluidRevealCard-module__MN8w0q__hoverLayer,.FluidRevealCard-module__MN8w0q__hoverSvg,.FluidRevealCard-module__MN8w0q__icon,.FluidRevealCard-module__MN8w0q__hoverIcon,.FluidRevealCard-module__MN8w0q__hoverContent{transition:none}}
.FaqAccordion-module__eYhQ9a__list{flex-direction:column;gap:18px;width:min(700px,100%);display:flex}.FaqAccordion-module__eYhQ9a__item{--faq-closed-height:56px;--faq-open-height:180px;min-height:56px;max-height:var(--faq-closed-height);background:var(--faq-item-bg,#f6f6f6);border-radius:60px;padding:0;transition:max-height .34s cubic-bezier(.22,1,.36,1),background-color .24s,border-radius .34s cubic-bezier(.22,1,.36,1);display:block;overflow:hidden}.FaqAccordion-module__eYhQ9a__item[open]{max-height:var(--faq-open-height);background:var(--faq-item-open-bg,#f2f2f2);border-radius:28px}.FaqAccordion-module__eYhQ9a__summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:8px 8px 8px 20px;list-style:none;display:flex}.FaqAccordion-module__eYhQ9a__summary::-webkit-details-marker{display:none}.FaqAccordion-module__eYhQ9a__question{flex:auto;align-items:center;gap:12px;min-width:0;display:flex}.FaqAccordion-module__eYhQ9a__number{color:#787878;width:34px;font-family:var(--description-font);letter-spacing:-.48px;flex-shrink:0;font-size:16px;font-weight:500;line-height:25.6px}.FaqAccordion-module__eYhQ9a__question h3{color:#000;min-width:0;font-family:var(--description-font);letter-spacing:-.72px;margin:0;font-size:18px;font-weight:500;line-height:28.8px}.FaqAccordion-module__eYhQ9a__icon{background:var(--faq-icon-bg,#fff);border-radius:999px;flex-shrink:0;width:40px;height:40px;transition:transform .18s;display:inline-flex;position:relative}.FaqAccordion-module__eYhQ9a__icon:before,.FaqAccordion-module__eYhQ9a__icon:after{content:"";background:#000;border-radius:999px;width:13px;height:2px;transition:opacity .18s,transform .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FaqAccordion-module__eYhQ9a__icon:after{transform:translate(-50%,-50%)rotate(90deg)}.FaqAccordion-module__eYhQ9a__item[open] .FaqAccordion-module__eYhQ9a__icon{transform:rotate(180deg)}.FaqAccordion-module__eYhQ9a__item[open] .FaqAccordion-module__eYhQ9a__icon:after{opacity:0}.FaqAccordion-module__eYhQ9a__item .FaqAccordion-module__eYhQ9a__answer{color:#787878;max-width:570px;font-family:var(--description-font);letter-spacing:normal;opacity:0;margin:-2px 62px 19px 66px;font-size:16px;font-weight:500;line-height:normal;transition:opacity .22s 80ms,transform .24s cubic-bezier(.22,1,.36,1) 80ms;transform:translateY(-4px)}.FaqAccordion-module__eYhQ9a__item[open] .FaqAccordion-module__eYhQ9a__answer{opacity:1;transform:translateY(0)}@media (max-width:560px){.FaqAccordion-module__eYhQ9a__item{--faq-closed-height:64px;--faq-open-height:310px;border-radius:28px;min-height:64px}.FaqAccordion-module__eYhQ9a__summary{min-height:64px;padding:10px 8px 10px 16px}.FaqAccordion-module__eYhQ9a__question{align-items:flex-start;gap:10px}.FaqAccordion-module__eYhQ9a__number{letter-spacing:-.03em;width:30px;padding-top:1px;font-size:14px;line-height:21px}.FaqAccordion-module__eYhQ9a__question h3{letter-spacing:-.04em;font-size:16px;line-height:20.5px}.FaqAccordion-module__eYhQ9a__icon{width:40px;height:40px}.FaqAccordion-module__eYhQ9a__item .FaqAccordion-module__eYhQ9a__answer{letter-spacing:normal;max-width:none;margin:-2px 56px 20px;font-size:15px;line-height:normal}}
.PricingPlansSection-module__KifztG__section{background:#fff;justify-content:center;width:100%;margin-top:6px;padding:96px 0;display:flex}.PricingPlansSection-module__KifztG__sectionPricingPage{margin-top:72px}.PricingPlansSection-module__KifztG__container{flex-direction:column;align-items:center;gap:58px;width:min(1200px,100% - 48px);padding:0 25px;display:flex}.PricingPlansSection-module__KifztG__header{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:20px;width:min(820px,100%);height:auto;display:flex}.PricingPlansSection-module__KifztG__eyebrow{--radius:999px;border-radius:var(--radius);corner-shape:superellipse(2);color:#000;min-height:32px;font-family:var(--description-font);letter-spacing:-.35px;background:#f6f6f6;justify-content:center;align-items:center;padding:5px 12px;font-size:14px;font-weight:500;line-height:21.7px;display:inline-flex}.PricingPlansSection-module__KifztG__header h2{color:#000;letter-spacing:-1.38px;margin:0;font-size:46px;font-weight:500;line-height:52.9px}.PricingPlansSection-module__KifztG__header h2 span{display:block}.PricingPlansSection-module__KifztG__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:min(860px,100%);display:grid}.PricingPlansSection-module__KifztG__column{flex-direction:column;gap:6px;min-width:0;display:flex}.PricingPlansSection-module__KifztG__card{--radius:34px;background:#f6f6f6;flex-direction:column;gap:6px;min-width:0;padding:6px;display:flex;overflow:hidden}.PricingPlansSection-module__KifztG__cardFeatured{background:linear-gradient(38deg,#63baf7 0%,#006dba 65.225%)}.PricingPlansSection-module__KifztG__top,.PricingPlansSection-module__KifztG__features{corner-shape:superellipse(2);background:#fff;border-radius:34px;flex-direction:column;gap:20px;padding:22px;display:flex}.PricingPlansSection-module__KifztG__cardFeatured .PricingPlansSection-module__KifztG__top,.PricingPlansSection-module__KifztG__cardFeatured .PricingPlansSection-module__KifztG__features{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26}.PricingPlansSection-module__KifztG__nameRow{justify-content:space-between;align-items:center;gap:6px;display:flex}.PricingPlansSection-module__KifztG__name{align-items:center;gap:10px;min-width:0;display:flex}.PricingPlansSection-module__KifztG__name span,.PricingPlansSection-module__KifztG__feature>span{color:#000;background:#f6f6f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.PricingPlansSection-module__KifztG__name strong{color:#000;font-family:var(--description-font);letter-spacing:-.48px;white-space:nowrap;font-size:16px;font-weight:500;line-height:25.6px}.PricingPlansSection-module__KifztG__nameRow em{--radius:999px;border-radius:var(--radius);corner-shape:superellipse(2);color:#fff;min-height:30px;font-family:var(--description-font);letter-spacing:-.35px;background:linear-gradient(38deg,#63baf7 0%,#006dba 65.225%);justify-content:center;align-items:center;gap:5px;padding:4px 12px;font-size:14px;font-style:normal;font-weight:500;line-height:21.7px;display:inline-flex}.PricingPlansSection-module__KifztG__cardFeatured .PricingPlansSection-module__KifztG__name span,.PricingPlansSection-module__KifztG__cardFeatured .PricingPlansSection-module__KifztG__feature>span,.PricingPlansSection-module__KifztG__cardFeatured .PricingPlansSection-module__KifztG__nameRow em{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff24}.PricingPlansSection-module__KifztG__titleIcon,.PricingPlansSection-module__KifztG__badgeIcon,.PricingPlansSection-module__KifztG__featureIcon{flex-shrink:0;width:16px;height:16px;display:block}.PricingPlansSection-module__KifztG__badgeIcon{width:14px;height:14px}.PricingPlansSection-module__KifztG__price{align-items:flex-end;gap:5px;display:flex}.PricingPlansSection-module__KifztG__price strong{color:#000;letter-spacing:-1.2px;font-size:40px;font-weight:600;line-height:46px}.PricingPlansSection-module__KifztG__price span{color:#787878;font-family:var(--description-font);letter-spacing:-.375px;font-size:15px;font-weight:500;line-height:23.25px}.PricingPlansSection-module__KifztG__top>p{color:#000;font-family:var(--description-font);letter-spacing:-.375px;margin:-15px 0 0;font-size:15px;font-weight:500;line-height:23.25px}.PricingPlansSection-module__KifztG__feature{align-items:flex-start;gap:16px;display:flex}.PricingPlansSection-module__KifztG__feature>span{color:#000;background:#f6f6f6;border-radius:10px;width:44px;height:44px}.PricingPlansSection-module__KifztG__featureIcon{width:22px;height:22px}.PricingPlansSection-module__KifztG__feature div{min-width:0}.PricingPlansSection-module__KifztG__feature strong{color:#000;letter-spacing:-.375px;font-family:GT Walsheim Pro,GT Walsheim,ui-sans-serif,system-ui,sans-serif;font-size:16px;font-weight:500;line-height:23.25px;display:block}.PricingPlansSection-module__KifztG__feature p{color:#787878;font-family:var(--description-font);letter-spacing:-.375px;margin:0;font-size:15px;font-weight:500;line-height:23.25px}.PricingPlansSection-module__KifztG__cardFeatured .PricingPlansSection-module__KifztG__name strong,.PricingPlansSection-module__KifztG__cardFeatured .PricingPlansSection-module__KifztG__price strong,.PricingPlansSection-module__KifztG__cardFeatured .PricingPlansSection-module__KifztG__top>p,.PricingPlansSection-module__KifztG__cardFeatured .PricingPlansSection-module__KifztG__feature strong{color:#fff}.PricingPlansSection-module__KifztG__cardFeatured .PricingPlansSection-module__KifztG__price span,.PricingPlansSection-module__KifztG__cardFeatured .PricingPlansSection-module__KifztG__feature p{color:#ffffffe6}.PricingPlansSection-module__KifztG__cardFeatured .PricingPlansSection-module__KifztG__feature>span{color:#fff;background:#ffffff2e}.PricingPlansSection-module__KifztG__button{margin-right:var(--section-gap,6px);margin-left:var(--section-gap,6px);color:#fff;min-height:44px;font-family:var(--description-font);letter-spacing:-.48px;cursor:pointer;background:linear-gradient(38deg,#63baf7 0%,#006dba 65.225%);border:0;border-radius:999px;justify-content:center;align-self:stretch;align-items:center;padding:8px 16px;font-size:16px;font-weight:500;line-height:25.6px;text-decoration:none;display:flex}.PricingPlansSection-module__KifztG__columnFeatured .PricingPlansSection-module__KifztG__button{color:#fff;background:linear-gradient(38deg,#63baf7 0%,#006dba 65.225%)}.PricingPlansSection-module__KifztG__modalOverlay{z-index:1000;background:#00000040;justify-content:center;align-items:center;padding:24px 78px;animation:.18s both PricingPlansSection-module__KifztG__modalOverlayIn;display:flex;position:fixed;inset:0}.PricingPlansSection-module__KifztG__modalDialog{--radius:25px;border-radius:var(--radius);background:#fff;flex-direction:column;width:min(760px,100vw - 156px);height:auto;max-height:min(720px,100vh - 48px);animation:.22s both PricingPlansSection-module__KifztG__modalDialogIn;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026}.PricingPlansSection-module__KifztG__modalHeader{border-bottom:1px solid #eff1f4;justify-content:space-between;align-items:center;width:100%;min-height:64px;padding:0 28px;display:flex}.PricingPlansSection-module__KifztG__modalHeader h2{color:#000;letter-spacing:0;margin:0;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:600;line-height:1.2}.PricingPlansSection-module__KifztG__modalContent{flex:1;width:100%;min-height:0;display:flex;overflow:hidden}.PricingPlansSection-module__KifztG__modalMain{flex-direction:column;flex:1;min-width:0;padding:28px;display:flex;overflow:hidden}.PricingPlansSection-module__KifztG__modalCloseButton{color:#4b4b4b;cursor:pointer;background:#fff;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:Inter,system-ui,sans-serif;font-size:26px;font-weight:300;line-height:1;display:inline-flex;position:absolute;top:0;right:-54px;box-shadow:0 10px 24px #0000001f}.PricingPlansSection-module__KifztG__pageList{grid-template-columns:repeat(3,161px);place-content:start flex-start;gap:18px;min-height:0;max-height:calc(100vh - 180px);padding:2px;display:grid;overflow-y:auto}.PricingPlansSection-module__KifztG__pageListState,.PricingPlansSection-module__KifztG__emptyState{color:#666;letter-spacing:-.02em;text-align:center;background:#f6f6f6;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:160px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:400;line-height:1.35;display:flex}.PricingPlansSection-module__KifztG__emptyState{gap:10px;padding:22px}.PricingPlansSection-module__KifztG__emptyState strong{color:#111318;font-size:14px;font-weight:600}.PricingPlansSection-module__KifztG__emptyState p{max-width:320px;margin:0}.PricingPlansSection-module__KifztG__emptyStateButton{color:#fff;background:linear-gradient(38deg,#63baf7 0%,#006dba 65.225%);border-radius:999px;justify-content:center;align-items:center;min-height:40px;margin-top:4px;padding:8px 16px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex}.PricingPlansSection-module__KifztG__billingPageCard{width:161px;color:inherit;box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;gap:0;padding:0;text-decoration:none;transition:transform .16s;display:flex}.PricingPlansSection-module__KifztG__billingPageCard:hover,.PricingPlansSection-module__KifztG__billingPageCard:focus-visible{transform:translateY(-1px)}.PricingPlansSection-module__KifztG__billingPageCard:focus-visible{outline-offset:4px;outline:2px solid #0099ff42}.PricingPlansSection-module__KifztG__billingPagePreview{background:#f7f7f7;border-radius:5px;width:161px;height:195px;transition:background-color .16s;display:block;position:relative;overflow:hidden}.PricingPlansSection-module__KifztG__billingPageImage,.PricingPlansSection-module__KifztG__billingPageImageFallback{border-radius:inherit;object-fit:cover;background:linear-gradient(135deg,#d9efff,#fff3d6);width:100%;height:100%;display:block}.PricingPlansSection-module__KifztG__billingPageImageFallback{pointer-events:none;background:0 0;width:176.659px;height:184.225px;position:absolute;bottom:-50px;right:22px}.PricingPlansSection-module__KifztG__billingPageImageFallback:before{content:"";background:url(/dashboard/empty-page-preview.svg) 50%/100% 100% no-repeat;width:141.98px;height:152.681px;display:block;transform:rotate(-165deg)scaleY(-1)}.PricingPlansSection-module__KifztG__billingPagePlan,.PricingPlansSection-module__KifztG__billingPagePlanPro{color:#999;height:17px;font-family:var(--font-gt-walsheim-pro), Inter, system-ui, sans-serif;letter-spacing:0;box-shadow:none;background:#f6f6f6;border-radius:12px;flex:none;justify-content:center;align-items:center;padding:2px 4px;font-size:12px;font-style:normal;font-weight:400;line-height:normal;display:inline-flex}.PricingPlansSection-module__KifztG__billingPagePlanPro{color:#09f;background:#0099ff26}.PricingPlansSection-module__KifztG__billingPageMeta{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;width:100%;min-width:0;padding-top:8px;font-family:Inter,system-ui,sans-serif;display:flex;position:relative}.PricingPlansSection-module__KifztG__billingPageTitleRow{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;display:grid}.PricingPlansSection-module__KifztG__billingPageTitleRow strong,.PricingPlansSection-module__KifztG__billingPageSubtitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.PricingPlansSection-module__KifztG__billingPageTitleRow strong{color:#18212d;margin:0;font-family:Inter,system-ui,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.PricingPlansSection-module__KifztG__billingPageSubtitle{color:#94a0af;max-width:100%;font-family:Inter,system-ui,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:14px;display:block}@keyframes PricingPlansSection-module__KifztG__modalOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes PricingPlansSection-module__KifztG__modalDialogIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:900px){.PricingPlansSection-module__KifztG__section{padding:72px 0}.PricingPlansSection-module__KifztG__sectionPricingPage{margin-top:56px}.PricingPlansSection-module__KifztG__container{gap:42px;width:min(720px,100% - 32px);padding:0}.PricingPlansSection-module__KifztG__header h2{letter-spacing:-.03em;font-size:36px;line-height:1.06}.PricingPlansSection-module__KifztG__grid{grid-template-columns:1fr;width:min(430px,100%)}}@media (max-width:560px){.PricingPlansSection-module__KifztG__section{padding:72px 0 6px}.PricingPlansSection-module__KifztG__container{gap:36px;width:calc(100% - 24px)}.PricingPlansSection-module__KifztG__eyebrow{min-height:30px;font-size:13px}.PricingPlansSection-module__KifztG__header h2{letter-spacing:-.02em;font-size:24px;line-height:1.12}.PricingPlansSection-module__KifztG__grid{grid-template-columns:1fr;gap:18px;width:100%}.PricingPlansSection-module__KifztG__card{padding:6px}.PricingPlansSection-module__KifztG__top,.PricingPlansSection-module__KifztG__features{padding:18px}.PricingPlansSection-module__KifztG__price strong{font-size:36px;line-height:1.05}.PricingPlansSection-module__KifztG__top>p,.PricingPlansSection-module__KifztG__feature strong,.PricingPlansSection-module__KifztG__feature p{font-size:var(--description-font-size);line-height:var(--description-line-height);letter-spacing:var(--description-letter-spacing)}.PricingPlansSection-module__KifztG__modalOverlay{align-items:center;padding:18px}.PricingPlansSection-module__KifztG__modalDialog{--radius:25px;width:100%;height:auto;max-height:min(680px,100vh - 12px)}.PricingPlansSection-module__KifztG__modalContent{flex-direction:column}.PricingPlansSection-module__KifztG__modalMain{padding:18px}.PricingPlansSection-module__KifztG__modalCloseButton{background:#f6f6f6;width:34px;height:34px;position:static}.PricingPlansSection-module__KifztG__pageList{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.PricingPlansSection-module__KifztG__billingPageCard,.PricingPlansSection-module__KifztG__billingPagePreview{width:100%}.PricingPlansSection-module__KifztG__billingPagePreview{aspect-ratio:161/195;height:auto}}
.blog-module__aLOAoW__blogPage{--section-gap:6px;color:#111318;background:#fff;min-height:100vh;padding:6px;position:relative;overflow-x:clip}.blog-module__aLOAoW__visuallyHidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.blog-module__aLOAoW__blogPanel{--radius:34px;color:#1b1b1b;background:0 0;min-height:520px;margin-top:0;padding:74px 0;overflow:hidden}.blog-module__aLOAoW__blogPanel+#footer{margin-top:6px}.blog-module__aLOAoW__blogClosing{flex-direction:column;gap:6px;min-height:calc(100vh - 12px);margin-top:6px;display:flex}.blog-module__aLOAoW__blogClosing #footer{flex:none;height:955px;min-height:955px;margin-top:0}.blog-module__aLOAoW__featuredArea{width:100%;height:520px;position:relative;overflow:hidden}.blog-module__aLOAoW__featuredTrack{width:100%;height:444px;position:relative}.blog-module__aLOAoW__featuredSlide{--radius:34px;z-index:1;width:min(1160px,100% - 48px);height:444px;color:inherit;opacity:.98;transform:translateX(calc(-50% + var(--slide-offset,0px))) scale(var(--slide-scale,1));will-change:transform;background:#f6f6f6;grid-template-columns:minmax(0,1fr) minmax(320px,1fr);gap:32px;text-decoration:none;transition:transform .72s cubic-bezier(.22,1,.36,1),opacity .52s;display:grid;position:absolute;top:0;left:50%;overflow:hidden}.blog-module__aLOAoW__featuredSlide:focus-visible{outline-offset:4px;outline:2px solid #09f}.blog-module__aLOAoW__featuredSlideactive{--slide-offset:0px;--slide-scale:1;z-index:3}.blog-module__aLOAoW__featuredSlidenext{--slide-offset:1260px;--slide-scale:.92;z-index:1}.blog-module__aLOAoW__featuredSlideprevious{--slide-offset:-1260px;--slide-scale:.92;z-index:1}.blog-module__aLOAoW__featuredImage,.blog-module__aLOAoW__postImage{background:#f6f6f6;min-width:0;height:100%;position:relative;overflow:hidden}.blog-module__aLOAoW__featuredImage{box-sizing:border-box;padding:6px}.blog-module__aLOAoW__postImage{pointer-events:none}.blog-module__aLOAoW__featuredImage img,.blog-module__aLOAoW__postImage img{width:100%;height:100%;display:block}.blog-module__aLOAoW__featuredText{flex-direction:column;justify-content:space-between;min-width:0;padding:30px 30px 30px 0;display:flex}.blog-module__aLOAoW__featuredText h2{color:#1b1b1b;letter-spacing:0;text-wrap:balance;margin:0;font-size:28px;font-weight:400;line-height:30.8px}.blog-module__aLOAoW__featuredText p{color:#4b4b4b;letter-spacing:-.01em;max-width:430px;margin:14px 0 0;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.38}.blog-module__aLOAoW__sliderControls{pointer-events:none;justify-content:space-between;width:min(1160px,100% - 48px);display:flex;position:absolute;top:476px;left:50%;transform:translate(-50%)}.blog-module__aLOAoW__arrowButton{color:#fff;cursor:pointer;pointer-events:auto;background:#1d222b;border:0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.blog-module__aLOAoW__dots{justify-content:center;gap:8px;padding:10px 4px 4px;display:flex;position:absolute;bottom:8px;left:39.62%;right:39.62%}.blog-module__aLOAoW__dots button{cursor:pointer;background:#0003;border:0;border-radius:100px;width:36px;height:4px}.blog-module__aLOAoW__dots .blog-module__aLOAoW__dotActive{background:#09f}.blog-module__aLOAoW__blogIntro{width:min(1160px,100% - 48px);margin:0 auto 24px}.blog-module__aLOAoW__blogIntro h1,.blog-module__aLOAoW__blogContent{margin-inline:auto}.blog-module__aLOAoW__blogIntro h1{color:#1b1b1b;letter-spacing:0;margin:0;font-size:42px;font-weight:500;line-height:1.04}.blog-module__aLOAoW__blogContent{width:min(1160px,100% - 48px);margin:64px auto 0}.blog-module__aLOAoW__toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.blog-module__aLOAoW__categoryRow{flex-wrap:wrap;gap:4px;min-width:0;display:flex}.blog-module__aLOAoW__categoryButton,.blog-module__aLOAoW__tag{--radius:100px;border-radius:var(--radius);corner-shape:superellipse(2);color:#1b1b1b;white-space:nowrap;background:0 0;border:1px solid #e3e3e3;justify-content:center;align-items:center;font-family:inherit;font-size:15px;font-weight:400;line-height:1;display:inline-flex}.blog-module__aLOAoW__categoryButton{cursor:pointer;min-height:39px;padding:0 16px}.blog-module__aLOAoW__categoryButton:hover,.blog-module__aLOAoW__categoryButton:focus-visible,.blog-module__aLOAoW__categoryButtonActive{color:#09f;border-color:#09f}.blog-module__aLOAoW__search{color:#1b1b1b59;background:#f6f6f6;border-radius:100px;flex:0 0 254px;align-items:center;min-height:42px;padding-left:14px;display:flex}.blog-module__aLOAoW__search input{color:#1b1b1b;background:0 0;border:0;outline:0;width:100%;min-width:0;height:42px;padding:0 12px 0 10px;font-family:inherit;font-size:18px;line-height:1}.blog-module__aLOAoW__search input::placeholder{color:#c9c8c8}.blog-module__aLOAoW__postsGrid{grid-template-columns:repeat(2,minmax(0,570px));justify-content:center;gap:6px;display:grid}.blog-module__aLOAoW__postCard{--radius:26px;background:#f6f6f6;grid-template-columns:1fr 1fr;height:340px;transition:background-color .18s,box-shadow .18s;display:grid;position:relative;overflow:hidden}.blog-module__aLOAoW__postCardLink{z-index:1;border-radius:inherit;cursor:pointer;position:absolute;inset:0}.blog-module__aLOAoW__postCardLink:focus-visible{outline-offset:-2px;outline:2px solid #09f}.blog-module__aLOAoW__postOpenIcon{z-index:3;color:#fff;opacity:0;pointer-events:none;background:#1b1b1b;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .18s,transform .18s;display:inline-flex;position:absolute;bottom:18px;right:18px;transform:translateY(6px)scale(.86)}.blog-module__aLOAoW__postCard:hover .blog-module__aLOAoW__postOpenIcon,.blog-module__aLOAoW__postCard:focus-within .blog-module__aLOAoW__postOpenIcon{opacity:1;transform:translateY(0)scale(1)}.blog-module__aLOAoW__postText{z-index:2;pointer-events:none;flex-direction:column;justify-content:space-between;min-width:0;padding:30px 24px 24px;display:flex;position:relative}.blog-module__aLOAoW__postText h3{color:#1b1b1b;letter-spacing:0;text-wrap:balance;margin:0;font-size:21px;font-weight:500;line-height:21px}.blog-module__aLOAoW__postText p{color:#4b4b4b;letter-spacing:-.04em;margin:14px 0 0;font-family:Roboto,sans-serif;font-size:15px;font-weight:400;line-height:19px}.blog-module__aLOAoW__tagRow{z-index:2;flex-wrap:wrap;gap:8px;display:flex;position:relative}.blog-module__aLOAoW__tag{background:#fff;border-color:#f0f0f0;min-height:32px;padding:0 14px;font-size:14px}.blog-module__aLOAoW__tagButton{z-index:3;cursor:pointer;pointer-events:auto;position:relative}.blog-module__aLOAoW__tagButton:hover,.blog-module__aLOAoW__tagButton:focus-visible,.blog-module__aLOAoW__tagButtonActive{color:#09f;border-color:#09f}.blog-module__aLOAoW__cover{--radius:inherit;color:#fff;isolation:isolate;background:#09f;width:100%;height:100%;min-height:100%;display:flex;position:relative;overflow:hidden}.blog-module__aLOAoW__cover:before{z-index:-2;content:"";background:#09f;position:absolute;inset:0}.blog-module__aLOAoW__coverImage{z-index:-1;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.blog-module__aLOAoW__cover:after{z-index:0;content:"";pointer-events:none;background:linear-gradient(#0000000f,#00000005),linear-gradient(135deg,#0099ff1f,#fff0);position:absolute;inset:0}.blog-module__aLOAoW__coverprofile:before{background:linear-gradient(102deg,#61b9ff 0%,#09f 54%,#0084f1 100%)}.blog-module__aLOAoW__coverlinks:before{background:linear-gradient(135deg,#09f 0%,#51de79 100%)}.blog-module__aLOAoW__coveranalytics:before{background:linear-gradient(135deg,#09f 0%,#7a8cff 100%)}.blog-module__aLOAoW__coverbusiness:before{background:linear-gradient(135deg,#09f 0%,#ff9f43 100%)}.blog-module__aLOAoW__covercontent:before{background:linear-gradient(135deg,#09f 0%,#ff7ab8 100%)}.blog-module__aLOAoW__coverdesign:before{background:linear-gradient(135deg,#09f 0%,#00d6b3 100%)}.blog-module__aLOAoW__coverTop{z-index:2;width:clamp(96px,24%,150px);position:absolute;top:22px;left:22px}.blog-module__aLOAoW__coverTop img{filter:drop-shadow(0 8px 18px #0054a82e);width:100%;height:auto}.blog-module__aLOAoW__coverCompact .blog-module__aLOAoW__coverTop{width:clamp(78px,34%,118px)}.blog-module__aLOAoW__emptyState{color:#4b4b4b;letter-spacing:-.01em;margin:24px 0 0;font-family:Roboto,sans-serif;font-size:16px;line-height:1.4}.blog-module__aLOAoW__articlePanel{--radius:34px;color:#1b1b1b;background:#f6f6f6;margin-top:0;padding:74px 0 96px;overflow:hidden}.blog-module__aLOAoW__articlePanel+#footer{margin-top:6px}.blog-module__aLOAoW__articleBackLink{color:#1b1b1b;background:#fff;border:1px solid #e3e3e3;border-radius:100px;align-items:center;min-height:39px;margin:0 0 20px calc(50% + min(1160px,100% - 48px)/-2);padding:0 16px;font-size:15px;line-height:1;display:inline-flex}.blog-module__aLOAoW__articleBackLink:hover,.blog-module__aLOAoW__articleBackLink:focus-visible{color:#09f;border-color:#09f}.blog-module__aLOAoW__articleHero{--radius:34px;background:#fff;grid-template-columns:minmax(0,1fr) minmax(320px,1fr);gap:32px;width:min(1160px,100% - 48px);min-height:520px;margin:0 auto;display:grid;overflow:hidden}.blog-module__aLOAoW__articleCover{min-height:520px}.blog-module__aLOAoW__articleHeaderText{flex-direction:column;justify-content:flex-start;padding:22px 0;display:flex}.blog-module__aLOAoW__articleHeaderText h1{color:#1b1b1b;letter-spacing:0;text-wrap:balance;max-width:560px;margin:22px 0 0;font-size:42px;font-weight:400;line-height:1.04}.blog-module__aLOAoW__articleHeaderText p{color:#000;letter-spacing:-.01em;max-width:500px;margin:22px 0 0;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.38}.blog-module__aLOAoW__articleBody{width:min(680px,100% - 48px);margin:56px auto 0}.blog-module__aLOAoW__articleSection+.blog-module__aLOAoW__articleSection,.blog-module__aLOAoW__articleFaq,.blog-module__aLOAoW__relatedArticles{margin-top:34px}.blog-module__aLOAoW__articleSection h2,.blog-module__aLOAoW__articleFaq h2,.blog-module__aLOAoW__relatedArticles h2{color:#1b1b1b;letter-spacing:0;margin:0 0 14px;font-family:Roboto,sans-serif;font-size:25px;font-weight:400;line-height:1.16}.blog-module__aLOAoW__articleBody p,.blog-module__aLOAoW__relatedCard span{color:#1b1b1b;letter-spacing:-.02em;margin:0;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.48}.blog-module__aLOAoW__articleFaq{flex-direction:column;gap:14px;display:flex}.blog-module__aLOAoW__articleFaqAccordion{--faq-item-bg:#fff;--faq-item-open-bg:#fff;--faq-icon-bg:#f2f2f2}.blog-module__aLOAoW__articleFaqAccordion details{--faq-closed-height:76px;--faq-open-height:210px;min-height:var(--faq-closed-height);max-height:var(--faq-closed-height)}.blog-module__aLOAoW__articleFaqAccordion details[open]{max-height:var(--faq-open-height)}.blog-module__aLOAoW__articleFaqAccordion summary{min-height:var(--faq-closed-height)}.blog-module__aLOAoW__articleFaqAccordion summary span,.blog-module__aLOAoW__articleFaqAccordion summary h3,.blog-module__aLOAoW__articleFaqAccordion details>p{font-weight:400}.blog-module__aLOAoW__articleFaqAccordion summary h3{overflow-wrap:anywhere;line-height:1.28}.blog-module__aLOAoW__relatedGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.blog-module__aLOAoW__relatedCard{color:#1b1b1b;background:#fff;flex-direction:column;justify-content:space-between;gap:18px;min-height:150px;padding:18px;text-decoration:none;transition:transform .16s,color .16s;display:flex}.blog-module__aLOAoW__relatedCard:hover,.blog-module__aLOAoW__relatedCard:focus-visible{color:#09f;transform:translateY(-2px)}.blog-module__aLOAoW__relatedCard strong{font-family:Roboto,sans-serif;font-size:17px;font-weight:400;line-height:1.18}.blog-module__aLOAoW__relatedCard span{color:#4b4b4b;font-size:13px;line-height:1.32}@media (max-width:1200px){.blog-module__aLOAoW__postsGrid{grid-template-columns:1fr}}@media (max-width:760px){.blog-module__aLOAoW__blogClosing{min-height:calc(100svh - 12px)}.blog-module__aLOAoW__blogClosing #footer{height:955px;min-height:955px}.blog-module__aLOAoW__blogPanel{--radius:18px;padding:76px 0 32px}.blog-module__aLOAoW__blogIntro{width:calc(100% - 36px);margin-bottom:18px}.blog-module__aLOAoW__blogIntro h1{font-size:38px}.blog-module__aLOAoW__featuredArea{height:auto;padding:0 6px 34px;overflow:visible}.blog-module__aLOAoW__featuredTrack{height:auto}.blog-module__aLOAoW__featuredSlide{--radius:18px;grid-template-columns:1fr;gap:0;width:100%;height:auto;transition:opacity .22s;position:relative;left:auto;transform:none}.blog-module__aLOAoW__featuredSlidenext,.blog-module__aLOAoW__featuredSlideprevious{display:none}.blog-module__aLOAoW__featuredImage{aspect-ratio:1.35}.blog-module__aLOAoW__featuredText{min-height:210px;padding:22px}.blog-module__aLOAoW__featuredText h2{font-size:28px;line-height:30.8px}.blog-module__aLOAoW__featuredText p{font-size:15px}.blog-module__aLOAoW__sliderControls{display:none}.blog-module__aLOAoW__dots{margin-top:18px;padding:0;position:static}.blog-module__aLOAoW__dots button{width:22px}.blog-module__aLOAoW__blogContent{width:calc(100% - 12px);margin-top:36px}.blog-module__aLOAoW__toolbar{flex-direction:column;align-items:stretch}.blog-module__aLOAoW__categoryRow{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.blog-module__aLOAoW__categoryButton{flex:none}.blog-module__aLOAoW__search{flex:none;width:100%}.blog-module__aLOAoW__postCard{--radius:18px;height:auto}.blog-module__aLOAoW__postImage{aspect-ratio:1.18}.blog-module__aLOAoW__postCard{grid-template-columns:1fr}.blog-module__aLOAoW__postText{min-height:230px;padding:22px}.blog-module__aLOAoW__postOpenIcon{width:40px;height:40px;bottom:14px;right:14px}.blog-module__aLOAoW__articlePanel{--radius:18px;padding:76px 0 56px}.blog-module__aLOAoW__articleBackLink{margin-left:6px}.blog-module__aLOAoW__articleHero{--radius:18px;grid-template-columns:1fr;gap:0;width:calc(100% - 12px);min-height:0}.blog-module__aLOAoW__articleCover{aspect-ratio:1.18;min-height:0}.blog-module__aLOAoW__articleHeaderText{padding:24px 22px 34px}.blog-module__aLOAoW__articleHeaderText h1{font-size:42px}.blog-module__aLOAoW__articleHeaderText p{font-size:16px}.blog-module__aLOAoW__articleBody{width:calc(100% - 36px);margin-top:38px}.blog-module__aLOAoW__articleBody p{font-size:16px}.blog-module__aLOAoW__articleSection h2,.blog-module__aLOAoW__articleFaq h2,.blog-module__aLOAoW__relatedArticles h2{font-size:23px}.blog-module__aLOAoW__relatedGrid{grid-template-columns:1fr}}
.pricing-module__dTAyLW__pricingPage{--pricing-width:min(820px, calc(100% - 48px));background:#fff}.pricing-module__dTAyLW__hero{--radius:34px;color:#1b1b1b;text-align:center;background:#f6f6f6;justify-content:center;align-items:center;width:100%;min-height:520px;padding:96px 24px 54px;display:flex;overflow:hidden}.pricing-module__dTAyLW__heroInner{flex-direction:column;align-items:center;width:min(680px,100%);display:flex}.pricing-module__dTAyLW__heroInner h1{color:#1b1b1b;letter-spacing:0;margin:0;font-size:clamp(46px,5vw,72px);font-weight:500;line-height:1.02}.pricing-module__dTAyLW__heroInner p{color:#4b4b4b;max-width:590px;font-family:var(--description-font);letter-spacing:0;margin:18px 0 0;font-size:18px;font-weight:400;line-height:1.4}.pricing-module__dTAyLW__heroPrices{flex-wrap:wrap;justify-content:center;gap:6px;margin-top:28px;display:flex}.pricing-module__dTAyLW__heroPrices span{--radius:999px;border-radius:var(--radius);corner-shape:superellipse(2);color:#1b1b1b;min-height:42px;font-family:var(--description-font);background:#fff;align-items:center;padding:0 16px;font-size:16px;line-height:1;display:inline-flex}.pricing-module__dTAyLW__heroPrices span:last-child{color:#fff;background:#09f}.pricing-module__dTAyLW__faq h2{color:#1b1b1b;letter-spacing:0;margin:0;font-size:32px;font-weight:500;line-height:1.1}.pricing-module__dTAyLW__pricingGuide{--radius:34px;color:#1b1b1b;background:#f6f6f6;width:min(920px,100% - 48px);margin:6px auto 0;padding:48px}.pricing-module__dTAyLW__pricingGuideInner{text-align:center;max-width:760px;margin:0 auto}.pricing-module__dTAyLW__pricingGuide h2{color:#1b1b1b;letter-spacing:0;margin:0;font-size:32px;font-weight:500;line-height:1.1}.pricing-module__dTAyLW__pricingGuide p{color:#4b4b4b;font-family:var(--description-font);letter-spacing:0;margin:20px 0 0;font-size:18px;line-height:1.42}.pricing-module__dTAyLW__faq{color:#1b1b1b;width:min(820px,100% - 48px);margin:88px auto 0}.pricing-module__dTAyLW__faq h2{text-align:center}.pricing-module__dTAyLW__faqAccordion{margin:28px auto 0}.pricing-module__dTAyLW__pricingPage #footer{margin-top:96px}@media (max-width:980px){.pricing-module__dTAyLW__pricingPage{--pricing-width:calc(100% - 24px)}.pricing-module__dTAyLW__hero{--radius:24px;min-height:420px;padding:92px 20px 38px}.pricing-module__dTAyLW__heroInner h1{font-size:clamp(42px,12vw,62px)}.pricing-module__dTAyLW__faq{width:calc(100% - 24px);margin-top:72px}.pricing-module__dTAyLW__pricingGuide{--radius:24px;width:calc(100% - 24px);padding:38px 24px}.pricing-module__dTAyLW__pricingPage #footer{margin-top:72px}}@media (max-width:640px){.pricing-module__dTAyLW__pricingPage{--pricing-width:calc(100% - 12px)}.pricing-module__dTAyLW__hero{--radius:18px;min-height:360px;padding:82px 18px 30px}.pricing-module__dTAyLW__heroInner p{font-size:16px}.pricing-module__dTAyLW__pricingGuide{--radius:18px;width:calc(100% - 12px);padding:34px 18px}.pricing-module__dTAyLW__pricingGuide h2{font-size:28px}.pricing-module__dTAyLW__pricingGuide p{font-size:16px;line-height:1.45}.pricing-module__dTAyLW__heroPrices span{min-height:38px;padding:0 13px;font-size:14px}.pricing-module__dTAyLW__faq h2{font-size:28px}}
