@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100&display=swap";
.RoiCalculator-module__-VjjpG__container{color:#fff;background:#0d2438;border-radius:12px;width:100%;padding:3rem}.RoiCalculator-module__-VjjpG__header{margin-bottom:2.5rem}.RoiCalculator-module__-VjjpG__title{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.RoiCalculator-module__-VjjpG__subtitle{color:#94a3b8;font-size:1.125rem}.RoiCalculator-module__-VjjpG__calculator{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.RoiCalculator-module__-VjjpG__inputs{flex-direction:column;gap:2rem;display:flex}.RoiCalculator-module__-VjjpG__inputGroup{flex-direction:column;gap:1rem;display:flex}.RoiCalculator-module__-VjjpG__inputGroup label{color:#e2e8f0;font-size:1.125rem}.RoiCalculator-module__-VjjpG__slider{-webkit-appearance:none;background:#1e293b;border-radius:1px;outline:none;width:100%;height:2px}.RoiCalculator-module__-VjjpG__slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#3b82f6;border-radius:50%;width:20px;height:20px;transition:background .2s}.RoiCalculator-module__-VjjpG__slider::-webkit-slider-thumb:hover{background:#2563eb}.RoiCalculator-module__-VjjpG__value{color:#fff;font-size:1.25rem}.RoiCalculator-module__-VjjpG__benefitsGroup{flex-direction:column;gap:1rem;display:flex}.RoiCalculator-module__-VjjpG__benefits{flex-wrap:wrap;gap:.75rem;display:flex}.RoiCalculator-module__-VjjpG__benefitButton{color:#e2e8f0;cursor:pointer;background:#1e293b;border:1px solid #2d3748;border-radius:6px;padding:.75rem 1.25rem;transition:all .2s}.RoiCalculator-module__-VjjpG__benefitButton:hover{background:#2d3748}.RoiCalculator-module__-VjjpG__benefitButton.RoiCalculator-module__-VjjpG__selected{color:#fff;background:#3b82f6;border-color:#3b82f6}.RoiCalculator-module__-VjjpG__results{flex-direction:column;gap:2rem;display:flex}.RoiCalculator-module__-VjjpG__costComparison{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.RoiCalculator-module__-VjjpG__costCard{text-align:center;background:#1e293b;border-radius:8px;padding:1.5rem}.RoiCalculator-module__-VjjpG__costCard h3{color:#94a3b8;margin-bottom:.5rem;font-size:1rem}.RoiCalculator-module__-VjjpG__amount{color:#fff;margin-bottom:.25rem;font-size:2rem;font-weight:600}.RoiCalculator-module__-VjjpG__period{color:#94a3b8;font-size:.875rem}.RoiCalculator-module__-VjjpG__savings{text-align:center;background:#0f766e;border-radius:8px;padding:2rem}.RoiCalculator-module__-VjjpG__savings h3{color:#a7f3d0;margin-bottom:.75rem;font-size:1.125rem}.RoiCalculator-module__-VjjpG__savingsAmount{color:#fff;font-size:2.5rem;font-weight:600}.RoiCalculator-module__-VjjpG__metrics{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem;display:grid}.RoiCalculator-module__-VjjpG__metric{text-align:center;background:#1e293b;border-radius:6px;flex-direction:column;align-items:center;padding:1rem;display:flex}.RoiCalculator-module__-VjjpG__metricValue{color:#fff;margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.RoiCalculator-module__-VjjpG__metricName{color:#94a3b8;margin-bottom:.25rem;font-size:.875rem}.RoiCalculator-module__-VjjpG__metricTimeframe{color:#64748b;font-size:.75rem}@media (max-width:1024px){.RoiCalculator-module__-VjjpG__calculator{grid-template-columns:1fr;gap:2rem}.RoiCalculator-module__-VjjpG__container{padding:2rem}}@media (max-width:640px){.RoiCalculator-module__-VjjpG__title{font-size:2rem}.RoiCalculator-module__-VjjpG__costComparison,.RoiCalculator-module__-VjjpG__metrics{grid-template-columns:1fr}}
.ComplianceInfo-module__asGmwq__container{color:#fff;background:#0d1a26;border-radius:12px;width:100%;max-width:1200px;margin:0 auto;padding:2rem;overflow:hidden}.ComplianceInfo-module__asGmwq__header{margin-bottom:2rem}.ComplianceInfo-module__asGmwq__titleSection{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ComplianceInfo-module__asGmwq__icon{color:#00c6ff;width:32px;height:32px}.ComplianceInfo-module__asGmwq__titleSection h2{color:#fff;margin:0;font-size:1.75rem}.ComplianceInfo-module__asGmwq__titleSection p{color:#8b8f94;margin:0;font-size:.875rem}.ComplianceInfo-module__asGmwq__tabs{border-bottom:1px solid #ffffff1a;gap:1rem;display:flex}.ComplianceInfo-module__asGmwq__tab{color:#8b8f94;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1.5rem;font-size:.875rem;transition:all .2s}.ComplianceInfo-module__asGmwq__tab:hover{color:#fff}.ComplianceInfo-module__asGmwq__tab.ComplianceInfo-module__asGmwq__active{color:#00c6ff;border-bottom-color:#00c6ff}.ComplianceInfo-module__asGmwq__content{min-height:300px;margin-top:2rem}.ComplianceInfo-module__asGmwq__certifications{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.ComplianceInfo-module__asGmwq__certificationCard{background:#ffffff0d;border-radius:8px;padding:1.5rem;transition:transform .3s}.ComplianceInfo-module__asGmwq__certificationCard:hover{background:#ffffff12;transform:translateY(-5px)}.ComplianceInfo-module__asGmwq__certificationCard h3{color:#fff;margin-bottom:.75rem;font-size:1.125rem}.ComplianceInfo-module__asGmwq__certificationCard p{color:#8b8f94;margin-bottom:1rem;line-height:1.5}.ComplianceInfo-module__asGmwq__certificationMeta{color:#8b8f94;justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.ComplianceInfo-module__asGmwq__verifyLink{color:#00c6ff;align-items:center;gap:.5rem;text-decoration:none;transition:opacity .2s;display:flex}.ComplianceInfo-module__asGmwq__verifyLink:hover{opacity:.8}.ComplianceInfo-module__asGmwq__requirements{flex-direction:column;gap:2rem;display:flex}.ComplianceInfo-module__asGmwq__requirementCategory{margin-bottom:1rem}.ComplianceInfo-module__asGmwq__requirementCategory h3{color:#fff;margin-bottom:1rem;font-size:1.25rem}.ComplianceInfo-module__asGmwq__requirementList{flex-direction:column;gap:.75rem;display:flex}.ComplianceInfo-module__asGmwq__requirementItem{background:#ffffff0d;border-radius:8px;transition:all .2s;overflow:hidden}.ComplianceInfo-module__asGmwq__requirementItem:hover{background:#ffffff12}.ComplianceInfo-module__asGmwq__requirementHeader{cursor:pointer;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:background-color .2s;display:flex;position:relative}.ComplianceInfo-module__asGmwq__requirementHeader h4{color:#fff;flex:1;margin:0;font-size:1rem}.ComplianceInfo-module__asGmwq__expandIcon{color:#8b8f94;font-size:1.25rem}.ComplianceInfo-module__asGmwq__requirementContent{color:#8b8f94;padding:0 1.5rem 1.5rem;line-height:1.5;animation:.3s ComplianceInfo-module__asGmwq__slideDown}@keyframes ComplianceInfo-module__asGmwq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ComplianceInfo-module__asGmwq__statusIconCompliant{color:#00c853}.ComplianceInfo-module__asGmwq__statusIconProgress{color:#ffab00}.ComplianceInfo-module__asGmwq__statusIconPlanned{color:#ff5252}.ComplianceInfo-module__asGmwq__statusCompliant{border-left:4px solid #00c853}.ComplianceInfo-module__asGmwq__statusInProgress{border-left:4px solid #ffab00}.ComplianceInfo-module__asGmwq__statusPlanned{border-left:4px solid #ff5252}.ComplianceInfo-module__asGmwq__security{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.ComplianceInfo-module__asGmwq__emptyState{color:#8b8f94;background:#ffffff05;border-radius:8px;justify-content:center;align-items:center;height:200px;font-style:italic;display:flex}.ComplianceInfo-module__asGmwq__securityCard{background:#ffffff0d;border-radius:8px;padding:1.5rem;transition:transform .3s}.ComplianceInfo-module__asGmwq__securityCard:hover{background:#ffffff12;transform:translateY(-5px)}.ComplianceInfo-module__asGmwq__securityCard h3{color:#fff;margin-bottom:.75rem;font-size:1.125rem}.ComplianceInfo-module__asGmwq__securityCard p{color:#8b8f94;margin-bottom:1rem;line-height:1.5}.ComplianceInfo-module__asGmwq__securityDetails{margin:0;padding:0;list-style-type:none}.ComplianceInfo-module__asGmwq__securityDetails li{color:#8b8f94;align-items:flex-start;gap:.75rem;padding:.5rem 0 .5rem 1.25rem;display:flex;position:relative}.ComplianceInfo-module__asGmwq__securityDetails li:before{content:"•";color:#00c6ff;position:absolute;left:0}.ComplianceInfo-module__asGmwq__footer{text-align:center;border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem}.ComplianceInfo-module__asGmwq__downloadButton{color:#fff;cursor:pointer;background:#08cfed;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:500;transition:all .2s;display:inline-flex}.ComplianceInfo-module__asGmwq__downloadButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00c6ff26}@media (max-width:768px){.ComplianceInfo-module__asGmwq__container{padding:1.5rem 1rem}.ComplianceInfo-module__asGmwq__tabs{flex-wrap:wrap}.ComplianceInfo-module__asGmwq__tab{text-align:center;flex:1;padding:.75rem .5rem;font-size:.8rem}.ComplianceInfo-module__asGmwq__certifications,.ComplianceInfo-module__asGmwq__security{grid-template-columns:1fr}.ComplianceInfo-module__asGmwq__downloadButton{width:100%}}
.BookDemoForm-module__uz_VJq__container{color:#fff;background:#0d1a26;border-radius:12px;width:100%;max-width:800px;margin:0 auto;padding:2.5rem;position:relative}.BookDemoForm-module__uz_VJq__closeButton{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.BookDemoForm-module__uz_VJq__closeButton:hover{background:#fff3}.BookDemoForm-module__uz_VJq__header{text-align:center;margin-bottom:2.5rem}.BookDemoForm-module__uz_VJq__header h2{color:#fff;margin-bottom:.5rem;font-size:2rem}.BookDemoForm-module__uz_VJq__productName{color:#00c6ff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.875rem}.BookDemoForm-module__uz_VJq__subtitle{color:#8b8f94;max-width:600px;margin:0 auto}.BookDemoForm-module__uz_VJq__progressBar{justify-content:center;align-items:center;margin-bottom:2.5rem;display:flex}.BookDemoForm-module__uz_VJq__progressStep{flex-direction:column;align-items:center;width:120px;display:flex}.BookDemoForm-module__uz_VJq__stepNumber{color:#8b8f94;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:.5rem;font-weight:600;transition:all .3s;display:flex}.BookDemoForm-module__uz_VJq__progressStep.BookDemoForm-module__uz_VJq__active .BookDemoForm-module__uz_VJq__stepNumber{color:#fff;background:#00c6ff}.BookDemoForm-module__uz_VJq__progressStep span{color:#8b8f94;font-size:.875rem;transition:all .3s}.BookDemoForm-module__uz_VJq__progressStep.BookDemoForm-module__uz_VJq__active span{color:#fff}.BookDemoForm-module__uz_VJq__progressLine{background:#ffffff1a;flex:1;height:2px;margin:0 .5rem 1.5rem}.BookDemoForm-module__uz_VJq__form{width:100%}.BookDemoForm-module__uz_VJq__stepContent{margin-bottom:2rem}.BookDemoForm-module__uz_VJq__stepContent h3{color:#fff;margin-bottom:1.5rem;font-size:1.25rem}.BookDemoForm-module__uz_VJq__formGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.BookDemoForm-module__uz_VJq__formGroup{flex-direction:column;gap:.5rem;display:flex}.BookDemoForm-module__uz_VJq__formGroup label{color:#8b8f94;font-size:.875rem;font-weight:500}.BookDemoForm-module__uz_VJq__inputWithIcon{align-items:center;display:flex;position:relative}.BookDemoForm-module__uz_VJq__inputWithIcon svg{color:#8b8f94;pointer-events:none;position:absolute;left:1rem}.BookDemoForm-module__uz_VJq__inputWithIcon input,.BookDemoForm-module__uz_VJq__inputWithIcon select{padding-left:2.75rem}.BookDemoForm-module__uz_VJq__formGroup input,.BookDemoForm-module__uz_VJq__formGroup select,.BookDemoForm-module__uz_VJq__formGroup textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.BookDemoForm-module__uz_VJq__formGroup input:focus,.BookDemoForm-module__uz_VJq__formGroup select:focus,.BookDemoForm-module__uz_VJq__formGroup textarea:focus{background:#ffffff12;border-color:#00c6ff;outline:none}.BookDemoForm-module__uz_VJq__formGroup textarea{resize:vertical;min-height:100px}.BookDemoForm-module__uz_VJq__schedulingSection{margin-top:2rem}.BookDemoForm-module__uz_VJq__error{color:#ff5252;background:#ff52521a;border-radius:8px;margin:1rem 0;padding:.75rem;font-size:.875rem}.BookDemoForm-module__uz_VJq__formActions{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.BookDemoForm-module__uz_VJq__backButton{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;flex:1;max-width:150px;padding:.875rem 1.5rem;font-size:1rem;transition:all .3s}.BookDemoForm-module__uz_VJq__backButton:hover{background:#ffffff0d}.BookDemoForm-module__uz_VJq__submitButton{color:#fff;cursor:pointer;background:#08cfed;border:none;border-radius:8px;flex:2;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.BookDemoForm-module__uz_VJq__submitButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00c6ff33}.BookDemoForm-module__uz_VJq__submitButton:disabled{cursor:not-allowed;box-shadow:none;background:#4a5568;transform:none}.BookDemoForm-module__uz_VJq__success{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.BookDemoForm-module__uz_VJq__successIcon{color:#fff;background:#08cfed;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;font-size:2.5rem;display:flex}.BookDemoForm-module__uz_VJq__success h2{color:#fff;margin-bottom:1rem;font-size:1.75rem}.BookDemoForm-module__uz_VJq__success p{color:#8b8f94;max-width:500px;margin-bottom:2rem}.BookDemoForm-module__uz_VJq__buttonGroup{gap:1rem;display:flex}.BookDemoForm-module__uz_VJq__primaryButton{color:#fff;cursor:pointer;background:#08cfed;border:none;border-radius:8px;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.BookDemoForm-module__uz_VJq__primaryButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00c6ff33}.BookDemoForm-module__uz_VJq__secondaryButton{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:.875rem 1.5rem;font-size:1rem;transition:all .3s}.BookDemoForm-module__uz_VJq__secondaryButton:hover{background:#ffffff0d}@media (max-width:768px){.BookDemoForm-module__uz_VJq__container{padding:1.5rem}.BookDemoForm-module__uz_VJq__header h2{font-size:1.5rem}.BookDemoForm-module__uz_VJq__formGrid{grid-template-columns:1fr}.BookDemoForm-module__uz_VJq__formActions{flex-direction:column}.BookDemoForm-module__uz_VJq__backButton{max-width:none}.BookDemoForm-module__uz_VJq__buttonGroup{flex-direction:column}}
.SolutionHeroVisualization-module__hoOaXG__host{background:0 0;width:100%;height:100%;min-height:32rem;position:relative;overflow:hidden}@media (max-width:768px){.SolutionHeroVisualization-module__hoOaXG__host{min-height:24rem}}
.SolutionPage-module__EqKXWq__pageWrapper{color:#fff;background-color:#000;width:100%;font-family:Roboto Mono,Courier New,monospace;position:relative}.SolutionPage-module__EqKXWq__viewerHost{z-index:1;pointer-events:none;opacity:0;animation:.7s ease-out .12s forwards SolutionPage-module__EqKXWq__revealVisualization;position:absolute;inset:0 0 0 40%;overflow:hidden}.SolutionPage-module__EqKXWq__scrollableContentHost{z-index:2;width:100%;position:relative}.SolutionPage-module__EqKXWq__container{width:100%}.SolutionPage-module__EqKXWq__hero{background:0 0;border-bottom:2px dashed #222;align-items:center;min-height:73vh;padding:10vh 1.5vw 4rem;display:flex;position:relative;overflow:hidden}.SolutionPage-module__EqKXWq__heroContent{z-index:2;opacity:0;max-width:min(74rem,82vw);animation:.6s ease-out 40ms forwards SolutionPage-module__EqKXWq__revealContent;position:relative;transform:translateY(1.25rem)}.SolutionPage-module__EqKXWq__hero h1{color:#fff;letter-spacing:-.055em;max-width:18ch;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,6rem);font-weight:400;line-height:1}.SolutionPage-module__EqKXWq__hero p{color:#999;max-width:600px;margin-bottom:3rem;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6}.SolutionPage-module__EqKXWq__heroButtons{gap:1.5rem;display:flex}.SolutionPage-module__EqKXWq__primaryButton{letter-spacing:.08em;text-transform:uppercase;color:#000;cursor:pointer;background:#08cfed;border:1px solid #08cfed;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:inherit;font-size:.75rem;font-weight:400;transition:background .18s,color .18s;display:flex}.SolutionPage-module__EqKXWq__primaryButton:hover,.SolutionPage-module__EqKXWq__primaryButton:focus-visible{color:#08cfed;background:#000;outline:none}.SolutionPage-module__EqKXWq__secondaryButton{letter-spacing:.08em;text-transform:uppercase;color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:inherit;font-size:.75rem;text-decoration:none;transition:border-color .18s,color .18s;display:flex}.SolutionPage-module__EqKXWq__secondaryButton:hover,.SolutionPage-module__EqKXWq__secondaryButton:focus-visible{color:#08cfed;border-color:#08cfed;outline:none}.SolutionPage-module__EqKXWq__metrics{background:#000;border-bottom:1px dashed #222;padding:4rem 8%}.SolutionPage-module__EqKXWq__roiSection,.SolutionPage-module__EqKXWq__complianceSection{background:#050505;border-bottom:1px solid #222;width:100%;padding:6rem 0}.SolutionPage-module__EqKXWq__cta{text-align:left;background:#000;border-top:1px solid #222;grid-template-columns:1.4fr 1fr;gap:clamp(3rem,8vw,10rem);padding:clamp(5rem,10vw,9rem) 1.5vw;display:grid}.SolutionPage-module__EqKXWq__cta h2{color:#fff;letter-spacing:-.05em;max-width:14ch;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,5rem);font-weight:400;line-height:1}.SolutionPage-module__EqKXWq__eyebrow{color:#08cfed;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.75rem}.SolutionPage-module__EqKXWq__ctaBody>p{color:#888;max-width:36rem;margin-bottom:3rem;font-size:1.25rem}.SolutionPage-module__EqKXWq__ctaButtons{justify-content:flex-start;gap:1.5rem;display:flex}.SolutionPage-module__EqKXWq__modalOverlay{z-index:1000;background-color:#000000e6;justify-content:center;align-items:center;padding:1rem;animation:.3s SolutionPage-module__EqKXWq__fadeIn;display:flex;position:fixed;inset:0}@keyframes SolutionPage-module__EqKXWq__fadeIn{0%{opacity:0}to{opacity:1}}.SolutionPage-module__EqKXWq__demoFormContainer{border:1px solid #ffffff1a;border-radius:0;width:100%;max-width:800px;max-height:90vh;animation:.4s SolutionPage-module__EqKXWq__slideUp;position:relative;overflow-y:auto}.SolutionPage-module__EqKXWq__videoContainer{background:#000;border-radius:0;width:100%;max-width:900px;animation:.4s SolutionPage-module__EqKXWq__slideUp;position:relative;overflow:hidden}@keyframes SolutionPage-module__EqKXWq__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.SolutionPage-module__EqKXWq__closeButton{color:#fff;cursor:pointer;z-index:10;background:#fff3;border:none;border-radius:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.SolutionPage-module__EqKXWq__closeButton:hover{background:#ffffff4d;transform:rotate(90deg)}.SolutionPage-module__EqKXWq__videoWrapper{width:100%;padding-top:56.25%;position:relative}.SolutionPage-module__EqKXWq__videoFrame{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.SolutionPage-module__EqKXWq__videoPlaceholder{background:#0d1a26;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.SolutionPage-module__EqKXWq__videoMessage{color:#8b8f94;flex-direction:column;align-items:center;gap:1rem;display:flex}.SolutionPage-module__EqKXWq__videoMessage svg{color:#00c6ff;opacity:.6}@keyframes SolutionPage-module__EqKXWq__revealVisualization{to{opacity:.82}}@keyframes SolutionPage-module__EqKXWq__revealContent{to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.SolutionPage-module__EqKXWq__hero h1{font-size:4rem}.SolutionPage-module__EqKXWq__cta h2{font-size:2.5rem}}@media (max-width:768px){.SolutionPage-module__EqKXWq__viewerHost{inset:0}.SolutionPage-module__EqKXWq__hero{min-height:60vh;padding:7rem 1rem 3rem}.SolutionPage-module__EqKXWq__hero h1{font-size:2.5rem}.SolutionPage-module__EqKXWq__hero p{font-size:1.125rem}.SolutionPage-module__EqKXWq__heroButtons{flex-direction:column}.SolutionPage-module__EqKXWq__cta{grid-template-columns:1fr;padding:4rem 1rem}.SolutionPage-module__EqKXWq__cta h2{font-size:2rem}.SolutionPage-module__EqKXWq__ctaButtons{flex-direction:column}.SolutionPage-module__EqKXWq__modalOverlay{padding:.5rem}}@media (prefers-reduced-motion:reduce){.SolutionPage-module__EqKXWq__viewerHost,.SolutionPage-module__EqKXWq__heroContent{opacity:1;animation:none;transform:none}}@media (max-width:480px){.SolutionPage-module__EqKXWq__hero h1{font-size:2rem}.SolutionPage-module__EqKXWq__videoContainer{width:100%;height:auto}}.SolutionPage-module__EqKXWq__videoSection{background:#050505;padding:clamp(3rem,8vw,8rem) 5%}.SolutionPage-module__EqKXWq__contentBlockSection{width:100%}
:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
.Navbar2-module__o25_cq__megaMenu{opacity:1;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;font-family:Roboto Mono,sans-serif;font-weight:500;display:flex;position:absolute;top:0;left:0}.Navbar2-module__o25_cq__navWrapper{pointer-events:none;width:100%;height:100%;position:relative}.Navbar2-module__o25_cq__globalNavContainer{pointer-events:none;width:100%;height:100%;transition:opacity .4s,transform .4s;position:absolute;top:0;left:0}.Navbar2-module__o25_cq__globalNavHidden{opacity:0;pointer-events:none;transform:translateY(-20px)}.Navbar2-module__o25_cq__productNavContainer{opacity:0;pointer-events:none;z-index:6;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .4s,transform .4s;display:flex;position:absolute;top:0;left:0;transform:translateY(20px)}.Navbar2-module__o25_cq__productNavVisible{opacity:1;pointer-events:auto;transform:translateY(0)}.Navbar2-module__o25_cq__toggleGlobalButton{background:var(--border-color);border:1px solid var(--border-hover);color:var(--text-primary);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:2%;transition:all .3s;display:flex}.Navbar2-module__o25_cq__toggleGlobalButton:hover{background:var(--brand-blue);color:var(--bg-primary);transform:scale(1.1)}.Navbar2-module__o25_cq__megaMenuControl{z-index:1000;pointer-events:none;background:0 0;align-items:center;width:100%;height:100px;padding-top:4vh;display:flex;position:absolute;top:0}.Navbar2-module__o25_cq__logo{pointer-events:auto;z-index:10;margin-top:2.1vh;position:absolute;top:50%;left:4%;transform:translateY(-50%)}.Navbar2-module__o25_cq__actions{pointer-events:auto;align-items:center;gap:.75rem;display:flex;position:absolute;top:50%;right:4%;transform:translateY(-50%)}.Navbar2-module__o25_cq__logoLink{color:var(--text-primary);align-items:center;gap:1.5vw;text-decoration:none;display:flex}.Navbar2-module__o25_cq__logoLink img{width:70px!important;height:70px!important}.Navbar2-module__o25_cq__logoContainer{align-items:center;gap:1.5vw;display:flex}.Navbar2-module__o25_cq__logoContainer img{width:70px!important;height:70px!important}:is(.light .Navbar2-module__o25_cq__logoLink img,.light .Navbar2-module__o25_cq__logoContainer img){filter:invert()}.Navbar2-module__o25_cq__logoContainer h2,.Navbar2-module__o25_cq__logoLink h2{color:var(--text-primary);white-space:nowrap;margin:0;font-size:3.3vh;font-weight:400}.Navbar2-module__o25_cq__separator{background-color:var(--text-tertiary);width:1px;height:40px;margin:0 8px}.Navbar2-module__o25_cq__Tabs{pointer-events:auto;align-items:center;gap:0;display:flex;position:relative}.Navbar2-module__o25_cq__tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;padding:.4rem .7rem;font-family:Roboto Mono,sans-serif;font-size:.85rem;font-weight:400;transition:all .2s;display:inline-flex;position:relative}.Navbar2-module__o25_cq__tab:hover{color:var(--text-primary)}.Navbar2-module__o25_cq__tab:after{content:"";background:var(--text-primary);width:0;height:2px;transition:width .2s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Navbar2-module__o25_cq__tab:hover:after{width:60%}.Navbar2-module__o25_cq__tabActive{color:var(--text-primary)}.Navbar2-module__o25_cq__tabActive:after{width:60%}.Navbar2-module__o25_cq__tabLocked{color:var(--text-primary)}.Navbar2-module__o25_cq__tabLocked:after{background:#3b82f6;width:80%}.Navbar2-module__o25_cq__tab span{align-items:center;gap:.25rem;display:flex}.Navbar2-module__o25_cq__tab svg{opacity:.6}.Navbar2-module__o25_cq__tabActive svg,.Navbar2-module__o25_cq__tab:hover svg{opacity:1}.Navbar2-module__o25_cq__extLink{opacity:.6;width:10px;height:10px;margin-left:4px}.Navbar2-module__o25_cq__megaMenuContainer{grid-template-columns:2fr 220px 200px;gap:2rem;width:max-content;max-width:1100px;padding:1.5rem 2rem;display:grid}.Navbar2-module__o25_cq__productsMegaMenu{grid-template-columns:1fr;gap:1.25rem;width:1100px;max-width:calc(100vw - 8%);padding:1.5rem 2rem;display:grid}.Navbar2-module__o25_cq__productsMegaMenu .Navbar2-module__o25_cq__filtersRow,.Navbar2-module__o25_cq__productsMegaMenu .Navbar2-module__o25_cq__productsArea{grid-column:1/-1}.Navbar2-module__o25_cq__overlayContent{z-index:1000;width:auto;height:auto;padding-top:.5rem;position:absolute;top:100%;left:50%;right:auto}.Navbar2-module__o25_cq__contentItem{opacity:1;background:var(--bg-primary);z-index:1000;border:1px solid #08cfed4d;border-radius:8px;width:max-content;max-width:calc(100vw - 8%);max-height:calc(100vh - 150px);padding:0;position:relative;overflow-y:auto;box-shadow:0 20px 50px #000c,0 0 0 1px #08cfed1a}.Navbar2-module__o25_cq__filtersRow{border-bottom:1px solid var(--border-color);flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:1rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.Navbar2-module__o25_cq__filterGroup{align-items:center;gap:.5rem;display:flex}.Navbar2-module__o25_cq__filterLabel{color:var(--text-secondary);white-space:nowrap;font-size:.7rem;font-weight:500}.Navbar2-module__o25_cq__filterPills{gap:.4rem;display:flex}.Navbar2-module__o25_cq__filterPill{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:20px;padding:.3rem .6rem;font-size:.7rem;font-weight:500;transition:all .2s}.Navbar2-module__o25_cq__filterPill:hover{background:var(--border-hover);border-color:var(--border-active);color:var(--text-primary)}.Navbar2-module__o25_cq__filterPillActive{color:#000;background:#08cfed;border-color:#9acd32;font-weight:600}.Navbar2-module__o25_cq__filterPillActive:hover{background:#06a5bd}.Navbar2-module__o25_cq__searchGroup{margin-left:auto}.Navbar2-module__o25_cq__searchInput{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;width:180px;padding:.5rem .75rem;font-size:.8rem;transition:all .2s}.Navbar2-module__o25_cq__searchInput:focus{background:var(--bg-secondary);border-color:#9acd32;outline:none;box-shadow:0 0 0 2px #9acd3233}.Navbar2-module__o25_cq__searchInput::placeholder{color:var(--text-tertiary)}.Navbar2-module__o25_cq__addFilterButton{color:#9acd32e6;cursor:pointer;white-space:nowrap;background:#9acd321a;border:1px solid #9acd324d;border-radius:20px;align-items:center;gap:.3rem;padding:.3rem .6rem;font-size:.7rem;font-weight:600;transition:all .2s;display:flex}.Navbar2-module__o25_cq__addFilterButton:hover{color:var(--text-primary);background:#9acd3233;border-color:#9acd3280}.Navbar2-module__o25_cq__addFilterButton .Navbar2-module__o25_cq__plusIcon{font-size:.8rem;font-weight:700}.Navbar2-module__o25_cq__filterSelect{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2 4L5 7L8 4' stroke='%2308cfed' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .6rem center;background-repeat:no-repeat;border-radius:8px;min-width:150px;padding:.35rem 1.6rem .35rem .7rem;font-family:Roboto Mono,sans-serif;font-size:.75rem;transition:all .2s}.Navbar2-module__o25_cq__filterSelect:focus{border-color:#9acd32;outline:none;box-shadow:0 0 0 2px #9acd3233}.Navbar2-module__o25_cq__filterSelect option{background:var(--bg-primary);color:var(--text-primary)}.Navbar2-module__o25_cq__collectionsArea{min-width:0}.Navbar2-module__o25_cq__collectionsGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.Navbar2-module__o25_cq__collectionCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Navbar2-module__o25_cq__collectionCard:before{content:"";background:#08cfed;height:2px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Navbar2-module__o25_cq__collectionCard:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:translateY(-2px);box-shadow:0 12px 30px #0003}.Navbar2-module__o25_cq__collectionCard:hover:before{transform:scaleX(1)}.Navbar2-module__o25_cq__collectionHeader{margin-bottom:1rem}.Navbar2-module__o25_cq__collectionTitle{color:var(--text-primary);margin:0 0 .4rem;font-size:1rem;font-weight:600;line-height:1.3}.Navbar2-module__o25_cq__collectionDescription{color:var(--text-secondary);margin:0 0 .5rem;font-size:.8rem;line-height:1.4}.Navbar2-module__o25_cq__collectionMeta{align-items:center;gap:.5rem;display:flex}.Navbar2-module__o25_cq__productCount{color:#9acd32cc;background:#9acd321a;border:1px solid #9acd3233;border-radius:12px;padding:.2rem .5rem;font-size:.7rem;font-weight:500}.Navbar2-module__o25_cq__collectionProducts{flex-direction:column;gap:.6rem;margin-bottom:1rem;display:flex}.Navbar2-module__o25_cq__productItem{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.65rem;text-decoration:none;transition:all .2s;display:block}.Navbar2-module__o25_cq__productItem:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:translate(4px)}.Navbar2-module__o25_cq__productContent{align-items:flex-start;gap:.65rem;display:flex}.Navbar2-module__o25_cq__productIcon{opacity:.8;flex-shrink:0;margin-top:2px}.Navbar2-module__o25_cq__productInfo{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.Navbar2-module__o25_cq__productHeader{align-items:center;gap:.5rem;display:flex}.Navbar2-module__o25_cq__productName{color:var(--text-primary);font-size:.8rem;font-weight:500;line-height:1.3}.Navbar2-module__o25_cq__productDescription{color:var(--text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.7rem;line-height:1.3;display:-webkit-box;overflow:hidden}.Navbar2-module__o25_cq__productMeta{align-items:center;gap:.4rem;margin-top:.2rem;display:flex}.Navbar2-module__o25_cq__productVersion{color:#9acd32e6;background:#9acd321a;border:1px solid #9acd3233;border-radius:4px;padding:.15rem .35rem;font-size:.6rem;font-weight:600}.Navbar2-module__o25_cq__productsArea{min-width:0}.Navbar2-module__o25_cq__productsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;display:grid}.Navbar2-module__o25_cq__productCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;padding:.8rem;text-decoration:none;transition:all .2s;display:block}.Navbar2-module__o25_cq__productCard:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.Navbar2-module__o25_cq__productCardContent{align-items:flex-start;gap:.65rem;display:flex}.Navbar2-module__o25_cq__betaBadge{color:#3b82f6e6;text-transform:uppercase;background:#3b82f61a;border:1px solid #3b82f633;border-radius:4px;padding:.15rem .35rem;font-size:.6rem;font-weight:600}.Navbar2-module__o25_cq__newBadge{color:#22c55ee6;text-transform:uppercase;background:#22c55e1a;border:1px solid #22c55e33;border-radius:4px;padding:.15rem .35rem;font-size:.6rem;font-weight:600}.Navbar2-module__o25_cq__popularBadge{color:#f97316e6;text-transform:uppercase;background:#f973161a;border:1px solid #f9731633;border-radius:4px;padding:.15rem .35rem;font-size:.6rem;font-weight:600}.Navbar2-module__o25_cq__featuredBadge{color:#a855f7e6;text-transform:uppercase;background:#a855f71a;border:1px solid #a855f733;border-radius:4px;padding:.15rem .35rem;font-size:.6rem;font-weight:600}.Navbar2-module__o25_cq__viewMoreLink,.Navbar2-module__o25_cq__featuredLink{color:#9acd32;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.Navbar2-module__o25_cq__viewMoreLink:hover,.Navbar2-module__o25_cq__featuredLink:hover{color:#b8e842;transform:translate(2px)}.Navbar2-module__o25_cq__featuredLink{background:#9acd321a;border:1px solid #9acd3233;border-radius:8px;margin-top:.5rem;padding:.65rem .9rem;font-weight:600}.Navbar2-module__o25_cq__emptyCollection{text-align:center;border:1px dashed var(--border-hover);background:var(--bg-secondary);border-radius:8px;padding:.8rem}.Navbar2-module__o25_cq__emptyText{color:var(--text-tertiary);font-size:.8rem;font-style:italic}.Navbar2-module__o25_cq__fallbackGrid{width:100%}.Navbar2-module__o25_cq__sectionTitle{color:var(--text-primary);margin:0 0 1rem;font-size:1rem;font-weight:600}.Navbar2-module__o25_cq__categoriesGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem;display:grid}.Navbar2-module__o25_cq__categoryItem{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.9rem;text-decoration:none;transition:all .2s;display:block}.Navbar2-module__o25_cq__categoryItem:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:translateY(-1px)}.Navbar2-module__o25_cq__categoryContent{align-items:flex-start;gap:.65rem;display:flex}.Navbar2-module__o25_cq__categoryContent h5{color:var(--text-primary);margin:0 0 .2rem;font-size:.8rem;font-weight:500}.Navbar2-module__o25_cq__categoryContent p{color:var(--text-tertiary);margin:0;font-size:.7rem;line-height:1.3}.Navbar2-module__o25_cq__docsColumn{border-left:1px solid var(--border-color);padding-left:1.2rem}.Navbar2-module__o25_cq__columnTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .8rem;font-size:.85rem;font-weight:600}.Navbar2-module__o25_cq__exclusiveLinks{flex-direction:column;gap:.5rem;display:flex}.Navbar2-module__o25_cq__exclusiveLink{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;flex-direction:column;gap:.15rem;padding:.5rem;text-decoration:none;transition:all .2s;display:flex}.Navbar2-module__o25_cq__exclusiveLink:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:translate(2px)}.Navbar2-module__o25_cq__exclusiveLink span:first-child{color:var(--text-primary);font-size:.75rem;font-weight:500}.Navbar2-module__o25_cq__exclusiveDescription{color:var(--text-tertiary);font-size:.6rem;line-height:1.3}.Navbar2-module__o25_cq__getStartedColumn{flex-direction:column;gap:.8rem;display:flex}.Navbar2-module__o25_cq__getStartedCard{text-align:center;background:#08cfed1a;border:1px solid #9acd3233;border-radius:12px;padding:1.2rem}.Navbar2-module__o25_cq__getStartedTitle{color:var(--text-primary);margin:0 0 .4rem;font-size:.9rem;font-weight:600}.Navbar2-module__o25_cq__getStartedDescription{color:var(--text-secondary);margin:0 0 .8rem;font-size:.75rem;line-height:1.4}.Navbar2-module__o25_cq__getStartedButton{color:#000;background:#08cfed;border-radius:8px;padding:.65rem 1.1rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.Navbar2-module__o25_cq__getStartedButton:hover{transform:translateY(-1px);box-shadow:0 6px 20px #9acd324d}.Navbar2-module__o25_cq__supportLinks{flex-direction:column;gap:.4rem;display:flex}.Navbar2-module__o25_cq__supportLink{color:var(--text-secondary);text-align:center;border-radius:4px;padding:.4rem;font-size:.75rem;text-decoration:none;transition:all .2s}.Navbar2-module__o25_cq__supportLink:hover{background:var(--bg-tertiary);color:var(--text-primary)}.Navbar2-module__o25_cq__loadingState,.Navbar2-module__o25_cq__errorState{text-align:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;grid-column:1/-1;padding:2.5rem 2rem}.Navbar2-module__o25_cq__loadingState{color:var(--text-secondary);font-size:.85rem}.Navbar2-module__o25_cq__errorState{color:#ef4444cc;background:#ef44440d;border-color:#ef444433}.Navbar2-module__o25_cq__actionLinksSection{border-top:1px solid var(--border-color);grid-template-columns:1fr 1fr;gap:.5rem;margin-top:1rem;padding-top:.75rem;display:grid}.Navbar2-module__o25_cq__playgroundLink,.Navbar2-module__o25_cq__demoLink{border:1px solid var(--border-color);border-radius:8px;padding:.6rem;text-decoration:none;transition:all .3s;display:block}.Navbar2-module__o25_cq__playgroundLink{background:#08cfed14;border-color:#22c55e33}.Navbar2-module__o25_cq__playgroundLink:hover{background:#08cfed26;transform:translateY(-2px);box-shadow:0 8px 25px #22c55e1a}.Navbar2-module__o25_cq__demoLink{background:#08cfed14;border-color:#a855f733}.Navbar2-module__o25_cq__demoLink:hover{background:#08cfed26;transform:translateY(-2px);box-shadow:0 8px 25px #a855f71a}.Navbar2-module__o25_cq__actionLinkContent{flex-direction:row;align-items:center;gap:.4rem;display:flex}.Navbar2-module__o25_cq__actionIcon{flex-shrink:0;font-size:1rem}.Navbar2-module__o25_cq__actionTitle{color:var(--text-primary);margin-bottom:.1rem;font-size:.7rem;font-weight:600;display:block}.Navbar2-module__o25_cq__actionDescription{color:var(--text-secondary);font-size:.6rem;line-height:1.2;display:block}.Navbar2-module__o25_cq__solutionsGrid{flex-direction:column;gap:1rem;max-height:400px;display:flex;overflow-y:auto}.Navbar2-module__o25_cq__featuredSolutionsSection{width:100%}.Navbar2-module__o25_cq__featuredGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.Navbar2-module__o25_cq__featuredSolutionCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.75rem;text-decoration:none;transition:all .2s}.Navbar2-module__o25_cq__featuredSolutionCard:hover{background:var(--bg-tertiary);border-color:var(--border-hover)}.Navbar2-module__o25_cq__solutionContent{align-items:flex-start;gap:.5rem;display:flex}.Navbar2-module__o25_cq__solutionIcon{opacity:.8;flex-shrink:0}.Navbar2-module__o25_cq__solutionInfo{flex:1;min-width:0}.Navbar2-module__o25_cq__solutionTitle{color:var(--text-primary);margin:0 0 .25rem;font-size:.85rem;font-weight:500;line-height:1.2}.Navbar2-module__o25_cq__solutionDescription{color:var(--text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.75rem;line-height:1.3;display:-webkit-box;overflow:hidden}.Navbar2-module__o25_cq__allSolutionsSection{width:100%}.Navbar2-module__o25_cq__solutionsListGrid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.Navbar2-module__o25_cq__solutionListItem{border-radius:6px;padding:.5rem;text-decoration:none;transition:all .15s;display:block}.Navbar2-module__o25_cq__solutionListItem:hover{background:var(--bg-tertiary)}.Navbar2-module__o25_cq__listItemContent{align-items:center;gap:.5rem;display:flex}.Navbar2-module__o25_cq__listItemTitle{color:var(--text-primary);font-size:.8rem;font-weight:400;display:block}.Navbar2-module__o25_cq__listItemDescription{color:var(--text-tertiary);font-size:.7rem;line-height:1.2;display:none}.Navbar2-module__o25_cq__resourcesContainer{grid-template-columns:200px 1fr;gap:2.5rem;min-width:800px;padding:1.5rem 2rem;display:grid}.Navbar2-module__o25_cq__resourcesLearnColumn{flex-direction:column;gap:.25rem;display:flex}.Navbar2-module__o25_cq__resourcesColumnTitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;padding:0;font-size:.75rem;font-weight:600}.Navbar2-module__o25_cq__resourcesLearnLink{color:var(--text-secondary);border-radius:6px;margin-left:-.75rem;padding:.5rem .75rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:all .15s;display:block}.Navbar2-module__o25_cq__resourcesLearnLink:hover{color:var(--text-primary);background:var(--bg-tertiary)}.Navbar2-module__o25_cq__resourcesBlogColumn{flex-direction:column;display:flex}.Navbar2-module__o25_cq__resourcesBlogHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Navbar2-module__o25_cq__resourcesBlogTitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.75rem;font-weight:600}.Navbar2-module__o25_cq__resourcesSeeAll{color:var(--text-secondary);align-items:center;gap:.25rem;font-size:.8rem;font-weight:400;text-decoration:none;transition:color .15s;display:flex}.Navbar2-module__o25_cq__resourcesSeeAll:hover{color:var(--text-primary)}.Navbar2-module__o25_cq__resourcesSeeAll:after{content:"›";font-size:1rem}.Navbar2-module__o25_cq__resourcesBlogGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.Navbar2-module__o25_cq__resourcesBlogCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.Navbar2-module__o25_cq__resourcesBlogCard:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:translateY(-2px)}.Navbar2-module__o25_cq__resourcesBlogCardImage{object-fit:cover;background:var(--bg-tertiary);width:100%;height:100px}.Navbar2-module__o25_cq__resourcesBlogCardContent{flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.Navbar2-module__o25_cq__resourcesBlogCardTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.Navbar2-module__o25_cq__resourcesBlogCardReadMore{color:#3b82f6;align-items:center;gap:.25rem;font-size:.8rem;font-weight:500;display:flex}.Navbar2-module__o25_cq__resourcesBlogCardReadMore:after{content:"→"}.Navbar2-module__o25_cq__resourcesMainGrid{grid-template-columns:1fr 1fr 1fr;gap:1rem;padding:0;display:grid}.Navbar2-module__o25_cq__resourceCategory{width:100%}.Navbar2-module__o25_cq__resourceCategoryTitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-color);margin:0 0 .75rem;padding-bottom:.5rem;font-size:.75rem;font-weight:600}.Navbar2-module__o25_cq__learningGrid,.Navbar2-module__o25_cq__toolsGrid,.Navbar2-module__o25_cq__supportGrid{grid-template-columns:1fr;gap:.5rem;display:grid}.Navbar2-module__o25_cq__resourceItem{background:0 0;border:none;border-radius:6px;margin-left:-.75rem;padding:.5rem .75rem;text-decoration:none;transition:all .15s;display:block}.Navbar2-module__o25_cq__resourceItem:hover{background:var(--bg-tertiary)}.Navbar2-module__o25_cq__resourceContent{align-items:flex-start;gap:.5rem;display:flex}.Navbar2-module__o25_cq__resourceIcon{opacity:.7;flex-shrink:0}.Navbar2-module__o25_cq__resourceInfo{flex:1}.Navbar2-module__o25_cq__resourceTitle{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:400}.Navbar2-module__o25_cq__resourceDescription{color:var(--text-tertiary);margin:.25rem 0 0;font-size:.75rem;line-height:1.3}.Navbar2-module__o25_cq__researchGrid{flex-direction:column;gap:1.5rem;display:flex}.Navbar2-module__o25_cq__activeResearchSection{width:100%}.Navbar2-module__o25_cq__researchCardsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem;display:grid}.Navbar2-module__o25_cq__researchCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1rem;text-decoration:none;transition:all .3s;position:relative}.Navbar2-module__o25_cq__researchCard:before{content:"";background:#08cfed;height:2px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Navbar2-module__o25_cq__researchCard:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:translateY(-2px)}.Navbar2-module__o25_cq__researchCard:hover:before{transform:scaleX(1)}.Navbar2-module__o25_cq__researchContent{align-items:flex-start;gap:1rem;display:flex}.Navbar2-module__o25_cq__researchIcon{background:#3b82f61a;border:1px solid #3b82f633;border-radius:10px;flex-shrink:0;padding:.75rem}.Navbar2-module__o25_cq__researchInfo{flex:1}.Navbar2-module__o25_cq__researchTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.1rem;font-weight:600;line-height:1.3}.Navbar2-module__o25_cq__researchDescription{color:var(--text-secondary);margin:0 0 1rem;font-size:.85rem;line-height:1.4}.Navbar2-module__o25_cq__researchMeta{justify-content:space-between;align-items:center;display:flex}.Navbar2-module__o25_cq__researchStatus{text-transform:uppercase;border-radius:12px;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.Navbar2-module__o25_cq__researchStatus.Navbar2-module__o25_cq__active{color:#22c55ee6;background:#22c55e1a;border:1px solid #22c55e33}.Navbar2-module__o25_cq__researchStatus.Navbar2-module__o25_cq__planning{color:#f97316e6;background:#f973161a;border:1px solid #f9731633}.Navbar2-module__o25_cq__researchStatus.Navbar2-module__o25_cq__completed{color:#6b7280e6;background:#6b72801a;border:1px solid #6b728033}.Navbar2-module__o25_cq__researchStatus.Navbar2-module__o25_cq__paused{color:#ef4444e6;background:#ef44441a;border:1px solid #ef444433}.Navbar2-module__o25_cq__researchArrow{color:var(--text-tertiary);font-size:1.2rem;font-weight:700}.Navbar2-module__o25_cq__innovationGrid{flex-direction:column;gap:1rem;max-height:400px;display:flex;overflow-y:auto}.Navbar2-module__o25_cq__innovationShowcase{width:100%}.Navbar2-module__o25_cq__innovationCardsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem;display:grid}.Navbar2-module__o25_cq__innovationCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.75rem;text-decoration:none;transition:all .2s}.Navbar2-module__o25_cq__innovationCard:hover{background:var(--bg-tertiary);border-color:var(--border-hover)}.Navbar2-module__o25_cq__innovationContent{align-items:flex-start;gap:.5rem;display:flex}.Navbar2-module__o25_cq__innovationIcon{opacity:.8;flex-shrink:0}.Navbar2-module__o25_cq__innovationInfo{flex:1;min-width:0}.Navbar2-module__o25_cq__innovationTitle{color:var(--text-primary);margin:0 0 .25rem;font-size:.85rem;font-weight:500;line-height:1.2}.Navbar2-module__o25_cq__innovationDescription{color:var(--text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.75rem;line-height:1.3;display:-webkit-box;overflow:hidden}.Navbar2-module__o25_cq__innovationBadge{margin-top:.25rem}.Navbar2-module__o25_cq__innovationStatus{color:#f59e0b;text-transform:uppercase;background:#f9731626;border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:600}.Navbar2-module__o25_cq__innovationPhilosophy{text-align:center;background:#9acd320d;border:1px solid #9acd321a;border-radius:8px;padding:1rem}.Navbar2-module__o25_cq__philosophyQuote{color:#9acd32;margin:0 0 .5rem;font-size:.9rem;font-style:italic;font-weight:500;line-height:1.3}.Navbar2-module__o25_cq__philosophyDescription{color:var(--text-tertiary);margin:0;font-size:.75rem;line-height:1.4}.Navbar2-module__o25_cq__abGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem 0 2rem;display:grid}.Navbar2-module__o25_cq__aboutSection{background:var(--bg-primary);border:1px solid var(--border-color);flex-direction:column;width:auto;height:auto;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.Navbar2-module__o25_cq__aboutSection:hover{background:var(--bg-secondary);border-color:#08cfed}.Navbar2-module__o25_cq__aboutSection h3{color:var(--text-primary);text-transform:uppercase;margin:0 0 .5rem;font-size:.85rem;font-weight:700;position:relative}.Navbar2-module__o25_cq__sectionContent{align-items:center;display:flex}.Navbar2-module__o25_cq__sectionContent img{float:left;filter:grayscale();align-items:center;width:2.5rem;height:100%;margin-right:.9rem;transition:all .2s;display:flex;position:relative}.Navbar2-module__o25_cq__aboutSection:hover .Navbar2-module__o25_cq__sectionContent img{filter:none}.Navbar2-module__o25_cq__searchButton{cursor:pointer;background:0 0;border:none;border-radius:8px;width:fit-content;height:fit-content;margin-left:.5vw;padding:.5rem;transition:all .3s}.Navbar2-module__o25_cq__searchButton:hover{background:var(--bg-tertiary);transform:scale(1.05)}.Navbar2-module__o25_cq__modernSearchOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;pointer-events:auto;background:#000000e0;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:clamp(1rem,5vh,4rem) clamp(1rem,4vw,4rem);animation:.3s ease-out Navbar2-module__o25_cq__overlayFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes Navbar2-module__o25_cq__overlayFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.Navbar2-module__o25_cq__modernSearchContainer{background:#090909;border:1px solid #ffffff47;border-radius:0;width:min(100%,76rem);max-width:none;max-height:88vh;animation:.4s cubic-bezier(.4,0,.2,1) Navbar2-module__o25_cq__containerSlideIn;position:relative;overflow:hidden;box-shadow:0 2rem 6rem #000000b8}@keyframes Navbar2-module__o25_cq__containerSlideIn{0%{opacity:0;transform:translateY(-30px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Navbar2-module__o25_cq__searchHeader{border-bottom:1px solid #ffffff3d;align-items:center;gap:1rem;padding:clamp(1rem,2.5vw,2.25rem);display:flex;position:relative}.Navbar2-module__o25_cq__searchActions{align-items:center;gap:.75rem;display:flex}.Navbar2-module__o25_cq__filterButton{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff3d;border-radius:0;align-items:center;gap:.25rem;padding:.7rem;font-size:.9rem;transition:all .3s;display:flex;position:relative}.Navbar2-module__o25_cq__filterButton:hover{color:var(--text-primary);background:#ffffff0f;border-color:#08cfed;transform:translateY(-1px)}.Navbar2-module__o25_cq__filterButton.Navbar2-module__o25_cq__active{color:#08cfed;box-shadow:none;background:#08cfed14;border-color:#08cfed}.Navbar2-module__o25_cq__filterCount{color:var(--bg-primary);background:#9acd32;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:.25rem;font-size:.7rem;font-weight:600;animation:2s infinite Navbar2-module__o25_cq__pulse;display:flex}@keyframes Navbar2-module__o25_cq__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.Navbar2-module__o25_cq__searchInputContainer{background:0 0;border:0;border-radius:0;flex:1;align-items:center;gap:.75rem;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Navbar2-module__o25_cq__searchInputContainer:before{content:none}.Navbar2-module__o25_cq__searchInputContainer:focus-within{box-shadow:none;background:0 0;transform:none}.Navbar2-module__o25_cq__searchInputContainer:focus-within:before{left:100%}.Navbar2-module__o25_cq__searchIcon{opacity:.7;font-size:1.3rem;transition:all .3s}.Navbar2-module__o25_cq__searchInputContainer:focus-within .Navbar2-module__o25_cq__searchIcon{opacity:1;color:#9acd32;transform:scale(1.1)}.Navbar2-module__o25_cq__modernSearchInput{color:var(--text-primary);letter-spacing:-.035em;background:0 0;border:none;outline:none;flex:1;font-family:Roboto Mono,monospace;font-size:clamp(1.2rem,2.4vw,2rem)}.Navbar2-module__o25_cq__modernSearchInput::placeholder{color:var(--text-tertiary);transition:color .3s}.Navbar2-module__o25_cq__modernSearchInput:focus::placeholder{color:var(--text-secondary)}.Navbar2-module__o25_cq__loadingSpinner{align-items:center;display:flex}.Navbar2-module__o25_cq__spinner{border:2px solid #9acd324d;border-top-color:#9acd32;border-radius:50%;width:20px;height:20px;animation:1s linear infinite Navbar2-module__o25_cq__spin}@keyframes Navbar2-module__o25_cq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Navbar2-module__o25_cq__modernCloseButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff3d;border-radius:0;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;font-size:1rem;transition:all .3s;display:flex}.Navbar2-module__o25_cq__modernCloseButton:hover{color:#08cfed;background:#ffffff0f;border-color:#08cfed;transform:none}.Navbar2-module__o25_cq__filtersSection{background:#070707;border-bottom:1px solid #ffffff3d;padding:1.25rem clamp(1rem,2.5vw,2.25rem)}.Navbar2-module__o25_cq__filtersHeader{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;font-weight:500;display:flex}.Navbar2-module__o25_cq__clearFilters{color:#ef4444cc;cursor:pointer;background:0 0;border:1px solid #ef44444d;border-radius:12px;padding:.25rem .75rem;font-size:.8rem;transition:all .3s}.Navbar2-module__o25_cq__clearFilters:hover{color:#ef4444;background:#ef44441a;transform:scale(1.05)}.Navbar2-module__o25_cq__categoryFilters{flex-wrap:wrap;gap:.5rem;display:flex}.Navbar2-module__o25_cq__categoryFilter{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:0;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Navbar2-module__o25_cq__categoryFilter:before{content:"";background:#08cfed0d;width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.Navbar2-module__o25_cq__categoryFilter:hover{background:var(--bg-tertiary);border-color:var(--border-hover);color:var(--text-primary);transform:translateY(-2px);box-shadow:0 5px 15px #0003}.Navbar2-module__o25_cq__categoryFilter:hover:before{left:100%}.Navbar2-module__o25_cq__categoryFilter.Navbar2-module__o25_cq__active{color:#000;box-shadow:none;background:#08cfed;border-color:#08cfed;font-weight:600}.Navbar2-module__o25_cq__categoryFilter.Navbar2-module__o25_cq__active:hover{background:#06a5bd;transform:translateY(-2px)scale(1.05)}.Navbar2-module__o25_cq__categoryIcon{font-size:1rem}.Navbar2-module__o25_cq__categoryCount{color:var(--text-primary);background:#0003;border-radius:12px;margin-left:.25rem;padding:.15rem .4rem;font-size:.7rem;font-weight:600}.Navbar2-module__o25_cq__categoryFilter.Navbar2-module__o25_cq__active .Navbar2-module__o25_cq__categoryCount{color:#000;background:#0000004d}.Navbar2-module__o25_cq__searchResults{max-height:61vh;padding:0 clamp(1rem,2.5vw,2.25rem) 2rem;position:relative;overflow-y:auto}.Navbar2-module__o25_cq__searchResults::-webkit-scrollbar{width:6px}.Navbar2-module__o25_cq__searchResults::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}.Navbar2-module__o25_cq__searchResults::-webkit-scrollbar-thumb{background:#9acd324d;border-radius:3px}.Navbar2-module__o25_cq__searchResults::-webkit-scrollbar-thumb:hover{background:#9acd3280}.Navbar2-module__o25_cq__resultsContainer{animation:.4s ease-out Navbar2-module__o25_cq__resultsSlideIn}@keyframes Navbar2-module__o25_cq__resultsSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Navbar2-module__o25_cq__resultsHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.Navbar2-module__o25_cq__resultsHeader span:first-child{color:var(--text-primary);font-size:.95rem;font-weight:600}.Navbar2-module__o25_cq__moreResults{color:var(--text-tertiary);font-size:.8rem}.Navbar2-module__o25_cq__searchResultItem{background:0 0;border:0;border-bottom:1px solid #ffffff38;border-radius:0;grid-template-columns:3rem minmax(0,1fr) auto;align-items:center;gap:clamp(1rem,2.5vw,2.5rem);margin:0;padding:clamp(1.25rem,2.5vw,2.25rem) 0;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;position:relative;overflow:hidden}.Navbar2-module__o25_cq__searchResultItem:before{content:"";background:#08cfed05;width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Navbar2-module__o25_cq__searchResultItem:hover{box-shadow:none;background:#ffffff0b;border-color:#ffffff73;transform:none}.Navbar2-module__o25_cq__searchResultItem:hover:before{left:100%}.Navbar2-module__o25_cq__searchResultItem.Navbar2-module__o25_cq__selectedResult{background:#08cfed12;border-color:#08cfed;transform:none}.Navbar2-module__o25_cq__resultImage{background:var(--bg-secondary);border-radius:8px;flex-shrink:0;width:50px;height:50px;overflow:hidden}.Navbar2-module__o25_cq__resultImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.Navbar2-module__o25_cq__searchResultItem:hover .Navbar2-module__o25_cq__resultImage img{transform:scale(1.1)}.Navbar2-module__o25_cq__resultIcon{background:0 0;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;padding:.75rem;font-size:1.2rem;transition:all .3s;display:flex}.Navbar2-module__o25_cq__searchResultItem:hover .Navbar2-module__o25_cq__resultIcon{color:#08cfed;background:0 0;transform:none}.Navbar2-module__o25_cq__resultContent{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.Navbar2-module__o25_cq__resultTitle{color:var(--text-primary);margin:0;font-size:clamp(1rem,1.4vw,1.3rem);font-weight:500;line-height:1.3;transition:color .3s}.Navbar2-module__o25_cq__searchResultItem:hover .Navbar2-module__o25_cq__resultTitle{color:#08cfed}.Navbar2-module__o25_cq__resultDescription{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.Navbar2-module__o25_cq__resultMeta{color:var(--text-tertiary);margin:.25rem 0 0;font-size:.75rem}.Navbar2-module__o25_cq__resultTags{flex-wrap:wrap;gap:.25rem;margin-top:.5rem;display:flex}.Navbar2-module__o25_cq__resultTag{color:#9acd32e6;background:#9acd321a;border:1px solid #9acd3233;border-radius:10px;padding:.15rem .5rem;font-size:.7rem;font-weight:500}.Navbar2-module__o25_cq__resultCategory{text-transform:uppercase;letter-spacing:.5px;border-radius:0;flex-shrink:0;align-self:flex-start;padding:.4rem .8rem;font-size:.75rem;font-weight:600}.Navbar2-module__o25_cq__productCategory{color:#3b82f6e6;background:#3b82f61a;border:1px solid #3b82f633}.Navbar2-module__o25_cq__solutionCategory{color:#a855f7e6;background:#a855f71a;border:1px solid #a855f733}.Navbar2-module__o25_cq__articleCategory{color:#22c55ee6;background:#22c55e1a;border:1px solid #22c55e33}.Navbar2-module__o25_cq__researchCategory{color:#f59e0be6;background:#f59e0b1a;border:1px solid #f59e0b33}.Navbar2-module__o25_cq__newsCategory{color:#ef4444e6;background:#ef44441a;border:1px solid #ef444433}.Navbar2-module__o25_cq__eventCategory{color:#0ea5e9e6;background:#0ea5e91a;border:1px solid #0ea5e933}.Navbar2-module__o25_cq__employeeCategory{color:#8b5cf6e6;background:#8b5cf61a;border:1px solid #8b5cf633}.Navbar2-module__o25_cq__industryCategory{color:#6b7280e6;background:#6b72801a;border:1px solid #6b728033}.Navbar2-module__o25_cq__defaultCategory{background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-hover)}.Navbar2-module__o25_cq__noResults{text-align:center;padding:3rem 2rem;animation:.4s ease-out Navbar2-module__o25_cq__fadeIn}@keyframes Navbar2-module__o25_cq__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Navbar2-module__o25_cq__noResultsIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.Navbar2-module__o25_cq__noResults p{color:var(--text-primary);margin:0 0 .5rem;font-size:1.1rem;font-weight:500}.Navbar2-module__o25_cq__noResults span{color:var(--text-tertiary);font-size:.9rem}.Navbar2-module__o25_cq__suggestions{text-align:left;margin-top:2rem}.Navbar2-module__o25_cq__suggestions span:first-child{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem;font-weight:500;display:block}.Navbar2-module__o25_cq__searchSuggestions{padding:clamp(2rem,5vw,5rem) 0;animation:.4s ease-out Navbar2-module__o25_cq__fadeIn}.Navbar2-module__o25_cq__searchSuggestions h4{color:var(--text-primary);border-bottom:1px solid #ffffff38;margin:0 0 1rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.Navbar2-module__o25_cq__suggestionTags{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.Navbar2-module__o25_cq__suggestionTag{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .3s}.Navbar2-module__o25_cq__suggestionTag:hover{color:#9acd32;background:#9acd321a;border-color:#9acd324d;transform:translateY(-2px)}.Navbar2-module__o25_cq__categoryBrowse{border-top:1px solid #ffffff38;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.Navbar2-module__o25_cq__categoryBrowseItem{background:0 0;border:1px solid #ffffff38;border-top:0;border-left:0;border-radius:0;align-items:center;gap:.75rem;padding:1rem;text-decoration:none;transition:all .3s;display:flex}.Navbar2-module__o25_cq__categoryBrowseItem:hover{background:#08cfed0f;border-color:#ffffff38;transform:none}.Navbar2-module__o25_cq__categoryBrowseItem span:last-child{color:var(--text-primary);font-weight:500}.Navbar2-module__o25_cq__searchFooter{border-top:1px solid var(--border-color);background:#070707;padding:1rem 2rem}.Navbar2-module__o25_cq__searchActionIcon{align-items:center;display:flex}.Navbar2-module__o25_cq__searchIntro{color:#ffffffb8;letter-spacing:-.04em;max-width:54rem;margin:0 0 clamp(2.5rem,5vw,5rem);font-size:clamp(1.25rem,2.5vw,2.3rem);line-height:1.35}.Navbar2-module__o25_cq__searchHints{color:var(--text-tertiary);justify-content:center;align-items:center;gap:1.5rem;font-size:.8rem;display:flex}.Navbar2-module__o25_cq__searchHints span{align-items:center;gap:.25rem;display:flex}.Navbar2-module__o25_cq__searchHints kbd{background:var(--bg-tertiary);border:1px solid var(--border-hover);color:var(--text-secondary);border-radius:4px;padding:.15rem .4rem;font-family:monospace;font-size:.7rem}.Navbar2-module__o25_cq__ctc{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.5rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9rem;font-weight:400;transition:all .2s}.Navbar2-module__o25_cq__ctc:hover{color:var(--text-primary)}.Navbar2-module__o25_cq__contactOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;pointer-events:auto;background:#000000e0;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Navbar2-module__o25_cq__contactContent{pointer-events:auto;background:#090909;border:1px solid #ffffff47;border-radius:0;width:min(94%,64rem);max-width:none;max-height:92vh;padding:clamp(2rem,4vw,4.5rem);position:relative;overflow:hidden auto;box-shadow:0 2rem 6rem #000000b8}.Navbar2-module__o25_cq__contactContent.Navbar2-module__o25_cq__successState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.Navbar2-module__o25_cq__contactContent.Navbar2-module__o25_cq__successState h3{color:#fff;letter-spacing:-.06em;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:400}.Navbar2-module__o25_cq__contactContent.Navbar2-module__o25_cq__successState p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.Navbar2-module__o25_cq__formTitle{color:var(--text-primary);text-align:left;letter-spacing:-.06em;max-width:16ch;margin:0;font-size:clamp(2.25rem,5vw,4.75rem);font-weight:400;line-height:.98}.Navbar2-module__o25_cq__form{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.5rem;display:grid}.Navbar2-module__o25_cq__formRow{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Navbar2-module__o25_cq__formGroup{flex-direction:column;display:flex}:is(.Navbar2-module__o25_cq__formGroup:has(.Navbar2-module__o25_cq__formTextarea),.Navbar2-module__o25_cq__formGroup:has(.Navbar2-module__o25_cq__formButton),.Navbar2-module__o25_cq__formStatusRegion){grid-column:1/-1}.Navbar2-module__o25_cq__formLabel{color:#ffffffad;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.55rem;font-size:.7rem;font-weight:400}.Navbar2-module__o25_cq__formInput,.Navbar2-module__o25_cq__formTextarea,.Navbar2-module__o25_cq__formSelect{color:var(--text-primary);box-sizing:border-box;background:0 0;border:0;border-bottom:1px solid #ffffff4d;border-radius:0;width:100%;padding:.9rem 0;font-size:1rem;transition:all .3s}.Navbar2-module__o25_cq__formInput:focus,.Navbar2-module__o25_cq__formTextarea:focus,.Navbar2-module__o25_cq__formSelect:focus{box-shadow:none;background:0 0;border-color:#08cfed;outline:none}.Navbar2-module__o25_cq__formInput:hover,.Navbar2-module__o25_cq__formTextarea:hover,.Navbar2-module__o25_cq__formSelect:hover{border-color:var(--border-hover)}.Navbar2-module__o25_cq__formTextarea{resize:vertical;min-height:8rem}.Navbar2-module__o25_cq__formSelect{cursor:pointer;appearance:none}.Navbar2-module__o25_cq__formSelect option{background:var(--bg-secondary);color:var(--text-primary)}.Navbar2-module__o25_cq__customPhoneInputNavbar{align-items:center;width:100%;display:flex;position:relative}.Navbar2-module__o25_cq__customPhoneInputNavbar .PhoneInput{width:100%}.Navbar2-module__o25_cq__customPhoneInputNavbar .PhoneInputCountry{background:var(--bg-secondary);border:1px solid var(--border-color);box-sizing:border-box;border-right:none;border-radius:8px 0 0 8px;align-items:center;height:47px;padding:0 5px;display:flex}.Navbar2-module__o25_cq__customPhoneInputNavbar .PhoneInputInput{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);box-sizing:border-box;border-radius:0 8px 8px 0;flex:1;height:47px;padding:12px 16px;font-size:.9rem;transition:all .3s}.Navbar2-module__o25_cq__customPhoneInputNavbar .PhoneInputInput:focus{background:var(--bg-tertiary);border-color:#9acd32;outline:none;box-shadow:0 0 0 2px #9acd3233}.Navbar2-module__o25_cq__formButton{color:#000;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#08cfed;border:none;border-radius:0;margin-top:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.Navbar2-module__o25_cq__formButton:hover{box-shadow:none;background:#06a5bd;transform:none}.Navbar2-module__o25_cq__formButton:active{transform:translateY(0)}.Navbar2-module__o25_cq__formButton:disabled{background:var(--bg-tertiary);color:var(--text-tertiary);cursor:not-allowed;box-shadow:none;transform:none}.Navbar2-module__o25_cq__closeButton{cursor:pointer;color:var(--text-primary);background:0 0;border:none;font-size:1.5rem;transition:all .3s;position:absolute;top:16px;right:16px}.Navbar2-module__o25_cq__formHeader{border-bottom:1px solid #ffffff47;grid-template-columns:minmax(0,1.3fr) minmax(14rem,.7fr);align-items:end;gap:clamp(2rem,6vw,7rem);margin-bottom:clamp(2.5rem,5vw,5rem);padding-bottom:clamp(2rem,4vw,3rem);display:grid}.Navbar2-module__o25_cq__formEyebrow{color:#08cfed;letter-spacing:.12em;text-transform:uppercase;grid-column:1/-1;margin:0 0 -1rem;font-family:Roboto Mono,monospace;font-size:.7rem}.Navbar2-module__o25_cq__formIntroduction{color:#ffffffad;margin:0;font-size:1rem;line-height:1.65}.Navbar2-module__o25_cq__formStatusRegion{min-height:1.5rem}.Navbar2-module__o25_cq__successCloseButton{min-width:12rem;margin-top:1.25rem}.Navbar2-module__o25_cq__closeButton:hover{color:#9acd32;transform:scale(1.1)}.Navbar2-module__o25_cq__mobileNavbar{justify-content:space-between;align-items:center;height:72px;padding:0 1.5rem;display:flex}.Navbar2-module__o25_cq__mobileActions{align-items:center;gap:.75rem;display:flex}.Navbar2-module__o25_cq__hamburgerButton{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;transition:all .2s;display:flex;position:relative}.Navbar2-module__o25_cq__hamburgerButton:hover{background:var(--bg-tertiary)}.Navbar2-module__o25_cq__hamburgerLine{background-color:var(--text-primary);border-radius:1px;width:20px;height:2px;margin:2px 0;transition:all .2s}.Navbar2-module__o25_cq__hamburgerButtonOpen .Navbar2-module__o25_cq__hamburgerLine:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar2-module__o25_cq__hamburgerButtonOpen .Navbar2-module__o25_cq__hamburgerLine:nth-child(2){opacity:0}.Navbar2-module__o25_cq__hamburgerButtonOpen .Navbar2-module__o25_cq__hamburgerLine:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:1024px){.Navbar2-module__o25_cq__megaMenu{display:none}.Navbar2-module__o25_cq__megaMenuControl{height:70px;padding:0 4%}.Navbar2-module__o25_cq__logo{margin-right:0}.Navbar2-module__o25_cq__logoContainer h2,.Navbar2-module__o25_cq__logoLink h2{font-size:1.2rem}.Navbar2-module__o25_cq__Tabs{display:none}.Navbar2-module__o25_cq__overlayContent{top:70px}}@media (max-width:992px) and (min-width:769px){.Navbar2-module__o25_cq__megaMenuControl{height:64px;padding:0 2rem}.Navbar2-module__o25_cq__logoContainer h2,.Navbar2-module__o25_cq__logoLink h2{font-size:1.15rem}.Navbar2-module__o25_cq__resourcesContainer{grid-template-columns:1fr;gap:1.5rem;min-width:auto}.Navbar2-module__o25_cq__resourcesBlogGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Navbar2-module__o25_cq__megaMenuContainer,.Navbar2-module__o25_cq__productsMegaMenu{grid-template-columns:1fr;gap:1.2rem;max-width:95vw;padding:1rem}.Navbar2-module__o25_cq__resourcesContainer{grid-template-columns:1fr;gap:1.5rem;min-width:auto;padding:1rem}.Navbar2-module__o25_cq__resourcesBlogGrid{grid-template-columns:1fr}.Navbar2-module__o25_cq__resourcesBlogCard{flex-direction:row;align-items:center}.Navbar2-module__o25_cq__resourcesBlogCardImage{border-radius:6px;flex-shrink:0;width:80px;height:80px}.Navbar2-module__o25_cq__resourcesBlogCardContent{padding:.5rem .75rem}.Navbar2-module__o25_cq__filtersRow{flex-direction:column;align-items:flex-start;gap:1rem}.Navbar2-module__o25_cq__filterGroup{flex-wrap:wrap}.Navbar2-module__o25_cq__searchGroup{width:100%;margin-left:0}.Navbar2-module__o25_cq__searchInput{width:100%}.Navbar2-module__o25_cq__docsColumn,.Navbar2-module__o25_cq__getStartedColumn{border-left:none;border-top:1px solid var(--border-color);padding-top:1.2rem;padding-left:0}.Navbar2-module__o25_cq__collectionsGrid,.Navbar2-module__o25_cq__productsGrid{grid-template-columns:1fr}.Navbar2-module__o25_cq__supportLinks{flex-direction:row;justify-content:space-around}.Navbar2-module__o25_cq__megaMenuControl{height:60px;padding:0 1rem}.Navbar2-module__o25_cq__logoContainer h2,.Navbar2-module__o25_cq__logoLink h2{font-size:1rem}.Navbar2-module__o25_cq__contactContent{width:95%;max-height:95vh;padding:3rem 1.5rem 1.5rem}.Navbar2-module__o25_cq__form,.Navbar2-module__o25_cq__formRow,.Navbar2-module__o25_cq__formHeader{grid-template-columns:1fr;gap:1rem}.Navbar2-module__o25_cq__formTitle{margin-bottom:0;font-size:clamp(2.25rem,11vw,3.75rem)}.Navbar2-module__o25_cq__modernSearchContainer{width:95%;max-height:85vh;margin:0 1rem}.Navbar2-module__o25_cq__searchHeader{flex-direction:row;gap:1rem;padding:1.25rem 1rem 1rem}.Navbar2-module__o25_cq__searchActions{justify-content:space-between;width:auto}.Navbar2-module__o25_cq__filterButton{flex:none;justify-content:center;margin-right:.5rem}.Navbar2-module__o25_cq__modernCloseButton{flex-shrink:0}.Navbar2-module__o25_cq__filtersSection{padding:1rem}.Navbar2-module__o25_cq__categoryFilters{gap:.4rem}.Navbar2-module__o25_cq__categoryFilter{padding:.4rem .8rem;font-size:.75rem}.Navbar2-module__o25_cq__searchResults{max-height:45vh;padding:1rem}.Navbar2-module__o25_cq__searchResultItem{grid-template-columns:2.5rem minmax(0,1fr);gap:.75rem;padding:1.25rem 0}.Navbar2-module__o25_cq__resultImage{width:40px;height:40px}.Navbar2-module__o25_cq__resultIcon{padding:.5rem;font-size:1rem}.Navbar2-module__o25_cq__resultTitle{font-size:.9rem}.Navbar2-module__o25_cq__resultDescription{font-size:.8rem}.Navbar2-module__o25_cq__resultCategory{grid-column:2;padding:.3rem .6rem;font-size:.7rem}.Navbar2-module__o25_cq__categoryBrowse{grid-template-columns:1fr}.Navbar2-module__o25_cq__searchFooter{padding:.75rem 1rem}.Navbar2-module__o25_cq__searchHints{flex-direction:column;gap:.75rem;font-size:.75rem}.Navbar2-module__o25_cq__actionLinksSection{flex-direction:column;gap:.5rem}.Navbar2-module__o25_cq__actionLinkContent{gap:.5rem}.Navbar2-module__o25_cq__actionIcon{font-size:1.2rem}.Navbar2-module__o25_cq__featuredGrid,.Navbar2-module__o25_cq__researchCardsGrid,.Navbar2-module__o25_cq__innovationCardsGrid,.Navbar2-module__o25_cq__solutionsListGrid,.Navbar2-module__o25_cq__learningGrid,.Navbar2-module__o25_cq__toolsGrid,.Navbar2-module__o25_cq__supportGrid,.Navbar2-module__o25_cq__abGrid{grid-template-columns:1fr}.Navbar2-module__o25_cq__aboutSection{width:fit-content;height:fit-content}}@media (max-width:992px) and (min-width:769px){.Navbar2-module__o25_cq__megaMenuContainer{grid-template-columns:1fr 160px}.Navbar2-module__o25_cq__getStartedColumn{border-left:none;border-top:1px solid var(--border-color);grid-column:1/-1;padding-top:1.2rem}.Navbar2-module__o25_cq__getStartedCard{text-align:left}.Navbar2-module__o25_cq__supportLinks{flex-direction:row;gap:.8rem}.Navbar2-module__o25_cq__filtersRow{gap:1rem}.Navbar2-module__o25_cq__filterPills{gap:.3rem}.Navbar2-module__o25_cq__filterPill{padding:.35rem .4rem;font-size:.7rem}}@media (max-width:480px){.Navbar2-module__o25_cq__contactContent{padding:1rem}.Navbar2-module__o25_cq__formTitle{font-size:2.25rem}.Navbar2-module__o25_cq__formInput,.Navbar2-module__o25_cq__formTextarea,.Navbar2-module__o25_cq__formSelect{padding:.8rem 0;font-size:.9rem}.Navbar2-module__o25_cq__formButton{padding:10px 20px;font-size:.9rem}.Navbar2-module__o25_cq__megaMenuContainer,.Navbar2-module__o25_cq__productsMegaMenu{max-width:100vw;margin:0;padding:.75rem}}.Navbar2-module__o25_cq__loginLoading{justify-content:center;align-items:center;padding:.5rem;display:flex}.Navbar2-module__o25_cq__loadingSpinner{border:2px solid var(--border-color);border-top:2px solid var(--text-primary);border-radius:50%;width:16px;height:16px;animation:1s linear infinite Navbar2-module__o25_cq__spin}.Navbar2-module__o25_cq__loginButton{color:#08cfed;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #08cfed;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Navbar2-module__o25_cq__loginButton:hover{background:#08cfed1a;box-shadow:0 0 10px #08cfed33}.Navbar2-module__o25_cq__loginIcon{width:16px;height:16px;color:var(--text-primary);fill:currentColor;flex-shrink:0}.Navbar2-module__o25_cq__loginText{white-space:nowrap}.Navbar2-module__o25_cq__userButton{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.85rem;font-weight:500;transition:all .3s;display:flex;position:relative}.Navbar2-module__o25_cq__userButton:hover{background:var(--bg-tertiary)}:is(.Navbar2-module__o25_cq__userButton:hover .light .Navbar2-module__o25_cq__loginButton,.Navbar2-module__o25_cq__userButton:hover .light .Navbar2-module__o25_cq__ctc,.Navbar2-module__o25_cq__userButton:hover .light .Navbar2-module__o25_cq__restoreProductNavButton,.Navbar2-module__o25_cq__userButton:hover .light .Navbar2-module__o25_cq__searchButton){border-color:var(--text-primary)!important;color:var(--text-primary)!important}.Navbar2-module__o25_cq__userButton:hover .light .Navbar2-module__o25_cq__searchButton img{filter:invert()}.Navbar2-module__o25_cq__userButton:hover{border-color:var(--border-hover)}.Navbar2-module__o25_cq__userButtonAvatar{object-fit:cover;border-radius:50%}.Navbar2-module__o25_cq__userButtonPlaceholder{width:24px;height:24px;color:var(--text-primary);background:#08cfed33;border:1px solid #08cfed;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:flex}.Navbar2-module__o25_cq__userButtonName{white-space:nowrap}.Navbar2-module__o25_cq__userMenuOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0000004d;justify-content:center;align-items:flex-start;padding-top:120px;display:flex;position:fixed;inset:0}.Navbar2-module__o25_cq__userMenuContainer{background:var(--bg-primary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:16px;min-width:280px;position:relative;right:5%;overflow:hidden;box-shadow:0 20px 40px #00000080}.Navbar2-module__o25_cq__userMenuHeader{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);padding:1.5rem}.Navbar2-module__o25_cq__userInfo{align-items:center;gap:1rem;display:flex}.Navbar2-module__o25_cq__userAvatar{flex-shrink:0}.Navbar2-module__o25_cq__avatarImage{object-fit:cover;border-radius:50%}.Navbar2-module__o25_cq__avatarPlaceholder{width:40px;height:40px;color:var(--text-primary);background:#08cfed33;border:1px solid #08cfed;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.Navbar2-module__o25_cq__userDetails{flex:1;min-width:0}.Navbar2-module__o25_cq__userName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:1rem;font-weight:600;overflow:hidden}.Navbar2-module__o25_cq__userEmail{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.Navbar2-module__o25_cq__userMenuItems{padding:1rem 0}.Navbar2-module__o25_cq__userMenuItem{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.Navbar2-module__o25_cq__userMenuItem:hover{background:var(--bg-tertiary);color:var(--text-primary)}.Navbar2-module__o25_cq__menuIcon{text-align:center;flex-shrink:0;width:20px;font-size:1.1rem}.Navbar2-module__o25_cq__menuLabel{font-size:.9rem;font-weight:500}.Navbar2-module__o25_cq__userMenuFooter{border-top:1px solid var(--border-color);padding:1rem 0}.Navbar2-module__o25_cq__signOutButton{color:#ff6464e6;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.Navbar2-module__o25_cq__signOutButton:hover{color:#ff6b6b;background:#ff64641a}@media (max-width:1024px){.Navbar2-module__o25_cq__userMenuContainer{min-width:260px;right:2%}.Navbar2-module__o25_cq__userMenuOverlay{padding-top:80px}}@media (max-width:768px){.Navbar2-module__o25_cq__loginButton,.Navbar2-module__o25_cq__userButton{padding:.4rem .8rem;font-size:.8rem}.Navbar2-module__o25_cq__loginText,.Navbar2-module__o25_cq__userButtonName{display:none}.Navbar2-module__o25_cq__userMenuContainer{min-width:240px;right:1rem}.Navbar2-module__o25_cq__userMenuOverlay{padding-top:70px}}.Navbar2-module__o25_cq__restoreProductNavButton{color:#00f2fe;cursor:pointer;background:#00f2fe1a;border:1px solid #00f2fe4d;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.Navbar2-module__o25_cq__restoreProductNavButton:hover{background:#00f2fe33;transform:translateY(-1px);box-shadow:0 4px 12px #00f2fe33}
.IndustryNavSticky-module__-rGOWq__stickyContainer{z-index:1000;background:var(--bg-primary,#000);border-bottom:1px solid var(--border-color,#333);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;transform:translateY(-100%)}.IndustryNavSticky-module__-rGOWq__stickyVisible{transform:translateY(0)}.IndustryNavSticky-module__-rGOWq__stickyContent{justify-content:space-between;align-items:center;max-width:1400px;height:60px;margin:0 auto;padding:0 4%;display:flex}.IndustryNavSticky-module__-rGOWq__leftSide{align-items:baseline;gap:1rem;display:flex}.IndustryNavSticky-module__-rGOWq__industryLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-color,#fff);opacity:.7;margin-bottom:.125rem;font-size:.75rem}.IndustryNavSticky-module__-rGOWq__industryName{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.IndustryNavSticky-module__-rGOWq__rightSide{align-items:center;height:100%;display:flex}.IndustryNavSticky-module__-rGOWq__rightSide>div{height:100%}.light .IndustryNavSticky-module__-rGOWq__stickyContainer{background:var(--bg-primary,#f5f5f0);border-color:var(--border-color,#e0e0e0)}
.IndustryNavDrawer-module__yIZV0G__drawerTrigger{z-index:100;background:var(--bg-primary,#111);border:1px solid var(--border-color,#333);color:var(--text-primary);cursor:pointer;border-right:none;border-radius:8px 0 0 8px;flex-direction:column;align-items:center;padding:1rem .5rem;transition:all .3s;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%);box-shadow:-4px 0 16px #0006}.IndustryNavDrawer-module__yIZV0G__drawerTrigger:hover{background:#08cfed1a;border-color:#08cfed;padding-right:1rem}.IndustryNavDrawer-module__yIZV0G__triggerIcon{color:#08cfed;margin-bottom:.5rem;font-size:1.25rem}.IndustryNavDrawer-module__yIZV0G__triggerText{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.1em;font-family:Roboto Mono,monospace;font-size:.85rem;font-weight:600;transform:rotate(180deg)}.IndustryNavDrawer-module__yIZV0G__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;position:fixed;inset:0}.IndustryNavDrawer-module__yIZV0G__drawerContainer{background:var(--bg-secondary,#1a1a1a);border-left:1px solid var(--border-color,#333);z-index:1001;flex-direction:column;width:400px;max-width:90vw;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-8px 0 32px #00000080}.IndustryNavDrawer-module__yIZV0G__drawerHeader{border-bottom:1px solid var(--border-color);background:var(--bg-primary);z-index:2;justify-content:space-between;align-items:flex-start;padding:2rem;display:flex;position:sticky;top:0}.IndustryNavDrawer-module__yIZV0G__industryName{color:var(--text-color,#fff);margin:0;font-size:1.5rem;font-weight:700}.IndustryNavDrawer-module__yIZV0G__industryLabel{text-transform:uppercase;color:#08cfed;letter-spacing:.1em;margin:.5rem 0 0;font-family:Roboto Mono,monospace;font-size:.75rem}.IndustryNavDrawer-module__yIZV0G__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;transition:color .2s}.IndustryNavDrawer-module__yIZV0G__closeButton:hover{color:var(--text-primary)}.IndustryNavDrawer-module__yIZV0G__drawerContent{flex-direction:column;gap:3rem;padding:2rem;display:flex}.IndustryNavDrawer-module__yIZV0G__drawerSection h3{text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:.5rem;font-family:Roboto Mono,monospace;font-size:1rem}.IndustryNavDrawer-module__yIZV0G__overviewText{color:var(--text-primary);opacity:.9;font-size:.95rem;line-height:1.6}.IndustryNavDrawer-module__yIZV0G__linkList{flex-direction:column;gap:.5rem;display:flex}.IndustryNavDrawer-module__yIZV0G__navLink{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;justify-content:space-between;align-items:center;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.IndustryNavDrawer-module__yIZV0G__navLink:hover{border-color:#08cfed;transform:translate(4px)}.IndustryNavDrawer-module__yIZV0G__linkName{color:var(--text-primary);font-weight:500}.IndustryNavDrawer-module__yIZV0G__badge{background:var(--brand-blue,#00f2fe);color:#fff;text-transform:uppercase;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.IndustryNavDrawer-module__yIZV0G__capabilitiesList{flex-direction:column;gap:1.5rem;display:flex}.IndustryNavDrawer-module__yIZV0G__capabilityItem h4{color:#08cfed;margin:0 0 .5rem;font-size:1.1rem}.IndustryNavDrawer-module__yIZV0G__capabilityItem p{color:var(--text-primary);opacity:.8;margin:0;font-size:.9rem;line-height:1.5}.light .IndustryNavDrawer-module__yIZV0G__drawerTrigger{background:var(--bg-primary,#fff);box-shadow:-4px 0 16px #0000001a}.light .IndustryNavDrawer-module__yIZV0G__drawerContainer{background:var(--bg-secondary,#fafafa);box-shadow:-8px 0 32px #00000026}:is(.light .IndustryNavDrawer-module__yIZV0G__drawerHeader,.light .IndustryNavDrawer-module__yIZV0G__navLink){background:var(--bg-primary,#fff)}
.ContentSection-module__LSBrHa__section{width:100%;padding:6rem 0;position:relative;overflow:hidden}.ContentSection-module__LSBrHa__container{width:100%;margin:0 auto}.ContentSection-module__LSBrHa__contained .ContentSection-module__LSBrHa__container{max-width:1200px;padding:0 2rem}.ContentSection-module__LSBrHa__fullWidth .ContentSection-module__LSBrHa__container{max-width:none;padding:0}.ContentSection-module__LSBrHa__splitLayout .ContentSection-module__LSBrHa__container{max-width:1400px;padding:0 2rem}.ContentSection-module__LSBrHa__darkBg{color:#fff;background:#0a0a0a}.ContentSection-module__LSBrHa__gradientBg{color:#fff;background:#050505}.ContentSection-module__LSBrHa__lightBg{color:#0a0a0a;background:#fff}.ContentSection-module__LSBrHa__header{text-align:center;margin-bottom:4rem}.ContentSection-module__LSBrHa__header h2{margin-bottom:1rem;font-size:3rem}.ContentSection-module__LSBrHa__darkBg .ContentSection-module__LSBrHa__header h2,.ContentSection-module__LSBrHa__gradientBg .ContentSection-module__LSBrHa__header h2{color:#fff}.ContentSection-module__LSBrHa__header p{color:#888;max-width:800px;margin:0 auto;font-size:1.25rem}.ContentSection-module__LSBrHa__contentWrapper{position:relative}.ContentSection-module__LSBrHa__splitLayout .ContentSection-module__LSBrHa__contentWrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.ContentSection-module__LSBrHa__fullWidth .ContentSection-module__LSBrHa__contentWrapper,.ContentSection-module__LSBrHa__contained .ContentSection-module__LSBrHa__contentWrapper{flex-direction:column;gap:2rem;display:flex}.ContentSection-module__LSBrHa__textContent{flex:1;min-width:0}.ContentSection-module__LSBrHa__paragraph{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.ContentSection-module__LSBrHa__darkBg .ContentSection-module__LSBrHa__paragraph,.ContentSection-module__LSBrHa__gradientBg .ContentSection-module__LSBrHa__paragraph{color:#888}.ContentSection-module__LSBrHa__mediaContent{width:100%;position:relative}.ContentSection-module__LSBrHa__imageWrapper{border-radius:12px;position:relative;overflow:hidden}.ContentSection-module__LSBrHa__splitImage{aspect-ratio:16/9;width:100%}.ContentSection-module__LSBrHa__fullImage{aspect-ratio:21/9;width:100%;max-width:1200px;margin:0 auto}.ContentSection-module__LSBrHa__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ContentSection-module__LSBrHa__imageWrapper:hover .ContentSection-module__LSBrHa__image{transform:scale(1.05)}@media (max-width:1024px){.ContentSection-module__LSBrHa__splitLayout .ContentSection-module__LSBrHa__contentWrapper{grid-template-columns:1fr;gap:2rem}.ContentSection-module__LSBrHa__header h2{font-size:2.5rem}.ContentSection-module__LSBrHa__container{padding:0 1.5rem}}@media (max-width:768px){.ContentSection-module__LSBrHa__section{padding:4rem 0}.ContentSection-module__LSBrHa__container{padding:0 1rem}.ContentSection-module__LSBrHa__header h2{font-size:2rem}.ContentSection-module__LSBrHa__paragraph{font-size:1rem}.ContentSection-module__LSBrHa__splitImage,.ContentSection-module__LSBrHa__fullImage{aspect-ratio:16/9}}@keyframes ContentSection-module__LSBrHa__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ContentSection-module__LSBrHa__section{animation:.6s ease-out ContentSection-module__LSBrHa__fadeIn}
.ProductNavSticky-module__R6c3Iq__stickyContainer{z-index:1000;background:var(--bg-primary,#000);border-bottom:1px solid var(--border-color,#333);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;transform:translateY(-100%)}.ProductNavSticky-module__R6c3Iq__stickyVisible{transform:translateY(0)}.ProductNavSticky-module__R6c3Iq__stickyContent{justify-content:space-between;align-items:center;max-width:1400px;height:60px;margin:0 auto;padding:0 4%;display:flex}.ProductNavSticky-module__R6c3Iq__leftSide{align-items:baseline;gap:1rem;display:flex}.ProductNavSticky-module__R6c3Iq__productLabel{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.1em;font-family:Roboto Mono,monospace;font-size:.75rem}.ProductNavSticky-module__R6c3Iq__productName{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.ProductNavSticky-module__R6c3Iq__rightSide{align-items:center;height:100%;display:flex}.ProductNavSticky-module__R6c3Iq__rightSide>div{height:100%}.light .ProductNavSticky-module__R6c3Iq__stickyContainer{background:var(--bg-primary,#f5f5f0);border-color:var(--border-color,#e0e0e0)}
.ProductNavDrawer-module__PlC7uW__drawerTrigger{z-index:100;background:var(--bg-primary,#111);border:1px solid var(--border-color,#333);color:var(--text-primary);cursor:pointer;border-right:none;border-radius:8px 0 0 8px;flex-direction:column;align-items:center;padding:1rem .5rem;transition:all .3s;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%);box-shadow:-4px 0 16px #0006}.ProductNavDrawer-module__PlC7uW__drawerTrigger:hover{background:#08cfed1a;border-color:#08cfed;padding-right:1rem}.ProductNavDrawer-module__PlC7uW__triggerIcon{color:#08cfed;margin-bottom:.5rem;font-size:1.25rem}.ProductNavDrawer-module__PlC7uW__triggerText{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.1em;font-family:Roboto Mono,monospace;font-size:.85rem;font-weight:600;transform:rotate(180deg)}.ProductNavDrawer-module__PlC7uW__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;position:fixed;inset:0}.ProductNavDrawer-module__PlC7uW__drawerContainer{background:var(--bg-secondary,#1a1a1a);border-left:1px solid var(--border-color,#333);z-index:1001;flex-direction:column;width:400px;max-width:90vw;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-8px 0 32px #00000080}.ProductNavDrawer-module__PlC7uW__drawerHeader{border-bottom:1px solid var(--border-color);background:var(--bg-primary);z-index:2;justify-content:space-between;align-items:flex-start;padding:2rem;display:flex;position:sticky;top:0}.ProductNavDrawer-module__PlC7uW__productName{color:var(--text-primary);margin:0;font-size:2rem;font-weight:700}.ProductNavDrawer-module__PlC7uW__productLabel{text-transform:uppercase;color:#08cfed;letter-spacing:.1em;margin:.5rem 0 0;font-family:Roboto Mono,monospace;font-size:.75rem}.ProductNavDrawer-module__PlC7uW__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;transition:color .2s}.ProductNavDrawer-module__PlC7uW__closeButton:hover{color:var(--text-primary)}.ProductNavDrawer-module__PlC7uW__drawerContent{flex-direction:column;gap:3rem;padding:2rem;display:flex}.ProductNavDrawer-module__PlC7uW__drawerSection h3{text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:.5rem;font-family:Roboto Mono,monospace;font-size:1rem}.ProductNavDrawer-module__PlC7uW__overviewText{color:var(--text-primary);opacity:.9;font-size:.95rem;line-height:1.6}.ProductNavDrawer-module__PlC7uW__linkList{flex-direction:column;gap:.5rem;display:flex}.ProductNavDrawer-module__PlC7uW__navLink{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;justify-content:space-between;align-items:center;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.ProductNavDrawer-module__PlC7uW__navLink:hover{border-color:#08cfed;transform:translate(4px)}.ProductNavDrawer-module__PlC7uW__linkName{color:var(--text-primary);font-weight:500}.ProductNavDrawer-module__PlC7uW__badge{background:var(--brand-blue,#00f2fe);color:#fff;text-transform:uppercase;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.ProductNavDrawer-module__PlC7uW__capabilitiesList{flex-direction:column;gap:1.5rem;display:flex}.ProductNavDrawer-module__PlC7uW__capabilityItem h4{color:#08cfed;margin:0 0 .5rem;font-size:1.1rem}.ProductNavDrawer-module__PlC7uW__capabilityItem p{color:var(--text-primary);opacity:.8;margin:0;font-size:.9rem;line-height:1.5}.light .ProductNavDrawer-module__PlC7uW__drawerTrigger{background:var(--bg-primary,#fff);box-shadow:-4px 0 16px #0000001a}.light .ProductNavDrawer-module__PlC7uW__drawerContainer{background:var(--bg-secondary,#fafafa);box-shadow:-8px 0 32px #00000026}:is(.light .ProductNavDrawer-module__PlC7uW__drawerHeader,.light .ProductNavDrawer-module__PlC7uW__navLink){background:var(--bg-primary,#fff)}
.onboarding-module__ZdUOKa__container{background:linear-gradient(135deg,#0f0f23 0%,#1e1e3f 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Roboto Mono,sans-serif;display:flex}.onboarding-module__ZdUOKa__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000f2;border:1px solid #ffffff26;border-radius:20px;width:100%;max-width:800px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006,0 8px 32px #08cfed26}.onboarding-module__ZdUOKa__card:before{content:"";background:linear-gradient(90deg,#0000,#08cfed80,#0000);height:1px;position:absolute;top:0;left:0;right:0}.onboarding-module__ZdUOKa__header{text-align:center;margin-bottom:2rem}.onboarding-module__ZdUOKa__header h1{background:linear-gradient(251.01deg,#08cfed 31.88%,#0094ff 66.3%,#4e007e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.onboarding-module__ZdUOKa__header p{color:#ffffffb3;margin:0}.onboarding-module__ZdUOKa__error{color:#fca5a5;background:#dc26261a;border:1px solid #dc26264d;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.875rem}.onboarding-module__ZdUOKa__form{flex-direction:column;gap:2rem;display:flex}.onboarding-module__ZdUOKa__section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;padding:2rem}.onboarding-module__ZdUOKa__section h2{color:#fff;background:linear-gradient(251.01deg,#08cfed 31.88%,#0094ff 66.3%,#4e007e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.onboarding-module__ZdUOKa__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.onboarding-module__ZdUOKa__field{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.onboarding-module__ZdUOKa__field label{color:#fff;font-size:.875rem;font-weight:500}.onboarding-module__ZdUOKa__input,.onboarding-module__ZdUOKa__select,.onboarding-module__ZdUOKa__textarea{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;padding:.875rem 1rem;font-family:inherit;font-size:.875rem;transition:all .3s}.onboarding-module__ZdUOKa__input:focus,.onboarding-module__ZdUOKa__select:focus,.onboarding-module__ZdUOKa__textarea:focus{background:#ffffff14;border-color:#08cfed80;outline:none;box-shadow:0 0 0 3px #08cfed1a,0 4px 12px #08cfed26}.onboarding-module__ZdUOKa__input::placeholder,.onboarding-module__ZdUOKa__textarea::placeholder{color:#fff6}.onboarding-module__ZdUOKa__select{cursor:pointer}.onboarding-module__ZdUOKa__select option{color:#fff;background:#1e1e3f}.onboarding-module__ZdUOKa__textarea{resize:vertical;min-height:100px}.onboarding-module__ZdUOKa__phoneInput{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;padding:.875rem 1rem;transition:all .3s}.onboarding-module__ZdUOKa__phoneInput:focus-within{background:#ffffff14;border-color:#08cfed80;box-shadow:0 0 0 3px #08cfed1a,0 4px 12px #08cfed26}.onboarding-module__ZdUOKa__phoneInput .onboarding-module__ZdUOKa__PhoneInputInput{color:#fff!important;background:0 0!important;border:none!important;font-family:inherit!important;font-size:.875rem!important}.onboarding-module__ZdUOKa__phoneInput .onboarding-module__ZdUOKa__PhoneInputCountrySelect{color:#fff!important;background:0 0!important;border:none!important}.onboarding-module__ZdUOKa__phoneInput .onboarding-module__ZdUOKa__PhoneInputCountrySelectArrow{color:#ffffffb3!important}.onboarding-module__ZdUOKa__fieldError{color:#fca5a5;margin-top:.25rem;font-size:.75rem}.onboarding-module__ZdUOKa__checkbox{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.onboarding-module__ZdUOKa__checkboxInput{accent-color:#08cfed;cursor:pointer;width:1.125rem;height:1.125rem;margin:0}.onboarding-module__ZdUOKa__checkboxLabel{color:#fffc;cursor:pointer;font-size:.875rem;line-height:1.5}.onboarding-module__ZdUOKa__checkboxLabel a{color:#08cfed;font-weight:500;text-decoration:none;transition:all .3s}.onboarding-module__ZdUOKa__checkboxLabel a:hover{color:#0094ff;text-decoration:underline}.onboarding-module__ZdUOKa__submitButton{color:#fff;cursor:pointer;background:linear-gradient(251.01deg,#08cfed 31.88%,#0094ff 66.3%,#4e007e 100%);border:none;border-radius:12px;width:100%;margin-top:1rem;padding:1rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.onboarding-module__ZdUOKa__submitButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.onboarding-module__ZdUOKa__submitButton:hover:before{left:100%}.onboarding-module__ZdUOKa__submitButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #08cfed66,0 4px 12px #08cfed33}.onboarding-module__ZdUOKa__submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.onboarding-module__ZdUOKa__footer{text-align:center;border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1.5rem}.onboarding-module__ZdUOKa__footer p{color:#fff9;margin:0;font-size:.875rem}.onboarding-module__ZdUOKa__footer a{color:#08cfed;font-weight:500;text-decoration:none;transition:all .3s}.onboarding-module__ZdUOKa__footer a:hover{color:#0094ff;text-decoration:underline}@media (max-width:768px){.onboarding-module__ZdUOKa__container{padding:1rem}.onboarding-module__ZdUOKa__card{padding:2rem}.onboarding-module__ZdUOKa__header h1{font-size:1.5rem}.onboarding-module__ZdUOKa__row{grid-template-columns:1fr}.onboarding-module__ZdUOKa__section{padding:1.5rem}}@media (max-width:480px){.onboarding-module__ZdUOKa__card{padding:1.5rem}.onboarding-module__ZdUOKa__section{padding:1rem}}
