.staggered-menu-wrapper{--sm-accent:#5227ff;--sm-toggle-width:auto;--sm-num-opacity:0;z-index:40;width:100%;height:100%;position:relative}.staggered-menu-header{pointer-events:none;z-index:100;background:0 0;flex-flow:row;justify-content:space-between;align-items:center;width:100%;height:72px;padding:0 max(20px,2em);display:flex;position:fixed;top:0;left:0}.staggered-menu-header>*{pointer-events:auto}.sm-logo{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;z-index:101;pointer-events:auto;flex-shrink:0;align-items:center;margin-right:auto;text-decoration:none;transition:opacity .2s;display:flex;position:relative}.sm-logo:hover{opacity:.8}.sm-logo-img{object-fit:contain;width:auto;height:40px;max-height:40px;transition:filter .3s;display:block}.staggered-menu-wrapper[data-open=true] .sm-logo-img{filter:invert()}.sm-toggle{cursor:pointer;color:#e9e9ef;z-index:101;pointer-events:auto;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.3rem;margin-left:auto;font-weight:500;line-height:1;transition:color .3s;display:inline-flex;position:relative;overflow:visible}.staggered-menu-wrapper[data-open=true] .sm-toggle,.staggered-menu-wrapper[data-open=true] .sm-toggle-line{color:#000}.sm-toggle:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid rgba(255,255,255,.667)}.sm-line:last-of-type{margin-top:6px}.sm-toggle-textWrap{white-space:nowrap;height:1em;width:var(--sm-toggle-width,auto);min-width:var(--sm-toggle-width,auto);display:inline-block;position:relative;overflow:hidden}.sm-toggle-textInner{flex-direction:column;line-height:1;display:flex}.sm-toggle-line{color:#5d5d5d;height:1em;line-height:1;display:block}.sm-icon{will-change:transform;flex:0 0 14px;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex;position:relative}.sm-panel-itemWrap{line-height:1;position:relative;overflow:hidden}.sm-icon-line{will-change:transform;background:currentColor;border-radius:2px;width:100%;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sm-line{display:none!important}.staggered-menu-panel{-webkit-backdrop-filter:blur(12px);z-index:10;background:#fff;flex-direction:column;width:max(260px,min(38vw,420px));height:100%;padding:8em 2em 2em;display:flex;position:absolute;top:0;right:0;overflow-y:auto;box-shadow:-8px 0 40px rgba(0,0,0,.15),-4px 0 20px rgba(0,0,0,.1)}[data-position=left] .staggered-menu-panel{left:0;right:auto;box-shadow:8px 0 40px rgba(0,0,0,.15),4px 0 20px rgba(0,0,0,.1)}.sm-prelayers{pointer-events:none;z-index:5;width:max(260px,min(38vw,420px));position:absolute;top:0;bottom:0;right:0}[data-position=left] .sm-prelayers{left:0;right:auto}.sm-prelayer{width:100%;height:100%;position:absolute;top:0;right:0;transform:translate(0)}.sm-panel-inner{flex-direction:column;flex:1;justify-content:flex-start;gap:1.5rem;display:flex}.sm-socials{flex-direction:column;gap:.75rem;margin-top:auto;padding-top:2rem;display:flex}.sm-socials-title{color:var(--sm-accent,red);margin:0;font-size:1rem;font-weight:500}.sm-socials-list{flex-flow:wrap;align-items:center;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.sm-socials-list .sm-socials-link{opacity:1}.sm-socials-list:hover .sm-socials-link{opacity:.35}.sm-socials-list:hover .sm-socials-link:hover{opacity:1}.sm-socials-link:focus-visible{outline:2px solid var(--sm-accent,red);outline-offset:3px}.sm-socials-list:focus-within .sm-socials-link{opacity:.35}.sm-socials-list:focus-within .sm-socials-link:focus-visible{opacity:1}.sm-socials-link{color:#111;padding:2px 0;font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .3s,opacity .3s;display:inline-block;position:relative}.sm-socials-link:hover{color:var(--sm-accent,red)}.sm-panel-title{color:#fff;text-transform:uppercase;margin:0;font-size:1rem;font-weight:600}.sm-panel-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.sm-panel-item{color:#000;cursor:pointer;letter-spacing:-1.5px;text-transform:uppercase;white-space:normal;word-break:break-word;max-width:100%;padding-right:.5em;font-size:max(2.5rem,min(6vw,4.5rem));font-weight:700;line-height:1.05;text-decoration:none;transition:background .25s,color .25s;display:block;position:relative}.staggered-menu-panel .sm-socials-list .sm-socials-link{opacity:1;transition:opacity .3s}.staggered-menu-panel .sm-socials-list:hover .sm-socials-link:not(:hover){opacity:.35}.staggered-menu-panel .sm-socials-list:focus-within .sm-socials-link:not(:focus-visible){opacity:.35}.staggered-menu-panel .sm-socials-list .sm-socials-link:hover{opacity:1}.staggered-menu-panel .sm-socials-list .sm-socials-link:focus-visible{opacity:1}.sm-panel-itemLabel{will-change:transform;transform-origin:50% 100%;display:inline-block}.sm-panel-item:hover{color:var(--sm-accent,#5227ff)}.sm-panel-list[data-numbering]{counter-reset:smItem}.sm-panel-list[data-numbering] .sm-panel-item:after{counter-increment:smItem;content:counter(smItem,decimal-leading-zero);color:var(--sm-accent,#5227ff);letter-spacing:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--sm-num-opacity,0);font-size:18px;font-weight:400;position:absolute;top:.1em;right:2.8em}@media (max-width:1024px){.staggered-menu-panel{z-index:9999;background:#fff;width:100%;height:100dvh;max-height:100dvh;padding:8rem 1.5rem 2rem;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.sm-prelayers{z-index:9998;width:100%;height:100dvh;position:fixed;top:0;bottom:0;left:0;right:0}.staggered-menu-header{z-index:10001}.sm-logo,.sm-toggle{z-index:10002}.staggered-menu-wrapper[data-open=true] .sm-logo{visibility:visible!important;opacity:1!important;display:flex!important}.staggered-menu-wrapper[data-open=true] .sm-logo-img{filter:none;visibility:visible!important;opacity:1!important;width:auto!important;height:40px!important;max-height:40px!important;display:block!important}.sm-panel-item{padding-right:.3em;font-size:max(3rem,min(10vw,5rem))}.sm-panel-list[data-numbering] .sm-panel-item:after{font-size:12px;right:.5em}.sm-panel-list{gap:1rem}}@media (max-width:640px){.staggered-menu-panel{z-index:9999;background:#fff;width:100%;height:100dvh;max-height:100dvh;padding:7rem 1rem 1.5rem;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.sm-prelayers{z-index:9998;width:100%;height:100dvh;position:fixed;top:0;bottom:0;left:0;right:0}.staggered-menu-header{z-index:10001}.sm-logo,.sm-toggle{z-index:10002}.staggered-menu-wrapper[data-open=true] .sm-logo{visibility:visible!important;opacity:1!important;display:flex!important}.staggered-menu-wrapper[data-open=true] .sm-logo-img{filter:none;visibility:visible!important;opacity:1!important;width:auto!important;height:40px!important;max-height:40px!important;display:block!important}.sm-panel-item{letter-spacing:-.5px;font-size:max(2.5rem,min(9vw,4rem))}.sm-panel-list{gap:.8rem}}.staggered-menu-wrapper[data-open=true] .staggered-menu-header{-webkit-backdrop-filter:blur(10px);background:rgba(255,255,255,.9)}
.staggered-menu-wrapper.mobile-menu-wrapper{z-index:9999;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.staggered-menu-wrapper.mobile-menu-wrapper .staggered-menu-header,.staggered-menu-wrapper.mobile-menu-wrapper button,.staggered-menu-wrapper.mobile-menu-wrapper .staggered-menu-panel,.staggered-menu-wrapper.mobile-menu-wrapper .sm-panel-list,.staggered-menu-wrapper.mobile-menu-wrapper .sm-socials{pointer-events:auto}.staggered-menu-wrapper.mobile-menu-wrapper .sm-logo{display:none}html,body{max-width:100vw;overflow-x:hidden}body.menu-open{overflow:hidden}
.HeroSection-module__YGMWTW__hero{contain:layout style;width:100%;position:relative;overflow:hidden;transform:translateZ(0)}.HeroSection-module__YGMWTW__heroInner{z-index:1;grid-template-columns:minmax(0,1fr);align-items:center;gap:max(3rem,min(6vw,5rem));max-width:1200px;margin:0 auto;padding:max(4rem,min(8vw,6rem)) max(1.5rem,min(5vw,2.75rem));display:grid;position:relative}.HeroSection-module__YGMWTW__heroContent{text-align:center;flex-direction:column;align-items:center;gap:max(1.5rem,min(3vw,2.25rem));display:flex}.HeroSection-module__YGMWTW__heroContent h1{margin:0}.HeroSection-module__YGMWTW__heroActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.HeroSection-module__YGMWTW__previewWrapper{justify-content:center;align-items:center;min-height:420px;display:flex;position:relative}.HeroSection-module__YGMWTW__previewCard{-webkit-backface-visibility:hidden;backface-visibility:hidden;flex-direction:column;width:min(100%,520px);display:flex;transform:translateZ(0)}.HeroSection-module__YGMWTW__previewStats{grid-template-columns:minmax(0,1fr);gap:1.5rem;display:grid}.HeroSection-module__YGMWTW__previewStats>div{min-height:150px}@media (min-width:640px){.HeroSection-module__YGMWTW__previewStats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:960px){.HeroSection-module__YGMWTW__heroInner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:max(3rem,min(4vw,4.5rem))}.HeroSection-module__YGMWTW__heroContent{text-align:left;align-items:flex-start}.HeroSection-module__YGMWTW__heroActions{justify-content:flex-start}.HeroSection-module__YGMWTW__previewWrapper{min-height:500px}}
.ProcessSection-module__MMp8aW__section{contain:layout style;width:100%;max-width:1200px;margin:0 auto;padding:max(3rem,min(6vw,4.5rem)) max(1.5rem,min(5vw,2.75rem))}.ProcessSection-module__MMp8aW__stepsGrid{text-align:center;grid-template-columns:minmax(0,1fr);gap:max(1.75rem,min(4vw,2.5rem));display:grid}.ProcessSection-module__MMp8aW__stepCard{flex-direction:column;align-items:center;gap:1rem;display:flex}.ProcessSection-module__MMp8aW__stepCard h3{margin:0}.ProcessSection-module__MMp8aW__stepCard p{max-width:300px;margin:0}@media (min-width:640px){.ProcessSection-module__MMp8aW__stepsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:960px){.ProcessSection-module__MMp8aW__stepsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.dashboard-module__dgeMKW__dashboardContainer{border-radius:24px;padding:max(1.25rem,min(4vw,2rem))}.dashboard-module__dgeMKW__header{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.dashboard-module__dgeMKW__headerContent{align-items:center;gap:1rem;display:flex}.dashboard-module__dgeMKW__headerActions{flex-wrap:wrap;gap:1rem;display:flex}.dashboard-module__dgeMKW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.dashboard-module__dgeMKW__chartsGrid{grid-template-columns:minmax(0,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.dashboard-module__dgeMKW__lineChartCard,.dashboard-module__dgeMKW__doughnutCard{grid-column:span 12}.dashboard-module__dgeMKW__bottomGrid{grid-template-columns:minmax(0,1fr);gap:1.5rem;display:grid}.dashboard-module__dgeMKW__activityCard,.dashboard-module__dgeMKW__barChartCard{grid-column:span 12}.dashboard-module__dgeMKW__activityTableWrapper{overflow-x:auto}@media (min-width:768px){.dashboard-module__dgeMKW__header{flex-direction:row;justify-content:space-between;align-items:flex-start}.dashboard-module__dgeMKW__headerActions{justify-content:flex-end}}@media (min-width:960px){.dashboard-module__dgeMKW__chartsGrid,.dashboard-module__dgeMKW__bottomGrid{grid-template-columns:repeat(12,minmax(0,1fr))}}.dashboard-module__dgeMKW__doughnutCenter{text-align:center;margin-top:-20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:768px){.dashboard-module__dgeMKW__doughnutCenter{margin-top:0;transform:translate(-50%,calc(-50% - 10px))}}@media (min-width:1200px){.dashboard-module__dgeMKW__lineChartCard{grid-column:span 8}.dashboard-module__dgeMKW__doughnutCard{grid-column:span 4}.dashboard-module__dgeMKW__activityCard{grid-column:span 8}.dashboard-module__dgeMKW__barChartCard{grid-column:span 4}}
.FeaturesSection-module___Q44mG__section{contain:layout style;background:#f5f5f7;border-top:1px solid #e5e5e7;border-bottom:1px solid #e5e5e7;width:100%;padding:max(4rem,min(8vw,6rem)) max(1.5rem,min(5vw,3rem))}.FeaturesSection-module___Q44mG__sectionInner{flex-direction:column;gap:max(2.5rem,min(6vw,3.5rem));max-width:1200px;margin:0 auto;display:flex}.FeaturesSection-module___Q44mG__sectionHeading{text-align:center;flex-direction:column;gap:1rem;display:flex}.FeaturesSection-module___Q44mG__featuresGrid{grid-template-columns:minmax(0,1fr);gap:max(1.75rem,min(4vw,2.5rem));display:grid}@media (min-width:768px){.FeaturesSection-module___Q44mG__sectionHeading{gap:1.25rem}.FeaturesSection-module___Q44mG__featuresGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.FeaturesSection-module___Q44mG__featuresGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
