.request-demo-redirect-button{cursor:pointer;box-sizing:border-box;border:none;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;width:auto;min-width:auto;padding:10px 24px;font-family:DM Sans,sans-serif;font-size:18px;font-weight:500;line-height:32px;transition:all .2s;display:flex}.request-demo-redirect-button.hero-variant{color:#fff;background:#111;flex-shrink:0;margin-top:16px;position:relative}.request-demo-redirect-button.hero-variant:hover{background:#333}.request-demo-redirect-button.cta-variant{color:#111;background:#fff}.request-demo-redirect-button.cta-variant:hover{background:rgba(255,255,255,.9)}
.header{background-color:var(--white)!important;color:var(--foreground)!important;box-shadow:none!important;z-index:1000!important;border-bottom:none!important;width:100%!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.header .MuiContainer-root{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.header .header-toolbar{gap:10px;justify-content:space-between!important;align-items:center!important;width:100%!important;max-width:1920px!important;margin:0 auto!important;padding:20px 108px!important;display:flex!important}.header .logo{flex:none;align-items:center;display:flex}.header .nav{flex:1;justify-content:center;align-items:center;gap:40px;display:flex}.header .header-cta{flex:none;justify-content:flex-end;align-items:flex-start;gap:16px;display:flex}.header .logo a{align-items:center;display:flex;text-decoration:none!important}.header .logo-container{justify-content:flex-start;align-items:center;gap:6px;display:flex}.header .logo-icon{justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.header .logo-image{width:18.407px;height:19.369px;transition:opacity .2s}.header .logo-wordmark{justify-content:center;align-items:center;width:140.241px;height:25.916px;display:flex}.header .wordmark-image{width:100%;height:auto}.header .logo:hover .logo-image,.header .logo:hover .wordmark-image{opacity:.8}.header .nav-button{white-space:nowrap;color:#111!important;font-family:var(--font-family-primary)!important;text-transform:none!important;border-radius:100px!important;min-width:auto!important;padding:6px 12px!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;transition:background-color .2s!important}.header .services-button{align-items:center!important;gap:10px!important;display:flex!important}.header .services-dropdown-container{display:inline-block;position:relative}.header .services-dropdown{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1001;opacity:1;visibility:visible;background:#fff;border:1px solid #d4d4d4;border-radius:12px;align-items:flex-start;min-width:600px;display:inline-flex;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 13.9px rgba(0,0,0,.25)}.header .services-dropdown-left{left:0;transform:translate(0)}.header .services-dropdown-right{left:auto;right:0;transform:translate(0)}.header .services-dropdown-center{left:50%;transform:translate(-50%)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header .services-dropdown-center{animation:.2s ease-out dropdownFadeInCenter}.header .services-dropdown-left,.header .services-dropdown-right{animation:.2s ease-out dropdownFadeInSides}@keyframes dropdownFadeInCenter{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes dropdownFadeInSides{0%{opacity:0;transform:translate(0)translateY(-8px)}to{opacity:1;transform:translate(0)translateY(0)}}.header .services-dropdown-content{gap:48px;width:100%;padding:20px 32px;display:flex}.header .services-column{flex:1;min-width:0;position:relative}.header .services-section-header{color:#80798f;letter-spacing:1.12px;text-transform:uppercase;margin-bottom:16px;font-family:DM Sans,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.header .services-list{flex-direction:column;gap:2px;display:flex}.header .services-menu-item{color:#363349;border-radius:8px;margin-left:-12px;margin-right:-12px;padding:8px 12px;font-family:DM Sans,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-decoration:none;transition:all .2s;display:block}.header .services-menu-item:hover{color:#363349;background-color:rgba(130,123,192,.1)}.header .services-column:first-child:after{content:"";background:rgba(128,121,143,.2);width:1px;position:absolute;top:0;bottom:0;right:-16px}.header .dropdown-icon{color:#111!important;width:16px!important;height:16px!important;transition:transform .2s!important}.header .dropdown-icon.rotated{transform:rotate(180deg)}.header .nav-button:hover{background-color:rgba(17,17,17,.05)!important}.header .nav-button.active{background-color:rgba(17,17,17,.1)!important}.header .cta-button{white-space:nowrap;color:#fff!important;font-family:var(--font-family-primary)!important;text-transform:none!important;box-shadow:none!important;background-color:#111!important;border:none!important;border-radius:100px!important;width:150px!important;padding:6px 12px!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;transition:all .2s!important}.header .cta-button:hover{transform:translateY(-1px);background-color:#333!important;box-shadow:0 4px 12px rgba(17,17,17,.3)!important}.header .mobile-menu-button{cursor:pointer;background:0 0;border:none;flex:none;padding:8px;display:none}.header .hamburger-icon{flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}.header .hamburger-icon span{transform-origin:50%;background-color:#1d2939;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.header .hamburger-icon.open span:first-child{transform:rotate(45deg)translate(6px,6px)}.header .hamburger-icon.open span:nth-child(2){opacity:0}.header .hamburger-icon.open span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.header .mobile-menu-overlay{z-index:999;background-color:#fff;position:fixed;top:66px;bottom:0;left:0;right:0;overflow-y:auto}.header .mobile-menu-content{flex-direction:column;padding:0;display:flex}.header .mobile-nav-item{color:#111;border-bottom:1px solid rgba(0,0,0,.2);padding:16px 20px;font-family:DM Sans,sans-serif;font-size:24px;font-weight:500;line-height:40px;text-decoration:none;display:block}.header .mobile-nav-item:hover{background-color:rgba(0,0,0,.05)}.header .mobile-section-header{color:#111;border-bottom:1px solid rgba(0,0,0,.2);padding:16px 20px;font-family:DM Sans,sans-serif;font-size:24px;font-weight:500;line-height:40px}.header .mobile-services-header{color:#111;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.2);justify-content:space-between;align-items:center;padding:16px 20px;font-family:DM Sans,sans-serif;font-size:24px;font-weight:500;line-height:40px;display:flex}.header .mobile-services-header:hover{background-color:rgba(0,0,0,.05)}.header .mobile-chevron{justify-content:center;align-items:center;transition:transform .2s;display:flex;transform:rotate(0);color:#111!important;width:32px!important;height:32px!important;font-size:32px!important}.header .mobile-chevron.expanded{transform:rotate(180deg)}.header .mobile-services-content{opacity:0;background-color:#f2f1f8;max-height:0;padding:0;transition:max-height .3s,opacity .3s,padding .3s;overflow:hidden}.header .mobile-services-content.expanded{opacity:1;max-height:1000px;padding:8px 0 0}.header .mobile-subsection{padding:8px 0}.header .mobile-subsection:last-child{padding-bottom:0}.header .mobile-subsection-title{color:#80798f;letter-spacing:1.44px;text-transform:uppercase;padding:8px 20px;font-family:DM Sans,sans-serif;font-size:18px;font-weight:500;line-height:24px}@media (max-width:1200px){.header .header-toolbar{padding:20px 60px!important}.header .nav{gap:24px}}@media (max-width:971px){.header .header-toolbar{justify-content:space-between;align-items:center;display:flex;padding:20px 16px!important}}@media (max-width:884px){.header .header-toolbar{padding:20px 32px!important}.header .nav{gap:16px}.header .nav-button{padding:4px 8px!important;font-size:12px!important}.header .cta-button{width:120px!important;padding:4px 8px!important;font-size:12px!important}.header .logo-container{gap:4px}.header .logo-icon{width:32px;height:32px}.header .services-dropdown{min-width:90vw;left:50%;transform:translate(-50%)}.header .services-dropdown-content{flex-direction:column;gap:24px;padding:20px}.header .services-column:first-child:after{display:none}.header .nav,.header .header-cta{display:none!important}.header .mobile-menu-button{display:block!important}}@media (min-width:885px){.header .mobile-menu-overlay{display:none!important}}@media (hover:none){.header .mobile-services-header:hover{background-color:transparent}}
.footer{color:#fff;background-color:#160b23;margin-top:auto;padding:48px 0}.footer .footer-container{width:100%;padding:0 var(--side-padding-desktop);flex-direction:column;align-items:flex-start;gap:32px;display:flex;max-width:1920px!important}.footer .footer-content{flex-direction:row;align-items:flex-start;gap:72px;width:100%;display:flex}.footer .footer-left-column{flex-direction:column;flex-shrink:0;align-items:flex-start;width:180px;display:flex}.footer .footer-brand-section{flex-direction:column;align-items:flex-start;gap:24px;width:100%;display:flex}.footer .footer-logo{flex-direction:row;align-items:center;gap:9.6px;width:180px;height:32px;display:flex}.footer .footer-right-column{flex-direction:column;flex-grow:1;align-items:flex-start;min-width:0;display:flex}.footer .footer-menu-sections{flex-direction:row;justify-content:flex-end;align-items:flex-start;gap:80px;width:100%;display:flex}.footer .footer-menu-sections .footer-menu-section{width:-moz-fit-content;width:fit-content}@media (max-width:1459px) and (min-width:1236px){.footer .footer-menu-sections{grid-template-columns:auto auto auto auto;justify-content:space-between;align-items:flex-start;gap:32px 80px;width:100%;display:grid}.footer .footer-capability-section{grid-area:1/1}.footer .footer-industry-section{grid-area:2/1}.footer .footer-news-section{grid-area:1/2}.footer .footer-company-section{grid-area:1/3}.footer .footer-socials-section{grid-area:1/4}}.footer .footer-menu-section{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.footer .footer-section-header{letter-spacing:1.12px;text-transform:uppercase;color:rgba(255,255,255,.3);white-space:nowrap;margin-bottom:16px;font-family:DM Sans,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.footer .footer-menu-items{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.footer .footer-menu-item{color:rgba(255,255,255,.7);white-space:nowrap;font-family:DM Sans,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-decoration:none;transition:color .2s;display:block}.footer .footer-menu-item:hover{color:rgba(255,255,255,.9)}.footer .footer-social-icons{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.footer .footer-social-icon{justify-content:center;align-items:center;width:24px;height:24px;text-decoration:none;transition:opacity .2s;display:flex}.footer .footer-social-icon:hover{opacity:.8}.footer .footer-social-icon img{max-width:24px;max-height:24px}.footer .footer-bottom-section{border-top:1px solid rgba(255,255,255,.25);justify-content:space-between;align-items:center;width:100%;margin-top:32px;padding-top:16px;display:flex}.footer .footer-copyright{color:#bababa;text-align:left;font-family:DM Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.footer .footer-bottom-links{flex-direction:row;align-items:center;gap:32px;display:flex}.footer .footer-bottom-link{color:rgba(255,255,255,.5);text-align:center;font-family:DM Sans,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-decoration:none;transition:color .2s}.footer .footer-bottom-link:hover{color:rgba(255,255,255,.7)}@media (max-width:1235px){.footer .footer-container{width:100%;max-width:1920px!important;padding:0 var(--side-padding-tablet)!important}.footer .footer-content{flex-direction:column;gap:48px}.footer .footer-left-column{align-items:flex-start;width:100%}.footer .footer-right-column{width:100%}.footer .footer-menu-sections{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:24px 72px;display:grid}.footer .footer-menu-section{min-width:auto}.footer .footer-socials-section{grid-column:1/-1}.footer .footer-social-icons{flex-direction:row;gap:24px}.footer .footer-bottom-section{flex-direction:column;align-items:flex-start;gap:24px}.footer .footer-bottom-links{order:1;justify-content:flex-start}.footer .footer-copyright{order:2}}@media (max-width:767px){.footer{padding:48px 0}.footer .footer-container{width:100%;max-width:1920px!important;padding:0 var(--side-padding-mobile)!important}.footer .footer-content{gap:32px}.footer .footer-content .footer-left-column .footer-brand-section{align-items:center}.footer .footer-menu-sections{flex-direction:column;align-items:center;gap:32px;display:flex}.footer .footer-menu-section{align-items:center}.footer .footer-menu-items{align-items:center}.footer .footer-section-header{text-align:center}.footer .footer-menu-item{text-align:center}.footer .footer-industry-section{order:1}.footer .footer-capability-section{order:2}.footer .footer-news-section{order:3}.footer .footer-company-section{order:4}.footer .footer-socials-section{order:5}.footer .footer-social-icons{flex-direction:row;gap:16px}.footer .footer-bottom-section{text-align:center;align-items:center}.footer .footer-copyright{text-align:center;order:2}.footer .footer-bottom-links{flex-direction:column;order:1;gap:16px}}
