@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{font-family:Inter,sans-serif;line-height:1.25;font-weight:400;font-size:16px;color:var(--color-text);background-color:var(--color-bg-main);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--color-bg-main: #f5f5f5;--color-text: #172638;--color-btn-bg: #172638;--color-btn-text: #fff;--color-accent: #3190ff}*{box-sizing:border-box;margin:0}html,body{overflow-x:hidden}body{margin:0;width:100%;min-width:320px;min-height:100vh;position:relative}a{text-decoration:none;color:var(--color-text);transition:all .25s ease}a:hover{opacity:.9;transform:translateY(2px)}button{border:none;background:none;cursor:pointer}.container{padding:0 20px;width:100%;max-width:1140px;margin:0 auto}.btn{padding:10px 20px;background:var(--color-btn-bg);color:var(--color-btn-text);font-weight:500;border-radius:55px;text-align:center;min-width:150px}.btn[disabled]{opacity:.3;cursor:default}ul{margin:0;padding:0}h1,h2,h3{font-weight:500}h1{font-size:40px}.features-container{margin-top:150px;margin-bottom:60px}@media screen and (max-width: 800px){.features-container{margin-top:76px;margin-bottom:40px}}.contacts-row{margin-top:36px;display:flex;flex-direction:column;gap:50px}.contacts-row p{line-height:1.5}@media screen and (min-width: 800px){.contacts-row{flex-direction:row;flex-wrap:nowrap;justify-content:space-between;gap:135px}.contacts-row>div:first-child{max-width:380px;width:100%}.contacts-row>div:last-child{flex-grow:1}}::placeholder{font-size:14px;line-height:26px}input[type=text],input[type=email],input[type=tel],textarea{width:100%;padding:10px 0;background:none;border:0;border-bottom:1px solid var(--color-text)}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,textarea:focus{outline:none}form{display:flex;flex-direction:column;gap:16px;align-items:start}form .input-group{width:100%}.gmaps{border:0;width:100%;aspect-ratio:586/259}.bg-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.bg-img[data-bg-path="/"]{background:url(/assets/bg-home.png)}.bg-img[data-bg-path="/platform"]{background:url(/assets/bg-features.png)}.bg-img[data-bg-path*="/solutions"]{background:url(/assets/bg-solutions.png)}.form-status{font-size:14px}.form-status.success{color:green}.form-status.error{color:red}@media screen and (max-width: 1054px){.hide-xs{display:none}}._header_izj9_1 .container{padding-top:30px;padding-bottom:30px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 820px){._header_izj9_1 .container{position:relative;z-index:5}}._header_izj9_1 .menu-wrapper{display:flex;align-items:center}@media screen and (max-width: 820px){._header_izj9_1 .menu-wrapper{z-index:100;background:#fff;padding:30px 20px;place-items:center;flex-direction:column;position:fixed;top:0;right:-100%;bottom:0;transition:all .33s ease}._header_izj9_1 .menu-wrapper.active{right:0}}._header_izj9_1 .menu-items{display:flex;gap:74px;align-items:center}@media screen and (max-width: 820px){._header_izj9_1 .menu-items{flex-direction:column;align-items:stretch;gap:20px}}._header_izj9_1 .menu-items .menu-item{padding:15px 0;cursor:pointer}@media screen and (max-width: 820px){._header_izj9_1 .menu-items .menu-item{padding:10px}}@media screen and (min-width: 820px){._header_izj9_1 .menu-items .menu-item{position:relative}._header_izj9_1 .menu-items .menu-item:has(.sub):after{display:inline-block;content:url(/assets/dropdown-arr.svg);margin-left:4px;width:14px;transition:all .25s ease}._header_izj9_1 .menu-items .menu-item:hover:after{transform:rotate(-180deg)}._header_izj9_1 .menu-items .menu-item:hover .sub{pointer-events:unset;opacity:1}}._header_izj9_1 .sub{margin-top:10px;border-left:2px solid var(--color-accent);flex-direction:column;align-items:stretch;transition:all .25s ease}@media screen and (min-width: 820px){._header_izj9_1 .sub{position:absolute;opacity:0;pointer-events:none;background:#fff;top:100%;min-width:300px;margin-top:unset}}._header_izj9_1 .sub a{display:flex;transition:all .25s ease;padding:10px 20px;line-height:26px}._header_izj9_1 .sub a:hover{transform:translate(5px)}._header_izj9_1 .menu-toggle,._header_izj9_1 .menu-close{display:none}@media screen and (max-width: 820px){._header_izj9_1 .menu-toggle,._header_izj9_1 .menu-close{align-self:end;font-size:32px;display:flex;width:30px;height:30px;justify-content:center;align-items:center}}footer .container{margin-top:30px;padding-top:30px;padding-bottom:25px;display:flex;flex-direction:column;align-items:center;gap:25px}@media screen and (max-width: 460px){footer .container{gap:45px}}footer nav{width:100%;display:flex;gap:15px;justify-content:space-around;font-size:14px}@media screen and (max-width: 460px){footer nav{align-items:center;flex-direction:column}}footer .copyright{font-size:12px}.home-title{font-size:28px;line-height:40px;text-align:center;margin:55px 0}section.intro{display:flex;flex-direction:column;margin-bottom:25px}.use-cases-link{align-self:end;margin-top:20px}@media screen and (max-width: 450px){.use-cases-link{align-self:center;margin-top:60px}}.sb-link{font-weight:600}.features-home{margin-top:96px;margin-bottom:56px}@media screen and (max-width: 450px){.features-home{margin-top:76px;margin-bottom:76px}}section.details{background:#fff;padding:40px;display:flex;flex-direction:column;align-items:center}section.details>p{max-width:700px;font-size:18px;font-weight:500;line-height:28px;text-align:center}section.details .features{display:flex;justify-content:space-between;width:100%;gap:30px;flex-wrap:wrap}section.details .partners-title{font-size:28px;font-weight:400;margin-top:80px;margin-bottom:50px}section.details .partners-container{width:100%;display:flex;justify-content:space-around;align-items:center;gap:36px;filter:grayscale(1)}section.details .partners-container>div{max-width:200px}section.details .partners-container img{max-width:100%;display:block}._chat_16inm_1{display:flex;flex-direction:column;gap:15px;max-width:410px;width:100%;margin:0 auto}._chat_16inm_1 .message{display:flex;gap:10px;width:80%;align-items:end}._chat_16inm_1 .message .avatar{border-radius:100%;width:42px;aspect-ratio:1/1;flex-shrink:0}._chat_16inm_1 .message .avatar img{display:block;max-width:100%}._chat_16inm_1 .message .content{border-radius:12px 12px 12px 0;padding:15px 25px;background:#fff;font-size:14px;line-height:20px;font-weight:500;display:flex;gap:10px}._chat_16inm_1 .message.right{flex-direction:row-reverse;align-self:end;align-items:start}._chat_16inm_1 .message.right .content{border-top-right-radius:0}._featuresSection_1iz4z_1{display:flex;column-gap:30px;flex-wrap:wrap;justify-content:space-between;row-gap:48px;width:100%}@media screen and (max-width: 1035px){._featuresSection_1iz4z_1{justify-content:center}}@media screen and (max-width: 500px){._featuresSection_1iz4z_1{justify-content:center}}._featureBlock_da7aj_1{display:flex;flex-direction:column;align-items:start}@media screen and (min-width: 680px){._featureBlock_da7aj_1{max-width:305px}}._featureBlock_da7aj_1 img{height:26px;margin-bottom:12px}._featureBlock_da7aj_1 img[src*=icon-text]{width:26px}._featureBlock_da7aj_1 h2{font-size:22px;font-weight:500;margin:0}._featureBlock_da7aj_1 p{margin-top:24px;line-height:20px;font-size:14px}._featureBlock_da7aj_1 ._details_da7aj_28{margin-top:20px;font-size:14px}._featureBlock_da7aj_1._styleHome_da7aj_32{align-items:center;text-align:center;max-width:286px}._featureBlock_da7aj_1._styleHome_da7aj_32 img{height:36px}._featureBlock_da7aj_1._styleHome_da7aj_32 h2{font-size:16px;font-weight:700;max-width:180px}._dataFlowScheme_1cr6m_1{width:100%;max-width:1032px;margin:0 auto;background-repeat:no-repeat;background-size:contain;background-position:center}@media screen and (min-width: 680px){._dataFlowScheme_1cr6m_1{background-image:url(/assets/data-scheme.svg);aspect-ratio:1032/260}}@media screen and (max-width: 680px){._dataFlowScheme_1cr6m_1{aspect-ratio:340/683;background-image:url(/assets/data-scheme-mobile.svg)}}.platform-desc{font-size:20px;line-height:40px;max-width:572px;margin:140px auto;text-align:center}._titleSection_i5bba_1{display:flex;flex-wrap:wrap;justify-content:space-between;gap:36px;align-items:end;margin-top:40px}@media screen and (min-width: 920px){._titleSection_i5bba_1{margin-top:86px}._titleSection_i5bba_1>div{max-width:409px}}._titleSection_i5bba_1 span{text-transform:uppercase;color:#909090;font-size:14px}._titleSection_i5bba_1 h1{font-size:40px;line-height:50px;font-weight:500;margin:0}@media screen and (max-width: 680px){._titleSection_i5bba_1 h1{font-size:30px;line-height:36px}}._titleSection_i5bba_1 span+h1{margin-top:20px}._titleSection_i5bba_1 p{font-size:18px;line-height:26px}@media screen and (min-width: 680px){._titleSection_i5bba_1 p{max-width:434px}}._whyRequest_1f9rq_1{margin-bottom:26px}@media screen and (max-width: 680px){._whyRequest_1f9rq_1{text-align:center}}._firstCol_1f9rq_10{display:flex;flex-direction:column;gap:47px}._ticksList_1f9rq_16{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 680px){._ticksList_1f9rq_16{gap:42px}}._ticksList_1f9rq_16 li{font-weight:500;display:flex;align-items:center;gap:6px}._ticksList_1f9rq_16 li:before{content:"";background-image:url(/assets/icon-list-dot.svg);background-size:contain;background-position:center;background-repeat:no-repeat;width:22px;height:22px}@media screen and (max-width: 680px){._ticksList_1f9rq_16 li{flex-direction:column;text-align:center}}@media screen and (max-width: 680px){._lastP_1f9rq_49{text-align:center}}._requestWhitePaper_cmz50_1{max-width:305px;width:100%;margin-top:38px}@media screen and (min-width: 1032px){._requestWhitePaper_cmz50_1{margin-left:auto}}@media screen and (max-width: 680px){._requestWhitePaper_cmz50_1{text-align:center}}._form_cmz50_17{display:flex;flex-direction:column;gap:30px;margin-top:30px}@media screen and (max-width: 680px){._form_cmz50_17{align-items:center}}
