:root{--circles-gap: 1.39rem;--circles-height: 192px}@media (max-width: 980px){:root{--circles-height: 129.66px}}@media (max-width: 640px){:root{--circles-height: 82px}}.circles-section{position:relative;width:100%;margin:0;padding:0;overflow:hidden;height:var(--circles-height);z-index:0;background-repeat:repeat-x;background-position:0 50%;background-size:auto 100%;will-change:background-position,background-size}.circles-section--white{background-color:#000}.circles-spacer--black{background:#000;height:8.10625rem}@media (max-width: 1024px){.circles-spacer--black{height:3.4375rem}}@media (max-width: 768px){.circles-spacer--black{height:3.4375rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.book-demo-btn{--bd-bg: #000;--bd-text: #fff;--bd-hover-overlay: #AFFF0F;--bd-hover-text: #000;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;font:700 1.125rem/1.75rem Inter,system-ui,-apple-system,sans-serif;letter-spacing:.01125rem;border-radius:.25rem;position:relative;overflow:hidden;text-decoration:none;cursor:pointer;white-space:nowrap;border:0;color:var(--bd-text);width:auto;max-width:fit-content;background:linear-gradient(0deg,var(--bd-hover-overlay),var(--bd-hover-overlay)) left / 0% 100% no-repeat,var(--bd-bg);transition:color .3s ease,background-size .28s cubic-bezier(.22,1,.36,1)}.book-demo-btn:hover{background-size:100% 100%,auto;color:var(--bd-hover-text)}.book-demo-btn--black{--bd-bg: #000;--bd-text: #fff;--bd-hover-text: #000}.book-demo-btn--white{--bd-bg: #fff;--bd-text: #000;--bd-hover-text: #000}.book-demo-btn.book-demo-btn--full{width:100%!important;max-width:none!important;display:flex}@media (max-width: 1440px){.book-demo-btn{padding:.75rem 2rem;font-size:1.125rem;font-weight:700;line-height:1.75rem;letter-spacing:.01125rem}}@media (max-width: 980px){.book-demo-btn{padding:.75rem 2rem;font-size:1.125rem;font-weight:700;line-height:1.75rem}}@media (max-width: 768px){.book-demo-btn{padding:.625rem 1.5rem;font-size:1rem;font-weight:700;line-height:1.5rem}}@media (max-width: 640px){.book-demo-btn{padding:.75rem 2rem;font-size:1rem;font-weight:700;line-height:1.5rem;letter-spacing:.01rem;width:auto;max-width:fit-content}}@media (max-width: 420px){.book-demo-btn{padding:.6rem 1.5rem;font-size:.9rem;font-weight:700;line-height:1.4rem;width:auto;max-width:fit-content}}@media (max-width: 360px){.book-demo-btn{padding:.5rem 1.5rem;font-size:1rem;font-weight:700;line-height:1.4rem;width:auto;max-width:fit-content}}.ant-modal-root .ant-modal-wrap{background:var(--dialog-background, rgba(0, 0, 0, .55))}.contact-modal .ant-modal-content{border-radius:1.25rem!important;padding:3.69rem 4rem 3.5rem 3.25rem;position:relative}.contact-modal-close-icon{width:2.125rem;height:2.125rem;cursor:pointer;position:absolute;top:2.37rem;inset-inline-end:2.56rem;transition:opacity .2s ease,transform .2s ease}.contact-modal-close-icon:hover{opacity:.7;transform:scale(1.1)}.contact-modal-title{margin:0 0 3rem;color:#000;font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:600;line-height:4.25rem;max-width:22.3125rem}.contact-form .ant-form-item{margin-bottom:1.875rem}.contact-form .ant-form-item-label>label{margin-bottom:.625rem;display:block;color:#000;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:normal;letter-spacing:.0225rem}.contact-form .ant-form-item-label>label:after{content:""}.contact-form .ant-form-item-required .ant-form-item-label>label:before{display:none}.contact-form .ant-input,.contact-form .ant-select-selector{color:#000;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;letter-spacing:.0225rem;background:var(--gray-100, #F3F4F6)!important;border:none!important;border-radius:.125rem!important;border-bottom:.125rem solid #000!important;box-shadow:none!important;padding:.75rem 1rem!important;box-sizing:border-box;height:auto}.contact-form .ant-input{height:3.3125rem!important;padding:0 1rem!important;line-height:3.3125rem!important}.contact-form .ant-select-selector{height:3.3125rem!important;padding:0 1rem!important;display:flex!important;align-items:center!important;box-sizing:border-box}.contact-form .ant-input:focus,.contact-form .ant-select-selector:focus,.contact-form .ant-select-selector:hover{border-bottom-color:#000!important;box-shadow:none!important}.contact-form .ant-select-selector .ant-select-selection-placeholder{color:#000!important;opacity:1!important;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;line-height:2.125rem;letter-spacing:.0225rem}.contact-form .ant-select-selector .ant-select-selection-item{color:#000!important;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;line-height:2.125rem;letter-spacing:.0225rem}.ant-form-item .ant-form-item-label>label.ant-form-item-required:before{display:none}.contact-select-arrow{position:absolute;top:50%;right:1rem;transform:translateY(-50%);pointer-events:none;width:1rem;height:.5625rem}.contact-form .ant-select-dropdown{background-color:#fff;border-radius:.375rem}.contact-modal .ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled),.contact-modal .ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background-color:#dc2626!important;color:#fff!important}.contact-modal .ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled):hover{background-color:#b91c1c!important}.contact-form .ant-checkbox-inner{width:1rem!important;height:1rem!important;background:#f0f0f0!important;border:none!important;border-bottom:.125rem solid #000!important;box-shadow:none!important;border-radius:0!important}.contact-form .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--gray-100, #F3F4F6)!important;border-bottom-color:#000!important;position:relative}.contact-form .ant-checkbox-checked .ant-checkbox-inner:after{content:"";position:absolute;top:50%;left:50%;width:4px;height:8px;border:solid #374151;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg)}.contact-form .ant-checkbox:hover .ant-checkbox-inner,.contact-form .ant-checkbox-input:focus+.ant-checkbox-inner{background-color:#f0f0f0;border-bottom-color:#000}.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type=checkbox]{width:1.875rem!important;height:1.875rem!important}.contact-form .ant-checkbox-wrapper{display:flex;align-items:center;margin-bottom:0;color:#000;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.1875rem;letter-spacing:.0225rem}.contact-submit-btn{width:100%;box-sizing:border-box}.contact-form-subscribe{margin-top:1.875rem}.contact-modal .ant-modal-close{background:none!important;border:none!important;padding:0;top:-1.5rem;inset-inline-end:-1.5rem}.contact-modal .ant-modal-close:hover,.contact-modal .ant-modal-close:focus{background:none!important;outline:none!important}@media (max-width: 480px){.contact-modal .ant-modal-content{padding:16px}.contact-modal-title{color:#000;font-family:Poppins,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:68px;margin-bottom:1rem;display:inline-block;vertical-align:middle}.contact-modal-close-icon{width:20px;height:20px;top:50%;transform:translateY(-50%);inset-inline-end:16px}.contact-form .ant-form-item{margin-bottom:1rem}.contact-form .ant-form-item:nth-last-child(2){margin-top:33px!important}.contact-modal .ant-modal-close{background:none!important;border:none!important;padding:0;top:1rem!important;inset-inline-end:.5rem!important}}.ctaSection{--gutter: 6rem;--padY: 8rem;--maxw: 1440px;--bleed-right: calc((100vw - min(100vw, var(--maxw)))/2) ;position:relative;display:flex;align-items:center;justify-content:space-between;background:#fff;box-sizing:border-box;padding-block:var(--padY);padding-inline:var(--gutter);max-width:var(--maxw);margin-inline:auto;overflow-x:clip}.ctaSection.is-gluedRight{padding-right:0;overflow:visible}.ctaSection.is-inside{padding-right:var(--gutter)}.textContainer{max-width:50%;z-index:2}.title,.cta-body,.textContainer>:last-child{opacity:0;transform:translateY(20px)}.imageContainer img{opacity:0;transform:translate(30px)}.title{font-family:Poppins,sans-serif;font-size:3.5rem!important;font-weight:600!important;line-height:4rem!important;margin:0;color:#000;text-wrap:balance}.ctaSection.is-gluedRight .title{max-width:55.875rem}.ctaSection.is-inside .title{max-width:33rem}.cta-body{color:#000;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:2.25rem;letter-spacing:.03rem;max-width:45.6875rem;margin:1rem 0 0}.textContainer:has(.cta-body)>:last-child{margin-top:3rem}.textContainer:not(:has(.cta-body))>:last-child{margin-top:2.44rem}.imageContainer{position:static;margin-left:3.19rem;width:clamp(420px,50vw,700px);z-index:1;pointer-events:none;align-self:center;transform:none}.imageContainer img{display:block;width:100%;height:auto}.ctaSection.is-gluedRight .imageContainer{align-self:flex-end;transform:translate(var(--bleed-right),var(--padY))}.ctaSection .ant-typography{margin-bottom:0}@media (max-width: 980px){.ctaSection{flex-direction:column;align-items:flex-start;padding-inline:3.25rem;margin:0;padding-bottom:0}.textContainer{max-width:60%}.title{font-size:2.375rem!important;line-height:3rem!important;margin-bottom:1rem!important}.ctaSection.is-gluedRight .title,.ctaSection.is-inside .title{max-width:100%!important}.cta-body{font-size:1rem;line-height:1.75rem}.imageContainer{width:100%;max-width:100%;margin-left:0;margin-top:3.25rem;align-self:stretch;transform:none!important}.ctaSection.is-gluedRight{padding-bottom:0}.ctaSection.is-inside{padding-bottom:5rem}}@media (max-width: 640px){.ctaSection{--padY: 5rem;padding-block:var(--padY);padding-inline:3.25rem!important}.ctaSection.is-gluedRight{padding-inline:3.25rem 0!important;padding-bottom:0}.ctaSection.is-inside{padding-bottom:5rem}.textContainer{max-width:100%}.title{font-size:2.375rem!important;line-height:3.5rem!important;margin-bottom:1rem!important}.cta-body{font-size:1rem;line-height:1.75rem}.imageContainer{width:100%;max-width:100%;margin-left:0;margin-top:1.5rem;align-self:stretch;transform:none!important}}@media (max-width: 480px){.ctaSection{--padY: 5rem;padding-block:var(--padY);padding-inline:1.75rem!important}.ctaSection.is-gluedRight{padding-inline:1.75rem 0!important}.title{font-size:2.375rem!important;line-height:2.5rem!important;margin-bottom:.5rem!important}.cta-body{font-size:1rem;line-height:1.75rem}.textContainer:has(.cta-body)>:last-child,.textContainer:not(:has(.cta-body))>:last-child{margin-top:1.5rem}}.animated-link-button,.animated-link-button.ant-btn,.animated-link-button.ant-btn-link{all:unset;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-family:Inter,sans-serif;font-size:var(--alb-font-size, 1.125rem);font-weight:700;line-height:normal;letter-spacing:.0225rem;position:relative;overflow:visible;padding:0;background:transparent;white-space:nowrap}.animated-link-button{--text-default: #000;--text-hover: #AFFF0F;--dot-base: #000;--dot-size: .35rem;--dot-step: .4em;--dot-step-eff: var(--dot-step);transition:transform .3s ease;color:var(--text-default)}.animated-link-button:hover,.animated-link-button:focus,.animated-link-button:active{transform:translateY(-1px);color:var(--text-hover)}.animated-link-button .animated-text{background:linear-gradient(to right,var(--text-hover) 50%,var(--text-default) 50%) no-repeat;background-size:200% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:background-position .8s cubic-bezier(.25,.1,.25,1)}.animated-link-button .label-wrapper{display:inline-flex;align-items:center;position:relative;overflow:visible;z-index:1;padding-bottom:calc(var(--dot-size) + .18rem)}.animated-link-button .label-wrapper:before,.animated-link-button .label-wrapper:after{content:"";position:absolute;bottom:0;left:calc(var(--dot-step-eff) / -2);width:calc(100% + var(--dot-step-eff));height:var(--dot-size);padding:.06rem 0;box-sizing:content-box;background-origin:content-box;background-repeat:repeat-x;background-position:left center;background-size:var(--dot-step-eff) var(--dot-size);pointer-events:none;z-index:-1;transition:clip-path .8s cubic-bezier(.25,.1,.25,1),opacity .8s cubic-bezier(.25,.1,.25,1)}.animated-link-button .label-wrapper:before{background-image:radial-gradient(circle closest-side,var(--dot-base) 100%,transparent 0)}.animated-link-button .label-wrapper:after{background-image:radial-gradient(circle closest-side,#AFFF0F 100%,transparent 0);filter:drop-shadow(0 0 4px #AFFF0F);clip-path:inset(0 100% 0 0)}@keyframes subtle-pulse{0%,to{filter:drop-shadow(0 0 4px #AFFF0F)}50%{filter:drop-shadow(0 0 8px #AFFF0F)}}.animated-link-button:hover .animated-text,.animated-link-button:focus .animated-text{background-position:0 0}.animated-link-button:hover .label-wrapper:before,.animated-link-button:focus .label-wrapper:before{opacity:.3}.animated-link-button:hover .label-wrapper:after,.animated-link-button:focus .label-wrapper:after{clip-path:inset(0 0 0 0);animation:subtle-pulse 2s ease-in-out infinite}.animated-link-button:not(:hover) .label-wrapper:after{clip-path:inset(0 100% 0 0)}.animated-link-button:not(:hover) .label-wrapper:before{opacity:1}.animated-link-button .icon-wrapper{line-height:0;display:inline-flex}.animated-link-button.white{--text-default: #fff;--dot-base: #fff}.lt-footer{--lt-footer-text: #fff;--lt-footer-hover: #AFFF0F;background:#000;color:#fff;padding:3.25rem 2rem 2.5rem}.lt-footer-inner{width:100%;max-width:1440px;margin-inline:auto}.lt-footer-top,.lt-footer-bottom{width:100%;display:flex;align-items:center;justify-content:space-between}.lt-footer-top{margin-bottom:6rem}.lt-footer-top-space{display:flex;align-items:center;gap:3rem}.lt-footer-logo{width:11.33rem;height:2rem}.lt-footer-partner-text,.lt-footer-copy-text{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.75rem;margin:0}.footer-button-wrapper{display:inline-flex;align-items:center;margin-left:1.5rem}.lt-footer-bottom{margin-top:1.5rem;padding-top:1rem}.lt-footer-separator{color:#fff;margin:0 .5rem}.lt-footer-copy,.lt-footer-links{display:flex;align-items:center}.lt-footer-copy{justify-content:flex-start}.lt-footer-links{justify-content:flex-end}.lt-footer-mobile-stack{display:none}.lt-footer-separator-line{display:none;width:18.375rem;height:1px;background:#fff;margin:1.25rem 0}.lt-footer-nav-link,.lt-footer-bottom-link{font-family:Inter,sans-serif;font-size:1rem;line-height:1.75rem;font-weight:400;text-decoration:none;color:#fff!important;-webkit-text-fill-color:#fff!important;transition:color .28s cubic-bezier(.22,1,.36,1),text-decoration-color .28s cubic-bezier(.22,1,.36,1)}.lt-footer-bottom-link{font-weight:600;text-decoration:underline!important;text-underline-offset:2px;text-decoration-color:#fff!important}.lt-footer-nav-link:hover,.lt-footer-nav-link:focus-visible,.lt-footer-bottom-link:hover,.lt-footer-bottom-link:focus-visible{color:var(--lt-footer-hover)!important;-webkit-text-fill-color:var(--lt-footer-hover)!important;outline:none;text-decoration-color:var(--lt-footer-hover)!important}@supports ((-webkit-background-clip: text) or (background-clip: text)){.lt-footer-nav-link,.lt-footer-bottom-link{background:linear-gradient(to right,var(--lt-footer-hover) 50%,var(--lt-footer-text) 50%);background-size:200% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;transition:background-position .28s cubic-bezier(.22,1,.36,1)}.lt-footer-nav-link:hover,.lt-footer-nav-link:focus-visible,.lt-footer-bottom-link:hover,.lt-footer-bottom-link:focus-visible{background-position:0 0}.lt-footer-bottom-link{text-decoration:underline;text-underline-offset:2px;text-decoration-color:var(--lt-footer-text)}.lt-footer-bottom-link:hover,.lt-footer-bottom-link:focus-visible{text-decoration-color:var(--lt-footer-hover)}}@media (max-width: 980px){.lt-footer{padding:2.5rem 1.25rem 2rem}.lt-footer-top{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:0}.lt-footer-top-space{flex-direction:column;align-items:flex-start;gap:.25rem}.lt-logo-drawer-link{display:block}.lt-footer-logo{margin-bottom:2rem}.lt-footer-nav-link{display:block;margin:.25rem 0}.lt-footer-partner-desktop,.lt-footer-bottom{display:none}.lt-footer-mobile-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-top:1.5rem}.lt-footer-separator-line{display:block;margin:2rem 0}.lt-footer-bottom-link{display:inline-block;text-decoration:none!important}.lt-footer-copy-text{margin-top:2rem}}@media (max-width: 480px){.lt-footer{padding:2rem 1rem 1.5rem}.lt-footer-top-space{gap:1rem}.lt-footer-logo{width:9.5rem;height:1.7rem}.lt-footer-bottom-link{font-size:.95rem}.lt-footer-partner-text,.lt-footer-nav-link,.lt-footer-copy-text{font-size:.95rem;line-height:1.6rem}}.lt-nav{background:var(--lt-bg);color:var(--lt-text);position:relative;z-index:100;width:100%}.lt-nav-inner{max-width:1440px;margin:0 auto;display:flex;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid var(--lt-border)}.lt-nav--light{--lt-bg: #fff;--lt-text: #000;--lt-border: #000;--lt-hover-text: #AFFF0F;--lt-cta-demo-bg: #000;--lt-cta-demo-text: #fff;--lt-cta-demo-hover-bg: #AFFF0F;--lt-cta-demo-hover-text: #000;--lt-cta-login-bg: transparent;--lt-cta-login-text: var(--lt-text);--lt-cta-login-border: var(--lt-border);--lt-cta-login-hover-bg: #AFFF0F;--lt-cta-login-hover-text: #000;--lt-focus-ring: rgba(0, 0, 0, .55)}.lt-nav--dark{--lt-bg: #000;--lt-text: #fff;--lt-border: #fff;--lt-hover-text: #AFFF0F;--lt-cta-demo-bg: #fff;--lt-cta-demo-text: #000;--lt-cta-demo-hover-bg: #AFFF0F;--lt-cta-demo-hover-text: #000;--lt-cta-login-bg: transparent;--lt-cta-login-text: var(--lt-text);--lt-cta-login-border: var(--lt-border);--lt-cta-login-hover-bg: #AFFF0F;--lt-cta-login-hover-text: #000;--lt-focus-ring: rgba(255, 255, 255, .65)}.lt-logo{width:11.32913rem;height:2rem;flex-shrink:0}.lt-nav-links{display:flex;gap:2rem;margin-left:1.5rem}.lt-nav-link,.lt-mobile-nav-link{font-family:Inter;font-size:1rem;font-weight:400;line-height:1.75rem;text-decoration:none;cursor:pointer;padding:.25rem .5rem;border-radius:4px;background:linear-gradient(to right,var(--lt-hover-text) 50%,var(--lt-text) 50%);background-size:200% 100%;background-position:100% 0;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:background-position .28s cubic-bezier(.22,1,.36,1)}.lt-nav-link:hover{background-position:0 0}.lt-ctas{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.lt-cta{position:relative;background:transparent;border:0;cursor:pointer;display:inline-flex;align-items:center;text-decoration:none}.lt-nav .lt-login-shared-btn{display:inline-flex!important;align-items:center!important;padding:.5rem 1rem!important;color:#000!important;text-align:center!important;font-family:Inter!important;font-size:1.125rem!important;font-weight:700!important;letter-spacing:.0225rem!important;text-decoration:none!important;background:none!important;border:0!important;list-style:none!important}.lt-nav .lt-login-shared-btn:before,.lt-nav .lt-login-shared-btn:after{display:none!important;content:none!important}.lt-nav .lt-cta.demo{display:flex;padding:.75rem 2rem;align-items:center;border-radius:4px;overflow:hidden;background:var(--lt-cta-demo-bg);color:#fff;font-family:Inter;font-size:1.125rem;font-weight:700;line-height:1.75rem;letter-spacing:.01125rem;border:0;cursor:pointer;white-space:nowrap;position:relative;z-index:1;transition:color .3s ease}.lt-nav .lt-cta.demo:hover{color:#000}.lt-cta.demo:before{content:"";position:absolute;inset:0 auto 0 0;width:0;z-index:-1;background:var(--lt-cta-demo-hover-bg);transition:width .28s cubic-bezier(.22,1,.36,1)}.lt-cta.demo:hover:before{width:100%}.lt-menu-icon{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;outline:0;border-radius:8px;padding:.375rem;line-height:0;cursor:pointer;margin-left:1rem;align-items:center;justify-content:center;box-sizing:content-box;width:1.5rem;height:1.5rem;-webkit-tap-highlight-color:transparent}.lt-menu-icon .lt-menu-img{display:block;width:24px;height:24px}.lt-menu-icon:hover .lt-menu-img{filter:none}.lt-menu-icon:focus-visible{box-shadow:0 0 0 3px var(--lt-focus-ring);outline:none}body.solutions-page .lt-menu-icon .lt-menu-img{filter:none}.lt-close-icon{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;outline:0;border-radius:8px;padding:.375rem;line-height:0;cursor:pointer}.lt-close-icon .lt-close-img{width:1.5rem;height:1.5rem;aspect-ratio:1/1}body.solutions-page .lt-nav .lt-cta.demo,body.solutions-page .lt-nav .lt-cta.demo:hover{color:#000}.lt-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;justify-content:flex-end;z-index:200;animation:lt-fade-in .16s ease-out both;cursor:pointer}@keyframes lt-fade-in{0%{opacity:0}to{opacity:1}}.lt-mobile-drawer{width:100vw;height:100dvh;display:flex;flex-direction:column;will-change:transform,opacity;opacity:0;transform:translateY(8px);animation:lt-drawer-appear .16s cubic-bezier(.22,1,.36,1) forwards;background:var(--drawer-bg);color:var(--drawer-text);cursor:default}@keyframes lt-drawer-appear{to{opacity:1;transform:translateY(0)}}.lt-mobile-drawer--dark{--drawer-bg: #000;--drawer-text: #fff;--drawer-border: #fff;--drawer-accent: #AFFF0F;--drawer-cta-login-bg: transparent;--drawer-cta-login-text: #fff;--drawer-cta-login-border: #fff;--drawer-cta-login-hover-bg: var(--drawer-accent);--drawer-cta-login-hover-text: #000;--drawer-cta-demo-bg: #fff;--drawer-cta-demo-text: #000;--drawer-cta-demo-hover-bg: #AFFF0F;--drawer-cta-demo-hover-text: #000}.lt-mobile-drawer--light{--drawer-bg: #fff;--drawer-text: #000;--drawer-border: #000;--drawer-accent: #AFFF0F;--drawer-cta-login-bg: transparent;--drawer-cta-login-text: #000;--drawer-cta-login-border: #000;--drawer-cta-login-hover-bg: var(--drawer-accent);--drawer-cta-login-hover-text: #000;--drawer-cta-demo-bg: #000;--drawer-cta-demo-text: #fff;--drawer-cta-demo-hover-bg: #AFFF0F;--drawer-cta-demo-hover-text: #000}.lt-mobile-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--drawer-border)}.lt-mobile-drawer--dark .lt-logo-drawer{filter:invert(1)}.lt-mobile-body{display:flex;flex-direction:column;height:100%}.lt-mobile-links-drawer{display:flex;flex-direction:column;margin:0;padding:0}.lt-mobile-link-row{display:block;width:100%;padding:2rem 1.5rem;text-decoration:none;color:#fff;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:600;line-height:normal;border-bottom:1px solid var(--drawer-border);background:linear-gradient(to right,#afff0f 50%,#fff 50%);background-size:200% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;transition:background-position .28s cubic-bezier(.22,1,.36,1)}.lt-mobile-link-row:hover,.lt-mobile-link-row:focus-visible,.lt-mobile-link-row:active{background-position:0 0;outline:none}.lt-mobile-footer{margin-top:auto;display:flex;flex-direction:column;gap:.75rem;align-items:center;padding:1.25rem 1rem 1.5rem}@media (max-width:980px){.lt-nav-inner{padding:1.5rem 1.5rem 1.5rem 2rem}.lt-menu-icon{display:inline-flex!important;margin-left:1rem!important}.lt-nav-links,.lt-ctas .lt-login-shared-btn{display:none!important}.lt-logo{width:8.625rem!important;height:1.5rem!important;aspect-ratio:23/4!important;flex-shrink:0!important}.lt-nav .lt-cta.demo{padding:.75rem 1.5rem!important;font-size:1rem!important;border-radius:.25rem!important;min-width:9rem!important;margin-right:1rem!important;flex-shrink:0!important}}@media (max-width: 440px){.lt-nav-inner{padding:1.5rem .75rem 1.5rem 1rem}.lt-menu-icon{display:inline-flex!important}.lt-nav-links,.lt-ctas .lt-login-shared-btn{display:none!important}.lt-logo{width:8.625rem!important;height:1.5rem!important;flex-shrink:0!important}.lt-nav .lt-cta.demo{padding:.5rem .75rem!important;font-size:.75rem!important;letter-spacing:.0075rem!important;border-radius:.25rem!important;min-width:6rem!important;margin-right:.5rem!important;flex-shrink:0!important}}@media (max-width: 370px){.lt-menu-icon{margin-left:0!important}}.company-hero{width:100%;padding:6.5rem 0;margin:7.5rem 0;text-align:left}.company-hero .container{max-width:1440px;margin-inline:auto;padding-inline:6rem}.company-hero .container .hero-title{color:#000;font-family:Poppins,sans-serif;font-size:8rem!important;font-style:normal;font-weight:600!important;line-height:8.25rem!important;letter-spacing:-.16rem!important;margin-bottom:0;max-width:68.8125rem;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}@media (max-width: 980px){.company-hero{padding:5rem 0;margin:4.5rem 0}.company-hero .container{padding-inline:3.25rem}.company-hero .container .hero-title{color:#000;font-family:Poppins,sans-serif;font-size:6rem!important;font-style:normal;font-weight:600!important;line-height:7.25rem!important;letter-spacing:-.12rem!important}}@media (max-width: 640px){.company-hero{padding:2.5rem 0}.company-hero .container{padding-inline:2.81rem}.company-hero .container .hero-title{color:#000;font-family:Poppins,sans-serif;font-size:4.5rem!important;font-style:normal;font-weight:600!important;line-height:4.75rem!important;letter-spacing:-.09rem!important}}@media (max-width: 480px){.company-hero{padding:1.5rem 0}.company-hero .container{padding-inline:1rem}.company-hero .container .hero-title{color:#000;font-family:Poppins,sans-serif;font-size:3.25rem!important;font-style:normal;font-weight:600!important;line-height:3.25rem!important;letter-spacing:-.065rem!important}}.leadership{background:#000;color:#fff;max-width:1440px;margin-inline:auto;text-align:left;position:relative;isolation:isolate;padding:10.5rem 6rem 0}.leadership:before{content:"";position:absolute;top:0;right:0;bottom:0;left:50%;width:100vw;transform:translate(-50%);background:#000;z-index:-1;pointer-events:none}.leadership-heading{font-size:6.5rem;font-weight:600;line-height:7.75rem;letter-spacing:-.13rem;transform:translateY(60px)}.leadership-copy{color:#fff;font-family:Inter,sans-serif;font-size:1.875rem;font-weight:500;line-height:2.625rem;letter-spacing:.0375rem;margin:0 0 3.42825rem;opacity:0;transform:translateY(40px);max-width:86rem}.leader-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:0;row-gap:6rem}.leader-card{position:relative;box-sizing:border-box;padding:4rem 3.5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;opacity:0;transform:translateY(40px)}.leader-photo{width:13.375rem;height:13.375rem;object-fit:cover;border-radius:50%;background:#d9d9d9;display:block;margin-top:0}.leader-info{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:22rem;width:100%;margin-top:.5rem}.leader-name,.leader-role{display:inline-block;text-align:center}.leader-name{color:#fff;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:600;line-height:2.25rem;letter-spacing:-.035rem;margin:0 0 .25rem}.leader-role{color:#fff;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.75rem;letter-spacing:.0125rem;margin:0}@media (min-width: 641px){.leader-card{border:0!important}.leader-card:nth-child(3n+1){border-left:.125rem solid #fff!important}.leader-card:nth-child(3n+2){border-left:.125rem solid #fff!important}.leader-card:nth-child(3n){border-left:.125rem solid #fff!important;border-right:.125rem solid #fff!important}}@media (max-width: 980px) and (min-width: 641px){.leadership{padding:6.5rem 3.25rem 0}.leadership-heading{font-size:5.5rem;line-height:5.75rem;margin-bottom:1.5rem}.leadership-copy{font-size:1.6875rem;line-height:2.25rem;margin-bottom:4rem;max-width:100%}.leader-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:4rem;column-gap:2rem}.leader-card{padding:3rem 2rem}.leader-photo{width:11rem;height:11rem}.leader-name{font-size:1.5rem;line-height:2.25rem;font-weight:700;letter-spacing:-.03rem}.leader-role{font-size:1rem;line-height:1.75rem;font-weight:500;letter-spacing:.01rem}}@media (max-width: 750px){.leader-photo{width:6.5rem;height:6.5rem;margin:0 1rem 0 0}}@media (max-width: 640px){.leadership{padding:6.5rem 2.81rem 0}.leadership-heading{font-size:4.5rem;line-height:4.75rem;margin-bottom:1.5rem;text-align:left;max-width:21.9375rem;font-weight:600;letter-spacing:-.09rem}.leadership-copy{font-size:1.25rem;line-height:1.9375rem;letter-spacing:.03rem;margin-bottom:4rem;text-align:left;font-weight:400}.leader-grid{grid-template-columns:1fr;row-gap:0;column-gap:0}.leader-card{flex-direction:row;align-items:center;padding:3.5rem 0;border:none!important;border-top:1px solid #fff!important}.leader-card:last-child{border-bottom:1px solid #fff!important}.leader-photo{width:8.875rem;height:8.875rem;aspect-ratio:1/1}.leader-info{max-width:none}.leader-name{font-size:1.5rem;line-height:2.25rem;font-weight:700;margin:0 0 .5rem;letter-spacing:.03rem}.leader-role{font-size:1rem;font-weight:500;line-height:1.75rem;margin:0;letter-spacing:.01rem}}@media (max-width: 480px){.leadership{padding:6.5rem 1rem 0}.leadership-heading{font-size:3.5rem;line-height:3.75rem;margin-bottom:1rem;letter-spacing:-.07rem}.leadership-copy{font-size:1rem;line-height:1.75rem}.leader-photo{width:7.375rem;height:7.375rem;aspect-ratio:1/1}.leader-name{font-size:1.25rem;line-height:2.25rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.025rem}.leader-role{font-size:1rem;line-height:1.4375rem;font-weight:500;letter-spacing:.01rem}}.company-mission{margin:7.5rem 0;text-align:left}.company-mission{max-width:1440px;margin-inline:auto;padding-inline:6rem}.company-mission .mission-title{color:#000;font-family:Poppins,sans-serif;font-size:3.5rem;font-style:normal;font-weight:600;line-height:4.25rem;margin-bottom:1.87069rem;opacity:0;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.company-mission .mission-text{color:#000;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:2.25rem;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;max-width:86rem}@media (max-width: 980px){.company-mission{padding-inline:3.25rem;margin:4.5rem 0}.company-mission .mission-title{font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.25rem;margin-bottom:1.5rem}.company-mission .mission-text{font-size:1.5rem;line-height:2.125rem;max-width:100%}}@media (max-width: 640px){.company-mission{padding-inline:2.81rem}.company-mission .mission-title{font-size:2rem;font-style:normal;font-weight:600;line-height:2.25rem}.company-mission .mission-text{font-size:1.125rem;font-style:normal;font-weight:400;line-height:2rem}}@media (max-width: 480px){.company-mission{padding-inline:1rem}.company-mission .mission-title{font-size:1.5rem;font-style:normal;font-weight:600;line-height:2rem;margin-bottom:.5rem}.company-mission .mission-text{font-size:1rem;font-style:normal;font-weight:400;line-height:1.75rem}}.partners{color:#000;margin:11rem 0 10.5rem;max-width:1440px;margin-inline:auto;padding-inline:6rem;text-align:left}.partners-heading{color:#000;font-family:Poppins,sans-serif;font-size:5rem;font-weight:600;line-height:5.375rem;margin:0 0 5rem;opacity:0;transform:translateY(50px);will-change:transform,opacity;text-wrap:balance}.highlight{color:#afff0f}.partners-logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;justify-items:start;column-gap:clamp(2.5rem,7vw,10rem)}.partner-logo{display:block;width:min(100%,12.625rem);height:auto;max-height:4.25rem;object-fit:contain;opacity:0;transform:translateY(20px) scale(.9);will-change:transform,opacity}@media (max-width: 980px){.partners{padding-inline:3.25rem;margin:9rem 0 10.5rem}.partners-heading{font-size:4rem;line-height:4.75rem;margin-bottom:5rem}.partner-logo{max-height:3.5rem}}@media (max-width: 640px){.partners{margin:5rem 0 6rem;padding-inline:2.81rem}.partners-heading{font-size:2.5rem;line-height:2.75rem;margin-bottom:2rem}.partner-logo{max-height:3rem}}@media (max-width: 480px){.partners{padding-inline:1rem}.partners-heading{font-size:1.6875rem;line-height:2.25rem;margin-bottom:2rem}.partners-logos{grid-template-columns:repeat(2,1fr);justify-items:start;gap:1.75rem}.partner-logo{max-height:2rem}}.values-wrap{--icon-size: 6.125rem;background:#000;color:#fff;width:100%;padding-block:10.5rem}.values-wrap .company-values{max-width:1440px;margin-inline:auto;padding-inline:6rem;text-align:left}.values-wrap .values-heading{color:var(--white, #FFF);font-family:Poppins,sans-serif;font-size:6.5rem;font-style:normal;font-weight:600;line-height:7.75rem;letter-spacing:-.13rem;margin:0 0 5.5rem;opacity:0;transform:translateY(60px);text-wrap:balance}.values-wrap .values-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-areas:"A B" "C D";gap:4.5rem;margin:0 auto}.values-wrap .values-grid .value-card:nth-child(1){grid-area:A}.values-wrap .values-grid .value-card:nth-child(2){grid-area:B}.values-wrap .values-grid .value-card:nth-child(3){grid-area:C}.values-wrap .values-grid .value-card:nth-child(4){grid-area:D}.values-wrap .value-card{background:#000;border:none!important;box-shadow:none!important;opacity:0;transform:translateY(40px)}.values-wrap .value-card .ant-card-body{display:grid;grid-template-columns:var(--icon-size) 1fr;grid-template-rows:auto auto;column-gap:2.5rem;row-gap:.5rem;align-items:start;padding:0!important}.values-wrap .value-icon{grid-column:1;grid-row:1 / span 2;width:var(--icon-size);height:var(--icon-size);object-fit:contain;display:block}.values-wrap .value-title{grid-column:2;grid-row:1;color:var(--white, #FFF);font-family:Inter,sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:2.375rem;letter-spacing:.03rem;margin:0 0 .25rem}.values-wrap .value-text{grid-column:2;grid-row:2;color:var(--white, #FFF);font-family:Inter,sans-serif;font-size:1.25rem;font-style:normal;font-weight:500;line-height:2rem;letter-spacing:.0125rem;margin:0}@media (max-width: 980px){.values-wrap{padding-block:5.5rem}.values-wrap .company-values{padding-inline:3.25rem}.values-wrap .values-heading{color:var(--white, #FFF);font-family:Poppins,sans-serif;font-size:5.5rem;font-style:normal;font-weight:600;line-height:7.75rem;letter-spacing:-.11rem;margin-bottom:3rem}.values-wrap .values-grid{grid-template-columns:1fr 1fr;grid-template-areas:"A B" "C D";gap:4.5rem}.values-wrap .value-card .ant-card-body{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;column-gap:0;row-gap:.75rem;padding:0!important;align-items:start}.values-wrap .value-icon{grid-column:1;grid-row:1;width:var(--icon-size);height:var(--icon-size);object-fit:contain;justify-self:start;margin:0 0 .75rem;display:block}.values-wrap .value-title{grid-column:1;grid-row:2;color:var(--white, #FFF);font-family:Inter,sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.75rem;letter-spacing:.025rem;margin:0 0 .25rem}.values-wrap .value-text{grid-column:1;grid-row:3;color:var(--white, #FFF);font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;letter-spacing:.01rem;margin:0}.company-values{padding-inline:3.25rem!important}.values-grid{column-gap:1rem}.value-card .ant-card-body{column-gap:1rem!important}}@media (max-width: 640px){.values-wrap .company-values{padding-inline:2.81rem}.values-wrap .values-heading{color:var(--white, #FFF);font-family:Poppins,sans-serif;font-size:5.5rem;font-style:normal;font-weight:600;line-height:7.75rem;letter-spacing:-.11rem;margin-bottom:3rem}.values-wrap .values-grid{grid-template-columns:1fr;grid-template-areas:"A" "D" "C" "B";gap:2rem}.values-wrap .value-title{font-size:1.25rem;line-height:1.75rem;letter-spacing:.025rem}.values-wrap .value-text{font-size:1rem;line-height:1.5rem;letter-spacing:.01rem}}@media (max-width: 480px){.company-values{padding-inline:1rem!important}.values-wrap .values-heading{color:var(--white, #FFF);font-family:Poppins,sans-serif;font-size:3.5rem;font-style:normal;font-weight:600;line-height:7.75rem;letter-spacing:-.07rem;margin-bottom:1rem}.values-wrap .values-grid{gap:1.5rem}.values-wrap .value-title{font-size:1.25rem;line-height:1.75rem;letter-spacing:.025rem}.values-wrap .value-text{font-size:1rem;line-height:1.5rem;letter-spacing:.01rem}}:root{--line-thickness: .1875rem}.faq-section{padding-top:13rem;padding-left:6rem;padding-right:6rem;width:100%;margin:0 auto;text-align:left}@media (min-width: 1800px){.faq-section{max-width:1440px;padding-top:13rem;padding-left:2rem;padding-right:2rem;margin:0 auto}}@media (min-width: 1441px) and (max-width: 1799px){.faq-section{max-width:1440px;padding-top:8.75rem;padding-left:2rem;padding-right:2rem;margin:0 auto}}.faq-title{color:#000;font-family:Poppins,sans-serif;font-size:6.5rem!important;font-style:normal;font-weight:600;line-height:7.75rem;letter-spacing:-.13rem;text-transform:uppercase;margin:0}.faq-line{border:none;border-bottom:var(--line-thickness) solid #000;width:100%;max-width:86.01175rem;height:.1875rem;margin:3rem 0}.faq-list{margin:0;padding:0 0 2.5rem}.faq-item{position:relative;padding:3rem 0}.faq-item:first-child{padding-top:0}.faq-item.expanded{padding-bottom:0}.faq-item:not(:first-child):before{content:"";position:absolute;top:0;left:0;width:100%;max-width:86.01175rem;border-bottom:var(--line-thickness) solid #000}.faq-item:last-child{padding-bottom:0}.faq-item:last-child:after{content:"";position:absolute;bottom:-3rem;left:0;width:100%;max-width:86.01175rem;border-bottom:var(--line-thickness) solid #000;z-index:9}.faq-header{color:#0a0d04;font-family:Inter,sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.0175rem;margin:0;cursor:pointer;max-width:76.9375rem}.faq-body{margin-top:2.5rem;margin-bottom:0;padding:0}.faq-answer{color:#000;font-family:Inter,sans-serif;font-size:1.25rem;font-style:normal;font-weight:400;line-height:2.125rem;letter-spacing:.025rem;margin-top:.5rem;margin-bottom:3rem!important;max-width:76.9375rem}@media (max-width: 1440px) and (min-width: 981px){.faq-section{padding-top:8.75rem;padding-left:6rem;padding-right:6rem}.faq-line{max-width:78rem}.faq-item:not(:first-child):before{max-width:78rem}.faq-item:last-child:after{max-width:78rem}}@media (max-width: 980px) and (min-width: 641px){.faq-section{padding-top:5.25rem;padding-left:4.5rem;padding-right:4.5rem}.faq-title{font-size:5rem!important;line-height:7.75rem;letter-spacing:-.1rem}.faq-line{max-width:52.25rem}.faq-item:not(:first-child):before{max-width:52.25rem}.faq-item:last-child:after{max-width:52.25rem}.faq-header{font-size:1.75rem;letter-spacing:.0175rem}.faq-answer{font-size:1.25rem;line-height:2.125rem;letter-spacing:.025rem;max-width:52.25rem}}@media (max-width: 640px) and (min-width: 481px){.faq-section{padding-top:6.25rem;padding-left:3.5rem;padding-right:3.5rem}.faq-title{font-size:4.5rem!important;line-height:3.75rem;letter-spacing:-.09rem}.faq-line{max-width:33rem}.faq-item:not(:first-child):before{max-width:33rem}.faq-item:last-child:after{max-width:33rem}.faq-header{font-size:1.5rem;letter-spacing:.015rem;max-width:100%}.faq-answer{font-size:1.125rem;line-height:2rem;letter-spacing:.0225rem;max-width:33rem}}@media (max-width: 480px){.faq-section{padding-top:6.25rem!important;padding-left:2rem!important;padding-right:2rem!important}.faq-title{font-size:4rem!important;line-height:3.75rem;letter-spacing:-.08rem}.faq-line{max-width:calc(100% + -0rem)}.faq-item:not(:first-child):before{max-width:calc(100% + -0rem)}.faq-item:last-child:after{max-width:calc(100% + -0rem)}.faq-header{font-size:1.375rem;letter-spacing:.01375rem;max-width:100%}.faq-answer{font-size:1.125rem;line-height:2rem;letter-spacing:.0225rem;max-width:calc(100% + -0rem)}}.home-features-section{background:#000}.home-features-inner{max-width:1440px;margin-inline:auto;padding:0 6rem 7.56rem;width:100%;box-sizing:border-box}.home-features-intro{color:#fff!important;font-family:Poppins,sans-serif;font-size:2.5rem!important;font-weight:700!important;line-height:3.15rem!important;letter-spacing:-.05rem!important;text-align:left;margin-bottom:clamp(2rem,5vw,5.62713rem)!important;will-change:transform,opacity;transform-origin:50% 50%}.home-feature-item{text-align:left;will-change:transform,opacity;transform-origin:50% 50%}.will-animate{opacity:0;transform:translateY(8px) scale(.98);backface-visibility:hidden;transform-style:preserve-3d}.home-feature-line{background:#fff;height:.1875rem;width:100%;margin-bottom:1.87569rem}.home-feature-title{color:#fff!important;font-family:Poppins,sans-serif;font-size:1.5rem!important;font-weight:700!important;line-height:2rem;letter-spacing:-.03rem;margin-bottom:1.25rem!important}.home-feature-desc{color:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;font-weight:500!important;line-height:2.25rem;max-width:22rem}@media (max-width: 980px){.home-features-inner{padding:0 4.63rem 7.56rem}.home-features-intro{font-size:2rem!important;line-height:3.15rem!important;letter-spacing:-.04rem!important;margin-bottom:4.5rem!important}.home-feature-line{margin-bottom:1.5rem}.home-feature-title{font-size:1.5rem;font-style:normal;font-weight:700;line-height:2rem;letter-spacing:-.03rem;margin-bottom:1.5rem!important}.home-feature-desc{font-size:1.25rem!important;line-height:2.25rem;max-width:none}}@media (max-width: 640px){.home-features-inner{padding:0 1.62rem 5.03rem}.home-features-intro{font-size:1.5rem!important;line-height:2.375rem!important;letter-spacing:-.03rem!important;margin-bottom:3rem!important}.home-feature-title{font-size:1rem!important;line-height:2rem;letter-spacing:-.02rem}.home-feature-desc{font-size:1rem!important;line-height:1.75rem}}@media (max-width: 480px){.home-features-inner{padding:0 1.5rem 3.97rem}.home-features-intro{font-size:1.5rem!important;line-height:2.125rem!important}.home-feature-title{font-size:1rem!important;line-height:2rem!important}.home-feature-desc{font-size:1rem!important;line-height:1.75rem}}@media (prefers-reduced-motion: reduce){.will-animate{opacity:1!important;transform:none!important}}.hero-title .word,.hero-copy,.hero-text button,.hero-image img{opacity:0;transform:translateZ(0);will-change:transform,opacity}.word{display:inline-block}.hero-section{position:relative;max-width:1440px;margin:0 auto;background:#fff;--padY: 7.25rem;--padL: 6.25rem;padding:var(--padY) 0 var(--padY) var(--padL);box-sizing:border-box;display:grid;grid-template-columns:minmax(32rem,60rem) 1fr;column-gap:0;align-items:stretch}.hero-text{position:relative;z-index:2;text-align:left}.hero-text .hero-title{color:#000!important;font-family:Poppins,sans-serif!important;font-size:8rem!important;font-weight:600!important;line-height:7.75rem!important;letter-spacing:-.16rem!important;margin:0}.hero-copy{color:#000!important;font-family:Inter,sans-serif!important;font-size:1.5rem!important;font-weight:400!important;line-height:2.25rem!important;max-width:36.5625rem!important;margin:1.875rem 0!important}.hero-image{position:absolute;right:calc(50% - 60vw);bottom:0;width:clamp(520px,100vw,980px);height:31.3125rem;pointer-events:none;overflow:hidden;z-index:1}.hero-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right bottom;display:block}@media (max-width: 1700px){.hero-text .hero-title{font-size:7rem!important;line-height:5.7.75rem!important;letter-spacing:-.14rem!important}}@media (max-width: 1500px){.hero-text .hero-title{font-size:5.25rem!important;line-height:5.25rem!important;letter-spacing:-.11rem!important}}@media (max-width: 1300px){.hero-section{grid-template-columns:1fr;row-gap:1.5rem;padding:4.87rem 0 0}.hero-text{padding-left:2.12rem}.hero-text .hero-title{font-size:5.25rem!important;line-height:5.25rem!important;letter-spacing:-.11rem!important}.hero-copy{font-size:1.25rem!important;line-height:1.9rem!important;max-width:30rem!important;margin:1.25rem 0 1.5rem!important}.hero-image{position:relative;top:auto;right:auto;bottom:auto;left:auto;margin:0;width:100%;height:22rem;overflow:hidden;order:2;z-index:auto}.hero-image img{position:absolute;top:0;right:0;bottom:0;left:0;object-position:60% 100%}}@media (min-width: 751px) and (max-width: 1300px){.hero-image{height:clamp(22rem,56vw,28rem)}.hero-image img{object-position:60% 0%}}@media (max-width: 640px){.hero-text .hero-title{font-size:4.5rem!important;line-height:4.75rem!important;letter-spacing:-.09rem!important}.hero-copy{font-size:1.375rem!important;line-height:2.25rem!important;margin:1.25rem 0 1.5rem!important}}@media (max-width: 480px){.hero-section{padding:4rem 0 0}.hero-text{padding-left:1.59rem}.hero-text .hero-title{font-size:3rem!important;line-height:3.25rem!important;letter-spacing:-.06rem!important;max-width:20.3125rem!important;margin:0 0 .75rem!important}.hero-copy{font-size:1rem!important;line-height:1.5rem!important;max-width:20.3125rem!important;margin:0 0 1.25rem!important}.hero-image{height:18rem}.hero-image img{object-position:60% 100%}}@media (prefers-reduced-motion: reduce){.hero-title .word,.hero-copy,.hero-text button,.hero-image img{transition:none!important;transform:none!important;opacity:1!important}}.dotted-underline{position:relative;display:inline-block;--dot-color: currentColor;--active-color: currentColor;--underline-offset: 8px;--du-duration: .35s}.dotted-underline__text{display:inline-block;transition:color .35s ease}.dotted-underline__svg{position:absolute;left:0;right:0;bottom:calc(var(--underline-offset) * -1);pointer-events:none;overflow:visible}.dotted-underline__dot{fill:var(--dot-color);opacity:0;transform:scale(0);transform-origin:center;transition:fill .35s ease}.dotted-underline.is-active .dotted-underline__dot{animation:du-pop var(--du-duration) ease forwards;fill:var(--active-color)}.dotted-underline.is-active .dotted-underline__text{color:var(--active-color)}@keyframes du-pop{to{opacity:1;transform:scale(1)}}.how-it-works-section{position:relative;background:#000;color:#fff;text-align:center}.how-content{position:relative;z-index:1;margin:0 auto;display:flex;flex-direction:column;align-items:center;max-width:1440px;width:100%;padding:8rem 6.25rem}.how-title{margin:0 0 6.5rem!important;color:#fff!important;font-family:Poppins,sans-serif;font-size:3.5rem!important;font-style:normal;font-weight:600!important;line-height:4.75rem!important;text-align:left;align-self:flex-start;will-change:transform,opacity;transform-origin:50% 50%}.how-content-highlight{position:relative;display:inline-block;white-space:nowrap;padding-bottom:.3em}.how-image-wrapper{overflow:hidden;width:74rem;height:50.375rem;will-change:transform,opacity;transform-origin:50% 50%}.how-image{display:block;width:100%;height:auto;object-fit:contain;aspect-ratio:208 / 131}@media (max-width: 1300px){.how-image-wrapper{overflow:hidden;width:62rem;height:auto}.how-title{margin:0!important}}@media (max-width: 1100px){.how-content{padding:7.56rem 4.63rem}.how-it-works-section{padding:0;overflow:hidden}.how-title{font-size:3rem!important;line-height:3.75rem!important;margin:0 0 3.03rem!important}.how-image-wrapper{max-width:50rem;height:auto}.how-image{aspect-ratio:275 / 173}}@media (max-width: 900px){.how-it-works-section{padding:0}.how-content{padding:5rem 3.94rem}.how-image-wrapper{width:34.375rem;height:auto}}@media (max-width: 640px){.how-it-works-section{padding:0}.how-content{padding:3.97rem 1.62rem}.how-title{font-size:1.75rem!important;line-height:2.25rem!important;margin:0 0 2rem!important}.how-image-wrapper{width:28rem;height:auto}}@media (max-width: 480px){.how-it-works-section{padding:0}.how-content{padding:3.97rem 1.62rem}.how-title{font-size:1.5rem!important;line-height:1.875rem!important;margin:0 0 1.25rem!important}.how-image-wrapper{width:100%!important;max-width:24rem!important;height:auto!important;margin:0 auto!important}.how-image{width:100%!important;height:auto!important;aspect-ratio:343 / 216}}.quality-check-section{--section-px: 6rem;width:100%;margin:0 auto;max-width:1440px;padding:7.5rem var(--section-px) 0;text-align:left}.quality-check-title{color:#000;font-family:Poppins,sans-serif;font-size:3.5rem!important;font-weight:600!important;line-height:4.75rem!important;letter-spacing:-.02em;margin:0 0 1.875rem!important}.quality-leadin{color:#000;font-family:Inter,sans-serif;font-size:1.5rem!important;font-weight:400;line-height:2.25rem!important;letter-spacing:.0375rem!important;margin:0!important}.quality-highlight{position:relative;display:inline-block;white-space:nowrap;padding-bottom:.3em}.quality-highlight .highlight-text{position:relative;z-index:1;color:#000}.dots-container{position:absolute;bottom:0;left:0;width:100%;display:flex;align-items:center;gap:12px;pointer-events:none;flex-wrap:nowrap;overflow:hidden}.dots-container .dot:first-child{margin-left:.2em}.dot{width:11px;height:11px;background:#000;border-radius:50%;opacity:0;transform:scale(0);flex:0 0 auto}.desktop-only{display:block}.mobile-only{display:none}.quality-image-wrapper{margin-top:8.125rem}.quality-image{display:block;width:100%;height:auto;max-width:100%}.quality-image-wrapper.desktop-only{overflow:visible;text-align:left;margin-right:calc((100% - 100vw) / 2 - var(--section-px))}.quality-image-wrapper.desktop-only .quality-image{max-width:none;width:calc(100% + (100vw - 100%) / 2 + var(--section-px));height:auto;object-fit:cover;object-position:left center}@media (max-width: 980px){.quality-check-section{--section-px: 3.25rem;padding:3.5rem var(--section-px) 0;max-width:none}.quality-check-title{font-size:3rem!important;line-height:3.75rem!important;letter-spacing:-.02em;margin-bottom:1.5rem!important}.quality-leadin{font-size:1.25rem!important;line-height:2.25rem!important;letter-spacing:normal!important}.quality-image-wrapper{margin-top:7.5rem}.quality-image-wrapper.desktop-only{margin-right:calc(-1 * var(--section-px))}.quality-image-wrapper.desktop-only .quality-image{width:calc(100% + var(--section-px))}}@media (max-width: 640px){.quality-check-section{--section-px: 1.75rem;padding:4.5rem var(--section-px) 0}.quality-check-title{font-size:1.75rem!important;line-height:2rem!important;margin-bottom:1.5rem!important}.quality-leadin{font-size:1rem!important;line-height:1.625rem!important;letter-spacing:normal!important}.dot{width:8px;height:8px}.desktop-only{display:none}.mobile-only{display:block}.quality-image-wrapper.mobile-only{margin-right:calc(-1 * var(--section-px));line-height:0;overflow:hidden;margin-bottom:0}.quality-image-mobile{display:block;width:calc(100% + var(--section-px));max-width:none;vertical-align:top}.quality-image-mobile--stats{margin-bottom:1.5rem}.quality-highlight{white-space:normal}.quality-image-wrapper{margin-top:3.5rem}}@media (min-width: 481px) and (max-width: 640px){.quality-image-mobile--stats{width:100%;max-width:100%;margin-right:0}}@media (max-width: 480px){.quality-check-section{--section-px: 1rem;padding:4.5rem var(--section-px) 0}.quality-check-title{font-size:2.5rem!important;line-height:2.75rem!important;margin-bottom:1.5rem!important}.quality-leadin{font-size:1rem!important;line-height:1.625rem!important;margin-bottom:1.5rem!important}.quality-image-wrapper{margin-top:1.5rem}}.stakeholder-wrapper{background:#000;color:#fff;width:100%;padding:0}.stakeholder-section{--card-min-h: 41.9375rem;--card-pad-x: 3.5rem;--card-pad-top: 4rem;--title-size: 1.625rem;--title-line: 2rem;--title-ls: .0325rem;--details-size: 1rem;--details-line: 1.75rem;--icon-size: 6rem;--icon-top: 1.81rem;--icon-left: 3.5rem;--col-gap: 4rem;text-align:center;max-width:1440px;margin:0 auto;padding:0}.stakeholder-section .ant-row{margin-left:0!important;margin-right:0!important}.stakeholder-section .ant-col{padding-left:0!important;padding-right:0!important}.stake-item{position:relative;padding-top:0!important;background:#000;color:#fff!important;min-height:var(--card-min-h);width:100%;max-width:none;display:flex;flex-direction:column;overflow:hidden}.stake-icon{position:absolute;top:4rem;left:var(--icon-left);z-index:1;opacity:1;transition:opacity .3s ease}.stake-icon img{width:var(--icon-size);height:var(--icon-size);object-fit:contain}.stake-content{display:flex;flex-direction:column;flex:1 1 auto;padding-top:10rem;padding-right:var(--card-pad-x);padding-left:var(--card-pad-x);padding-bottom:calc(var(--card-pad-top) / 2);text-align:left}.stake-title{color:#fff!important;font-family:Inter,sans-serif!important;font-size:var(--title-size)!important;font-weight:700!important;line-height:var(--title-line)!important;letter-spacing:var(--title-ls)!important;transition:color .3s ease;margin-top:0!important;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.stake-item.active .stake-title{color:#afff0f!important}.stake-summary,.stake-details{margin:0;transition:opacity .3s ease,max-height .3s ease,margin-top .3s ease}.stake-summary{max-height:5rem;opacity:1;margin-bottom:0!important}.stake-item.active .stake-summary{max-height:0;opacity:0}.stake-details{margin-top:0;max-height:0;opacity:0;font-family:Inter,sans-serif!important;font-size:var(--details-size)!important;font-weight:500!important;line-height:var(--details-line)!important;color:#fff!important}.stake-item.active .stake-details{margin-top:1.875rem;max-height:1000px;opacity:1}@media (min-width: 1250px){.stakeholder-section .ant-row{display:grid;grid-template-columns:repeat(4,1fr);column-gap:var(--col-gap);position:relative;align-items:stretch;z-index:0}.stakeholder-section .ant-col{position:relative;width:auto!important;max-width:none!important;flex:none!important;display:flex}.stake-item{height:100%}.stakeholder-section .ant-row:before,.stakeholder-section .ant-row:after{content:"";position:absolute;top:0;bottom:0;width:.3rem;background:#fff;pointer-events:none;z-index:2}.stakeholder-section .ant-row:before{left:0}.stakeholder-section .ant-row:after{right:0}.stakeholder-section .ant-col+.ant-col:before{content:"";position:absolute;top:0;bottom:0;width:.3rem;background:#fff;left:0;transform:translate(calc(-.5 * var(--col-gap)));pointer-events:none;z-index:2}.stake-content{align-items:flex-start!important;padding-left:3.5rem!important;padding-right:var(--card-pad-x);padding-top:15rem;text-align:left}}@media (max-width: 1250px){.stakeholder-section .ant-row{display:block}.stakeholder-section .ant-col{display:block;width:100%!important;max-width:none!important;margin-bottom:0}.stake-item{min-height:auto;border-bottom:.1875rem solid #fff;padding-top:0!important;text-align:left}.stake-icon{position:relative!important;top:0!important;left:0!important;margin-left:3.25rem;margin-top:3.25rem;margin-bottom:3.25rem;opacity:1!important;display:flex;justify-content:flex-start}.stake-icon img{width:6.4375rem!important;height:6.4375rem!important}.stake-title{color:#afff0f!important}.stake-summary{max-height:0!important;opacity:0!important;display:none!important}.stake-details{margin-top:1rem!important;max-height:none!important;opacity:1!important;max-width:22.0625rem}.stake-summary,.stake-details,.stake-item,.stake-icon{transition:none!important}.stake-content{justify-content:flex-start!important;align-items:flex-start!important;padding-top:0!important;padding-left:3.25rem!important}}@media (max-width: 1250px) and (min-width: 640px){.stake-title{font-size:1.5rem!important;line-height:2.25rem!important;letter-spacing:-.03rem!important;max-width:35.75rem!important}.stake-details{font-size:1rem!important;line-height:1.75rem!important;letter-spacing:.01rem!important;max-width:41.875rem!important}.stake-content{margin-top:3px;margin-left:4.5px}}@media (max-width: 639px) and (min-width: 480px){.stake-title{font-size:1.625rem!important;line-height:2.25rem!important;letter-spacing:-.0325rem!important;max-width:35.75rem!important}.stake-details{font-size:1rem!important;line-height:1.75rem!important;letter-spacing:.01rem!important;max-width:32.0625rem!important}.stake-content{margin-top:5px;margin-left:4px}}@media (max-width: 479px){.stake-title{font-size:1.625rem!important;line-height:2.25rem!important;letter-spacing:-.0325rem!important;max-width:18.4375rem!important}.stake-details{font-size:1rem!important;line-height:1.75rem!important;letter-spacing:.01rem!important;max-width:18.4375rem!important}.stake-content{margin-top:3.5rem;margin-left:2.5rem;padding-left:0!important}.stake-icon{margin-top:3.5rem;margin-left:2.5rem;margin-bottom:0rem}}@media (prefers-reduced-motion: reduce){.stake-summary,.stake-details,.stake-item,.stake-icon{transition:none!important}}.stake-summary.hidden{display:none}.stake-details.visible{display:block}.testimonial-section{padding:0;text-align:center}.testimonial-section blockquote{text-align:left;margin:0}.testimonial-text{position:relative;color:#000!important;font-family:Poppins,sans-serif!important;font-size:3.5rem!important;font-style:normal!important;font-weight:600!important;line-height:5rem!important;margin:0 0 1.5rem;opacity:0;transform:translateY(40px);max-width:81.0625rem}.testimonial-footer{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;justify-content:flex-start;margin-bottom:9.13rem;opacity:0;transform:translateY(30px)}.testimonial-person{color:#000!important;font-family:Inter,sans-serif!important;font-size:1.25rem!important;font-style:normal!important;font-weight:400!important;line-height:2.625rem!important;letter-spacing:.025rem!important;margin:0}.testimonial-company{color:#000!important;font-family:Inter,sans-serif!important;font-size:1.25rem!important;font-style:normal!important;font-weight:700!important;line-height:2.625rem!important;letter-spacing:.025rem!important;margin:0}@media (min-width: 1800px){.testimonial-section{max-width:1440px;margin:13rem auto 0;padding:0}.testimonial-text{max-width:86rem}.testimonial-footer{margin-bottom:14.25rem}}@media (min-width: 981px) and (max-width: 1799px){.testimonial-section{margin:9.12rem 6rem 0}.testimonial-text{max-width:86rem}}@media (min-width: 641px) and (max-width: 980px){.testimonial-section{margin:5.5rem 4.5rem 0}.testimonial-text{font-size:2.375rem!important;line-height:3.5rem!important}.testimonial-footer{margin-bottom:5.5rem}}@media (min-width: 481px) and (max-width: 640px){.testimonial-section{margin:5.14rem 4.64rem 0}.testimonial-text{font-size:1.81069rem!important;line-height:2.33644rem!important}.testimonial-person,.testimonial-company{font-size:1.05138rem!important;line-height:1.51869rem!important;letter-spacing:.021rem!important}.testimonial-footer{margin-bottom:4.64rem}}@media (max-width: 480px){.testimonial-section{margin:4.52rem 2rem 0}.testimonial-text{font-size:1.81069rem!important;line-height:2.33644rem!important}.testimonial-person,.testimonial-company{font-size:1.05138rem!important;line-height:1.51869rem!important;letter-spacing:.021rem!important}.testimonial-footer{margin-bottom:4.54rem}}@media (max-width: 1024px){.testimonial-section{padding:0 1.19rem 5.625rem}.testimonial-footer{flex-direction:column;align-items:flex-start;margin-bottom:0}}.why-section{margin:0;padding:0;position:relative}.why-sticky{position:sticky;top:0;height:100vh;display:flex;align-items:stretch;z-index:1}.why-row{flex:1;width:100%}.why-title{margin:1.87569rem 0 1.87569rem 1.25rem!important;color:#000;font-family:Poppins,sans-serif!important;font-size:5rem!important;font-weight:600;line-height:5.125rem!important}.why-text{margin:0 0 1.87569rem 1.25rem!important;color:#000;font-family:Inter,sans-serif!important;font-size:1.75rem;font-weight:500;line-height:2.625rem;letter-spacing:.56px;max-width:35.6875rem}.why-list{margin:0 1.87569rem 0 1.25rem}.why-item{border-top:.1875rem solid #000}.why-item:last-child{border-bottom:.1875rem solid #000}.why-item-header{color:#0a0d04;font-family:Poppins,sans-serif;font-size:1.625rem;font-weight:700;line-height:2.15rem;letter-spacing:-.0325rem;cursor:default;padding:2rem 0;transition:opacity .3s ease;max-width:585px}.why-item-header.active{opacity:1}.why-item-header:not(.active){opacity:.3}.why-item-body{display:none;padding:0 0 1.87569rem;color:#000;font-family:Inter,sans-serif!important;font-size:1.5rem;font-weight:500;line-height:2.125rem;letter-spacing:.03rem;animation:slideDown .3s ease-out;max-width:35.625rem!important}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:200px}}.why-image-col{background:#f0efef;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:2rem;position:relative}.why-image{max-width:100%;max-height:100%;object-fit:contain;opacity:0;animation:fadeIn .5s ease forwards}@keyframes fadeIn{to{opacity:1}}.why-image-mobile{display:none;margin:1.5rem 0}.why-image-mobile img{width:100%;height:auto;display:block}@media (min-width: 1800px){.why-section{max-width:1440px;margin:0 auto;padding:0 32px;position:relative}.why-sticky{max-width:none;margin:0;padding:0}.why-title{font-size:3.5rem!important;line-height:4rem!important;margin:8.19rem 0 1rem 1.25rem!important}.why-text{font-size:1.5rem!important;font-weight:400!important;line-height:2.25rem!important;max-width:26.375rem!important;letter-spacing:normal!important;margin:0 0 6.06rem 1.25rem!important}.why-item-header{font-family:Inter,sans-serif!important;font-size:1.5rem!important;font-weight:700!important;letter-spacing:.015rem!important;line-height:normal!important;padding:2rem 0 .5rem!important}.why-item-header:not(.active){padding:2rem 0!important}.why-item-header.active+.why-item-body{display:block}.why-item-body{font-size:1.25rem!important;font-weight:400!important;line-height:2.125rem!important;letter-spacing:.025rem!important;max-width:29.5625rem!important;padding:0 0 3rem!important}.why-item{border-top-width:.125rem!important;max-width:26.375rem}.why-item:last-child{border-bottom-width:.125rem!important}.why-image-col{position:relative;width:50vw!important;height:100vh;display:flex!important;justify-content:center!important;align-items:center!important;background:transparent!important;padding:0!important;overflow:visible!important}.why-image-col:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:#f0efef;z-index:-1}.why-image{display:block;margin:0 auto;width:min(clamp(36rem,28vw,46rem),82vh)!important;height:min(clamp(36rem,28vw,46rem),82vh)!important;max-width:none!important;max-height:none!important;object-fit:contain;aspect-ratio:1/1}.why-image-mobile{display:none!important}}@media (min-width: 980px) and (max-width: 1799px){.why-title{font-size:3.5rem!important;line-height:4rem!important;margin:6.25rem 6rem 1rem!important}.why-text{font-size:1.5rem!important;font-weight:400!important;line-height:2.25rem!important;max-width:26rem!important;letter-spacing:normal!important;margin:0 6rem 3.63rem!important}.why-list{margin:0 6rem!important}.why-item-header{font-family:Inter,sans-serif!important;font-size:1.75rem!important;font-weight:700!important;letter-spacing:.0175rem!important;line-height:normal!important;padding:2rem 0 .5rem!important}.why-item-header:not(.active){padding:2rem 0!important}.why-item-header.active+.why-item-body{display:block}.why-item-body{font-size:1.25rem!important;font-weight:400!important;line-height:2.125rem!important;letter-spacing:.025rem!important;padding:0 0 3rem!important}.why-item{border-top-width:.125rem!important;max-width:26.375rem}.why-item:last-child{border-bottom-width:.125rem!important}why-image{width:min(clamp(28rem,34vw,36rem),80vh)!important;height:min(clamp(28rem,34vw,36rem),80vh)!important;flex-shrink:0;aspect-ratio:1/1;max-width:none!important;max-height:none!important}.why-image-mobile{display:none!important}}@media (min-width: 801px){.why-left-col{display:flex;flex-direction:column;justify-content:center;height:100%}.why-left-col .why-title,.why-left-col .why-text{margin-top:0!important}}@media (min-width: 801px) and (max-width: 979px){.why-title{font-size:3rem!important;line-height:3rem!important;margin:5rem 2rem 1rem!important}.why-text{font-size:1.25rem!important;font-weight:400!important;line-height:1.875rem!important;max-width:22rem!important;letter-spacing:normal!important;margin:0 2rem 2.94rem!important}.why-list{margin:0 2rem!important}.why-item-header{font-family:Inter,sans-serif!important;font-size:1.375rem!important;font-weight:700!important;letter-spacing:.01375rem!important;line-height:normal!important;padding:1.5rem 0 .5rem!important}.why-item-header:not(.active){padding:1.5rem 0!important}.why-item-header.active+.why-item-body{display:block}.why-item-body{font-size:1.125rem!important;font-weight:400!important;line-height:1.625rem!important;letter-spacing:.0225rem!important;padding:0 0 2.5rem!important}.why-item{border-top-width:.125rem!important;max-width:21.1875rem}.why-item:last-child{border-bottom-width:.125rem!important}.why-image{width:20rem!important;height:20rem!important;flex-shrink:0;aspect-ratio:1/1;max-width:none!important;max-height:none!important}.why-image-mobile{display:none!important}}@media (min-width: 480px) and (max-width: 800px){.why-sticky{position:static!important;height:auto!important}.why-title{margin:2.5rem 4rem 1rem!important;font-size:2.5rem!important;line-height:3rem!important}.why-text{margin:0 4rem 2.94rem!important;font-size:1.25rem!important;line-height:1.75rem!important}.why-list{margin:0 4rem!important}.why-item-header{padding:1.5rem 0 .5rem!important;opacity:1!important}.why-item-body{display:block!important;font-size:1.25rem!important;font-weight:400!important;line-height:2rem!important}.why-item{border-top-width:.125rem!important}.why-item:last-child{border-bottom-width:.125rem!important}.why-image-col{display:none!important}.why-image-mobile{display:block!important;background:none!important;padding:1rem!important;border-radius:8px!important;margin:1.5rem 0!important}.why-image-mobile img{width:19.41819rem!important;height:19.43613rem!important;aspect-ratio:310.69/310.98!important}}@media (max-width: 800px){.why-row .ant-col-md-12{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.why-sticky{position:static!important;height:auto!important}.why-image-mobile{display:flex!important;justify-content:center!important;align-items:center!important;margin:1.5rem auto!important;width:min(92vw,720px)!important;max-width:100%!important;padding:0!important}.why-image-mobile img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important}.why-image{width:100%;height:auto!important;aspect-ratio:auto;object-fit:contain}.why-image-col{display:none}}@media (min-width: 801px){.why-row .ant-col-md-12{width:50%!important;max-width:50%!important;flex:0 0 50%!important}.why-image-mobile{display:none!important}.why-image-col{display:flex!important}}@media (max-width: 479px){.why-sticky{position:static;height:auto}.why-title{margin:3.12rem 2rem 1rem!important;font-size:2.5rem!important;line-height:3rem!important}.why-text{margin:0 2rem 2.94rem!important;font-size:1.25rem!important;line-height:1.75rem!important}.why-list{margin:0 2rem!important}.why-item-header{padding:1.5rem 0 .5rem!important;opacity:1!important}.why-item-body{display:block!important;font-size:1.25rem!important;font-weight:400!important;line-height:2rem!important}.why-item{border-top-width:.125rem!important}.why-item:last-child{border-bottom-width:.125rem!important}.why-image-col{display:none}.why-image-mobile{display:flex!important;justify-content:center!important;align-items:center!important;margin:1.5rem auto!important;width:min(95vw,720px)!important;max-width:100%!important;padding:0!important}.why-image-mobile img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important}}@media (min-width: 801px){.why-item-body{display:none}.why-item-header.active+.why-item-body{display:block}.why-item-header{opacity:.3}.why-item-header.active{opacity:1}}:root{--bg-black: #000000;--text-white: #ffffff;--neon-green: #B6FF00;--neon-glow: 0 0 .25rem rgba(182, 255, 0, .8), 0 0 .75rem rgba(182, 255, 0, .6);--btn-radius: .75rem;--container-px: 6rem;--container-px-md: 3.25rem;--container-px-sm: 2.81rem;--container-px-xs: 1rem}.resources-hero{width:100%;padding:12.5rem 0;text-align:left;background:var(--bg-black);color:var(--text-white);--cta-fz: 1.5rem}.resources-hero .container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:var(--container-px);box-sizing:border-box}.resources-hero-title{color:var(--text-white);font-family:Poppins,sans-serif;font-size:8rem!important;font-style:normal;font-weight:600!important;line-height:8.25rem!important;letter-spacing:-.16rem!important;margin:0 0 2rem;max-width:68.8125rem;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.resources-hero .hero-cta{gap:3rem}.resources-hero-title .highlight{color:var(--neon-green)}.resources-hero .btn{font-size:var(--cta-fz)}.press-title{color:#fff;font-family:Poppins,sans-serif;font-size:3.5rem;font-style:normal;font-weight:700;line-height:4.75rem;margin:0 0 12px}.press-subtitle{color:var(--white, #FFF);font-family:Inter,sans-serif;font-size:2rem;font-style:normal;font-weight:400;line-height:2.75rem;letter-spacing:.02rem;margin:0}.press-card{background:#e9e9e9;overflow:hidden;margin-top:8rem}.press-image{width:100%;height:auto;display:block}@media (max-width: 980px){.resources-hero{padding:10.5rem 0;--cta-fz: 1.25rem}.resources-hero .container{padding-inline:var(--container-px-md)}.resources-hero .container .resources-hero-title{font-size:6rem!important;line-height:7.25rem!important;letter-spacing:-.12rem!important;margin-bottom:2rem}.press-title{color:#fff;font-family:Poppins,sans-serif;font-size:3rem;font-style:normal;font-weight:700;line-height:4.75rem}.press-subtitle{color:var(--white, #FFF);font-family:Inter,sans-serif;font-size:1.5rem;font-style:normal;font-weight:400;line-height:2.75rem;letter-spacing:.015rem}.resources-hero .hero-cta{gap:3rem}.resources-hero .btn{padding:.85rem 1.15rem}.press-card{margin-top:8rem}.dotted-divider{display:block;width:100%;margin:10.5rem 0}}@media (max-width: 640px){.resources-hero{padding:8.5rem 0}.resources-hero .container{padding-inline:var(--container-px-sm)}.resources-hero .container .resources-hero-title{font-size:4.5rem!important;line-height:4.75rem!important;letter-spacing:-.09rem!important;margin-bottom:3rem}.press-title{color:#fff;font-family:Poppins,sans-serif;font-size:2.5rem;font-style:normal;font-weight:700;line-height:3.75rem}.press-subtitle{color:var(--white, #FFF);font-family:Inter,sans-serif;font-size:1.5rem;font-style:normal;font-weight:400;line-height:2.75rem;letter-spacing:.015rem}.resources-hero .hero-cta{gap:3rem}.resources-hero .btn{width:100%}.press-card{margin-top:5.5rem}.dotted-divider{margin:8.5rem 0}}@media (max-width: 480px){.resources-hero{padding:6rem 0}.resources-hero .container .resources-hero-title{font-size:4rem!important;line-height:4.75rem!important;letter-spacing:-.08rem!important;margin-bottom:3rem}.resources-hero .container{padding-inline:var(--container-px-xs)}.resources-hero .hero-cta{gap:2.5rem}.press-title{color:#fff;font-family:Poppins,sans-serif;font-size:2rem;font-style:normal;font-weight:700;line-height:3.25rem}.press-subtitle{color:var(--white, #FFF);font-family:Inter,sans-serif;font-size:1.5rem;font-style:normal;font-weight:400;line-height:2.75rem;letter-spacing:.015rem}.press-card{margin-top:5.5rem}.dotted-divider{margin:6rem 0}}.dotted-divider{width:100%;margin:6rem 0}.press-release{background:#fff}.press-release__container{max-width:1440px;margin:0 auto;padding:7.75rem 6rem 0}.press-release__lead{font-size:2rem;line-height:3.375rem;margin-bottom:2.44rem!important}.press-release__paragraph{font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:2.75rem;letter-spacing:.015rem}.press-release__title.ant-typography{font-family:Inter;font-size:2rem;font-style:normal;font-weight:400;line-height:3.375rem;letter-spacing:.02rem;margin-top:8rem!important;margin-bottom:2.44rem!important}.press-release__divider{width:100%;height:.375rem;background-color:#000;margin-top:8rem}@media (max-width: 980px){.press-release__container{padding:5.5rem 3.25rem 0}.press-release__title.ant-typography{font-size:1.5rem;line-height:3.375rem;letter-spacing:.015rem;margin-top:4.5rem!important;margin-bottom:1.5rem!important}.press-release__paragraph{font-size:1rem;line-height:2.25rem;letter-spacing:.01rem}.press-release__divider{margin-top:5.5rem}}@media (max-width: 640px){.press-release__container{padding:5.5rem 2.81rem 0}.press-release__lead{font-size:1.5rem;line-height:2.25rem}.press-release__paragraph{font-size:1rem;line-height:2.25rem;letter-spacing:.01rem}.press-release__title.ant-typography{font-size:1.5rem;line-height:3.375rem;letter-spacing:.015rem;margin-top:4.5rem!important}.press-release__divider{margin-top:5.5rem}}@media (max-width: 480px){.press-release__container{padding:3rem 1rem 0}.press-release__lead{font-size:1.375rem;line-height:2rem}.press-release__paragraph{font-size:1rem;line-height:2rem;letter-spacing:.01rem}.press-release__title.ant-typography{font-size:1.5rem;line-height:3.375rem;letter-spacing:.015rem;margin-top:2.5rem!important}.press-release__divider{margin-top:4rem}}.ai-tools{padding:12.5rem 0 5.63rem;background:#fff;color:#000;width:100%}.ai-tools.container{max-width:1440px;margin-inline:auto;padding:6rem 6rem 0}.section-heading{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:600;line-height:4.75rem;margin-bottom:2.44rem;color:#000}.section-text{font-family:Inter,sans-serif;font-size:2rem;font-weight:400;line-height:2.75rem;margin-bottom:8rem;margin-top:0;color:#000}.ai-row{display:grid;grid-template-columns:1fr 31.25rem;gap:5rem;align-items:start;margin-bottom:8rem}.ai-copy{display:flex;flex-direction:column}.ai-copy h3{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:600;line-height:3.5rem;margin-bottom:2.5rem;color:#0a0d04}.ai-copy ul{list-style:none;padding:0;margin:0 0 4.5rem}.ai-copy ul li{display:flex;align-items:center;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:400;line-height:normal;color:#000}.bullet-icon{margin-right:1rem;width:1.5rem;height:1.5rem;aspect-ratio:1/1}.ai-circles{width:6.816rem;height:6.75rem;margin-bottom:5.627rem;will-change:transform,opacity}.desktop-illustration{display:flex;border-radius:8px;overflow:hidden;align-items:center;justify-content:center;margin-bottom:4.85rem}.ai-row:nth-child(1) .desktop-illustration{width:30.8125rem;height:30.5625rem}.ai-row:nth-child(2) .desktop-illustration{width:36.375rem;height:34.07825rem}.mobile-illustration{display:none}.illustration-img{max-width:100%;max-height:100%;object-fit:contain;will-change:transform,opacity}.ai-divider{grid-column:1 / -1;border:none;height:.375rem;background:#000;margin:0;will-change:transform,opacity}@media (max-width: 980px){.ai-tools.container{padding-inline:3.25rem}.ai-tools{padding:5.625rem 0 0}.section-heading{font-size:3rem;line-height:3.75rem;margin-bottom:1.5rem}.section-text{font-size:1.5rem;line-height:2.25rem;letter-spacing:.03rem;margin-bottom:6.5rem}.ai-row{display:grid;grid-template-columns:1fr 21.75rem;gap:3rem;align-items:start;margin-bottom:8rem}.ai-copy h3{font-size:2rem;line-height:2.5rem;letter-spacing:-.04rem;margin-bottom:2rem}.ai-copy ul{list-style:none;padding:0;margin:0 0 4.5rem}.ai-copy ul li{font-size:1rem;line-height:normal;letter-spacing:.02rem;padding-right:1.25rem;margin-bottom:1.5rem}}@media (max-width: 640px){.ai-tools.container{padding:7.75rem 2.81rem 0}.section-heading{font-size:2.25rem;line-height:2.75rem;margin-bottom:1.5rem}.section-text{font-size:1.25rem;line-height:1.8125rem;letter-spacing:.03rem;margin-bottom:6.5rem}.ai-row{display:block!important;margin-bottom:4.5rem}.ai-copy h3{font-size:1.75rem;line-height:2.25rem;margin-bottom:2rem}.ai-copy ul{list-style:none;padding:0;margin:0 0 3rem}.ai-copy ul li{font-size:1rem;line-height:normal;letter-spacing:.02rem;margin-bottom:1.5rem}.desktop-illustration{display:none!important}.mobile-illustration{display:flex!important;width:100%;height:auto;margin:0 0 1.5rem;justify-content:center}.illustration-img{max-width:21.75rem;max-height:21.75rem}.ai-circles{width:4.49994rem;height:4.5rem;aspect-ratio:1/1;margin-bottom:4.5rem}}@media (max-width: 480px){.ai-tools.container{padding:5rem 1.5rem 0}.section-heading{font-size:1.875rem;line-height:2.4375rem;margin-bottom:1rem}.section-text{font-size:1rem;line-height:1.625rem;margin-bottom:3.5rem}.ai-copy h3{font-size:1.5625rem;line-height:2rem;margin-bottom:2rem}.ai-row{display:block!important;margin-bottom:4rem}.ai-circles{width:4.49994rem;height:4.5rem;aspect-ratio:1/1;margin-bottom:4rem}}.case-study{background:#000;color:#fff;padding:0}.case-study .container{max-width:1440px;margin-inline:auto;padding:0 6rem 10.5rem}.case-study__media{margin-bottom:5rem}.case-study__media img{display:block;width:100%;border-radius:4px;margin:0 auto}.case-study__img,.case-study__label,.case-study__divider,.case-study__title,.case-study__stats li,.case-study__copy{opacity:0;will-change:transform,opacity}.case-study__img{transform:translateY(30px)}.case-study__label{transform:translateY(20px)}.case-study__divider{transform:scaleX(0);transform-origin:left}.case-study__title{transform:translateY(50px)}.case-study__stats li{transform:translateY(12px)}.case-study__copy{transform:translateY(24px)}.case-study__details{margin:0 auto;text-align:left}.case-study__label{display:block;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;line-height:2.375rem;letter-spacing:.025rem;margin-bottom:2rem}.case-study__divider{height:.1875rem;background:#fff;border:none;margin-bottom:2rem}.case-study__title{font-family:Poppins,sans-serif;font-size:4rem;font-weight:600;line-height:4.75rem;margin-bottom:2rem}.case-study__stats{list-style:none;padding:0;margin:0 0 2rem;display:inline-flex;flex-wrap:wrap;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;line-height:2.375rem;letter-spacing:.025rem;color:#afff0f}.case-study__stats li{display:inline}.case-study__stats li:not(:last-child):after{content:"•";margin:2rem}.case-study__copy{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;line-height:2.625rem;letter-spacing:.03rem;margin-bottom:0;margin-top:0}@media (max-width: 980px){.case-study .container{max-width:1440px;margin-inline:auto;padding:0 3.25rem 8rem}.case-study__media{margin-bottom:3.5rem}.case-study__label{font-size:1.125rem;line-height:2.375rem;letter-spacing:.025rem;margin-bottom:1.5rem}.case-study__divider{margin-bottom:1.5rem}.case-study__title{font-size:3rem;line-height:3.3125rem;margin-bottom:1.5rem}.case-study__stats{font-size:1.125rem;line-height:2.375rem;letter-spacing:.0225rem;margin:0 0 1.5rem}.case-study__stats li{display:inline}.case-study__stats li:not(:last-child):after{content:"•";margin:.7rem}.case-study__copy{font-size:1.25rem;line-height:2rem;letter-spacing:.025rem}}@media (max-width: 640px){.case-study .container{padding:0 2.81rem 8rem}.case-study__media{margin-bottom:3.5rem}.case-study__label{font-size:1rem;line-height:2.375rem;letter-spacing:.02rem;margin-bottom:1rem}.case-study__divider{margin-bottom:1rem}.case-study__title{font-size:2.5rem;line-height:2.8125rem;margin-bottom:1rem}.case-study__stats{font-size:1.125rem;line-height:2.375rem;letter-spacing:.0225rem;margin:0 0 1rem}.case-study__stats li{display:inline}.case-study__stats li:not(:last-child):after{content:"•";margin:.7rem}}@media (max-width: 480px){.case-study .container{padding:0 1.5rem 5rem}.case-study__media{margin-bottom:2rem}.case-study__label{font-size:.875rem;line-height:2.375rem;letter-spacing:.0175rem;margin-bottom:1rem}.case-study__divider{margin-bottom:1rem}.case-study__title{font-size:2rem;line-height:2.3125rem;margin-bottom:1rem}.case-study__stats{font-size:.875rem;line-height:1.5625rem;letter-spacing:.0175rem;margin:0 0 1rem}.case-study__stats li{display:inline}.case-study__stats li:not(:last-child):after{content:"•";margin:.7rem}.case-study__copy{font-size:1rem;line-height:1.5rem;letter-spacing:.02rem}}.expertise-wrap{background:#000}.expertise{color:#fff;padding:0}.expertise.container{max-width:1440px;margin-inline:auto;text-align:left;padding:10.5rem 6rem}.expertise-badge,.expertise-title,.expertise-intro,.expert-point,.expert-icon{opacity:0;will-change:transform,opacity}.expertise-badge{transform:translateY(24px)}.expertise-title{transform:translateY(60px)}.expertise-intro{transform:translateY(40px)}.expert-point{transform:translateY(20px)}.expert-icon{transform:translateY(10px) scale(.92)}.expertise-badge{display:inline-block;color:#afff0f;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;line-height:2.375rem;letter-spacing:.03rem;margin-bottom:1.5rem}.expertise-title{color:#fff;font-family:Poppins,sans-serif;font-size:6.5rem;font-weight:600;line-height:7.75rem;max-width:58.81rem;margin-bottom:1.5rem;letter-spacing:-.13rem}.expertise-intro{color:#fff;font-family:Inter,sans-serif;font-size:2rem;font-weight:400;line-height:2.75rem;letter-spacing:.0375rem;margin-bottom:5.5rem;margin-top:0}.expert-grid{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:4.5rem}.expert-point{display:flex;align-items:flex-start;gap:2.5rem}.expert-icon{width:6.125rem;height:6.125rem}.point-content strong{display:block;color:#afff0f;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;line-height:2.375rem;letter-spacing:.03rem;margin-bottom:.5rem}.point-content p{max-width:35.4375rem;color:#fff;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;line-height:2rem;letter-spacing:.0125rem;margin:0}@media (max-width: 980px){.expertise.container{padding:8rem 3.25rem}.expertise-badge{font-size:1.5rem;line-height:2.375rem;letter-spacing:.025rem;margin-bottom:1rem}.expertise-title{font-size:4.5rem;line-height:4.75rem;max-width:40.75rem;margin-bottom:1rem}.expertise-intro{font-size:1.5rem;line-height:2.25rem;letter-spacing:.03rem;margin-bottom:4.5rem}.expert-icon{width:4rem;height:4rem}.expert-grid{gap:2rem}.expert-point{gap:1.5rem}}@media (max-width: 640px){.expertise.container{padding:8rem 3.25rem}.expert-grid{grid-template-columns:1fr;gap:4rem}.expert-point{flex-direction:row;align-items:flex-start;text-align:left;gap:1.5rem}.expertise-badge{font-size:1.25rem;line-height:2.375rem;letter-spacing:.025rem;margin-bottom:1rem}.expertise-title{font-size:3.5rem;line-height:4.75rem;max-width:31.6875rem}.expertise-intro{font-size:1.25rem;line-height:1.75rem;margin-top:1rem;margin-bottom:4rem}.point-content strong{font-size:1.25rem;line-height:2.375rem;letter-spacing:.025rem}.point-content p{font-size:1rem;line-height:1.6875rem;letter-spacing:.03rem}}@media (max-width: 480px){.expertise.container{padding:5rem 1.5rem}.expert-point{flex-direction:column;gap:1rem}.expertise-badge{font-size:1rem;line-height:2.375rem;letter-spacing:.02rem;margin-bottom:1rem}.expertise-title{font-size:3.5rem;line-height:3.75rem;letter-spacing:-.07rem}.expertise-intro{font-size:1rem;line-height:1.5rem;margin-top:1rem;margin-bottom:2rem}.point-content p{font-size:1rem;line-height:1.6875rem}}.solutions-features{background-color:#000;margin:0;padding:0;width:100%}.solutions-features .container{max-width:1440px;margin-inline:auto;padding-inline:6rem}.feature-section{color:#fff;background-color:#000;padding-bottom:12.50469rem}.feature-top{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.feature-content{flex:1 1 75%}.feature-image{flex:1 1 50%;display:flex;justify-content:flex-end}.feature-image img{max-width:22rem;max-height:22.66438rem;object-fit:contain}.feature-divider{width:100%;margin:2rem 0 0}.feature-divider hr{border:none;border-top:3px solid #fff;height:.1875rem;margin-top:4rem;margin-bottom:0}.feature-list{width:100%}.feature-list ul{list-style:none;margin:0;padding:0}.feature-list li{display:flex;align-items:center;padding:3rem 0;border-bottom:.0625rem solid #4F4F4F;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;line-height:normal;letter-spacing:.03rem}.check-icon{width:1.5rem;height:1.5rem;margin-right:1rem;flex-shrink:0;aspect-ratio:1/1}.feature-label{color:#afff0f;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;line-height:2.375rem;margin-top:0;margin-bottom:1rem;letter-spacing:.03rem}.feature-title{color:#fff;font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:600;line-height:4rem;margin-bottom:1rem!important}.feature-text{color:#fff;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;line-height:2.625rem;margin:0;letter-spacing:.03rem}@media (max-width: 980px){.solutions-features .container{padding-inline:3.25rem}.feature-section{padding-bottom:5.5rem}.feature-content{flex:1 1 78%}.feature-image img{width:15.5rem;height:15.5rem;object-fit:contain}.feature-label{margin-bottom:1rem;font-size:1.5rem;line-height:2.375rem;letter-spacing:.025rem}.feature-title{font-size:2.5rem!important;line-height:3rem!important;margin-bottom:1rem!important}.feature-text{font-size:1.25rem!important;line-height:2.125rem!important;letter-spacing:.025rem}.feature-divider{margin:0}.feature-divider hr{margin-top:3.5rem}.feature-list li{font-size:1.25rem;font-weight:500;line-height:normal;letter-spacing:.025rem;padding:2rem 0}}@media (max-width: 640px){.solutions-features .container{padding-inline:2.81rem}.feature-section{padding-bottom:4rem}.feature-top{flex-direction:column;align-items:flex-start}.feature-image{display:none}.feature-label{margin-bottom:.5rem;font-size:1.125rem;line-height:normal;letter-spacing:.0225rem}.feature-title{font-size:2rem!important;line-height:2.5rem!important;margin-bottom:.5rem!important}.feature-text{font-size:1.125rem!important;line-height:normal!important}.feature-divider hr{margin-top:2.5rem}.feature-list li{font-size:1.125rem;line-height:normal;padding:1.5rem 0}}@media (max-width: 480px){.solutions-features{padding-block:1.5rem}.solutions-features .container{padding-inline:1rem}.feature-section{padding-bottom:3.5rem}.feature-label{margin-bottom:.5rem;font-size:1rem;line-height:1.5rem;letter-spacing:.02rem}.feature-title{font-size:1.5rem!important;line-height:1.875rem!important;margin-bottom:.5rem!important}.feature-text{font-size:1rem!important;line-height:1.5rem!important}.feature-divider hr{margin-top:2rem}.feature-list li{font-size:1rem;line-height:1.5rem;padding:1.12rem 0}}:root{--bg-black: #000000;--text-white: #ffffff;--neon-green: #B6FF00;--neon-glow: 0 0 .25rem rgba(182, 255, 0, .8), 0 0 .75rem rgba(182, 255, 0, .6);--btn-radius: .75rem}.solutions-hero{width:100%;padding:12.5rem 0;text-align:left;background:var(--bg-black);color:var(--text-white);--cta-fz: 1.5rem}.solutions-hero .container{max-width:1440px;margin-inline:auto;padding-inline:6rem}.solutions-hero-title{color:var(--text-white);font-family:Poppins,sans-serif;font-size:8rem!important;font-style:normal;font-weight:600!important;line-height:8.25rem!important;letter-spacing:-.16rem!important;margin-bottom:1.5rem;max-width:68.8125rem;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance;margin-bottom:2rem}.solutions-hero .hero-cta{gap:3rem}.solutions-hero-title .highlight{color:var(--neon-green)}.hero-cta{display:flex;gap:4rem;flex-wrap:wrap}.solutions-hero .btn{font-size:var(--cta-fz)}@media (max-width: 980px){.solutions-hero{padding:10.5rem 0;--cta-fz: 1.25rem}.solutions-hero .container{padding-inline:3.25rem}.solutions-hero .container .solutions-hero-title{font-size:6rem!important;line-height:7.25rem!important;letter-spacing:-.12rem!important;margin-bottom:2rem}.solutions-hero .hero-cta{gap:3rem}.solutions-hero .btn{padding:.85rem 1.15rem}}@media (max-width: 640px){.solutions-hero{padding:8.5rem 0}.solutions-hero .container{padding-inline:2.81rem}.solutions-hero .container .solutions-hero-title{font-size:4.5rem!important;line-height:4.75rem!important;letter-spacing:-.09rem!important;margin-bottom:3rem}.solutions-hero .hero-cta{gap:3rem}.solutions-hero .btn{width:100%}}@media (max-width: 480px){.solutions-hero{padding:6rem 0}.solutions-hero .container{padding-inline:1rem}.solutions-hero .hero-cta{gap:2.5rem}.solutions-hero .container .solutions-hero-title{font-size:3.25rem!important;line-height:3.25rem!important;letter-spacing:-.065rem!important;margin-bottom:2.5rem}}.overview-wrap{background:#000;color:#fff;width:100%;padding:0!important}.overview-wrap .overview{max-width:1440px;margin-inline:auto;padding-inline:6rem;text-align:left}.overview-wrap .overview__text{margin:0}.overview-wrap .overview__title{color:#fff;font-family:Poppins,sans-serif;font-size:5rem!important;font-weight:600;line-height:5.375rem;letter-spacing:-.06rem;margin:0 0 1.875rem;opacity:0;transform:translateY(60px);text-wrap:balance}.overview-wrap .overview__subtitle{color:#fff;font-family:Inter,sans-serif;font-size:1.875rem!important;font-weight:400!important;line-height:2.625rem;letter-spacing:.0375rem;margin:0;max-width:80.25rem;opacity:0;transform:translateY(40px)}.overview-wrap .overview__image-container{display:flex;justify-content:center;margin:0}.overview-wrap .overview__image{width:100%;margin-top:8rem;margin-bottom:8rem}@media (max-width: 980px){.overview-wrap .overview{padding-inline:3.25rem}.overview-wrap .overview__title{font-size:3rem!important;line-height:3.75rem!important;letter-spacing:-.06rem;margin-bottom:1rem}.overview-wrap .overview__subtitle{font-size:1.5rem!important;line-height:2.25rem!important;letter-spacing:.03rem;font-weight:400}.overview-wrap .overview__image{margin-top:5.5rem;margin-bottom:5.5rem}}@media (max-width: 640px){.overview-wrap .overview{padding-inline:2.81rem}.overview-wrap .overview__title{font-size:2.5rem!important;line-height:2.75rem!important;margin-bottom:1rem}.overview-wrap .overview__subtitle{font-size:1.25rem!important;line-height:2rem!important}.overview-wrap .overview__image{margin-top:4rem;margin-bottom:4rem}}@media (max-width: 480px){.overview-wrap .overview{padding-inline:1.5rem}.overview-wrap .overview__title{font-size:2rem!important;line-height:2.25rem!important;margin-bottom:1rem}.overview-wrap .overview__subtitle{font-size:1rem!important;line-height:1.5rem!important}.overview-wrap .overview__image{margin-top:3.5rem;margin-bottom:3.5rem}}.platform-cta{padding:0;text-align:left;background:#fff}.platform-cta .container{max-width:1440px;margin-inline:auto;padding:6rem 6rem 0;display:flex;flex-direction:column;align-items:stretch;position:relative}.platform-text{flex:0 0 auto;padding:0}.platform-text h2,.platform-text p,.platform-img{opacity:0;will-change:transform,opacity}.platform-text h2{color:#000;font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:600;line-height:4.75rem;margin:0 0 .5rem}.platform-text p{color:#000;font-family:Inter,sans-serif;font-size:2rem;font-weight:400;line-height:2.75rem;margin:0}.platform-figure{display:block;width:100%;margin:0;margin-top:-5rem}.platform-img{display:block;width:100%;height:auto;margin:0;transform:translateY(30px);object-fit:contain}@media (max-width: 980px){.platform-cta .container{padding:0 3.25rem}.platform-text h2{font-size:3rem;line-height:4.75rem;margin-bottom:.5rem}.platform-text p{font-size:1.5rem;line-height:2.25rem}}@media (max-width: 640px){.platform-cta .container{padding:2rem 3.25rem 0}.platform-text h2{font-size:2.25rem;line-height:2.75rem;margin-bottom:1.5rem}.platform-text p{font-size:1.25rem;line-height:1.8125rem;letter-spacing:.03rem}.platform-figure{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.platform-img{width:100%;height:auto}}@media (max-width: 480px){.platform-figure{margin-top:-2rem}.platform-cta .container{padding:0 1.5rem}.platform-text h2{font-size:2rem;line-height:2.25rem;margin-bottom:.5rem}.platform-text p{font-size:1rem;line-height:1.5rem}}@font-face{font-family:Inter;src:url(/assets/Inter-VariableFont_opsz_wght-c8O0ljhh.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Italic-VariableFont_opsz_wght-B-9PvMw6.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Thin-leD9T1nx.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraLight-u2IJXg5c.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Light-DT6-CsId.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Medium-Cxde2ZoM.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-SemiBold-B_fPDAUb.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Bold-qTAUjFF7.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraBold-W_qeO1XX.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Black-yHqY0KRU.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-ThinItalic-DeF98U39.ttf) format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraLightItalic-DV_5Lr0Z.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-LightItalic-CDXp65eX.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Italic-PjgN8SAi.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-MediumItalic-C6e40Oak.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-SemiBoldItalic-1z_hA9Cm.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-BoldItalic-DRcRqYlu.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraBoldItalic-C9zKPiZo.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-BlackItalic-cm4Pcmzs.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}:root{--font-family-base: "Inter", sans-serif;--font-family-title: "Poppins", sans-serif;--font-weight-base: 400;--line-height-base: 1.5;--color-text: #ffffff;--color-bg: #000000;--color-accent: #A6FF00;--color-accent-90: #8EEE00;--color-fg-muted: #888888;--color-link: var(--color-accent);--color-link-hover: var(--color-accent-90);--color-btn-bg: var(--color-accent);--color-btn-bg-hover:var(--color-accent-90);--color-btn-text: #000000}:root{color-scheme:light dark;color:var(--color-text);background-color:var(--color-bg);font-family:var(--font-family-base);font-weight:var(--font-weight-base);line-height:var(--line-height-base);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-title);font-weight:700;line-height:1.1;margin:0 0 .5em}a{color:var(--color-link);font-weight:500;text-decoration:none;transition:color .2s}a:hover,a:focus{color:var(--color-link-hover)}button{font-family:inherit;font-size:1em;font-weight:500;border:none;border-radius:8px;padding:.6em 1.2em;background-color:var(--color-btn-bg);color:var(--color-btn-text);cursor:pointer;transition:background-color .2s}button:hover,button:focus-visible{background-color:var(--color-btn-bg-hover);outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{--color-text: #213547;--color-bg: #ffffff;--color-fg-muted: #666666}}
