:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{opacity:0;pointer-events:none;will-change:opacity;position:absolute;top:0;left:0}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;z-index:-1;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;width:max-content;padding:8px 16px;font-size:90%}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0;padding: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{--y:0;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Roobert PRO;src:url(/assets/RoobertPRO-Light-DgVZcOXt.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roobert PRO;src:url(/assets/RoobertPRO-Regular-CGDNfbRB.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roobert PRO;src:url(/assets/RoobertPRO-Medium-BNxSVUjs.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roobert PRO;src:url(/assets/RoobertPRO-Medium-BNxSVUjs.ttf)format("truetype");font-weight:550;font-style:normal;font-display:swap}@font-face{font-family:Roobert PRO;src:url(/assets/RoobertPRO-Bold-CLr4K1x_.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Pangea Afrikan Text;src:url(/assets/PangeaAfrikanTextTrial-Light-ORN6rGLX.otf)format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Pangea Afrikan Text;src:url(/assets/PangeaAfrikanTextTrial-LightItalic-DF-JQjCW.otf)format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Pangea Afrikan Text;src:url(/assets/PangeaAfrikanTextTrial-Regular-DJPG7Rkk.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Pangea Afrikan Text;src:url(/assets/PangeaAfrikanTextTrial-Italic-BsTZb-oN.otf)format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Pangea Afrikan Text;src:url(/assets/PangeaAfrikanTextTrial-Bold-BlubEKjm.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Pangea Afrikan Text;src:url(/assets/PangeaAfrikanTextTrial-BoldItalic-BbW_C8ju.otf)format("opentype");font-weight:700;font-style:italic;font-display:swap}html{box-sizing:border-box;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*,:before,:after{box-sizing:inherit}body{width:100%;margin:0;padding:0;font-family:inherit;overflow-x:hidden}button,input,textarea,select{font-family:inherit}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{z-index:999;box-sizing:border-box;will-change:top, width, height, padding, border-radius, background-color;background-color:#fff;justify-content:space-between;align-items:center;width:min(1440px,100%);height:80px;padding:0 66px 5px;transition:top .45s cubic-bezier(.22,1,.36,1),width .45s cubic-bezier(.22,1,.36,1),height .45s cubic-bezier(.22,1,.36,1),padding .45s cubic-bezier(.22,1,.36,1),border-radius .45s cubic-bezier(.22,1,.36,1),background-color .35s,box-shadow .35s;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.navbar .navbar-left{flex-shrink:0;align-items:center;width:148px;height:38px;display:flex}.navbar .navbar-left img{-o-object-fit:cover;object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}.navbar .navbar-middle{align-items:center;height:32px;display:flex}.navbar .navbar-middle ul{align-items:center;gap:32px;height:100%;margin:0;padding:0;list-style:none;display:flex}.navbar .navbar-middle ul li{cursor:pointer;color:#1b1a1a;align-items:center;height:100%;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;line-height:18px;transition:color .2s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(-1px)}.navbar .navbar-middle ul li:hover{color:#12cc71}.navbar .navbar-right{flex-shrink:0;align-items:center;height:32px;display:flex}.navbar .navbar-right a{align-items:center;height:100%;display:flex}.navbar .navbar-right button{cursor:pointer;text-align:center;letter-spacing:0;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;outline:none;width:100%;font-size:14px;font-weight:700;line-height:17px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.navbar .navbar-right button:active{transform:scale(.99)}.navbar .navbar-right button:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.navbar .navbar-right button{color:#fff;cursor:pointer;text-align:center;opacity:1;background:linear-gradient(158.34deg,#12cc71 34.22%,#00bb60 141.07%);border:none;border-radius:14px;justify-content:center;align-items:center;width:110px;height:30px;padding:0;font-size:12px;font-weight:700;line-height:1;transition:background .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.navbar .navbar-toggle,.navbar-backdrop,.navbar-mobile-panel{display:none}.navbar.scrolled{background:#e2e2e2e0;border:1px solid #ffffff73;border-radius:60px;width:864px;height:56px;padding:0 20px;top:16px;box-shadow:0 8px 24px #00000014}@supports ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))){.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#e2e2e25c}}@media (width<=768px){.navbar{z-index:1002;background-color:#fff;width:100%;max-width:none;height:60px;padding:0 36px 0 24px;left:0;right:0;transform:none}.navbar:before,.navbar:after{content:"";pointer-events:none;background-image:repeating-linear-gradient(90deg,#e0e0e0 0 6px,#0000 6px 12px);background-position:-3px 0;height:1px;position:absolute;left:0;right:0}.navbar:before{top:0}.navbar:after{bottom:0}.navbar .navbar-middle,.navbar .navbar-right{display:none!important}.navbar .navbar-left{width:129px;height:28px}.navbar .navbar-toggle{cursor:pointer;z-index:1004;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:0;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:6px;width:24px;height:24px;margin-left:auto;padding:0;display:flex!important}.navbar .navbar-toggle-bar{transform-origin:50%;background:#1b1a1a;border-radius:1px;width:16px;height:2px;transition:transform .28s cubic-bezier(.22,1,.36,1);display:block}.navbar.menu-open .navbar-toggle-bar:first-child{transform:translateY(4px)rotate(45deg)}.navbar.menu-open .navbar-toggle-bar:nth-child(2){transform:translateY(-4px)rotate(-45deg)}.navbar-backdrop{z-index:1001;opacity:0;pointer-events:none;background:#fff;transition:opacity .28s;position:fixed;inset:0;display:block!important}.navbar-backdrop.is-visible{opacity:1;pointer-events:auto}.navbar-mobile-panel{z-index:1003;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;-webkit-overflow-scrolling:touch;background:#fff;border:none;border-radius:0;flex-direction:column;gap:0;padding:28px 24px 40px;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),visibility .28s;position:fixed;inset:60px 0 0;overflow-y:auto;transform:translateY(-8px);display:flex!important}.navbar-mobile-panel ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.navbar-mobile-panel li{cursor:pointer;color:#1b1a1a;border-radius:8px;align-items:center;min-height:52px;padding:0 4px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:500;line-height:24px;transition:color .2s;display:flex}.navbar-mobile-panel li:active{color:#12cc71}.navbar-mobile-panel a{width:100%;margin-top:28px;display:block}.navbar-mobile-panel button{cursor:pointer;text-align:center;letter-spacing:0;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;outline:none;width:100%;font-size:14px;font-weight:700;line-height:17px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.navbar-mobile-panel button:active{transform:scale(.99)}.navbar-mobile-panel button:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.navbar-mobile-panel button{color:#fff;cursor:pointer;opacity:1;background:linear-gradient(158.34deg,#12cc71 34.22%,#00bb60 141.07%);border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;height:48px;padding:0;font-size:14px;font-weight:700;line-height:1;display:inline-flex}.navbar-mobile-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.navbar.scrolled{width:100%;max-width:none;height:60px;box-shadow:none;background:#fff;border:none;border-radius:0;padding:0 36px;top:0}@supports ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))){.navbar.scrolled{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff}}}.navbar.is-mobile{z-index:1002;background-color:#fff;width:100%;max-width:none;height:60px;padding:0 36px 0 24px;left:0;right:0;transform:none}.navbar.is-mobile:before,.navbar.is-mobile:after{content:"";pointer-events:none;background-image:repeating-linear-gradient(90deg,#e0e0e0 0 6px,#0000 6px 12px);background-position:-3px 0;height:1px;position:absolute;left:0;right:0}.navbar.is-mobile:before{top:0}.navbar.is-mobile:after{bottom:0}.navbar.is-mobile .navbar-left{width:129px;height:28px;margin-top:-1px}.navbar.is-mobile .navbar-toggle{cursor:pointer;z-index:1004;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:0;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:6px;width:24px;height:24px;margin-left:auto;padding:0;display:flex}.navbar.is-mobile .navbar-toggle-bar{transform-origin:50%;background:#1b1a1a;border-radius:1px;width:16px;height:2px;transition:transform .28s cubic-bezier(.22,1,.36,1);display:block}.navbar.is-mobile.menu-open .navbar-toggle-bar:first-child{transform:translateY(4px)rotate(45deg)}.navbar.is-mobile.menu-open .navbar-toggle-bar:nth-child(2){transform:translateY(-4px)rotate(-45deg)}.navbar.is-mobile.scrolled{width:100%;max-width:none;height:60px;box-shadow:none;background:#fff;border:none;border-radius:0;padding:0 36px 0 24px;top:0}.navbar.is-mobile~.navbar-backdrop{z-index:1001;opacity:0;pointer-events:none;background:#fff;transition:opacity .28s;display:block;position:fixed;inset:0}.navbar.is-mobile~.navbar-backdrop.is-visible{opacity:1;pointer-events:auto}.navbar.is-mobile~.navbar-mobile-panel{z-index:1003;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;-webkit-overflow-scrolling:touch;background:#fff;border:none;border-radius:0;flex-direction:column;gap:0;padding:28px 24px 40px;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),visibility .28s;display:flex;position:fixed;inset:60px 0 0;overflow-y:auto;transform:translateY(-8px)}.navbar.is-mobile~.navbar-mobile-panel ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.navbar.is-mobile~.navbar-mobile-panel li{cursor:pointer;color:#1b1a1a;border-radius:8px;align-items:center;min-height:52px;padding:0 4px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:500;line-height:24px;display:flex}.navbar.is-mobile~.navbar-mobile-panel li:active{color:#12cc71}.navbar.is-mobile~.navbar-mobile-panel a{width:100%;margin-top:28px;display:block}.navbar.is-mobile~.navbar-mobile-panel button{cursor:pointer;text-align:center;letter-spacing:0;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;outline:none;width:100%;font-size:14px;font-weight:700;line-height:17px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.navbar.is-mobile~.navbar-mobile-panel button:active{transform:scale(.99)}.navbar.is-mobile~.navbar-mobile-panel button:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.navbar.is-mobile~.navbar-mobile-panel button{color:#fff;cursor:pointer;opacity:1;background:linear-gradient(158.34deg,#12cc71 34.22%,#00bb60 141.07%);border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;height:48px;padding:0;font-size:14px;font-weight:700;line-height:1;display:inline-flex}.navbar.is-mobile~.navbar-mobile-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}@media (width<=375px){.navbar,.navbar.is-mobile{padding:0 16px}.navbar .navbar-left,.navbar.is-mobile .navbar-left{width:84px;height:26px}.navbar-mobile-panel{padding:24px 16px 36px}.navbar-mobile-panel li{min-height:48px;font-size:17px}}.app{width:100%;min-height:100vh;position:relative}.app-sections{z-index:1;flex-direction:column;align-items:stretch;width:100%;margin-top:80px;padding-top:0;display:flex;position:relative}.app-section-cell{box-sizing:border-box;border:none;width:min(1340px,100% - 100px);max-width:100%;margin-left:auto;margin-right:auto}.app-section-cell>*{box-sizing:border-box;width:100%;max-width:none;margin:0;padding-left:0;padding-right:0}.app-section-cell--hero{height:664px;min-height:664px}.app-section-cell--hero .hero-section{height:100%;min-height:100%}.app-section-cell--clients{height:243px;min-height:243px}.app-section-cell--impact .impact-section-panel{width:100%;max-width:none;height:600px;min-height:600px}.app-section-cell--benefits{min-height:663px}.app-section-cell--sandbox .sandbox-section-panel{width:100%;max-width:none;height:959px;min-height:959px}.app-section-cell--case-study{min-height:756px}.app-section-cell--testimonials .testimonials-section-panel{width:100%;max-width:none;height:858px;min-height:858px}.app-section-cell--faq{min-height:833px}.app-section-cell--demo .request-demo-section{width:100%;max-width:none;height:350px;margin:0}.app-sections>.footer-section{box-sizing:border-box;width:min(1440px,100%);max-width:100%;min-height:222px;margin:0 auto;padding-left:84px;padding-right:80px}@media (width<=768px){.app .dashed-h-rule{margin-top:-1px}.app .app-sections>.dashed-h-rule:first-child{display:none}.app .app-sections{margin-top:60px}.app .app-section-cell{width:auto;max-width:none;margin-left:21px;margin-right:20px}.app .app-section-cell--hero{height:377px;min-height:377px}.app .app-section-cell--clients{height:168px;min-height:168px}.app .app-section-cell--impact{height:auto;min-height:0}.app .app-section-cell--impact .impact-section-panel{height:480px;min-height:480px}.app .app-section-cell--benefits{min-height:1244px}.app .app-section-cell--sandbox .sandbox-section-panel{height:auto;min-height:1174px}.app .app-section-cell--case-study{min-height:378px}.app .app-section-cell--testimonials .testimonials-section-panel{height:auto;min-height:565px}.app .app-section-cell--faq{min-height:471px}.app .app-section-cell--demo .request-demo-section{height:auto;min-height:249px}.app .app-sections>.footer-section{box-sizing:border-box;width:100%;max-width:none;min-height:389px;padding-left:38px;padding-right:38px}}.hero-section{box-sizing:border-box;width:100%;height:664px;min-height:664px;margin-top:0;position:relative;overflow:hidden}.hero-section .hero-section-background-grid{z-index:0;pointer-events:none;background-image:url(/assets/background-tile-DIqlBK4G.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0;overflow:hidden}.hero-section .hero-section-content{z-index:1;box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:center;gap:0;width:100%;height:100%;display:flex;position:relative}.hero-section .hero-section-content-card .hero-section-content-card-loan-application{z-index:2;position:absolute;top:10%;left:5%}.hero-section .hero-section-content-card .hero-section-content-card-security{z-index:2;position:absolute;bottom:15%;left:7%}.hero-section .hero-section-content-card .hero-section-content-card-rbi-complaint{z-index:2;position:absolute;bottom:10%;right:3%}.hero-section .hero-section-content-card .hero-section-content-card-folder{z-index:2;position:absolute;top:12%;right:6%}.hero-section .hero-section-content-text{flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;height:100%;margin-top:18px;display:flex}.hero-section .hero-section-content-text .hero-section-content-text-top-button{margin-top:-25px}.hero-section .hero-section-content-text .hero-section-content-text-top-button button{cursor:pointer;text-align:center;letter-spacing:0;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;outline:none;width:100%;font-size:14px;font-weight:700;line-height:17px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.hero-section .hero-section-content-text .hero-section-content-text-top-button button:active{transform:scale(.99)}.hero-section .hero-section-content-text .hero-section-content-text-top-button button:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.hero-section .hero-section-content-text .hero-section-content-text-top-button button{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);text-align:center;cursor:default;-moz-column-gap:10px;color:#1b1a1a;background:linear-gradient(90deg,#c3df2f73 0%,#b0e6a473 50.28%,#00c06273 100%);border-radius:42px;justify-content:center;align-items:center;column-gap:10px;width:202px;height:42px;font-family:Roobert PRO;font-size:14px;font-style:normal;font-weight:500;line-height:18px;display:flex}.hero-section .hero-section-content-text .hero-section-content-text-top-button button span{-moz-column-gap:2px;-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);background:#fff9;border:1.4px solid #fff;border-radius:42px;justify-content:center;align-items:center;column-gap:2px;width:192px;height:32px;display:flex}.hero-section .hero-section-content-text .hero-section-content-text-title{color:#1b1a1a;text-align:center;letter-spacing:0;font-size:66px;font-weight:500;line-height:100%}.hero-section .hero-section-content-text .hero-section-content-text-title div:first-child{margin-bottom:20px}.hero-section .hero-section-content-text .hero-section-content-text-title .tilted-text{color:#fff;background-color:#313233;border-radius:18px;padding:10px;display:inline-block;transform:rotate(-2.81deg);box-shadow:2px 4px 14px #12cc7166}.hero-section .hero-section-content-text .hero-section-content-text-title div:nth-child(3){margin-top:20px}.hero-section .hero-section-content-text .hero-section-content-text-description{color:#686d6a;margin-top:10px;font-size:16px;font-weight:500;line-height:20px}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button{-moz-column-gap:15px;align-items:center;column-gap:15px;margin-top:30px;display:flex}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-request-demo{cursor:pointer;text-align:center;letter-spacing:0;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;outline:none;width:100%;font-size:14px;font-weight:700;line-height:17px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-request-demo:active{transform:scale(.99)}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-request-demo:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-request-demo{text-align:center;color:#fff;cursor:pointer;background:linear-gradient(90deg,#12cc71,#00bb60);border-radius:48px;justify-content:space-between;align-items:center;width:198px;height:50px;font-size:14px;font-weight:700;line-height:100%;display:flex}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-request-demo span{margin-left:20px}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-how-it-works{cursor:pointer;text-align:center;letter-spacing:0;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;outline:none;width:100%;font-size:14px;font-weight:700;line-height:17px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-how-it-works:active{transform:scale(.99)}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-how-it-works:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-how-it-works{text-align:center;color:#1b1a1a;cursor:pointer;background:#f7f7f7;border:1px solid #00c06280;border-radius:48px;justify-content:center;align-items:center;width:198px;height:50px;font-size:14px;font-weight:700;line-height:100%;display:flex}@media (width<=768px){.hero-section{width:100%;height:377px;min-height:377px;overflow:hidden}.hero-section .hero-section-content-card{display:none}.hero-section .hero-section-content-text{justify-content:flex-start;gap:0;margin-top:0;padding:0}.hero-section .hero-section-content-text .hero-section-content-text-top-button{margin-top:32px}.hero-section .hero-section-content-text .hero-section-content-text-top-button button{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:30px;width:146px;height:32px}.hero-section .hero-section-content-text .hero-section-content-text-top-button button span{-moz-column-gap:2px;border-width:1px;border-radius:30px;column-gap:2px;width:138px;height:24px;font-size:10px;line-height:13px}.hero-section .hero-section-content-text .hero-section-content-text-top-button button span svg{width:12px;height:12px}.hero-section .hero-section-content-text .hero-section-content-text-title{flex-direction:column;align-items:center;margin-top:25px;font-size:28px;font-weight:500;line-height:35px;display:flex}.hero-section .hero-section-content-text .hero-section-content-text-title div:first-child{margin-bottom:0}.hero-section .hero-section-content-text .hero-section-content-text-title .tilted-text{border-radius:7.485px;margin:13px 0 0;padding:6px 9px;font-size:24px;line-height:1;transform:rotate(-2.81deg);box-shadow:.832px 1.663px 5.822px #00c06266}.hero-section .hero-section-content-text .hero-section-content-text-title div:nth-child(3){margin-top:-4px}.hero-section .hero-section-content-text .hero-section-content-text-description{color:#686d6a;text-align:center;max-width:285px;margin-top:23px;font-size:14px;font-weight:500;line-height:18px}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button{-moz-column-gap:8px;flex-wrap:nowrap;justify-content:center;column-gap:8px;width:100%;max-width:100%;margin-top:37px}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-request-demo{white-space:nowrap;-moz-column-gap:6px;background:linear-gradient(157.82deg,#12cc71 40.17%,#00bb60 111.96%);flex:none;justify-content:flex-start;align-items:center;column-gap:6px;width:auto;height:40px;padding:0 4px 0 0;font-size:12px}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-request-demo span{white-space:nowrap;flex-shrink:0;margin-left:14px;margin-right:0}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-request-demo svg{flex-shrink:0;width:32px;height:32px;margin-left:0;margin-right:4px}.hero-section .hero-section-content-text .hero-section-content-text-bottom-button .hero-section-content-text-bottom-button-how-it-works{white-space:nowrap;-webkit-backdrop-filter:blur(3.5px);backdrop-filter:blur(3.5px);border-color:#00c06280;flex:0 auto;width:auto;min-width:118px;height:40px;padding:0 14px;font-size:12px}}.product-section{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:0;margin-bottom:0;padding:0 50px;display:flex}.product-section .product-section-top-button{margin-bottom:40px}.product-section .product-section-top-button .product-section-top-button-outer{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);box-sizing:border-box;background:linear-gradient(90deg,#c3df2f73 0%,#b0e6a473 50.276%,#00c06273 100%);border-radius:42px;justify-content:center;align-items:center;height:42px;padding:5px;display:inline-flex}.product-section .product-section-top-button .product-section-top-button-inner{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);box-sizing:border-box;text-transform:capitalize;color:#1b1a1a;-moz-column-gap:8px;white-space:nowrap;background:#ffffffbf;border:1.4px solid #fff;border-radius:42px;justify-content:center;align-items:center;column-gap:8px;height:32px;padding:0 20px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;line-height:18px;display:inline-flex}.product-section .product-section-texts{flex-direction:column;justify-content:center;align-items:center;display:flex}.product-section .product-section-texts .product-section-texts-title{text-align:center;color:#1b1a1a;font-size:38px;font-weight:500;line-height:60px}.product-section .product-section-texts .product-section-texts-subtitle{text-align:center;color:#1b1a1a;font-size:38px;font-weight:400;line-height:60px}.product-section .product-section-texts .product-section-texts-description{text-align:center;color:#00000080;margin-top:20px;font-size:16px;font-weight:400;line-height:20px}.product-section .product-section-content{flex-direction:row;justify-content:center;align-items:center;gap:20px;margin-top:60px;display:flex}.product-section .product-section-content .onboarding-agent-card,.product-section .product-section-content .credit-agent-card{border-radius:30px;width:520px;height:380px;padding:30px}.product-section .product-section-content .onboarding-agent-card .product-section-bg-card,.product-section .product-section-content .credit-agent-card .product-section-bg-card{width:100%;height:100%}.product-section .product-section-content .onboarding-agent-card{background:linear-gradient(#f0fbf5 0%,#e8faf1 22%,#e7f9f0 45%,#daf5e8 72%,#d0f2e0 97%,#daf5e8 100%);flex-direction:column;gap:22px;display:flex}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-title{text-transform:capitalize;color:#1b1a1a;margin-top:7px;font-family:Roobert PRO;font-size:20px;font-style:normal;font-weight:700;line-height:25px}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-description{color:#000000b3;font-family:Roobert PRO;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents{justify-content:space-between;margin-top:15px;display:flex}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item1{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#fff9;border:.8px solid #00c0622e;border-radius:14px;width:138px;height:146px;transform:rotate(1.68deg);box-shadow:0 4px 40px #00c06238}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item1 .onboarding-agent-card-content-item-pills{justify-content:space-between;align-items:center;margin-top:10px;padding:0 10px;display:flex}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item1 .onboarding-agent-card-content-item-pills .onboarding-agent-card-content-item-pill-item1{color:#00c062;text-align:center;text-transform:capitalize;background-color:#00c06217;border-radius:32px;justify-content:center;align-items:center;width:49px;height:18px;font-family:Roobert PRO;font-size:10px;font-style:normal;font-weight:700;line-height:12px;display:flex;transform:rotate(1.68deg)}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item1 .onboarding-agent-card-content-item-pills .onboarding-agent-card-content-item-pill-item2{background-color:#c3f0da;border-radius:50%;width:14px;height:14px;transform:rotate(1.68deg)}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item1 .onboarding-agent-card-content-item-title{text-transform:capitalize;color:#1b1a1a;margin-top:10px;margin-left:10px;margin-right:10px;font-family:Roobert PRO;font-size:13px;font-style:normal;font-weight:500;line-height:16px}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item1 .onboarding-agent-card-content-item-document-names{gap:5px;align-items:space-around;flex-direction:column;margin-top:12px;padding:0 6px;display:flex}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item1 .onboarding-agent-card-content-item-document-names div{align-items:center;gap:10px;display:flex}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item1 .onboarding-agent-card-content-item-document-names span{text-align:center;text-transform:capitalize;color:#1b1a1a;background-color:#00c0621a;border-radius:4px;align-items:center;gap:5px;padding:4px 5px;font-family:Roobert PRO;font-size:9.76778px;font-style:normal;font-weight:500;line-height:12px;display:flex;transform:rotate(1.68deg)}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item2{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:0;background-color:#fff9;border-radius:14px;width:138px;height:147px;margin-top:20px;position:relative;transform:rotate(-2.57deg);box-shadow:0 4px 40px #00c06238}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item2 img{border-radius:14px}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item2 .onboarding-agent-card-content-item-pills{justify-content:space-between;align-items:center;margin-top:10px;padding:0 10px;display:flex}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item2 .onboarding-agent-card-content-item-pills .onboarding-agent-card-content-item-pill-item1{color:#00c062;text-align:center;text-transform:capitalize;background-color:#00c06217;border-radius:32px;justify-content:center;align-items:center;width:49px;height:18px;font-family:Roobert PRO;font-size:10px;font-style:normal;font-weight:700;line-height:12px;display:flex;transform:rotate(1.68deg)}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item2 .onboarding-agent-card-content-item-pills .onboarding-agent-card-content-item-pill-item2{background-color:#c3f0da;border-radius:50%;width:14px;height:14px;transform:rotate(1.68deg)}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item2 .onboarding-agent-card-content-item-title{text-transform:capitalize;color:#1b1a1a;margin-top:10px;margin-left:10px;margin-right:10px;font-family:Roobert PRO;font-size:13px;font-style:normal;font-weight:500;line-height:16px}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item2 .onboarding-agent-card-content-item-ai-verification-names{background:linear-gradient(#00c06200 0%,#00c06217 100%);border-radius:14px;flex-direction:column;gap:8px;width:127px;height:74.4px;margin-top:14px;margin-left:4px;padding:0 8px;display:flex}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item2 .onboarding-agent-card-content-item-ai-verification-names div{text-transform:capitalize;color:#0009;align-items:center;gap:8px;font-family:Roobert PRO;font-size:9.8002px;font-style:normal;font-weight:500;line-height:12px;display:flex;transform:rotate(-2.57deg)}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item2:before{content:"";-webkit-mask-composite:xor;z-index:-1;background:linear-gradient(90deg,#42e2fb,#aa6cfd);border-radius:14px;padding:.8px;position:absolute;inset:-.8px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item3{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#fff9;border:1.4px solid #00c0622e;border-radius:14px;width:138px;height:120px;margin-top:20px;transform:rotate(.67deg);box-shadow:0 4px 40px #00c06238}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item3 .onboarding-agent-card-content-item-pills{justify-content:space-between;align-items:center;margin-top:10px;padding:0 10px;display:flex}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item3 .onboarding-agent-card-content-item-pills .onboarding-agent-card-content-item-pill-item1{color:#00c062;text-align:center;text-transform:capitalize;background-color:#00c06217;border-radius:32px;justify-content:center;align-items:center;width:49px;height:18px;font-family:Roobert PRO;font-size:10px;font-style:normal;font-weight:700;line-height:12px;display:flex;transform:rotate(1.68deg)}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item3 .onboarding-agent-card-content-item-pills .onboarding-agent-card-content-item-pill-item2{background-color:#c3f0da;border-radius:50%;width:14px;height:14px;transform:rotate(1.68deg)}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item3 .onboarding-agent-card-content-item-title{text-transform:capitalize;color:#1b1a1a;margin-top:10px;margin-left:10px;margin-right:10px;font-family:Roobert PRO;font-size:13px;font-style:normal;font-weight:500;line-height:16px}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item3 .onboarding-agent-card-content-item-customer-live-names{color:#0009;background:radial-gradient(80.21% 80.21%,#82d4ac1a 0%,#00c0621a 100%);border-radius:4px;align-items:center;gap:5px;width:124px;height:25px;margin:10px 5px 5px;padding:0 5px;font-family:Roobert PRO;font-size:9.8px;font-style:normal;font-weight:500;line-height:12px;display:flex;transform:rotate(.67deg)}.product-section .product-section-content .onboarding-agent-card .onboarding-agent-card-contents .onboarding-agent-card-content-item3 .onboarding-agent-card-content-item-customer-live-names-footer-text{color:#0006;margin-top:5px;margin-left:10px;font-family:Roobert PRO;font-size:8.16667px;font-style:normal;font-weight:400;line-height:10px;transform:rotate(.67deg)}.product-section .product-section-content .credit-agent-card{background:linear-gradient(#daf5e8 0%,#d0f2e0 22%,#daf5e8 45%,#e7f9f0 72%,#e8faf1 97%,#f0fbf5 100%);flex-direction:column;gap:20px;padding:45px;display:flex}.product-section .product-section-content .credit-agent-card .credit-agent-card-content{height:200px;margin-top:-5px}.product-section .product-section-content .credit-agent-card .credit-agent-card-content .credit-agent-card-content-cards{display:flex}.product-section .product-section-content .credit-agent-card .credit-agent-card-content .credit-agent-card-content-cards div:first-child{margin-top:-25px}.product-section .product-section-content .credit-agent-card .credit-agent-card-content .credit-agent-card-content-texts{-moz-column-gap:10px;box-sizing:border-box;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#fff9;border-radius:14.6245px;align-items:center;column-gap:10px;width:440px;height:50px;margin-top:-64px;padding:10px;display:flex;box-shadow:1.63333px 1.63333px 20.6px #00c06238}.product-section .product-section-content .credit-agent-card .credit-agent-card-content .credit-agent-card-content-texts .credit-agent-card-content-texts-texts{flex-direction:column;row-gap:5px;width:100%;display:flex}.product-section .product-section-content .credit-agent-card .credit-agent-card-content .credit-agent-card-content-texts .credit-agent-card-content-texts-texts div:first-child{justify-content:space-between;width:100%;display:flex}.product-section .product-section-content .credit-agent-card .credit-agent-card-content .credit-agent-card-content-texts .credit-agent-card-content-texts-texts div:first-child span:first-child{text-transform:capitalize;color:#000000ad;font-family:Roobert PRO;font-size:11px;font-style:normal;font-weight:500;line-height:14px}.product-section .product-section-content .credit-agent-card .credit-agent-card-content .credit-agent-card-content-texts .credit-agent-card-content-texts-texts div:first-child span:last-child{text-align:right;text-transform:capitalize;color:#00c062cc;font-family:Roobert PRO;font-size:11px;font-style:normal;font-weight:700;line-height:14px}.product-section .product-section-content .credit-agent-card .credit-agent-card-content .credit-agent-card-content-texts .credit-agent-card-content-texts-texts div:last-child{justify-content:space-between;display:flex}.product-section .product-section-content .credit-agent-card .credit-agent-card-content .credit-agent-card-content-texts .credit-agent-card-content-texts-texts div:last-child span:first-child{color:#00000047;font-family:Roobert PRO;font-size:9px;font-style:normal;font-weight:400;line-height:11px}.product-section .product-section-content .credit-agent-card .credit-agent-card-content .credit-agent-card-content-texts .credit-agent-card-content-texts-texts div:last-child span:last-child{text-align:right;text-transform:capitalize;color:#00000047;font-family:Roobert PRO;font-size:9px;font-style:normal;font-weight:400;line-height:11px}.product-section .product-section-content .credit-agent-card .credit-agent-card-content .credit-agent-card-content-texts-texts:before{content:"";-webkit-mask-composite:xor;z-index:-1;background:linear-gradient(90deg,#42e2fb,#aa6cfd);border-radius:14px;padding:.8px;position:absolute;inset:-.8px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.product-section .product-section-content .credit-agent-card .credit-agent-card-title{text-transform:capitalize;color:#1b1a1a;margin-top:7px;font-family:Roobert PRO;font-size:20px;font-style:normal;font-weight:700;line-height:25px}.product-section .product-section-content .credit-agent-card .credit-agent-card-description{color:#000000b3;font-family:Roobert PRO;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.footer-section{box-sizing:border-box;width:100%;min-height:222px;margin:0;padding:30px 0 15px}.footer-section .footer-section-content{justify-content:space-between;align-items:flex-start;display:flex}.footer-section .footer-section-content .footer-section-content-left{flex-direction:column;justify-content:start;align-items:start;gap:15px;display:flex}.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-logo{width:148px;height:38px}.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-logo img{-o-object-fit:cover;object-fit:cover;cursor:pointer;width:100%;height:100%}.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-title,.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-link{margin-left:15px}.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-title{color:#000000b3;font-family:Roobert PRO;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.footer-section .footer-section-content .footer-section-content-right{-moz-column-gap:0;justify-content:flex-end;align-items:flex-start;column-gap:0;display:flex}.footer-section .footer-section-content .footer-section-content-right .footer-section-content-right-content-item-2{flex-direction:column;gap:15px;margin-left:0;display:flex}.footer-section .footer-section-content .footer-section-content-right .footer-section-content-right-content-item-3{flex-shrink:0;margin-left:110px}.footer-section .footer-section-content .footer-section-content-right .footer-section-content-right-content-item-2-title{text-transform:capitalize;color:#090705;font-family:Roobert PRO;font-size:20px;font-style:normal;font-weight:700;line-height:25px}.footer-section .footer-section-content .footer-section-content-right .footer-section-content-right-content-item-2-links{flex-direction:column;gap:15px;display:flex}.footer-section .footer-section-content .footer-section-content-right .footer-section-content-right-content-item-2-links a{all:unset;cursor:pointer;text-decoration:none}.footer-section .footer-section-content .footer-section-content-right .footer-section-content-right-content-item-2-links{text-transform:capitalize;color:#1b1a1a99;font-family:Roobert PRO;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.footer-section .footer-section-divider{pointer-events:none;background-color:#fff;background-image:repeating-linear-gradient(90deg,#e0e0e0 0 6px,#0000 6px 12px);flex-shrink:0;width:calc(100% + 164px);height:1px;margin-top:40px;margin-left:-84px;margin-right:-80px}.footer-section .footer-section-investor-content{justify-content:space-between;align-items:center;margin-top:18px;margin-left:0;margin-right:0;display:flex}.footer-section .footer-section-investor-content .footer-section-investor-content-left{-moz-column-gap:14px;align-items:center;column-gap:14px;display:flex}.footer-section .footer-section-investor-content .footer-section-investor-content-label{color:#1b1a1a;font-family:Roobert PRO;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.footer-section .footer-section-investor-content .footer-section-investor-content-pills{-moz-column-gap:10px;align-items:center;column-gap:10px;display:flex}.footer-section .footer-section-investor-content .footer-section-investor-content-pill{-moz-column-gap:8px;background:#f7f7f7;border:.714981px solid #ebebeb;border-radius:21.4494px;align-items:center;column-gap:8px;height:28px;padding:0 14px;display:inline-flex}.footer-section .footer-section-investor-content .footer-section-investor-content-pill span{letter-spacing:.04em;text-transform:uppercase;color:#1b1a1a;white-space:nowrap;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:15px}.footer-section .footer-section-investor-content .footer-section-investor-content-pill svg{flex-shrink:0;display:block}.footer-section .footer-section-investor-content .footer-section-investor-content-divider{background:#d9d9d9;flex-shrink:0;width:1px;height:18px;display:block}.footer-section .footer-section-investor-content .footer-section-investor-content-copyright{color:#1b1a1a;white-space:nowrap;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:18px}@media (width<=768px){.footer-section{min-height:0;padding:29px 0 26px}.footer-section .footer-section-content{flex-direction:column;align-items:flex-start;gap:11px;position:relative}.footer-section .footer-section-content .footer-section-content-left{gap:9px}.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-logo{width:94px;height:27px}.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-title,.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-link{margin-left:0}.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-title{font-size:10px;line-height:13px}.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-link{line-height:0;display:block}.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-link svg{width:30px;height:30px}.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-link svg circle{fill:#fafbfb}.footer-section .footer-section-content .footer-section-content-left .footer-section-content-left-link svg path{fill:#4b5c71}.footer-section .footer-section-content .footer-section-content-right{flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.footer-section .footer-section-content .footer-section-content-right .footer-section-content-right-content-item-2{gap:14px;margin-left:0}.footer-section .footer-section-content .footer-section-content-right .footer-section-content-right-content-item-2-title{font-size:16px;line-height:20px}.footer-section .footer-section-content .footer-section-content-right .footer-section-content-right-content-item-2-links{gap:16px}.footer-section .footer-section-content .footer-section-content-right .footer-section-content-right-content-item-2-links a{font-size:12px;line-height:15px}.footer-section .footer-section-content .footer-section-content-right .footer-section-content-right-content-item-3{line-height:0;position:absolute;top:0;right:26px}.footer-section .footer-section-content .footer-section-content-right .footer-section-content-right-content-item-3 svg{width:47px;height:43px}.footer-section .footer-section-divider{box-sizing:border-box;width:100vw;max-width:100vw;margin-top:22px;margin-left:calc(50% - 50vw);margin-right:0}.footer-section .footer-section-investor-content{flex-direction:column;align-items:flex-start;gap:20px;margin-top:14px}.footer-section .footer-section-investor-content .footer-section-investor-content-left{flex-direction:column;align-items:flex-start;gap:10px;max-width:100%}.footer-section .footer-section-investor-content .footer-section-investor-content-pills{-moz-column-gap:8px;flex-wrap:wrap;gap:10px 8px;max-width:100%}.footer-section .footer-section-investor-content .footer-section-investor-content-label{font-size:12px;line-height:15px}.footer-section .footer-section-investor-content .footer-section-investor-content-pill{border-radius:20.857px;flex:0 auto;height:30px}.footer-section .footer-section-investor-content .footer-section-investor-content-pill svg{width:122px;height:auto}.footer-section .footer-section-investor-content .footer-section-investor-content-pill:last-child svg{width:118px}.footer-section .footer-section-investor-content .footer-section-investor-content-divider{height:19.287px}.footer-section .footer-section-investor-content .footer-section-investor-content-copyright{white-space:normal;font-size:10px;line-height:13px}}.benefit-section{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:663px;padding-top:50px;display:flex}.benefit-section .benefit-section-top-button{margin-bottom:30px}.benefit-section .benefit-section-top-button .benefit-section-top-button-outer{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);box-sizing:border-box;background:linear-gradient(90deg,#c3df2f73 0%,#b0e6a473 50.276%,#00c06273 100%);border-radius:42px;justify-content:center;align-items:center;height:42px;padding:5px;display:inline-flex}.benefit-section .benefit-section-top-button .benefit-section-top-button-inner{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);box-sizing:border-box;text-transform:capitalize;color:#1b1a1a;-moz-column-gap:8px;white-space:nowrap;background:#ffffffbf;border:1.4px solid #fff;border-radius:42px;justify-content:center;align-items:center;column-gap:8px;height:32px;padding:0 20px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;line-height:18px;display:inline-flex}.benefit-section .benefit-section-texts{flex-direction:column;justify-content:center;align-items:center;display:flex}.benefit-section .benefit-section-texts .benefit-section-texts-subtitle{text-align:center;text-transform:capitalize;color:#1b1a1a;font-family:Roobert PRO;font-size:40px;font-style:normal;font-weight:400;line-height:51px}.benefit-section .benefit-section-texts .benefit-section-texts-subtitle span{text-align:center;text-transform:capitalize;color:#00c062;font-family:Roobert PRO;font-size:40px;font-style:normal;font-weight:500;line-height:51px}.benefit-section .benefit-section-texts .benefit-section-texts-description{text-align:center;color:#00000080;margin-top:20px;font-family:Roobert PRO;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.benefit-section .benefit-section-cards{width:100%;margin-top:50px}.benefit-section .benefit-section-cards:before{content:"";background-image:repeating-linear-gradient(90deg,#e0e0e0 0 6px,#0000 6px 12px);flex-shrink:0;width:100%;height:1px;display:block}.benefit-section .benefit-section-cards .benefit-section-cards-row1{flex-direction:row;justify-content:stretch;align-items:stretch;width:100%;display:flex}.benefit-section .benefit-section-cards .benefit-section-cards-row1 .benefit-section-cards-row1-item{box-sizing:border-box;background:radial-gradient(74.89% 74.89%,#94d0b314 0%,#00c06214 100%);flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;row-gap:10px;width:auto;min-width:0;height:219px;display:flex}.benefit-section .benefit-section-cards .benefit-section-cards-row1 .benefit-section-cards-row1-item--solid{background:#fff}.benefit-section .benefit-section-cards .benefit-section-cards-row1 .benefit-section-cards-row1-item{padding:30px}.benefit-section .benefit-section-cards .benefit-section-cards-row1 .benefit-section-cards-row1-item .benefit-section-cards-row1-item-icon{background:#00c0621a;border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:inset 0 0 7px #ffffffc4}.benefit-section .benefit-section-cards .benefit-section-cards-row1 .benefit-section-cards-row1-item .benefit-section-cards-row1-item-title{text-align:center;text-transform:capitalize;color:#1b1a1a;margin-top:15px;font-family:Roobert PRO;font-size:16px;font-style:normal;font-weight:700;line-height:20px}.benefit-section .benefit-section-cards .benefit-section-cards-row1 .benefit-section-cards-row1-item .benefit-section-cards-row1-item-description{text-align:center;color:#0009;font-family:Roobert PRO;font-size:14px;font-style:normal;font-weight:400;line-height:18px}@media (width<=768px){.benefit-section{padding:28px 0 0}.benefit-section .benefit-section-top-button{margin-bottom:20px}.benefit-section .benefit-section-top-button .benefit-section-top-button-outer{width:92px;height:30px;padding:3px}.benefit-section .benefit-section-top-button .benefit-section-top-button-inner{width:86px;height:24px;font-size:10px;line-height:13px}.benefit-section .benefit-section-texts .benefit-section-texts-subtitle{max-width:283px;font-size:20px;line-height:25px}.benefit-section .benefit-section-texts .benefit-section-texts-subtitle span{font-size:20px;line-height:25px}.benefit-section .benefit-section-cards{width:100%;max-width:none;margin-top:20px}.benefit-section .benefit-section-cards:before{display:none}.benefit-section .benefit-section-cards .benefit-section-cards-row1{flex-direction:column}.benefit-section .benefit-section-cards .benefit-section-cards-row1 .benefit-section-cards-row1-item{background:radial-gradient(74.89% 74.89%,#94d0b314 0%,#00c06214 100%);flex:0 0 182.67px;row-gap:0;width:100%;height:182.67px;padding:25px 27px}.benefit-section .benefit-section-cards .benefit-section-cards-row1 .benefit-section-cards-row1-item--solid{background:#fff}.benefit-section .benefit-section-cards .benefit-section-cards-row1 .benefit-section-cards-row1-item .benefit-section-cards-row1-item-icon{border-radius:8.3px;width:44px;height:44px}.benefit-section .benefit-section-cards .benefit-section-cards-row1 .benefit-section-cards-row1-item .benefit-section-cards-row1-item-icon svg{width:30px;height:30px}.benefit-section .benefit-section-cards .benefit-section-cards-row1 .benefit-section-cards-row1-item .benefit-section-cards-row1-item-title{margin-top:19px;font-size:12px;line-height:15px}.benefit-section .benefit-section-cards .benefit-section-cards-row1 .benefit-section-cards-row1-item .benefit-section-cards-row1-item-description{max-width:298px;margin-top:11px;font-size:11px;line-height:14px}}.case-study-section{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:756px;margin-top:0;margin-bottom:0;padding-top:50px;display:flex}.case-study-section .case-study-section-top-button{margin-bottom:30px}.case-study-section .case-study-section-top-button .case-study-section-top-button-outer{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);background:linear-gradient(90deg,#c3df2f73 0%,#b0e6a473 50.276%,#00c06273 100%);border-radius:42px;justify-content:center;align-items:center;width:132px;height:42px;padding:5px;display:flex}.case-study-section .case-study-section-top-button .case-study-section-top-button-inner{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);text-transform:capitalize;color:#1b1a1a;background:#ffffffbf;border:1.4px solid #fff;border-radius:42px;justify-content:center;align-items:center;width:122px;height:32px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;line-height:18px;display:flex}.case-study-section .case-study-section-texts{flex-direction:column;justify-content:center;align-items:center;display:flex}.case-study-section .case-study-section-texts .case-study-section-texts-subtitle{text-align:center;text-transform:capitalize;color:#1b1a1a;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:40px;font-style:normal;font-weight:400;line-height:51px}.case-study-section .case-study-section-cards{justify-content:center;width:880px;height:296px;margin-top:39px;display:flex;position:relative}.case-study-section .case-study-section-cards .case-study-section-cards-stack{pointer-events:none;border-radius:30px;height:240px;position:absolute;left:50%;transform:translate(-50%)}.case-study-section .case-study-section-cards .case-study-section-cards-stack-2{z-index:1;background-color:#d6f4e6;width:830px;top:17px}.case-study-section .case-study-section-cards .case-study-section-cards-stack-3{z-index:0;background-color:#e6f8f0;width:760px;top:36px}.case-study-section .case-study-section-cards .case-study-section-cards-stack-4{z-index:0;background-color:#f3fcf8;width:680px;top:56px}.case-study-section .case-study-section-cards .case-study-section-cards-card{z-index:2;-webkit-backdrop-filter:blur(27px);backdrop-filter:blur(27px);background-color:#fff;border:1px solid #c8f0dd;border-radius:30px;flex-direction:row;align-items:flex-start;gap:28px;width:880px;height:240px;padding:21px 26px;display:flex;position:relative;overflow:hidden}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-glow{pointer-events:none;background:radial-gradient(circle at 92% 8%,#00c06233 0%,#00c06200 42%);position:absolute;inset:0}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-image-box{border-radius:20px;flex-shrink:0;width:198px;height:198px;position:relative;overflow:hidden}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-image-box>svg{width:198px;height:198px;display:block}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-image-box .case-study-image-box-logo-glow{filter:blur(18px);pointer-events:none;background:#ffffffe6;border-radius:50%;width:158px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-image-box .case-study-image-box-logo{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:149px;height:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:0;min-width:0;padding-top:0;display:flex}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-title{color:#1b1a1a;width:433px;max-width:100%;margin:0;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-description{color:#686d6a;width:531px;max-width:100%;margin:19px 0 0;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-button{margin-top:48px}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-button button{cursor:pointer;text-align:center;letter-spacing:0;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;outline:none;width:100%;font-size:14px;font-weight:700;line-height:17px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-button button:active{transform:scale(.99)}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-button button:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-button button{color:#00c062;-moz-column-gap:5px;opacity:1;background-color:#fff;border:1px solid #00c06280;border-radius:40px;justify-content:center;align-items:center;column-gap:5px;width:142px;height:32px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:15px;display:flex}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-button button:hover{background-color:#00c0620f}.case-study-section .case-study-section-divider{pointer-events:none;justify-content:center;width:1270px;max-width:100%;margin-top:-41px;display:flex}.case-study-section .case-study-section-divider svg{width:1270px;max-width:100%;height:auto;display:block}@media (width<=1100px) and (width>=769px){.case-study-section .case-study-section-cards{width:min(880px,100%);height:auto;min-height:280px}.case-study-section .case-study-section-cards-card{width:min(880px,100%)}.case-study-section .case-study-section-divider{width:min(1270px,100%)}}@media (width<=768px){.case-study-section{min-height:0;margin-top:0;padding:28px 0 2px}.case-study-section .case-study-section-top-button{margin-bottom:20px}.case-study-section .case-study-section-top-button .case-study-section-top-button-outer{border-radius:30px;width:92px;height:30px;padding:3px}.case-study-section .case-study-section-top-button .case-study-section-top-button-inner{border-width:1px;border-radius:30px;width:86px;height:24px;font-size:10px;line-height:13px}.case-study-section .case-study-section-texts .case-study-section-texts-subtitle{width:283px;font-size:20px;line-height:25px}.case-study-section .case-study-section-cards{box-sizing:content-box;align-items:center;width:100%;max-width:352px;height:auto;min-height:169px;margin-top:20px;padding-bottom:32px}.case-study-section .case-study-section-cards .case-study-section-cards-stack{border-radius:17px;height:137px}.case-study-section .case-study-section-cards .case-study-section-cards-stack-2{width:330px;max-width:94%;top:10px}.case-study-section .case-study-section-cards .case-study-section-cards-stack-3{width:303px;max-width:86%;top:21px}.case-study-section .case-study-section-cards .case-study-section-cards-stack-4{width:271px;max-width:77%;top:32px}.case-study-section .case-study-section-cards .case-study-section-cards-card{-webkit-backdrop-filter:blur(15.4px);backdrop-filter:blur(15.4px);box-sizing:border-box;border-width:.571px;border-radius:17px;align-self:center;align-items:flex-start;gap:14px;width:100%;max-width:352px;height:auto;min-height:137px;padding:12px 14px;overflow:hidden}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-image-box{border-radius:11px;flex-shrink:0;width:113px;height:113px}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-image-box>svg{width:113px;height:113px}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-image-box .case-study-image-box-logo-glow{filter:blur(10px);width:90px;height:22px}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-image-box .case-study-image-box-logo{width:85px;height:28px}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text{flex-direction:column;flex:1;min-width:0;display:flex}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;max-width:none;font-size:12px;line-height:15px;display:-webkit-box;overflow:hidden}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;max-width:none;margin-top:8px;font-size:10px;line-height:13px;display:-webkit-box;overflow:hidden}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-button{margin-top:10px}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-button button{white-space:nowrap;-moz-column-gap:3px;border-width:.571px;border-radius:23px;column-gap:3px;width:auto;min-width:102px;height:26px;padding:0 9px;font-size:10px;line-height:12px}.case-study-section .case-study-section-cards .case-study-section-cards-card .case-study-section-cards-card-text .case-study-section-cards-card-text-button button svg{width:9px;height:7px}.case-study-section .case-study-section-divider{width:100%;max-width:352px;margin-top:4px}.case-study-section .case-study-section-divider svg{width:352px;height:80px}}.testimonials-section{box-sizing:border-box;justify-content:center;align-items:center;width:100%;margin-top:0;margin-bottom:0;display:flex}.testimonials-section .testimonials-section-panel{box-sizing:border-box;background-color:#f9fafb;background-image:radial-gradient(circle,#f5f5f5 2.5px,#0000 2.5px);background-position:12px 13px;background-size:20px 18px;flex-direction:column;align-items:center;width:min(1339px,100%);max-width:100%;height:858px;min-height:858px;margin-left:auto;margin-right:auto;padding:50px 40px 40px;display:flex;position:relative;overflow:hidden}.testimonials-section .testimonials-section-top-button{margin-bottom:30px}.testimonials-section .testimonials-section-top-button .testimonials-section-top-button-outer{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);background:linear-gradient(90deg,#c3df2f73 0%,#b0e6a473 50.276%,#00c06273 100%);border-radius:42px;justify-content:center;align-items:center;width:132px;height:42px;padding:5px;display:flex}.testimonials-section .testimonials-section-top-button .testimonials-section-top-button-inner{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);text-transform:capitalize;color:#1b1a1a;background:#ffffffbf;border:1.4px solid #fff;border-radius:42px;justify-content:center;align-items:center;width:122px;height:32px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;line-height:18px;display:flex}.testimonials-section .testimonials-section-texts{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.testimonials-section .testimonials-section-texts .testimonials-section-texts-title{text-transform:capitalize;color:#1b1a1a;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:40px;font-weight:400;line-height:51px}.testimonials-section .testimonials-section-texts .testimonials-section-texts-subtitle{color:#1b1a1ab3;max-width:663px;margin-top:18px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:20px}.testimonials-section .testimonials-section-carousel{flex-direction:column;align-items:center;width:100%;margin-top:49px;display:flex}.testimonials-section .testimonials-section-carousel-track{pointer-events:none;perspective:1200px;justify-content:center;align-items:center;width:795px;height:460px;display:flex;position:relative}.testimonials-section .testimonials-section-card{box-sizing:border-box;opacity:.72;filter:blur(3.5px);pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;transform-origin:50%;will-change:transform, opacity, filter, width, height, top;background:#fff;border:.939px solid #0000000f;border-radius:31px;flex-direction:column;width:325px;height:356px;padding:21px 21px 24px;transition:transform .65s cubic-bezier(.22,1,.36,1),opacity .65s cubic-bezier(.22,1,.36,1),filter .65s cubic-bezier(.22,1,.36,1),width .65s cubic-bezier(.22,1,.36,1),height .65s cubic-bezier(.22,1,.36,1),top .65s cubic-bezier(.22,1,.36,1),padding .65s cubic-bezier(.22,1,.36,1),border-radius .65s cubic-bezier(.22,1,.36,1),box-shadow .65s cubic-bezier(.22,1,.36,1),background .65s cubic-bezier(.22,1,.36,1),border-color .65s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:53px;left:50%;transform:translate(-50%)scale(.96);box-shadow:1.879px 1.879px 16.908px #00000014}.testimonials-section .testimonials-section-card.testimonials-section-card-no-transition{opacity:0;transition:none!important}.testimonials-section .testimonials-section-card.testimonials-section-card-hidden{opacity:0;pointer-events:none;filter:blur(6px);z-index:0;transform:translate(-50%)scale(.85)}.testimonials-section .testimonials-section-card.testimonials-section-card-side-left{z-index:1;transform:translate(calc(-50% - 235px))scale(.96)}.testimonials-section .testimonials-section-card.testimonials-section-card-side-right{z-index:1;transform:translate(calc(235px - 50%))scale(.96)}.testimonials-section .testimonials-section-card.testimonials-section-card-center{opacity:1;filter:none;pointer-events:auto;z-index:3;background-color:#daf5e8;background-image:linear-gradient(217.79deg,#daf5e8 4.26%,#c0efec 95.1%);border:2px solid #fff;border-radius:40px;width:420px;height:460px;padding:27px 27px 30px;top:0;transform:translate(-50%)scale(1);box-shadow:0 4px 25px #6e6e6e33}.testimonials-section .testimonials-section-card .testimonials-section-card-quote-open,.testimonials-section .testimonials-section-card .testimonials-section-card-quote-close{pointer-events:none;line-height:0;transition:top .65s cubic-bezier(.22,1,.36,1),left .65s cubic-bezier(.22,1,.36,1),right .65s cubic-bezier(.22,1,.36,1),bottom .65s cubic-bezier(.22,1,.36,1);position:absolute}.testimonials-section .testimonials-section-card .testimonials-section-card-quote-open{top:21px;left:21px}.testimonials-section .testimonials-section-card .testimonials-section-card-quote-open svg{width:33px;height:24px;transition:width .65s cubic-bezier(.22,1,.36,1),height .65s cubic-bezier(.22,1,.36,1)}.testimonials-section .testimonials-section-card .testimonials-section-card-quote-close{bottom:21px;right:21px;transform:rotate(180deg)}.testimonials-section .testimonials-section-card .testimonials-section-card-quote-close svg{width:33px;height:24px;transition:width .65s cubic-bezier(.22,1,.36,1),height .65s cubic-bezier(.22,1,.36,1)}.testimonials-section .testimonials-section-card .testimonials-section-card-watermark{pointer-events:none;-webkit-user-select:none;user-select:none;background:linear-gradient(#ffffff1b 0%,#ffffff59 100%);width:229px;height:167px;transition:width .65s cubic-bezier(.22,1,.36,1),height .65s cubic-bezier(.22,1,.36,1),left .65s cubic-bezier(.22,1,.36,1),top .65s cubic-bezier(.22,1,.36,1);position:absolute;top:94px;left:42px;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20296.054%20215.782'%20fill='none'%3e%3cpath%20d='M121.568%200C125.984%200%20129.65%201.38797%20132.545%204.15692C135.419%206.9469%20136.863%2010.4379%20136.863%2014.6509C136.863%2021.3174%20132.657%2026.8694%20124.217%2031.2997C104.014%2041.9549%2089.2654%2052.2736%2079.9351%2062.2699C71.2707%2071.8175%2066.9385%2078.8065%2066.9385%2083.2438C66.9385%2087.4708%2070.2683%2090.0225%2076.9348%2090.9057L80.9165%2091.2352L86.2511%2091.9011C100.685%2093.892%20112.349%20100.502%20121.224%20111.718C130.099%20122.927%20134.557%20136.632%20134.557%20152.832C134.557%20169.046%20128.998%20183.256%20117.894%20195.46C105.48%20209.01%2089.3776%20215.782%2069.6094%20215.782C50.5071%20215.782%2034.307%20208.344%2020.995%20193.476C7.01701%20178.377%200%20159.401%200%20136.527C0%20116.324%207.01701%2095.3922%2020.995%2073.7523C34.9729%2052.0984%2053.1779%2033.9565%2075.6099%2019.3055C95.1188%206.44218%20110.45%200%20121.568%200ZM280.744%200C285.16%200%20288.847%201.38797%20291.721%204.15692C294.617%206.9469%20296.054%2010.4379%20296.054%2014.6509C296.054%2021.3174%20291.827%2026.8694%20283.408%2031.2997C263.205%2041.9549%20248.435%2052.2736%20239.104%2062.2699C230.44%2071.8175%20226.129%2078.8065%20226.129%2083.2438C226.129%2087.4708%20229.459%2090.0225%20236.125%2090.9057L240.107%2091.2352L245.441%2091.9011C259.875%2093.892%20271.519%20100.502%20280.414%20111.718C289.289%20122.927%20293.726%20136.632%20293.726%20152.832C293.726%20169.046%20288.181%20183.256%20277.085%20195.46C264.649%20209.01%20248.547%20215.782%20228.8%20215.782C209.697%20215.782%20193.497%20208.344%20180.164%20193.476C166.186%20178.377%20159.19%20159.401%20159.19%20136.527C159.19%20116.324%20166.186%2095.3922%20180.164%2073.7523C194.156%2052.0984%20212.347%2033.9565%20234.793%2019.3055C254.309%206.44218%20269.626%200%20280.744%200Z'%20fill='black'%20/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20296.054%20215.782'%20fill='none'%3e%3cpath%20d='M121.568%200C125.984%200%20129.65%201.38797%20132.545%204.15692C135.419%206.9469%20136.863%2010.4379%20136.863%2014.6509C136.863%2021.3174%20132.657%2026.8694%20124.217%2031.2997C104.014%2041.9549%2089.2654%2052.2736%2079.9351%2062.2699C71.2707%2071.8175%2066.9385%2078.8065%2066.9385%2083.2438C66.9385%2087.4708%2070.2683%2090.0225%2076.9348%2090.9057L80.9165%2091.2352L86.2511%2091.9011C100.685%2093.892%20112.349%20100.502%20121.224%20111.718C130.099%20122.927%20134.557%20136.632%20134.557%20152.832C134.557%20169.046%20128.998%20183.256%20117.894%20195.46C105.48%20209.01%2089.3776%20215.782%2069.6094%20215.782C50.5071%20215.782%2034.307%20208.344%2020.995%20193.476C7.01701%20178.377%200%20159.401%200%20136.527C0%20116.324%207.01701%2095.3922%2020.995%2073.7523C34.9729%2052.0984%2053.1779%2033.9565%2075.6099%2019.3055C95.1188%206.44218%20110.45%200%20121.568%200ZM280.744%200C285.16%200%20288.847%201.38797%20291.721%204.15692C294.617%206.9469%20296.054%2010.4379%20296.054%2014.6509C296.054%2021.3174%20291.827%2026.8694%20283.408%2031.2997C263.205%2041.9549%20248.435%2052.2736%20239.104%2062.2699C230.44%2071.8175%20226.129%2078.8065%20226.129%2083.2438C226.129%2087.4708%20229.459%2090.0225%20236.125%2090.9057L240.107%2091.2352L245.441%2091.9011C259.875%2093.892%20271.519%20100.502%20280.414%20111.718C289.289%20122.927%20293.726%20136.632%20293.726%20152.832C293.726%20169.046%20288.181%20183.256%20277.085%20195.46C264.649%20209.01%20248.547%20215.782%20228.8%20215.782C209.697%20215.782%20193.497%20208.344%20180.164%20193.476C166.186%20178.377%20159.19%20159.401%20159.19%20136.527C159.19%20116.324%20166.186%2095.3922%20180.164%2073.7523C194.156%2052.0984%20212.347%2033.9565%20234.793%2019.3055C254.309%206.44218%20269.626%200%20280.744%200Z'%20fill='black'%20/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.testimonials-section .testimonials-section-card .testimonials-section-card-header{-moz-column-gap:10px;align-items:center;column-gap:10px;margin-top:42px;transition:margin-top .65s cubic-bezier(.22,1,.36,1),column-gap .65s cubic-bezier(.22,1,.36,1),-moz-column-gap .65s cubic-bezier(.22,1,.36,1);display:flex}.testimonials-section .testimonials-section-card .testimonials-section-card-avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0;width:54px;height:54px;transition:width .65s cubic-bezier(.22,1,.36,1),height .65s cubic-bezier(.22,1,.36,1)}.testimonials-section .testimonials-section-card .testimonials-section-card-identity{text-transform:capitalize;flex-direction:column;display:flex}.testimonials-section .testimonials-section-card .testimonials-section-card-name{color:#1b1a1a;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:17px;font-weight:500;line-height:normal;transition:font-size .65s cubic-bezier(.22,1,.36,1)}.testimonials-section .testimonials-section-card .testimonials-section-card-role{color:#1b1a1ab3;margin-top:3px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:400;line-height:normal;transition:font-size .65s cubic-bezier(.22,1,.36,1),margin-top .65s cubic-bezier(.22,1,.36,1)}.testimonials-section .testimonials-section-card .testimonials-section-card-quote{color:#1b1a1a99;width:279px;margin:17px 0 0;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:400;line-height:18.5px;transition:width .65s cubic-bezier(.22,1,.36,1),font-size .65s cubic-bezier(.22,1,.36,1),line-height .65s cubic-bezier(.22,1,.36,1),margin .65s cubic-bezier(.22,1,.36,1)}.testimonials-section .testimonials-section-card .testimonials-section-card-stats{-moz-column-gap:0;grid-template-columns:1fr 1fr;gap:21px 0;margin-top:35px;transition:margin-top .65s cubic-bezier(.22,1,.36,1),row-gap .65s cubic-bezier(.22,1,.36,1);display:grid}.testimonials-section .testimonials-section-card .testimonials-section-card-stat{border-left:2.3px solid #00c062;padding-left:9px;transition:padding-left .65s cubic-bezier(.22,1,.36,1),border-left-width .65s cubic-bezier(.22,1,.36,1)}.testimonials-section .testimonials-section-card .testimonials-section-card-stat-value{color:#1b1a1acc;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500;line-height:normal;transition:font-size .65s cubic-bezier(.22,1,.36,1)}.testimonials-section .testimonials-section-card .testimonials-section-card-stat-label{color:#1b1a1a99;text-transform:capitalize;width:132px;margin-top:1px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:9px;font-weight:400;line-height:normal;transition:font-size .65s cubic-bezier(.22,1,.36,1),width .65s cubic-bezier(.22,1,.36,1)}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-quote-open{top:27px;left:28px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-quote-open svg{width:42px;height:31px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-quote-close{bottom:27px;right:28px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-quote-close svg{width:42px;height:31px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-watermark{opacity:.35;width:296px;height:216px;top:112px;left:57px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-header{-moz-column-gap:13px;column-gap:13px;margin-top:55px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-avatar{width:70px;height:70px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-name{font-size:22px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-role{margin-top:5px;font-size:14px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-quote{width:360px;margin:22px 0 0;font-size:14px;line-height:24px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-stats{row-gap:27px;margin-top:46px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-stat{border-left-width:3px;padding-left:12px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-stat-value{font-size:16px}.testimonials-section .testimonials-section-card.testimonials-section-card-center .testimonials-section-card-stat-label{width:171px;margin-top:2px;font-size:12px}.testimonials-section .testimonials-section-carousel-nav{z-index:5;-moz-column-gap:11px;align-items:center;column-gap:11px;margin-top:49px;display:flex;position:relative}.testimonials-section .testimonials-section-carousel-nav-button{cursor:pointer;text-align:center;letter-spacing:0;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;outline:none;width:100%;font-size:14px;font-weight:700;line-height:17px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.testimonials-section .testimonials-section-carousel-nav-button:active{transform:scale(.99)}.testimonials-section .testimonials-section-carousel-nav-button:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.testimonials-section .testimonials-section-carousel-nav-button{z-index:5;-webkit-backdrop-filter:blur(3.5px);backdrop-filter:blur(3.5px);opacity:1;pointer-events:auto;cursor:pointer;background:#fff;border:1px solid #00c06280;border-radius:48px;flex-shrink:0;justify-content:center;align-items:center;width:101px;height:50px;display:flex;position:relative}.testimonials-section .testimonials-section-carousel-nav-button:hover:not(:disabled){background:#00c0620f}.testimonials-section .testimonials-section-carousel-nav-button:active:not(:disabled){transform:scale(.98)}.testimonials-section .testimonials-section-carousel-nav-button:disabled{cursor:default;opacity:.7}.testimonials-section .testimonials-section-carousel-nav-button .testimonials-section-carousel-nav-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.testimonials-section .testimonials-section-carousel-nav-button .testimonials-section-carousel-nav-icon-prev{transform:rotate(-90deg)}.testimonials-section .testimonials-section-carousel-nav-button .testimonials-section-carousel-nav-icon-next{transform:rotate(90deg)}@media (width<=1100px) and (width>=769px){.testimonials-section .testimonials-section-panel{min-height:auto;padding:40px 24px 36px}.testimonials-section .testimonials-section-carousel-track{width:min(795px,100%);height:420px}.testimonials-section .testimonials-section-card.testimonials-section-card-side-left{transform:translate(calc(-50% - 200px))scale(.92)}.testimonials-section .testimonials-section-card.testimonials-section-card-side-right{transform:translate(calc(200px - 50%))scale(.92)}.testimonials-section .testimonials-section-card.testimonials-section-card-center{width:360px;height:400px}.testimonials-section .testimonials-section-card-side-left,.testimonials-section .testimonials-section-card-side-right{filter:blur(3px);opacity:.7;width:280px;height:320px}}@media (width<=768px){.testimonials-section{margin-bottom:40px;padding:20px}.testimonials-section .testimonials-section-panel{background-size:15px 14px;border-radius:18px;width:352px;min-height:564px;padding:39px 16px 28px}.testimonials-section .testimonials-section-top-button{margin-bottom:28px}.testimonials-section .testimonials-section-top-button .testimonials-section-top-button-outer{border-radius:30px;width:96px;height:30px;padding:3px}.testimonials-section .testimonials-section-top-button .testimonials-section-top-button-inner{border-width:1px;border-radius:30px;width:90px;height:24px;font-size:10px;line-height:13px}.testimonials-section .testimonials-section-texts .testimonials-section-texts-title{width:283px;font-size:24px;line-height:25px}.testimonials-section .testimonials-section-texts .testimonials-section-texts-subtitle{max-width:300px;margin-top:12px;font-size:12px;line-height:16px}.testimonials-section .testimonials-section-carousel{margin-top:30px}.testimonials-section .testimonials-section-carousel-track{width:320px;height:320px}.testimonials-section .testimonials-section-card-side-left,.testimonials-section .testimonials-section-card-side-right,.testimonials-section .testimonials-section-card-hidden{display:none}.testimonials-section .testimonials-section-card-center{border-width:1.5px;border-radius:30.5px;width:320px;height:320px;padding:20px 21px 22px;top:0;transform:translate(-50%)scale(1);box-shadow:0 3px 19px #6e6e6e33}.testimonials-section .testimonials-section-card-center .testimonials-section-card-watermark{width:226px;height:165px;top:70px;left:40px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-quote-open{top:20px;left:21px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-quote-open svg{width:32px;height:23px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-quote-close{bottom:18px;right:18px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-quote-close svg{width:32px;height:23px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-header{-moz-column-gap:10px;column-gap:10px;margin-top:42px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-avatar{width:53px;height:53px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-name{font-size:14px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-role{margin-top:3px;font-size:10px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-quote{width:275px;margin-top:16px;font-size:10px;line-height:16px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-stats{row-gap:20px;margin-top:28px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-stat{border-left-width:2.3px;padding-left:9px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-stat-value{font-size:12px}.testimonials-section .testimonials-section-card-center .testimonials-section-card-stat-label{width:130px;margin-top:1px;font-size:9px}.testimonials-section .testimonials-section-carousel-nav{-moz-column-gap:8px;column-gap:8px;margin-top:24px}.testimonials-section .testimonials-section-carousel-nav-button{border-radius:36px;width:72px;height:36px}.testimonials-section .testimonials-section-carousel-nav-button .testimonials-section-carousel-nav-icon,.testimonials-section .testimonials-section-carousel-nav-button .testimonials-section-carousel-nav-icon svg{width:18px;height:18px}}.faq-section{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:833px;padding-top:50px;padding-bottom:48px;display:flex}.faq-section .faq-section-top-button{margin-bottom:30px}.faq-section .faq-section-top-button .faq-section-top-button-outer{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);box-sizing:border-box;background:linear-gradient(90deg,#c3df2f73 0%,#b0e6a473 50.276%,#00c06273 100%);border-radius:42px;justify-content:center;align-items:center;height:42px;padding:5px;display:inline-flex}.faq-section .faq-section-top-button .faq-section-top-button-inner{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);box-sizing:border-box;text-transform:capitalize;color:#1b1a1a;-moz-column-gap:8px;white-space:nowrap;background:#ffffffbf;border:1.4px solid #fff;border-radius:42px;justify-content:center;align-items:center;column-gap:8px;height:32px;padding:0 20px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;line-height:18px;display:inline-flex}.faq-section .faq-section-texts{flex-direction:column;justify-content:center;align-items:center;display:flex}.faq-section .faq-section-texts .faq-section-texts-subtitle{text-align:center;text-transform:capitalize;color:#1b1a1a;width:483px;font-family:Roobert PRO;font-size:40px;font-style:normal;font-weight:400;line-height:51px}.faq-section .faq-section-texts .faq-section-texts-subtitle span{text-align:center;text-transform:capitalize;color:#00c062;font-family:Roobert PRO;font-size:40px;font-style:normal;font-weight:500;line-height:51px}.faq-section .faq-section-texts .faq-section-texts-description{text-align:center;color:#00000080;margin-top:20px;font-family:Roobert PRO;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.faq-section .faq-section-accordion{flex-direction:column;justify-content:center;align-items:center;row-gap:30px;margin-top:40px;display:flex}.faq-section .faq-section-accordion .faq-section-accordion-item{cursor:pointer;background-color:#fff;border:1px solid #00000014;border-radius:18px;flex-direction:column;align-items:center;width:800px;height:fit-content;padding:20px;transition:box-shadow .3s;display:flex;position:relative;box-shadow:0 2px 24px #00c0620f}.faq-section .faq-section-accordion .faq-section-accordion-item:before{content:"";z-index:-1;opacity:0;content:"";filter:blur(8px);z-index:-1;opacity:0;inset:-1px;background:linear-gradient(90deg,#e2faf5,#ecebfd,#f8e9f5,#f7e8e0,#f1f4df);border-radius:20px;transition:opacity .3s;position:absolute;inset:-8px}.faq-section .faq-section-accordion .faq-section-accordion-item:hover:before,.faq-section .faq-section-accordion .faq-section-accordion-item.active:before{opacity:1}.faq-section .faq-section-accordion .faq-section-accordion-item .faq-section-accordion-item-title{cursor:pointer;justify-content:space-between;align-items:center;width:100%;display:flex}.faq-section .faq-section-accordion .faq-section-accordion-item .faq-section-accordion-item-title .faq-section-accordion-item-title-text{color:#1b1a1a;font-family:Roobert PRO;font-size:16px;font-style:normal;font-weight:500}.faq-section .faq-section-accordion .faq-section-accordion-item .faq-section-accordion-item-title .faq-section-accordion-item-title-icon{cursor:pointer;background-color:#00c0621a;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s;display:flex}.faq-section .faq-section-accordion .faq-section-accordion-item .faq-section-accordion-item-title .faq-section-accordion-item-title-icon:hover{background-color:#00c06340;scale:1.2}.faq-section .faq-section-accordion .faq-section-accordion-item .faq-section-accordion-item-answer{opacity:0;width:100%;max-height:0;margin-top:0;transition:max-height .35s,opacity .25s,margin-top .35s;overflow:hidden}.faq-section .faq-section-accordion .faq-section-accordion-item .faq-section-accordion-item-answer.active{opacity:1;max-height:220px;margin-top:20px}.faq-section .faq-section-accordion .faq-section-accordion-item .faq-section-accordion-item-answer .faq-section-accordion-item-answer-content{color:#00000080;font-family:Roobert PRO;font-size:14px;font-style:normal;font-weight:400}.faq-section .faq-section-accordion .faq-section-accordion-item.active .faq-section-accordion-item-title-icon{background-color:#00c06340;transform:rotate(180deg)}@media (width<=768px){.faq-section{min-height:0;padding-top:28px;padding-bottom:35px}.faq-section .faq-section-top-button{margin-bottom:20px}.faq-section .faq-section-top-button .faq-section-top-button-outer{width:92px;height:30px;padding:3px}.faq-section .faq-section-top-button .faq-section-top-button-inner{width:86px;height:24px;font-size:10px;line-height:13px}.faq-section .faq-section-texts .faq-section-texts-subtitle{width:283px;font-size:20px;line-height:25px}.faq-section .faq-section-texts .faq-section-texts-subtitle span{font-size:20px;line-height:25px}.faq-section .faq-section-texts .faq-section-texts-description{max-width:297px;margin-top:5px;font-size:12px;line-height:15px}.faq-section .faq-section-accordion{row-gap:15px;width:320px;margin-top:25px}.faq-section .faq-section-accordion .faq-section-accordion-item{border-radius:18px;width:320px;min-height:54px;padding:11px 12px 11px 19px}.faq-section .faq-section-accordion .faq-section-accordion-item .faq-section-accordion-item-title .faq-section-accordion-item-title-text{max-width:219px;font-size:12px;line-height:15px}.faq-section .faq-section-accordion .faq-section-accordion-item .faq-section-accordion-item-title .faq-section-accordion-item-title-icon{flex-shrink:0;width:24px;height:24px}.faq-section .faq-section-accordion .faq-section-accordion-item .faq-section-accordion-item-title .faq-section-accordion-item-title-icon svg{width:14px;height:14px}.faq-section .faq-section-accordion .faq-section-accordion-item .faq-section-accordion-item-answer.active{max-height:500px;margin-top:14px}.faq-section .faq-section-accordion .faq-section-accordion-item .faq-section-accordion-item-answer .faq-section-accordion-item-answer-content{font-size:10px;line-height:13px}}.request-demo-section{box-sizing:border-box;width:100%;max-width:none;height:350px;margin:0;position:relative;overflow:hidden}.request-demo-section .request-demo-section-background-grid{z-index:0;box-sizing:border-box;pointer-events:none;width:100%;height:100%;display:grid;position:absolute;inset:0;overflow:hidden}.request-demo-section .request-demo-section-background-grid-cell{box-sizing:border-box;background-size:100% 100%;width:100%;min-width:0;height:100%;min-height:0}.request-demo-section .request-demo-section-content{width:100%;height:100%;min-height:inherit;z-index:1;position:relative}.request-demo-section .request-demo-section-content .request-demo-section-content-card{z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.request-demo-section .request-demo-section-content .request-demo-section-content-card .request-demo-section-content-card1{position:absolute;top:0%;left:0%}.request-demo-section .request-demo-section-content .request-demo-section-content-card .request-demo-section-content-card2{position:absolute;bottom:0%;right:0%}.request-demo-section .request-demo-section-content-text{height:100%;min-height:inherit;z-index:2;box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;margin-top:0;padding-top:50px;display:flex;position:relative}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-top-button{margin-bottom:41px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-top-button .request-demo-section-content-text-top-button-outer{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);box-sizing:border-box;background:linear-gradient(90deg,#c3df2f73 0%,#b0e6a473 50.276%,#00c06273 100%);border-radius:42px;justify-content:center;align-items:center;height:42px;padding:5px;display:inline-flex}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-top-button .request-demo-section-content-text-top-button-inner{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);box-sizing:border-box;text-transform:capitalize;color:#1b1a1a;-moz-column-gap:8px;white-space:nowrap;text-transform:none;background:#ffffffbf;border:1.4px solid #fff;border-radius:42px;justify-content:center;align-items:center;column-gap:8px;height:32px;padding:0 20px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;line-height:18px;display:inline-flex}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-top-button .request-demo-section-content-text-top-button-inner svg{flex-shrink:0;width:18px;height:18px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-title{text-align:center;color:#1b1a1a;font-family:Roobert PRO;font-size:42px;font-style:normal;font-weight:500;line-height:53px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-description{text-align:center;color:#686d6a;margin-top:12px;font-family:Roobert PRO;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-bottom-button{-moz-column-gap:15px;align-items:center;column-gap:15px;margin-top:30px;display:flex}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-bottom-button button:first-child{cursor:pointer;text-align:center;letter-spacing:0;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;outline:none;width:100%;font-size:14px;font-weight:700;line-height:17px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-bottom-button button:first-child:active{transform:scale(.99)}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-bottom-button button:first-child:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-bottom-button button:first-child{text-align:center;color:#fff;cursor:pointer;background:linear-gradient(158.34deg,#12cc71 34.22%,#00bb60 141.07%);border-radius:48px;justify-content:space-between;align-items:center;width:198px;height:50px;font-size:14px;font-weight:700;line-height:100%;display:flex}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-bottom-button button:first-child span{margin-left:20px}@media (width<=768px){.request-demo-section{height:auto;min-height:0;overflow:hidden}.request-demo-section .request-demo-section-content{height:auto;min-height:0}.request-demo-section .request-demo-section-content-card{display:none}.request-demo-section .request-demo-section-content-text{justify-content:flex-start;height:auto;min-height:0;padding-top:17px;padding-bottom:22px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-top-button{margin-bottom:15px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-top-button .request-demo-section-content-text-top-button-outer{width:92px;height:30px;padding:3px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-top-button .request-demo-section-content-text-top-button-inner{-moz-column-gap:6px;column-gap:6px;width:86px;height:24px;font-size:10px;line-height:13px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-top-button .request-demo-section-content-text-top-button-inner svg{width:14px;height:14px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-title{max-width:267px;padding:0;font-size:22px;line-height:31px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-description{max-width:263px;margin-top:15px;font-size:12px;line-height:15px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-bottom-button{width:140px;margin-top:18px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-bottom-button a{width:100%;display:block}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-bottom-button button:first-child{-moz-column-gap:8px;justify-content:center;column-gap:8px;width:140px;height:40px;padding-right:0;font-size:12px}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-bottom-button button:first-child span{margin-left:0}.request-demo-section .request-demo-section-content-text .request-demo-section-content-text-bottom-button button:first-child svg{width:32px;height:32px}}.clients-section{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;gap:43px;margin:0;padding:50px 0 0;display:flex}.clients-section .clients-section-title{flex-direction:row;justify-content:center;align-items:center;gap:15px;display:flex}.clients-section .clients-section-title .clients-section-title-arrow{flex-shrink:0;justify-content:center;align-items:center;height:30px;display:flex}.clients-section .clients-section-title .clients-section-title-arrow svg{flex-shrink:0;display:block}.clients-section .clients-section-title .clients-section-title-text{color:#1b1a1a;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:30px}.clients-section .clients-section-title .clients-section-title-text .clients-section-title-text-highlight{color:#00c062}.clients-section .clients-section-list{flex-flow:row;justify-content:center;align-items:center;gap:14px;width:100%;max-width:1340px;margin:0 auto;display:flex}.clients-section .clients-section-list .client-item{background:#fff;border:1px solid #0000000d;border-radius:12px;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:10px;width:200px;height:70px;display:flex;box-shadow:0 0 18px #0000000a}.clients-section .clients-section-title-prep-mobile{display:none}@media (width<=768px){.clients-section{gap:14px;height:100%;padding:18px 0 12px;overflow:visible}.clients-section .clients-section-title{gap:8px}.clients-section .clients-section-title .clients-section-title-arrow{align-items:center;height:1px;line-height:0;display:flex}.clients-section .clients-section-title .clients-section-title-arrow svg{opacity:.85;width:62px;height:1px;display:block}.clients-section .clients-section-title .clients-section-title-text{font-size:14px;font-weight:500;line-height:18px}.clients-section .clients-section-title .clients-section-title-text .clients-section-title-text-highlight{font-weight:700}.clients-section .clients-section-title .clients-section-title-prep-desktop{display:none}.clients-section .clients-section-title .clients-section-title-prep-mobile{display:inline}.clients-section .clients-section-list{-moz-column-gap:8px;box-sizing:border-box;flex-wrap:wrap;justify-content:center;gap:8px;width:100%;max-width:none;padding:0 4px;-webkit-mask-image:none;mask-image:none}.clients-section .clients-section-list .client-item{border-width:.529px;border-radius:6.343px;flex:0 0 calc(33.3333% - 5.33333px);gap:0;width:calc(33.3333% - 5.33333px);min-width:0;max-width:110px;height:37px;box-shadow:0 0 9.514px #0000000a}.clients-section .clients-section-list .client-item svg{width:auto;max-width:70px;height:auto;max-height:18px}}.impact-section{box-sizing:border-box;justify-content:center;align-items:center;width:100%;display:flex}.impact-section .impact-section-panel{box-sizing:border-box;background-color:#f9fafb;background-image:radial-gradient(circle,#f5f5f5 2.5px,#0000 2.5px);background-position:12px 13px;background-size:20px 18px;flex-direction:column;align-items:center;width:min(1339px,100%);max-width:100%;height:600px;min-height:600px;margin-left:auto;margin-right:auto;padding:50px 70px 75px;display:flex;position:relative;overflow:hidden}.impact-section .impact-section-panel .impact-section-panel-icon{pointer-events:none;z-index:0;width:171px;height:154px;line-height:0;position:absolute;top:0;right:0}.impact-section .impact-section-panel .impact-section-panel-icon svg{width:100%;height:100%;display:block}.impact-section .impact-section-panel .impact-section-top-button,.impact-section .impact-section-panel .impact-section-texts,.impact-section .impact-section-panel .impact-section-cards{z-index:1;position:relative}.impact-section .impact-section-panel .impact-section-top-button{margin-bottom:24px}.impact-section .impact-section-panel .impact-section-top-button .impact-section-top-button-outer{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);background:linear-gradient(90deg,#c3df2f73 0%,#b0e6a473 50%,#00c06273 100%);border-radius:42px;justify-content:center;align-items:center;width:128px;height:42px;padding:5px;display:flex}.impact-section .impact-section-panel .impact-section-top-button .impact-section-top-button-inner{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);text-transform:capitalize;color:#1b1a1a;background:#ffffffbf;border:1.4px solid #fff;border-radius:42px;justify-content:center;align-items:center;width:118px;height:32px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;line-height:18px;display:flex}.impact-section .impact-section-panel .impact-section-texts{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:820px;display:flex}.impact-section .impact-section-panel .impact-section-texts .impact-section-texts-title{text-transform:capitalize;color:#1b1a1a;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:48px;font-weight:400;line-height:60px}.impact-section .impact-section-panel .impact-section-texts .impact-section-texts-subtitle{-moz-column-gap:10px;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 10px;margin-top:3px;display:flex}.impact-section .impact-section-panel .impact-section-texts .impact-section-texts-subtitle>span:first-child{text-transform:capitalize;color:#1b1a1a;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:48px;font-weight:400;line-height:60px}.impact-section .impact-section-panel .impact-section-texts .impact-section-texts-subtitle .impact-section-texts-subtitle-badge{color:#fff;text-transform:capitalize;white-space:nowrap;background:#313233;border-radius:10px;justify-content:center;align-items:center;min-width:228px;height:58px;padding:0 14px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:500;line-height:1;display:inline-flex;transform:rotate(2.39deg);box-shadow:1.15px 2.3px 8px #00c06266}.impact-section .impact-section-panel .impact-section-texts .impact-section-texts-description{text-align:center;color:#00000080;max-width:457px;margin-top:18px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:20px}.impact-section .impact-section-panel .impact-section-cards{-moz-column-gap:30px;box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:stretch;column-gap:30px;width:100%;max-width:1130px;margin-top:72px;display:flex}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item{flex:0 0 260px;justify-content:center;align-items:center;width:260px;height:200px;display:flex;position:relative}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item .impact-section-cards-item-glow{z-index:0;background:linear-gradient(195deg,#00c0620e 8%,#00c06222 86%);border-radius:30px;width:260px;height:176px;position:absolute;transform:rotate(-5.58deg)}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item .impact-section-cards-item-inner{z-index:1;-webkit-backdrop-filter:blur(2px);box-sizing:border-box;background:#fff9;border:2px solid #fff;border-radius:30px;flex-direction:column;align-items:flex-start;width:260px;height:176px;padding:16px 19px 20px;display:flex;position:relative;box-shadow:0 14px 40px -15px #0f0f0f14}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item .impact-section-cards-item-icon{box-sizing:border-box;background:#fff;border:1px solid #00c06242;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item .impact-section-cards-item-value{color:#1b1a1a;margin-top:21px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:26px;font-weight:500;line-height:33px}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item .impact-section-cards-item-label{color:#000000b3;margin-top:8px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:20px}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item:nth-child(2n) .impact-section-cards-item-glow{background:linear-gradient(200deg,#00c06222 15%,#00c0620e 86%);transform:rotate(5.58deg)}@media (width<=768px){.impact-section .impact-section-panel{background-position:-2.25px 1.5px;background-size:15.5px 14px;border-radius:0;width:100%;max-width:none;height:480px;min-height:480px;padding:28px 0 0}.impact-section .impact-section-panel .impact-section-panel-icon{display:none}.impact-section .impact-section-panel .impact-section-top-button{margin-bottom:20px}.impact-section .impact-section-panel .impact-section-top-button .impact-section-top-button-outer{width:92px;height:30px;padding:3px}.impact-section .impact-section-panel .impact-section-top-button .impact-section-top-button-inner{width:86px;height:24px;font-size:10px;line-height:13px}.impact-section .impact-section-panel .impact-section-texts{max-width:320px;padding:0}.impact-section .impact-section-panel .impact-section-texts .impact-section-texts-title{font-size:20px;line-height:25px}.impact-section .impact-section-panel .impact-section-texts .impact-section-texts-subtitle{-moz-column-gap:3px;flex-wrap:nowrap;gap:0 3px;margin-top:6px}.impact-section .impact-section-panel .impact-section-texts .impact-section-texts-subtitle>span:first-child{white-space:nowrap;font-size:20px;line-height:25px}.impact-section .impact-section-panel .impact-section-texts .impact-section-texts-subtitle .impact-section-texts-subtitle-badge{border-radius:5.2px;flex:none;align-self:center;width:114px;min-width:0;height:24px;padding:0 6px;font-size:18px;line-height:24px;box-shadow:.58px 1.15px 4px #00c06266}.impact-section .impact-section-panel .impact-section-texts .impact-section-texts-description{max-width:257px;margin-top:12px;font-size:12px;line-height:15px}.impact-section .impact-section-panel .impact-section-cards{-moz-column-gap:3px;flex-wrap:wrap;gap:9px 3px;max-width:325px;margin-top:24px}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item{flex:0 0 161px;width:161px;height:118px}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item .impact-section-cards-item-glow{border-radius:17.6px;width:152px;height:104px}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item .impact-section-cards-item-inner{border-width:1.2px;border-radius:17.6px;width:152px;height:104px;padding:10px 11px}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item .impact-section-cards-item-icon{border-radius:9.4px;width:32px;height:32px}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item .impact-section-cards-item-icon svg{width:20px;height:20px}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item .impact-section-cards-item-value{margin-top:13px;font-size:16px;line-height:20px}.impact-section .impact-section-panel .impact-section-cards .impact-section-cards-item .impact-section-cards-item-label{margin-top:3px;font-size:12px;line-height:15px}}.sandbox-section{box-sizing:border-box;justify-content:center;align-items:center;width:100%;display:flex}.sandbox-section .sandbox-section-panel{box-sizing:border-box;background-color:#fff;flex-direction:column;align-items:center;width:min(1339px,100%);max-width:100%;height:959px;min-height:959px;margin-left:auto;margin-right:auto;padding:50px 40px 36px;display:flex;position:relative;overflow:hidden}.sandbox-section .sandbox-section-panel .sandbox-section-panel-bg{z-index:0;pointer-events:none;justify-content:stretch;align-items:stretch;display:flex;position:absolute;inset:0;overflow:hidden}.sandbox-section .sandbox-section-panel .sandbox-section-panel-bg>svg,.sandbox-section .sandbox-section-panel .sandbox-section-panel-bg .hero-section-background-tile{aspect-ratio:auto;-o-object-fit:cover;object-fit:cover;flex:auto;width:100%;max-width:none;height:100%;display:block}.sandbox-section .sandbox-section-panel .sandbox-section-top-button,.sandbox-section .sandbox-section-panel .sandbox-section-texts,.sandbox-section .sandbox-section-panel .sandbox-section-demo,.sandbox-section .sandbox-section-panel .sandbox-section-actions{z-index:1;position:relative}.sandbox-section .sandbox-section-panel .sandbox-section-top-button{margin-bottom:24px}.sandbox-section .sandbox-section-panel .sandbox-section-top-button .sandbox-section-top-button-outer{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);background:linear-gradient(90deg,#c3df2f73 0%,#b0e6a473 50%,#00c06273 100%);border-radius:42px;justify-content:center;align-items:center;width:201px;height:42px;padding:5px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-top-button .sandbox-section-top-button-inner{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);-moz-column-gap:8px;text-transform:capitalize;color:#1b1a1a;background:#ffffffbf;border:1.4px solid #fff;border-radius:42px;justify-content:center;align-items:center;column-gap:8px;width:191px;height:32px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;line-height:18px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-top-button .sandbox-section-top-button-dot{background:#1b1a1a;border-radius:50%;flex-shrink:0;width:4px;height:4px}.sandbox-section .sandbox-section-panel .sandbox-section-texts{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:720px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-texts .sandbox-section-texts-title{text-align:center;text-transform:capitalize;color:#1b1a1a;font-family:Roobert PRO;font-size:38px;font-style:normal;font-weight:400;line-height:60px}.sandbox-section .sandbox-section-panel .sandbox-section-texts .sandbox-section-texts-title span{color:#00c062}.sandbox-section .sandbox-section-panel .sandbox-section-texts .sandbox-section-texts-subtitle{text-align:center;text-transform:capitalize;color:#1b1a1a;font-family:Roobert PRO;font-size:38px;font-style:normal;font-weight:500;line-height:60px}.sandbox-section .sandbox-section-panel .sandbox-section-texts .sandbox-section-texts-description{text-align:center;color:#00000080;max-width:663px;margin-top:18px;font-family:Roobert PRO;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.sandbox-section .sandbox-section-panel .sandbox-section-demo{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);filter:drop-shadow(0 0 32px #00c06224);background:#f4f4f466;border:1px solid #00c06233;border-radius:40px;flex-direction:column;width:1142px;height:530px;margin-top:26px;display:flex;overflow:hidden;box-shadow:0 0 32px #00c06224}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-chrome{-moz-column-gap:14px;background:#fff;border-bottom:1px solid #0000000f;align-items:center;column-gap:14px;height:50px;padding-left:37px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-chrome .sandbox-section-demo-chrome-dot{border-radius:50%;width:14px;height:14px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-chrome .sandbox-section-demo-chrome-dot-red{background:#ff5f57}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-chrome .sandbox-section-demo-chrome-dot-yellow{background:#febc2e}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-chrome .sandbox-section-demo-chrome-dot-green{background:#28c840}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps{-moz-column-gap:20px;justify-content:space-between;align-items:center;column-gap:20px;padding:22px 38px 0;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item{-moz-column-gap:12px;flex:1;align-items:center;column-gap:12px;display:flex;position:relative}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-item-num{text-align:center;color:#28335d;background:#fff;border:1px solid #00c06242;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-family:Roobert PRO;font-size:14px;font-weight:500;line-height:18px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-item-title{color:#28335d;font-family:Roobert PRO;font-size:16px;font-style:normal;font-weight:700;line-height:20px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-item-subtitle{color:#00000080;font-family:Roobert PRO;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-arrow{margin-left:20px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-arrow .sandbox-section-demo-steps-arrow-mobile{display:none}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels{-moz-column-gap:28px;flex:1;align-items:stretch;column-gap:28px;min-height:0;margin-top:26px;padding:0 38px 20px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-document{background:#0c8ce90f;border:1px dashed #0c8ce980;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:232px;height:356px;padding:9px;display:flex;overflow:hidden}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction{background:#fff;border:1px solid #00c06242;border-radius:20px;flex-direction:column;flex-shrink:0;width:430px;height:356px;padding:15px 15px 14px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-header{text-transform:capitalize;-moz-column-gap:8px;color:#28335d;background:#00c06212;border-radius:8px;align-items:center;column-gap:8px;height:38px;padding:2px 8px;font-family:Pangea Afrikan Text,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:15px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields{flex-direction:column;flex:1;row-gap:0;margin-top:12px;font-family:Pangea Afrikan Text,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-row{justify-content:space-between;align-items:flex-start;padding:10px 0;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-divider{width:100%;display:block}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-divider svg{width:100%;height:1px;display:block}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-label{color:#00000080;font-family:Pangea Afrikan Text,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:300;line-height:15px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-value{color:#000c;max-width:220px;margin-top:4px;font-family:Pangea Afrikan Text,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:400;line-height:14px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-meter{-moz-column-gap:8px;flex-shrink:0;align-items:center;column-gap:8px;margin-top:8px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-meter span{text-align:right;text-transform:capitalize;color:#00c062;font-family:Pangea Afrikan Text,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:20px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-detected{-moz-column-gap:6px;color:#1b1a1a;background:#f9f9f9;border-radius:8px;align-items:center;column-gap:6px;height:38px;padding:0 12px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:400;line-height:15px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-detected span{text-transform:capitalize;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-style:normal;line-height:15px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-detected span:not(:first-child){color:#00c062;font-weight:600}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud{background:#f8f8f8;border:1px solid #f0543633;border-radius:20px;flex-direction:column;flex-shrink:0;row-gap:8px;width:352px;height:356px;padding:14px 15px 12px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-row{-moz-column-gap:16px;align-items:center;column-gap:16px;height:36px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-row .sandbox-section-demo-panels-fraud-row-icon{background:radial-gradient(188.57% 188.57%,#e2fff14d 0%,#00c0624d 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-row .sandbox-section-demo-panels-fraud-row-label{color:#1b1a1a;text-transform:capitalize;flex:1;font-family:Pangea Afrikan Text,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:500;line-height:20px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-row .sandbox-section-demo-panels-fraud-row-status{text-transform:uppercase;letter-spacing:.05em;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:49px;height:20px;font-family:Roobert PRO;font-size:10px;font-style:normal;font-weight:700;line-height:13px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-row .sandbox-section-demo-panels-fraud-row-status-fail{color:#ff3b30;background:#ffebea}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-row .sandbox-section-demo-panels-fraud-row-status-warn{color:#f1a254;background:#fef6ee}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-row .sandbox-section-demo-panels-fraud-row-status-pass{color:#00c062;background:#e7f9f0}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict{-moz-column-gap:12px;background:#d93e3e0f;border-radius:6px;align-items:center;column-gap:12px;height:59px;margin-top:auto;padding:0 12px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict .sandbox-section-demo-panels-fraud-verdict-icon{background:#fff;border:.54px solid #d93e3e33;border-radius:5.4px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict .sandbox-section-demo-panels-fraud-verdict-title{text-transform:uppercase;color:#1b1a1a;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:500;line-height:14px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict .sandbox-section-demo-panels-fraud-verdict-title span:first-child{color:#0009;font-family:Roobert PRO;font-size:10.8px;font-style:normal;font-weight:700;line-height:14px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict .sandbox-section-demo-panels-fraud-verdict-title span:last-child{color:#ff3b30;font-family:Roobert PRO;font-size:10.8px;font-style:normal;font-weight:700;line-height:14px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict .sandbox-section-demo-panels-fraud-verdict-subtitle{color:#00000080;margin-top:4px;font-family:Roobert PRO;font-size:8.64px;font-style:normal;font-weight:500;line-height:11px}.sandbox-section .sandbox-section-panel .sandbox-section-actions{-moz-column-gap:14px;align-items:center;column-gap:14px;margin-top:36px;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-primary{cursor:pointer;text-align:center;letter-spacing:0;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;outline:none;width:100%;font-size:14px;font-weight:700;line-height:17px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-primary:active{transform:scale(.99)}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-primary:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-primary{color:#fff;background:linear-gradient(158.34deg,#12cc71 34.22%,#00bb60 141.07%);border-radius:48px;justify-content:space-between;align-items:center;width:192px;height:50px;padding-right:4px;font-size:14px;font-weight:700;line-height:100%;display:flex}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-primary span{margin-left:20px}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-secondary{cursor:pointer;text-align:center;letter-spacing:0;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;outline:none;width:100%;font-size:14px;font-weight:700;line-height:17px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-secondary:active{transform:scale(.99)}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-secondary:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-secondary{color:#1b1a1a;background:#fff;border:1px solid #00c06280;border-radius:48px;justify-content:center;align-items:center;width:168px;height:50px;font-size:14px;font-weight:700;line-height:100%;display:flex}@media (width<=768px){.sandbox-section .sandbox-section-panel{border-radius:0;width:100%;max-width:none;height:auto;min-height:0;padding:28px 14px 40px 17px}.sandbox-section .sandbox-section-panel .sandbox-section-top-button{margin-bottom:20px}.sandbox-section .sandbox-section-panel .sandbox-section-top-button .sandbox-section-top-button-outer{width:142px;height:30px;padding:3px}.sandbox-section .sandbox-section-panel .sandbox-section-top-button .sandbox-section-top-button-inner{-moz-column-gap:6px;column-gap:6px;width:136px;height:24px;font-size:10px;line-height:13px}.sandbox-section .sandbox-section-panel .sandbox-section-top-button .sandbox-section-top-button-dot{width:3px;height:3px}.sandbox-section .sandbox-section-panel .sandbox-section-texts{max-width:289px}.sandbox-section .sandbox-section-panel .sandbox-section-texts .sandbox-section-texts-title{font-size:20px;line-height:24px}.sandbox-section .sandbox-section-panel .sandbox-section-texts .sandbox-section-texts-subtitle{margin-top:2px;font-size:20px;line-height:24px}.sandbox-section .sandbox-section-panel .sandbox-section-texts .sandbox-section-texts-description{max-width:289px;margin-top:14px;font-size:12px;line-height:16px}.sandbox-section .sandbox-section-panel .sandbox-section-demo{-moz-column-gap:0;box-sizing:border-box;filter:none;border-radius:27.6px;grid-template-columns:17px 30px 1fr 16px;align-content:start;gap:16px 0;width:321px;max-width:100%;height:874px;min-height:874px;margin-top:26px;padding-bottom:16px;display:grid;box-shadow:0 10px 24px #00c0621a}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-chrome{-moz-column-gap:10px;grid-area:1/1/auto/-1;column-gap:10px;height:34px;padding-left:26px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-chrome .sandbox-section-demo-chrome-dot{width:10px;height:10px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps,.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item{display:contents}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-item-num{color:#28335d;border-width:1px;grid-column:2;width:30px;height:30px;font-size:10px;line-height:13px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-item-copy{grid-column:3;align-self:start;padding-top:3px;padding-left:8px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-item-title{color:#28335d;font-size:12px;line-height:15px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-item-subtitle{font-size:10px;line-height:13px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-arrow{z-index:1;grid-column:2;width:100%;height:100%;min-height:24px;margin-left:0;position:relative}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-arrow .sandbox-section-demo-steps-arrow-desktop{display:none}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-arrow:has(svg){height:calc(100% + 27px);margin-top:-15px;margin-bottom:-12px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-arrow:has(svg):before{content:"";background-color:#0003;border-radius:1px;width:1.5px;margin-left:-.75px;position:absolute;top:0;bottom:9px;left:50%}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item .sandbox-section-demo-steps-arrow .sandbox-section-demo-steps-arrow-mobile{transform-origin:50%;flex-shrink:0;width:7px;max-width:none;height:12px;margin:0;display:block;position:absolute;bottom:3px;left:50%;overflow:visible;transform:translate(-50%)rotate(90deg)}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item:first-of-type .sandbox-section-demo-steps-item-num,.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item:first-of-type .sandbox-section-demo-steps-item-copy{grid-row:2}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item:first-of-type .sandbox-section-demo-steps-arrow{grid-row:3}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item:nth-of-type(2) .sandbox-section-demo-steps-item-num,.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item:nth-of-type(2) .sandbox-section-demo-steps-item-copy{grid-row:4}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item:nth-of-type(2) .sandbox-section-demo-steps-arrow{grid-row:5}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item:nth-of-type(3) .sandbox-section-demo-steps-item-num,.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item:nth-of-type(3) .sandbox-section-demo-steps-item-copy{grid-row:6}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-steps .sandbox-section-demo-steps-item:nth-of-type(3) .sandbox-section-demo-steps-arrow{grid-row:7}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels{display:contents}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-document{border-radius:10px;grid-area:3/3;justify-self:start;width:119px;height:180px;margin-left:8px;padding:5px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-document svg{width:100%;height:100%}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction{border-radius:13.8px;grid-area:5/3;justify-self:start;width:245px;height:auto;margin-left:8px;padding:8px 9px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-header{-moz-column-gap:5px;column-gap:5px;height:22px;padding:2px 6px;font-size:8px;line-height:10px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-header svg{width:9px;height:9px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields{margin-top:7px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-row{padding:6px 0}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-label{font-size:8px;line-height:10px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-value{max-width:130px;margin-top:2px;font-size:8px;line-height:10px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-meter{-moz-column-gap:4px;column-gap:4px;margin-top:4px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-meter svg{width:40px;height:3px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-fields .sandbox-section-demo-panels-extraction-fields-meter span{font-size:8px;line-height:11px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-detected{-moz-column-gap:4px;column-gap:4px;height:22px;padding:0 8px;font-size:8px;line-height:10px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-extraction .sandbox-section-demo-panels-extraction-detected span{font-size:8px;line-height:10px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud{border-radius:13.8px;grid-area:7/3;justify-self:start;row-gap:0;width:244px;height:auto;margin-left:8px;padding:9px 8px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-row{-moz-column-gap:8px;column-gap:8px;height:30.4px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-row .sandbox-section-demo-panels-fraud-row-icon{border-radius:5.5px;width:24px;height:24px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-row .sandbox-section-demo-panels-fraud-row-icon svg{width:12px;height:12px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-row .sandbox-section-demo-panels-fraud-row-label{font-size:9px;line-height:14px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-row .sandbox-section-demo-panels-fraud-row-status{border-radius:3.5px;width:34px;height:14px;font-size:7px;line-height:9px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict{-moz-column-gap:7px;border-radius:4.5px;column-gap:7px;height:40px;padding:0 8px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict .sandbox-section-demo-panels-fraud-verdict-icon{border-radius:3.7px;width:28px;height:28px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict .sandbox-section-demo-panels-fraud-verdict-icon svg{width:16px;height:16px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict .sandbox-section-demo-panels-fraud-verdict-title,.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict .sandbox-section-demo-panels-fraud-verdict-title span:first-child,.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict .sandbox-section-demo-panels-fraud-verdict-title span:last-child{font-size:8px;line-height:10px}.sandbox-section .sandbox-section-panel .sandbox-section-demo .sandbox-section-demo-panels .sandbox-section-demo-panels-fraud .sandbox-section-demo-panels-fraud-verdict .sandbox-section-demo-panels-fraud-verdict-subtitle{margin-top:2px;font-size:6px;line-height:8px}.sandbox-section .sandbox-section-panel .sandbox-section-actions{-moz-column-gap:10px;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-primary{width:150px;height:40px;padding-right:3px;font-size:12px}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-primary span{margin-left:14px}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-primary svg{width:32px;height:32px}.sandbox-section .sandbox-section-panel .sandbox-section-actions .sandbox-section-actions-secondary{width:130px;height:40px;font-size:12px}}.dashed-guide-grid{pointer-events:none;z-index:998;width:100%;height:100%;position:fixed;inset:0;overflow:hidden}.dashed-guide-grid .dashed-guide-grid-artboard{width:min(1440px,100%);height:100%;margin:0 auto;position:relative}.dashed-guide-grid .dashed-guide-grid-v{background-image:repeating-linear-gradient(#e0e0e0 0 6px,#0000 6px 12px);width:1px;position:absolute;top:0;bottom:0}.dashed-guide-grid .dashed-guide-grid-v--left{left:50px}.dashed-guide-grid .dashed-guide-grid-v--right{right:50px}@media (width<=768px){.dashed-guide-grid{z-index:1002}.dashed-guide-grid .dashed-guide-grid-artboard{width:100%;max-width:none;margin:0}.dashed-guide-grid .dashed-guide-grid-v{background-image:repeating-linear-gradient(#e0e0e0 0 6px,#0000 6px 12px);background-position:0 -3px}.dashed-guide-grid .dashed-guide-grid-v--left{left:21px}.dashed-guide-grid .dashed-guide-grid-v--right{right:18px}}.dashed-h-rule{pointer-events:none;z-index:1000;background-color:#0000;background-image:repeating-linear-gradient(90deg,#e0e0e0 0 6px,#0000 6px 12px);flex-shrink:0;width:100%;height:1px;margin:0;padding:0;line-height:0;position:relative}@media (width<=768px){.dashed-h-rule{background-image:repeating-linear-gradient(90deg,#e0e0e0 0 6px,#0000 6px 12px);background-position:-3px 0}}.case-study-listing-page{background:#fff;width:100%;min-height:100vh;position:relative}.case-study-listing-page .case-study-listing-page-sections{z-index:1;flex-direction:column;align-items:stretch;width:100%;margin-top:80px;display:flex;position:relative}.case-study-listing-page .app-section-cell{box-sizing:border-box;border:none;width:min(1340px,100% - 100px);max-width:100%;margin-left:auto;margin-right:auto}.case-study-listing-page .case-study-listing-page-main{flex-direction:column;align-items:center;padding:47px 0 80px;display:flex}.case-study-listing-page .case-study-listing-page-demo>*{box-sizing:border-box;width:100%;max-width:none;margin-left:0;margin-right:0}.case-study-listing-page .case-study-listing-page-demo .request-demo-section{width:100%;max-width:none;height:350px;margin:0}.case-study-listing-page .case-study-listing-page-sections>.footer-section{box-sizing:border-box;width:min(1440px,100%);max-width:100%;min-height:222px;margin:0 auto;padding-left:84px;padding-right:80px}.case-study-listing-page .case-study-listing-page-badge{flex-shrink:0;align-self:center;width:fit-content;margin:0 auto 29px}.case-study-listing-page .case-study-listing-page-badge .case-study-listing-page-badge-outer{box-sizing:border-box;-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);background:linear-gradient(90deg,#c3df2f73 0%,#b0e6a473 50.276%,#00c06273 100%);border-radius:42px;justify-content:center;align-items:center;width:132px;height:42px;padding:5px;display:flex}.case-study-listing-page .case-study-listing-page-badge .case-study-listing-page-badge-inner{-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);box-sizing:border-box;text-transform:capitalize;color:#1b1a1a;background:#ffffffbf;border:1.4px solid #fff;border-radius:42px;justify-content:center;align-items:center;width:122px;height:32px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;line-height:18px;display:flex}.case-study-listing-page .case-study-listing-page-title{text-align:center;color:#1b1a1a;max-width:526px;margin:0;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:40px;font-weight:500;line-height:51px}.case-study-listing-page .case-study-listing-page-subtitle{text-align:center;color:#00000080;max-width:842px;margin:12px 0 0;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:20px}.case-study-listing-page .case-study-listing-page-grid{-moz-column-gap:30px;grid-template-columns:repeat(2,472px);justify-content:center;gap:30px;width:974px;max-width:100%;margin-top:48px;display:grid}.case-study-listing-page .case-study-listing-page-card{box-sizing:border-box;width:472px;height:auto;min-height:366px;color:inherit;cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:24px;flex-direction:column;align-items:flex-start;padding:16px 16px 21px;transition:box-shadow .2s,border-color .2s;display:flex;box-shadow:0 8px 24px #0f0f0f0f}.case-study-listing-page .case-study-listing-page-card:hover{border-color:#00c06240;box-shadow:0 10px 28px #0f0f0f14}.case-study-listing-page .case-study-listing-page-card-image{background:#00c0620f;border-radius:16px;flex-shrink:0;width:440px;max-width:100%;height:156px}.case-study-listing-page .case-study-listing-page-card-title{color:#1b1a1a;width:433px;max-width:100%;margin:20px 0 0;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:500;line-height:23px}.case-study-listing-page .case-study-listing-page-card-description{color:#686d6a;width:418px;max-width:100%;margin:16px 0 0;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:18px}.case-study-listing-page .case-study-listing-page-card-button{margin-top:auto;padding-top:15px}.case-study-listing-page .case-study-listing-page-card-button-inner{cursor:pointer;text-align:center;letter-spacing:0;opacity:.9;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;outline:none;width:100%;font-size:14px;font-weight:700;line-height:17px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.case-study-listing-page .case-study-listing-page-card-button-inner:active{transform:scale(.99)}.case-study-listing-page .case-study-listing-page-card-button-inner:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.case-study-listing-page .case-study-listing-page-card-button-inner{color:#00c062;-moz-column-gap:5px;opacity:1;background-color:#fff;border:1px solid #00c06280;border-radius:40px;justify-content:center;align-items:center;column-gap:5px;width:142px;height:32px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:700;line-height:15px;display:flex}.case-study-listing-page-card:hover .case-study-listing-page .case-study-listing-page-card-button-inner{background-color:#00c0620f}@media (width<=768px){.case-study-listing-page{width:100%;max-width:100%;overflow-x:clip}.case-study-listing-page .dashed-guide-grid,.case-study-listing-page .dashed-h-rule{display:none}.case-study-listing-page .case-study-listing-page-sections{width:100%;max-width:100%;margin-top:64px;overflow-x:clip}.case-study-listing-page .app-section-cell{box-sizing:border-box;width:100%;max-width:100%;padding-left:21px;padding-right:20px}.case-study-listing-page .case-study-listing-page-main{box-sizing:border-box;align-items:stretch;padding:36px 20px 56px 21px}.case-study-listing-page .case-study-listing-page-badge{margin:0 auto 20px}.case-study-listing-page .case-study-listing-page-title{max-width:none;padding:0 4px;font-size:32px;line-height:40px}.case-study-listing-page .case-study-listing-page-subtitle{max-width:none;margin-top:12px;padding:0 4px;font-size:15px;line-height:22px}.case-study-listing-page .case-study-listing-page-grid{-moz-column-gap:0;grid-template-columns:1fr;gap:20px 0;width:100%;margin-top:32px}.case-study-listing-page .case-study-listing-page-card{border-radius:20px;width:100%;min-height:0;padding:14px 14px 18px}.case-study-listing-page .case-study-listing-page-card-image{border-radius:14px;width:100%;height:140px}.case-study-listing-page .case-study-listing-page-card-title{width:100%;margin-top:16px;font-size:17px;line-height:22px}.case-study-listing-page .case-study-listing-page-card-description{width:100%;margin-top:12px;font-size:14px;line-height:20px}.case-study-listing-page .case-study-listing-page-card-button{width:100%;padding-top:18px}.case-study-listing-page .case-study-listing-page-card-button-inner{-moz-column-gap:8px;column-gap:8px;width:100%;max-width:100%;height:44px;font-size:13px;line-height:16px}.case-study-listing-page .case-study-listing-page-demo .request-demo-section{height:auto;min-height:0}.case-study-listing-page .case-study-listing-page-sections>.footer-section{box-sizing:border-box;width:100%;max-width:100%;min-height:0;padding-left:21px;padding-right:20px;overflow-x:clip}}@media (width<=640px){.case-study-listing-page .case-study-listing-page-title{font-size:30px;line-height:38px}}@media (width<=480px){.case-study-listing-page .app-section-cell{padding-left:21px;padding-right:20px}.case-study-listing-page .case-study-listing-page-main{padding:28px 20px 48px 21px}.case-study-listing-page .case-study-listing-page-title{font-size:28px;line-height:34px}.case-study-listing-page .case-study-listing-page-subtitle{font-size:15px;line-height:21px}.case-study-listing-page .case-study-listing-page-card-image{height:128px}.case-study-listing-page .case-study-listing-page-sections>.footer-section{padding-left:21px;padding-right:20px}}@media (width<=375px){.case-study-listing-page .case-study-listing-page-title{font-size:26px;line-height:32px}.case-study-listing-page .case-study-listing-page-grid{row-gap:16px;margin-top:28px}.case-study-listing-page .case-study-listing-page-card{border-radius:18px;padding:12px 12px 16px}.case-study-listing-page .case-study-listing-page-card-image{border-radius:12px;height:112px}}@media (width<=320px){.case-study-listing-page .app-section-cell,.case-study-listing-page .case-study-listing-page-main{padding-left:21px;padding-right:20px}.case-study-listing-page .case-study-listing-page-title{font-size:24px;line-height:30px}.case-study-listing-page .case-study-listing-page-sections>.footer-section{padding-left:21px;padding-right:20px}}.msme-case-study{color:#0b1220;-webkit-font-smoothing:antialiased;background:#fff;width:100%;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}.msme-case-study .msme-case-study-wrap{box-sizing:border-box;max-width:860px;margin:0 auto;padding:0 28px}.msme-case-study .msme-case-study-wrap-quote{max-width:680px}.msme-case-study .msme-case-study-wrap-closing{max-width:600px}.msme-case-study .msme-case-study-wrap-rail{box-sizing:border-box;max-width:1180px;margin:0 auto;padding:0 28px}.msme-case-study .msme-case-study-rail-region{align-items:flex-start;gap:56px;display:flex}.msme-case-study .msme-case-study-main-col{flex:1;min-width:0}.msme-case-study .msme-case-study-rail-col{flex:0 0 310px}.msme-case-study .msme-case-study-rail-card{background:#fff;border:1px solid #e4e8ed;border-radius:14px;padding:24px 22px 28px;position:sticky;top:108px;box-shadow:0 1px 3px #0d14200a}.msme-case-study .msme-case-study-rail-title{letter-spacing:.07em;text-transform:uppercase;color:#6b7480;margin-bottom:16px;font-size:11px;font-weight:550}.msme-case-study .msme-case-study-rail-row{border-top:1px solid #e4e8ed;padding:11px 0}.msme-case-study .msme-case-study-rail-row:first-of-type{border-top:none;padding-top:0}.msme-case-study .msme-case-study-rail-row:last-of-type{padding-bottom:0}.msme-case-study .msme-case-study-rk{color:#6b7480;margin-bottom:3px;font-size:11px}.msme-case-study .msme-case-study-rv{color:#0b1220;font-size:14px;font-weight:550;line-height:1.4}.msme-case-study .msme-case-study-hero{padding:60px 0 40px}.msme-case-study .msme-case-study-sector{color:#00a352;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;font-size:13px;font-weight:550}.msme-case-study h1{letter-spacing:-.02em;color:#0b1220;max-width:600px;margin:0;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:550;line-height:1.18}.msme-case-study .msme-case-study-lede{color:#3c4452;max-width:560px;margin-top:20px;font-size:16px;line-height:30px}.msme-case-study .msme-case-study-big-number{border-left:2px solid #0b1220;margin-top:32px;padding-top:2px;padding-bottom:2px;padding-left:22px}.msme-case-study .msme-case-study-num{letter-spacing:-.03em;color:#0b1220;font-size:54px;font-weight:550;line-height:1}.msme-case-study .msme-case-study-unit{color:#6b7480;margin-left:2px;font-size:26px;font-weight:550}.msme-case-study .msme-case-study-from{color:#6b7480;margin-top:6px;font-size:14px}.msme-case-study .msme-case-study-from s{color:#a8afb8}.msme-case-study .msme-case-study-tag{letter-spacing:.05em;text-transform:uppercase;color:#00a352;background:#e7faf0;border-radius:5px;margin-top:14px;padding:4px 10px;font-size:11px;font-weight:550;display:inline-block}.msme-case-study .msme-case-study-filesection{background:#fafbfc;border-top:1px solid #e4e8ed;border-bottom:1px solid #e4e8ed;padding:40px 0}.msme-case-study .msme-case-study-file-head{max-width:600px;margin-bottom:42px}.msme-case-study .msme-case-study-file-head h2{letter-spacing:-.015em;color:#0b1220;margin:0;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:27px;font-weight:550;line-height:1.25}.msme-case-study .msme-case-study-file-head p{color:#3c4452;margin-top:12px;font-size:15px;line-height:1.6}.msme-case-study .msme-case-study-label{letter-spacing:.08em;text-transform:uppercase;color:#6b7480;margin-bottom:10px;font-size:12px;font-weight:550}.msme-case-study .msme-case-study-doc-node{padding:26px 0;position:relative}.msme-case-study .msme-case-study-doc-node:not(:last-child){border-bottom:1px solid #e4e8ed}.msme-case-study .msme-case-study-doc-node-row{gap:28px;display:flex}.msme-case-study .msme-case-study-doc-id{flex-direction:column;flex:0 0 190px;gap:4px;min-width:0;display:flex}.msme-case-study .msme-case-study-doctype{color:#0b1220;letter-spacing:-.01em;font-size:16px;font-weight:550}.msme-case-study .msme-case-study-docsub{color:#6b7480;font-size:12.5px}.msme-case-study .msme-case-study-doc-compare{flex:1;gap:20px;min-width:0;display:flex}.msme-case-study .msme-case-study-compare-col{flex:1;min-width:0}.msme-case-study .msme-case-study-compare-col p{color:#3c4452;margin:0;font-size:14px;line-height:1.55}.msme-case-study .msme-case-study-compare-new p b{color:#0b1220;font-weight:550}.msme-case-study .msme-case-study-col-label{letter-spacing:.06em;text-transform:uppercase;margin-bottom:7px;font-size:10.5px;font-weight:550}.msme-case-study .msme-case-study-compare-old .msme-case-study-col-label{color:#b8842c}.msme-case-study .msme-case-study-compare-new .msme-case-study-col-label{color:#00a352}.msme-case-study .msme-case-study-vignette{color:#3c4452;background:#fff;border:1px dashed #e4e8ed;border-radius:8px;margin-top:16px;margin-left:218px;padding:13px 16px;font-size:13px;line-height:1.55}.msme-case-study .msme-case-study-vlabel{color:#0b1220;font-weight:550}.msme-case-study .msme-case-study-numbers{padding:64px 0}.msme-case-study .msme-case-study-numbers-head{max-width:600px;margin-bottom:8px}.msme-case-study .msme-case-study-numbers-grid{align-items:flex-start;gap:0;margin-top:34px;display:flex}.msme-case-study .msme-case-study-num-cell{border-right:1px solid #e4e8ed;flex-direction:column;flex:1;gap:10px;min-width:0;padding:0 28px;display:flex}.msme-case-study .msme-case-study-num-cell:first-child{padding-left:0}.msme-case-study .msme-case-study-num-cell:last-child{border-right:none;padding-right:0}.msme-case-study .msme-case-study-figure{letter-spacing:-.02em;color:#0b1220;align-items:baseline;min-height:42px;font-size:42px;font-weight:550;line-height:1;display:flex}.msme-case-study .msme-case-study-small{color:#6b7480;font-size:18px;font-weight:550;line-height:1}.msme-case-study .msme-case-study-desc{color:#3c4452;margin-top:0;font-size:13.5px;line-height:1.5}.msme-case-study .msme-case-study-marginal{border-top:1px solid #e4e8ed;align-items:flex-start;gap:24px;margin-top:40px;padding-top:28px;display:flex}.msme-case-study .msme-case-study-marginal p{color:#3c4452;flex:1;max-width:600px;margin:0;font-size:14px;line-height:1.65}.msme-case-study .msme-case-study-tab{letter-spacing:.06em;text-transform:uppercase;color:#b8842c;flex:0 0 140px;font-size:11px;font-weight:550}.msme-case-study .msme-case-study-quoteband{color:#fff;background:#0e1b2e;padding:60px 0}.msme-case-study .msme-case-study-quoteband p{letter-spacing:-.005em;color:#fff;margin:0;font-size:22px;font-weight:500;line-height:1.5}.msme-case-study .msme-case-study-attr{color:#8893a3;letter-spacing:.02em;margin-top:22px;font-size:13px;font-weight:550}.msme-case-study .msme-case-study-attr b{color:#00c260;font-weight:550}.msme-case-study .msme-case-study-closing{padding:56px 0 24px}.msme-case-study .msme-case-study-closing p{color:#3c4452;margin:0;font-size:16px;line-height:1.7}.msme-case-study .msme-case-study-closing p+p{margin-top:14px}.msme-case-study .msme-case-study-disclosure{color:#6b7480;border-top:1px solid #e4e8ed;margin-top:28px;padding-top:18px;font-size:12.5px}.msme-case-study .msme-case-study-cta{text-align:center;background:#0b1220;padding:64px 0 72px}.msme-case-study .msme-case-study-cta h2{letter-spacing:-.01em;color:#fff;margin:0 0 12px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:30px;font-weight:550}.msme-case-study .msme-case-study-cta p{color:#ffffff80;max-width:420px;margin:0 auto 28px;font-size:15px}.msme-case-study .msme-case-study-btn{color:#fff;letter-spacing:.01em;background:#1a5c3a;border-radius:8px;padding:14px 32px;font-size:14.5px;font-weight:550;display:inline-block}@media (width<=900px){.msme-case-study .msme-case-study-rail-region{flex-direction:column}.msme-case-study .msme-case-study-rail-col{flex:none;width:100%}.msme-case-study .msme-case-study-rail-card{position:static}.msme-case-study .msme-case-study-filesection .msme-case-study-rail-col{display:none}}@media (width<=768px){.msme-case-study .msme-case-study-wrap,.msme-case-study .msme-case-study-wrap-rail{padding:0 20px}.msme-case-study .msme-case-study-rail-region{gap:28px}.msme-case-study .msme-case-study-hero{padding:40px 0 32px}.msme-case-study .msme-case-study-sector{margin-bottom:12px;font-size:12px}.msme-case-study h1{max-width:none;font-size:28px;line-height:1.22}.msme-case-study .msme-case-study-lede{max-width:none;margin-top:16px;font-size:15px;line-height:26px}.msme-case-study .msme-case-study-big-number{margin-top:28px;padding-left:16px}.msme-case-study .msme-case-study-num{font-size:42px}.msme-case-study .msme-case-study-unit{font-size:20px}.msme-case-study .msme-case-study-rail-card{border-radius:12px;padding:20px 18px 24px}.msme-case-study .msme-case-study-filesection{padding:32px 0}.msme-case-study .msme-case-study-file-head{max-width:none;margin-bottom:28px}.msme-case-study .msme-case-study-file-head h2{font-size:22px;line-height:1.3}.msme-case-study .msme-case-study-file-head p{font-size:15px}.msme-case-study .msme-case-study-doc-node{padding:22px 0}.msme-case-study .msme-case-study-doc-node-row{flex-direction:column;gap:14px}.msme-case-study .msme-case-study-doc-id{flex:none;width:100%}.msme-case-study .msme-case-study-doc-compare{flex-direction:column;gap:16px}.msme-case-study .msme-case-study-vignette{margin-top:14px;margin-left:0}.msme-case-study .msme-case-study-numbers{padding:48px 0}.msme-case-study .msme-case-study-numbers-grid{flex-direction:column;gap:0;margin-top:28px}.msme-case-study .msme-case-study-num-cell{border-bottom:1px solid #e4e8ed;border-right:none;gap:8px;padding-bottom:22px;padding-left:0;padding-right:0}.msme-case-study .msme-case-study-num-cell:last-child{border-bottom:none;padding-bottom:0}.msme-case-study .msme-case-study-figure{min-height:36px;font-size:36px}.msme-case-study .msme-case-study-small{font-size:16px}.msme-case-study .msme-case-study-desc{font-size:14px}.msme-case-study .msme-case-study-marginal{flex-direction:column;gap:10px;margin-top:32px;padding-top:24px}.msme-case-study .msme-case-study-marginal p{max-width:none;font-size:14px}.msme-case-study .msme-case-study-tab{flex:none}.msme-case-study .msme-case-study-quoteband{padding:44px 0}.msme-case-study .msme-case-study-quoteband p{font-size:18px;line-height:1.55}.msme-case-study .msme-case-study-attr{margin-top:18px;font-size:12px}.msme-case-study .msme-case-study-closing{padding:44px 0 20px}.msme-case-study .msme-case-study-closing p{font-size:15px;line-height:1.65}.msme-case-study .msme-case-study-cta{padding:48px 20px 56px}.msme-case-study .msme-case-study-cta h2{font-size:24px;line-height:1.25}.msme-case-study .msme-case-study-cta p{max-width:none;margin-bottom:24px;font-size:14px}.msme-case-study .msme-case-study-cta .msme-case-study-wrap{padding:0}.msme-case-study .msme-case-study-btn{box-sizing:border-box;justify-content:center;align-items:center;width:100%;max-width:320px;min-height:48px;margin:0 auto;padding:14px 24px;font-size:15px;display:flex}}@media (width<=480px){.msme-case-study .msme-case-study-wrap,.msme-case-study .msme-case-study-wrap-rail{padding:0 16px}.msme-case-study .msme-case-study-hero{padding:32px 0 28px}.msme-case-study h1{font-size:26px}.msme-case-study .msme-case-study-num{font-size:38px}.msme-case-study .msme-case-study-file-head h2{font-size:20px}.msme-case-study .msme-case-study-quoteband p{font-size:17px}.msme-case-study .msme-case-study-cta{padding:40px 16px 48px}.msme-case-study .msme-case-study-cta h2{font-size:22px}}@media (width<=375px){.msme-case-study .msme-case-study-wrap,.msme-case-study .msme-case-study-wrap-rail{padding:0 14px}.msme-case-study h1{font-size:24px}.msme-case-study .msme-case-study-lede{font-size:14px;line-height:24px}.msme-case-study .msme-case-study-num{font-size:34px}.msme-case-study .msme-case-study-figure{min-height:32px;font-size:32px}.msme-case-study .msme-case-study-cta{padding:36px 14px 44px}.msme-case-study .msme-case-study-cta h2{font-size:20px}}@media (width<=320px){.msme-case-study h1{font-size:22px}.msme-case-study .msme-case-study-num{font-size:32px}}.br-case-study{color:#0f1117;-webkit-font-smoothing:antialiased;background:#f7f6f3;width:100%;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}.br-case-study .br-case-study-hero{color:#fff;background:#0f1117;padding:72px 0 64px}.br-case-study .br-case-study-hero-inner{box-sizing:border-box;align-items:flex-start;gap:64px;max-width:1180px;margin:0 auto;padding:0 32px;display:flex}.br-case-study .br-case-study-hero-main{flex:1;min-width:0}.br-case-study .br-case-study-hero-rail{flex:0 0 280px}.br-case-study .br-case-study-sector{letter-spacing:.09em;text-transform:uppercase;color:#fff6;margin-bottom:20px;font-size:12px;font-weight:550}.br-case-study h1{color:#fff;letter-spacing:-.01em;max-width:560px;margin:0;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:40px;font-weight:550;line-height:1.15}.br-case-study .br-case-study-hero-dek{color:#fff9;max-width:520px;margin-top:22px;font-size:16px;line-height:1.7}.br-case-study .br-case-study-hero-dek b{color:#fff;font-weight:550}.br-case-study .br-case-study-backlog-stat{border-top:1px solid #ffffff1a;align-items:baseline;gap:10px;margin-top:36px;padding-top:28px;display:flex}.br-case-study .br-case-study-backlog-num{color:#fff;letter-spacing:-.02em;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:58px;font-weight:550;line-height:1}.br-case-study .br-case-study-backlog-meta{flex-direction:column;gap:4px;display:flex}.br-case-study .br-case-study-backlog-label{color:#ffffff80;font-size:13px}.br-case-study .br-case-study-backlog-sub{color:#ffffff59;font-size:13px}.br-case-study .br-case-study-rail-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:22px 20px}.br-case-study .br-case-study-rail-title{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:16px;font-size:10px;font-weight:550}.br-case-study .br-case-study-rail-row{border-top:1px solid #ffffff12;padding:10px 0}.br-case-study .br-case-study-rail-row:first-of-type{border-top:none;padding-top:0}.br-case-study .br-case-study-rk{color:#ffffff59;margin-bottom:3px;font-size:11px}.br-case-study .br-case-study-rv{color:#ffffffd9;font-size:14px;font-weight:550;line-height:1.4}.br-case-study .br-case-study-transform{background:#fff;border-top:3px solid #0f1117;padding:80px 0}.br-case-study .br-case-study-transform-inner{box-sizing:border-box;max-width:1180px;margin:0 auto;padding:0 32px}.br-case-study .br-case-study-transform-label{letter-spacing:.1em;text-transform:uppercase;color:#6b7380;margin-bottom:12px;font-size:11px;font-weight:550}.br-case-study .br-case-study-transform-hed{letter-spacing:-.01em;color:#0f1117;max-width:680px;margin-bottom:8px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:550}.br-case-study .br-case-study-transform-sub{color:#6b7380;max-width:600px;margin-bottom:44px;font-size:15px;line-height:1.6}.br-case-study .br-case-study-transform-panel{background:#f7f6f3;border:1px solid #e0ddd6;border-radius:12px;gap:0;display:flex;overflow:hidden}.br-case-study .br-case-study-panel-half{flex:1;min-width:0}.br-case-study .br-case-study-panel-head{border-bottom:1px solid #e0ddd6;align-items:center;gap:10px;padding:14px 22px;display:flex}.br-case-study .br-case-study-dot{border-radius:50%;width:8px;height:8px}.br-case-study .br-case-study-plabel{letter-spacing:.07em;text-transform:uppercase;font-size:11px;font-weight:550}.br-case-study .br-case-study-panel-left .br-case-study-panel-head{background:#efede8}.br-case-study .br-case-study-panel-left .br-case-study-dot{background:#c0a060}.br-case-study .br-case-study-panel-left .br-case-study-plabel{color:#8a7040}.br-case-study .br-case-study-panel-right .br-case-study-panel-head{background:#eaf3ee}.br-case-study .br-case-study-panel-right .br-case-study-dot{background:#1a5c3a}.br-case-study .br-case-study-panel-right .br-case-study-plabel{color:#1a5c3a}.br-case-study .br-case-study-panel-divider{background:#e0ddd6;flex:0 0 1px;width:1px;position:relative}.br-case-study .br-case-study-panel-divider:after{content:"→";color:#fff;text-align:center;background:#0f1117;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:550;line-height:28px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.br-case-study .br-case-study-panel-body{padding:28px 24px}.br-case-study .br-case-study-br-prose{color:#3a3020;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13.5px;line-height:1.9}.br-case-study .br-case-study-br-prose p{margin-bottom:14px}.br-case-study .br-case-study-br-prose p:last-child{margin-bottom:0}.br-case-study .br-case-study-br-head{letter-spacing:.06em;text-transform:uppercase;color:#8a7040;margin-bottom:16px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:550}.br-case-study .br-case-study-account-list{color:#8a7040;font-size:11px}.br-case-study .br-case-study-br-highlight{background:#fff3cc;border-radius:2px;padding:0 2px}.br-case-study .br-case-study-matrix-wrap{font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12.5px}.br-case-study .br-case-study-mat-label{letter-spacing:.06em;text-transform:uppercase;color:#1a5c3a;margin-bottom:14px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:550}.br-case-study .br-case-study-mat-table{border-collapse:collapse;width:100%}.br-case-study .br-case-study-mat-table th{text-align:left;letter-spacing:.05em;text-transform:uppercase;color:#6b7380;border-bottom:1px solid #e0ddd6;padding:0 12px 10px 0;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:10px;font-weight:550}.br-case-study .br-case-study-mat-table td{color:#2c3140;vertical-align:top;border-bottom:1px solid #e0ddd6;padding:10px 12px 10px 0;font-size:12px;line-height:1.5}.br-case-study .br-case-study-mat-table tr:last-child td{border-bottom:none}.br-case-study .br-case-study-sig{color:#0f1117;font-weight:550}.br-case-study .br-case-study-limit{color:#1a5c3a;white-space:nowrap;background:#eaf3ee;border-radius:4px;padding:2px 7px;font-weight:550;display:inline-block}.br-case-study .br-case-study-rule-tag{white-space:nowrap;color:#2c3140;background:#efede8;border-radius:4px;padding:2px 7px;font-size:10.5px;display:inline-block}.br-case-study .br-case-study-role-hint{color:#6b7380;font-size:10px}.br-case-study .br-case-study-api-block{background:#0f1117;border-radius:8px;margin-top:20px;padding:14px 16px}.br-case-study .br-case-study-api-block code{color:#7ec8a0;font-family:Courier New,Courier,monospace;font-size:11.5px;line-height:1.7;display:block}.br-case-study .br-case-study-api-label{letter-spacing:.07em;text-transform:uppercase;color:#ffffff4d;margin-bottom:10px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:10px;font-weight:550}.br-case-study .br-case-study-k{color:#fff6}.br-case-study .br-case-study-ops{background:#f7f6f3;border-top:1px solid #e0ddd6;padding:72px 0}.br-case-study .br-case-study-ops-inner{box-sizing:border-box;max-width:1180px;margin:0 auto;padding:0 32px}.br-case-study .br-case-study-ops-label{letter-spacing:.1em;text-transform:uppercase;color:#6b7380;margin-bottom:12px;font-size:11px;font-weight:550}.br-case-study .br-case-study-ops-hed{letter-spacing:-.01em;color:#0f1117;max-width:580px;margin-bottom:36px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:26px;font-weight:550;line-height:1.3}.br-case-study .br-case-study-ops-grid{gap:0;display:flex}.br-case-study .br-case-study-ops-col{border-right:1px solid #e0ddd6;flex:1;padding:0 40px}.br-case-study .br-case-study-ops-col:first-child{padding-left:0}.br-case-study .br-case-study-ops-col:last-child{border-right:none;padding-right:0}.br-case-study .br-case-study-ops-col h3{color:#0f1117;text-transform:uppercase;letter-spacing:.04em;margin:0 0 16px;font-size:13px;font-weight:550}.br-case-study .br-case-study-ops-col p{color:#6b7380;margin:0;font-size:14.5px;line-height:1.65}.br-case-study .br-case-study-ops-col p b{color:#0f1117;font-weight:550}.br-case-study .br-case-study-ops-col p+p{margin-top:12px}.br-case-study .br-case-study-ops-calc{background:#0f1117;border-radius:12px;align-items:center;gap:0;margin-top:48px;padding:32px 36px;display:flex}.br-case-study .br-case-study-calc-cell{border-right:1px solid #ffffff1a;flex:1;padding-right:36px}.br-case-study .br-case-study-calc-cell:last-child{border-right:none;padding-left:36px;padding-right:0}.br-case-study .br-case-study-calc-op{border-right:none;flex:none;padding:0 28px}.br-case-study .br-case-study-cv{color:#fff;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:550;line-height:1}.br-case-study .br-case-study-cv-suffix{color:#fff6;font-size:20px}.br-case-study .br-case-study-cl{color:#fff6;margin-top:6px;font-size:12px;line-height:1.4}.br-case-study .br-case-study-cx{color:#fff3;font-size:22px;font-weight:300}.br-case-study .br-case-study-numbers{background:#fff;border-top:1px solid #e0ddd6;padding:72px 0}.br-case-study .br-case-study-numbers-inner{box-sizing:border-box;max-width:1180px;margin:0 auto;padding:0 32px}.br-case-study .br-case-study-numbers-label{letter-spacing:.1em;text-transform:uppercase;color:#6b7380;margin-bottom:36px;font-size:11px;font-weight:550}.br-case-study .br-case-study-numbers-row{align-items:flex-start;gap:0;display:flex}.br-case-study .br-case-study-num-cell{border-right:1px solid #e0ddd6;flex-direction:column;flex:1;gap:10px;min-width:0;padding:0 40px;display:flex}.br-case-study .br-case-study-num-cell:first-child{padding-left:0}.br-case-study .br-case-study-num-cell:last-child{border-right:none;padding-right:0}.br-case-study .br-case-study-nv{letter-spacing:-.02em;color:#0f1117;align-items:baseline;min-height:44px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:44px;font-weight:550;line-height:1;display:flex}.br-case-study .br-case-study-ns{color:#6b7380;font-size:20px;font-weight:550;line-height:1}.br-case-study .br-case-study-nd{color:#6b7380;max-width:220px;margin-top:0;font-size:14px;line-height:1.5}.br-case-study .br-case-study-quote{background:#f7f6f3;border-top:3px solid #0f1117;padding:72px 0}.br-case-study .br-case-study-quote-inner{box-sizing:border-box;max-width:780px;margin:0 auto;padding:0 32px}.br-case-study blockquote{color:#0f1117;letter-spacing:-.005em;margin:0;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:400;line-height:1.55}.br-case-study .br-case-study-attr{color:#6b7380;letter-spacing:.02em;text-transform:uppercase;margin-top:24px;font-size:13px;font-weight:550}.br-case-study .br-case-study-attr b{color:#1a5c3a}.br-case-study .br-case-study-closing{background:#fff;border-top:1px solid #e0ddd6;padding:56px 0}.br-case-study .br-case-study-closing-inner{box-sizing:border-box;max-width:680px;margin:0 auto;padding:0 32px}.br-case-study .br-case-study-closing-inner p{color:#6b7380;margin:0;font-size:16px;line-height:1.75}.br-case-study .br-case-study-closing-inner p+p{margin-top:14px}.br-case-study .br-case-study-disclosure{color:#a8afb8;border-top:1px solid #e0ddd6;margin-top:32px;padding-top:24px;font-size:12px;line-height:1.6}.br-case-study .br-case-study-cta{text-align:center;background:#0f1117;padding:64px 0 72px}.br-case-study .br-case-study-cta h2{color:#fff;letter-spacing:-.01em;margin:0 0 12px;font-family:Roobert PRO,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:30px;font-weight:550}.br-case-study .br-case-study-cta p{color:#ffffff80;max-width:420px;margin:0 auto 28px;font-size:15px}.br-case-study .br-case-study-btn{color:#fff;letter-spacing:.01em;background:#1a5c3a;border-radius:8px;padding:14px 32px;font-size:14.5px;font-weight:550;display:inline-block}@media (width<=900px){.br-case-study .br-case-study-hero-inner{flex-direction:column}.br-case-study .br-case-study-hero-rail{width:100%}.br-case-study .br-case-study-transform-panel{flex-direction:column}.br-case-study .br-case-study-panel-divider{flex:none;width:100%;height:1px}.br-case-study .br-case-study-panel-divider:after{top:50%}}@media (width<=768px){.br-case-study .br-case-study-hero{padding:44px 0 40px}.br-case-study .br-case-study-hero-inner,.br-case-study .br-case-study-transform-inner,.br-case-study .br-case-study-ops-inner,.br-case-study .br-case-study-numbers-inner,.br-case-study .br-case-study-quote-inner,.br-case-study .br-case-study-closing-inner{padding:0 20px}.br-case-study .br-case-study-hero-inner{gap:28px}.br-case-study .br-case-study-sector{margin-bottom:14px}.br-case-study h1{max-width:none;font-size:28px;line-height:1.2}.br-case-study .br-case-study-hero-dek{max-width:none;margin-top:16px;font-size:15px;line-height:1.65}.br-case-study .br-case-study-backlog-stat{flex-wrap:wrap;gap:8px 12px;margin-top:28px;padding-top:22px}.br-case-study .br-case-study-backlog-num{font-size:44px}.br-case-study .br-case-study-rail-card{padding:20px 18px}.br-case-study .br-case-study-transform{padding:48px 0}.br-case-study .br-case-study-transform-hed{max-width:none;font-size:22px;line-height:1.3}.br-case-study .br-case-study-transform-sub{max-width:none;margin-bottom:28px;font-size:14px}.br-case-study .br-case-study-panel-head{padding:12px 16px}.br-case-study .br-case-study-plabel{letter-spacing:.05em;font-size:10px}.br-case-study .br-case-study-panel-body{padding:20px 16px}.br-case-study .br-case-study-br-prose{font-size:13px;line-height:1.8}.br-case-study .br-case-study-matrix-wrap{-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px;overflow-x:auto}.br-case-study .br-case-study-mat-table{min-width:520px}.br-case-study .br-case-study-mat-table th,.br-case-study .br-case-study-mat-table td{padding-right:10px}.br-case-study .br-case-study-api-block code{word-break:break-word;overflow-wrap:anywhere;font-size:10.5px}.br-case-study .br-case-study-ops{padding:48px 0}.br-case-study .br-case-study-ops-hed{max-width:none;margin-bottom:28px;font-size:22px}.br-case-study .br-case-study-ops-grid{flex-direction:column;gap:28px}.br-case-study .br-case-study-ops-col{border-top:1px solid #e0ddd6;border-right:none;padding-top:24px;padding-left:0;padding-right:0}.br-case-study .br-case-study-ops-col:first-child{border-top:none;padding-top:0}.br-case-study .br-case-study-ops-col p{font-size:14px}.br-case-study .br-case-study-ops-calc{flex-direction:column;align-items:stretch;gap:0;margin-top:32px;padding:24px 20px}.br-case-study .br-case-study-calc-cell{border-top:1px solid #ffffff1a;border-right:none;padding-top:18px;padding-left:0;padding-right:0}.br-case-study .br-case-study-calc-cell:first-child{border-top:none;padding-top:0}.br-case-study .br-case-study-calc-op{text-align:center;border-top:none;flex:none;padding:12px 0}.br-case-study .br-case-study-cv{font-size:30px}.br-case-study .br-case-study-numbers{padding:48px 0}.br-case-study .br-case-study-numbers-label{margin-bottom:28px}.br-case-study .br-case-study-numbers-row{flex-direction:column;gap:0}.br-case-study .br-case-study-num-cell{border-bottom:1px solid #e0ddd6;border-right:none;gap:8px;padding-bottom:24px;padding-left:0;padding-right:0}.br-case-study .br-case-study-num-cell:last-child{border-bottom:none;padding-bottom:0}.br-case-study .br-case-study-nv{min-height:36px;font-size:36px}.br-case-study .br-case-study-ns{font-size:18px}.br-case-study .br-case-study-nd{max-width:none;font-size:14px}.br-case-study .br-case-study-quote{padding:44px 0}.br-case-study blockquote{font-size:18px;line-height:1.55}.br-case-study .br-case-study-attr{margin-top:18px;font-size:12px}.br-case-study .br-case-study-closing{padding:40px 0}.br-case-study .br-case-study-closing p{font-size:15px;line-height:1.7}.br-case-study .br-case-study-cta{padding:48px 20px 56px}.br-case-study .br-case-study-cta h2{padding:0 4px;font-size:24px;line-height:1.25}.br-case-study .br-case-study-cta p{max-width:none;margin-bottom:24px;padding:0 4px;font-size:14px}.br-case-study .br-case-study-btn{box-sizing:border-box;justify-content:center;align-items:center;width:100%;max-width:320px;min-height:48px;margin:0 auto;padding:14px 24px;font-size:15px;display:flex}}@media (width<=480px){.br-case-study .br-case-study-hero{padding:36px 0 32px}.br-case-study .br-case-study-hero-inner,.br-case-study .br-case-study-transform-inner,.br-case-study .br-case-study-ops-inner,.br-case-study .br-case-study-numbers-inner,.br-case-study .br-case-study-quote-inner,.br-case-study .br-case-study-closing-inner{padding:0 16px}.br-case-study h1{font-size:26px}.br-case-study .br-case-study-backlog-num{font-size:40px}.br-case-study .br-case-study-transform,.br-case-study .br-case-study-ops,.br-case-study .br-case-study-numbers{padding:40px 0}.br-case-study .br-case-study-transform-hed,.br-case-study .br-case-study-ops-hed{font-size:20px}.br-case-study .br-case-study-mat-table{min-width:480px}.br-case-study blockquote{font-size:17px}.br-case-study .br-case-study-cta{padding:40px 16px 48px}.br-case-study .br-case-study-cta h2{font-size:22px}}@media (width<=375px){.br-case-study .br-case-study-hero-inner,.br-case-study .br-case-study-transform-inner,.br-case-study .br-case-study-ops-inner,.br-case-study .br-case-study-numbers-inner,.br-case-study .br-case-study-quote-inner,.br-case-study .br-case-study-closing-inner{padding:0 14px}.br-case-study h1{font-size:24px}.br-case-study .br-case-study-hero-dek{font-size:14px}.br-case-study .br-case-study-backlog-num{font-size:36px}.br-case-study .br-case-study-nv{min-height:32px;font-size:32px}.br-case-study .br-case-study-cv{font-size:28px}.br-case-study .br-case-study-cta{padding:36px 14px 44px}.br-case-study .br-case-study-cta h2{font-size:20px}}@media (width<=320px){.br-case-study h1{font-size:22px}.br-case-study .br-case-study-backlog-num{font-size:32px}.br-case-study .br-case-study-plabel{letter-spacing:.03em}}.case-study-detail-page{background:#fff;width:100%;min-height:100vh;position:relative}.case-study-detail-page.case-study-detail-page-board-resolution{background:#f7f6f3}.case-study-detail-page .case-study-detail-page-sections{z-index:1;flex-direction:column;align-items:stretch;width:100%;margin-top:80px;display:flex;position:relative}.case-study-detail-page .case-study-detail-page-main{box-sizing:border-box;width:100%}.case-study-detail-page .case-study-detail-page-sections>.footer-section{box-sizing:border-box;background:#fff;width:min(1440px,100%);max-width:100%;min-height:222px;margin:0 auto;padding-left:84px;padding-right:80px}.case-study-detail-page.case-study-detail-page-board-resolution .case-study-detail-page-sections>.footer-section{width:100%;max-width:none}@media (width<=768px){.case-study-detail-page{width:100%;max-width:100%;overflow-x:clip}.case-study-detail-page .case-study-detail-page-sections{width:100%;max-width:100%;margin-top:64px;overflow-x:clip}.case-study-detail-page .case-study-detail-page-main{max-width:100%;overflow-x:clip}.case-study-detail-page .case-study-detail-page-sections>.footer-section{width:100%;max-width:100%;min-height:0;padding-left:21px;padding-right:20px;overflow-x:clip}}@media (width<=480px){.case-study-detail-page .case-study-detail-page-sections>.footer-section{padding-left:21px;padding-right:20px}}@media (width<=320px){.case-study-detail-page .case-study-detail-page-sections>.footer-section{padding-left:21px;padding-right:20px}}
