*{margin:0;padding:0;box-sizing:border-box}:root{--heading-font:"Bona Nova";--body-font:"Poppins";--primary-color:#0e0f6a;--sec-color:#011527;--white-color:#fff;--black-color:#000;--gray-color:#3f434a;--gradient:linear-gradient(241.4deg,#00e5a3 23.34%,#0998f8 140.98%)}.container{max-width:1470px;width:100%;margin:0 auto;padding:0 15px}body{font-family:var(--body-font);font-size:18px;font-weight:500}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font)}li,p{font-size:18px;font-weight:400;line-height:30px}li{list-style:none}a{text-decoration:none}li:not(:last-child,.f-menu ul li),p:not(:last-child){margin-bottom:16px}img{width:100%;height:auto;object-fit:cover;line-height:0}.unter,.unter-about-title,.unter-analy-box .com-title h2,h1{font-size:56px;font-weight:400;line-height:74px}.product-dec-wrapper .com-title h1,h2{font-size:50px;font-weight:400;line-height:64px;letter-spacing:-.01em}h3{font-size:42px;font-weight:400;line-height:52px}.contact-form h3,.contact-text h2,.doc-title h2,.product-dec-wrapper .product-title h2,h4{font-size:32px;font-weight:400;line-height:42px}.re-title h3,h5{font-size:24px;font-weight:400;line-height:34px}h6{font-size:20px;font-weight:400;line-height:30px}.py{padding:100px 0}.p-top{padding-top:100px}.py-b{padding-bottom:0!important}.cookie-main{width:100%;height:100vh;background:rgba(0,0,0,.4);top:0;z-index:999}.cookie,.cookie-main{position:fixed;left:0}.cookie{padding:30px 15px;bottom:0;right:0;z-index:9999999;background:#fff}.cookie-wrapper{display:flex;align-items:flex-start;gap:30px;flex-wrap:wrap}.cookie-btn{width:calc(35% - 15px);display:flex;justify-content:flex-end;gap:20px;flex-wrap:wrap;flex-direction:column}.cookie_a:hover{color:var(--gray-color)}.cookie-text{width:calc(65% - 15px)}.cookie-text p{color:var(--gray-color)}.cookie-btn .btn{padding:10px 24px;font-family:var(--body-font);font-size:16px;font-weight:400;line-height:24px;letter-spacing:.03em;color:var(--white-color);background-color:var(--primary-color);cursor:pointer;border:1px solid transparent;transition:all .3s ease-in-out}.cookie-btn .btn:hover{border-color:var(--primary-color);background-color:transparent;color:var(--primary-color)}header{background-color:var(--white-color);position:fixed;top:0;left:0;right:0;z-index:99;padding:10px 0}.fix{box-shadow:0 4px 34px 0 #0000001a}.header-wrapper{display:flex;align-items:center;justify-content:space-between}.header-wrapper .menu-icon{cursor:pointer}.header-wrapper .logo a{width:183px}.search{opacity:0}.side-menu{position:fixed;top:0;left:-1000px;width:400px;height:100vh;background-color:var(--white-color);border-right:2px solid var(--sec-color);padding:60px 30px;z-index:99}.side-menu,.side-menu.open{transition:left .6s ease-in;-webkit-transition:left .6s ease-in;-moz-transition:left .6s ease-in;-ms-transition:left .6s ease-in;-o-transition:left .6s ease-in}.side-menu.open{left:0}.side-menu ul{display:flex;flex-direction:column;gap:20px}.side-menu ul li{line-height:24px}.side-menu ul li,.side-menu ul li a{font-size:18px;font-weight:500;letter-spacing:.05em}.side-menu ul li a{line-height:26px;text-transform:uppercase;color:var(--sec-color)}.close-icon img{width:25px;height:auto;cursor:pointer}.close-icon{position:absolute;top:20px;right:20px}.hero-banner{position:relative;max-width:1600px;margin:100px auto 0;padding:0 15px}.hero-banner .hero-img{line-height:0}.hero-banner .hero-img img{max-height:800px;width:100%}.hero-banner .hero-img video{width:100%}.hero-banner .hero-content{padding:64px 84px;background-color:var(--primary-color);color:var(--white-color);max-width:870px;position:absolute;bottom:-80px}.hero-banner .hero-content h1{text-transform:uppercase}.com-title{gap:24px;text-align:left}.analytics-wrapper,.com-title{display:flex;flex-direction:column}.analytics-wrapper{gap:32px}.com-title span{font-size:16px;font-weight:500;line-height:24px;letter-spacing:.05em;color:#084887;text-transform:uppercase}.com-title h2{color:var(--sec-color)}.analytics-text{position:relative}.analytics-text p{color:var(--gray-color)}.service-wrapper{display:flex;flex-direction:column;gap:64px}.service-wrapper .com-title{text-align:center}.service-boxs{display:grid;grid-template-columns:repeat(2,1fr) 1.5fr;grid-gap:16px}.service-box{display:flex;flex-direction:column;align-items:center;gap:36px;padding:48px 32px;background-color:#f2faff;position:relative;z-index:1;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-ms-transition:all .3s ease-in;-o-transition:all .3s ease-in;text-align:center}.service-box a,.unter-content a{color:var(--white-color);font-size:1.5rem;font-weight:400;text-decoration:underline;text-underline-offset:15px}.service-title p{font-weight:700}.service-box:nth-of-type(3){grid-row:span 2;background-color:var(--primary-color)}.service-box:nth-of-type(3) .service-text p{color:var(--white-color)}.service-box:nth-of-type(3) img{display:none}.service-box .service-text p{color:var(--sec-color)}.service-box img{width:62px}.service-hover{opacity:0;z-index:-1;position:absolute;width:100%;height:100%;background-color:var(--primary-color);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:48px 32px;text-align:center;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .3s ease-in;-webkit-transition:opacity .3s ease-in;-moz-transition:opacity .3s ease-in;-ms-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.service-hover p{font-size:20px;font-weight:400;line-height:34px;color:var(--white-color)}.ns-content a,.service-hover a{font-size:24px;font-weight:400;line-height:36px;letter-spacing:.05em;background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;display:block;text-transform:uppercase}.ns-content a:after,.service-hover a:after{position:absolute;content:"";width:150px;height:1px;background:var(--gradient);bottom:-10px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.service-box:hover .service-hover{opacity:1;z-index:2}.ns-latter{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:100px}.ns-content{padding:44px 80px;background-color:var(--primary-color);text-align:center;gap:32px}.ns-content,.ns-content .ns-title{display:flex;flex-direction:column}.ns-content .ns-title{gap:16px;color:var(--white-color)}.ns-content .ns-title p{font-size:20px;font-weight:400;line-height:30px;letter-spacing:.03em}.f-main{display:flex;align-items:center;justify-content:space-between;gap:10px}.f-logo a{width:180px}.f-menu ul{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:center}.f-menu ul li a{font-size:16px;font-weight:500;line-height:24px;letter-spacing:.05em;color:var(--sec-color)}.mail{padding:10px 12px;width:48px;height:48px;border-radius:8px;justify-content:center;background:#0848873d}.f-social,.mail{display:flex;align-items:center}.f-social{gap:16px}.f-social a{background:#08488780;width:40px;height:40px;justify-content:center;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.f-content,.f-social a{display:flex;align-items:center}.f-content{gap:40px;flex-wrap:wrap}.f-content .f-mail{width:calc(55% - 20px);display:flex;gap:32px}.mail-text{display:flex;flex-direction:column;gap:4px}.mail-text p{font-size:18px;letter-spacing:.02em;color:var(--gray-color)}.mail-text .f-title p{font-family:var(--heading-font);font-size:24px;font-weight:400;line-height:34px;color:var(--sec-color);text-transform:capitalize}.f-content .f-ns-mail{display:flex;flex-direction:column}.f-ns-mail form{display:flex;align-items:stretch;gap:16px;width:100%}input{border:none;outline:none}.f-wrapper{display:flex;flex-direction:column;gap:48px}.f-ns-mail form input[type=email]::placeholder{font-family:var(--body-font);font-size:16px;font-weight:400;line-height:25px;color:var(--gray-color)}.f-ns-mail form input[type=button]{padding:10px 24px;font-family:var(--body-font);font-size:16px;font-weight:400;line-height:24px;letter-spacing:.03em;color:var(--white-color);background-color:var(--primary-color);cursor:pointer}.copy-right{padding:16px 0;background-color:var(--sec-color)}.copy-wrapper{gap:30px;flex-wrap:wrap;justify-content:space-between}.copy-text,.copy-wrapper{display:flex;align-items:center}.copy-text{gap:10px}.copy-text p{color:#fff;font-size:14px;font-weight:400;line-height:20px}.copy-link{display:flex;align-items:center;gap:32px}.copy-link a{color:#fff;font-size:14px;font-weight:400;line-height:20px}.unter-analy .analytics-wrapper{gap:48px}.unter-analy-box{padding:48px;display:flex;flex-direction:column;gap:48px;background-color:#f2faff}.unter-analy-box li,.unter-analy-box p{color:var(--gray-color);font-size:18px;font-weight:400;line-height:28px;letter-spacing:.02em}.analytics-wrapper li,.product-blog ul li,.unter-analy-box li{position:relative;padding-left:30px}.analytics-wrapper li:after,.unter-analy-box li:after{background-image:url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_342_678)"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.19336 0.0302748C4.60871 0.22056 3.18511 0.91438 2.04974 2.04975C0.89775 3.20171 0.202152 4.64401 0.0288476 6.24015C-0.00825784 6.58176 -0.00825784 7.41826 0.0288476 7.75986C0.201605 9.35091 0.901387 10.8019 2.04974 11.9503C3.06291 12.9635 4.24364 13.5957 5.64648 13.8763C6.16172 13.9794 6.55763 14.0086 7.21555 13.9924C7.85805 13.9765 8.22175 13.928 8.7818 13.7836C11.2007 13.16 13.1599 11.2007 13.7836 8.78181C13.8723 8.43801 13.9726 7.86661 13.9727 7.70572C13.9727 7.65021 13.985 7.59719 14 7.5879C14.0169 7.57745 14.0273 7.34098 14.0273 6.96944C14.0273 6.57536 14.0179 6.3737 14 6.38477C13.9836 6.39492 13.9727 6.36 13.9727 6.29752C13.9726 6.13378 13.873 5.56484 13.7836 5.2182C13.1599 2.79932 11.2007 0.84006 8.7818 0.216376C8.16873 0.0583022 7.87038 0.021935 7.10937 0.0125834C6.72588 0.00788029 6.31367 0.0158373 6.19336 0.0302748ZM6.37109 0.849165C5.21021 0.977326 4.05989 1.45078 3.13094 2.18278C2.8484 2.40541 2.31101 2.95813 2.08898 3.25446C0.397469 5.5121 0.397469 8.48461 2.08898 10.746C2.50072 11.2964 3.20698 11.9266 3.8313 12.3006C5.38762 13.2329 7.26783 13.428 8.99609 12.8366C10.9916 12.1537 12.4977 10.5022 12.9974 8.44922C13.1237 7.93005 13.1603 7.60479 13.1603 7.00001C13.1603 6.39522 13.1237 6.06996 12.9974 5.55079C12.4001 3.09674 10.3882 1.26602 7.875 0.889689C7.52281 0.83697 6.68593 0.814412 6.37109 0.849165ZM7 7.00001V12.3669L7.2666 12.3481C8.62673 12.2524 9.7708 11.753 10.7152 10.8427C11.5794 10.0096 12.1419 8.90346 12.3077 7.71094C12.354 7.37779 12.3541 6.62365 12.3079 6.28907C12.0839 4.66624 11.1392 3.24645 9.714 2.39045C9.00812 1.96649 8.17827 1.71604 7.2666 1.6519L7 1.63314V7.00001ZM0.0117031 7.00001C0.0117031 7.33838 0.0156133 7.47683 0.0204258 7.30762C0.0252109 7.13845 0.0252109 6.86159 0.0204258 6.69239C0.0156133 6.52321 0.0117031 6.66163 0.0117031 7.00001Z" fill="%23011527"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.37109 0.849178C5.21021 0.977338 4.05989 1.4508 3.13094 2.18279C2.8484 2.40542 2.31101 2.95815 2.08898 3.25447C0.397469 5.51211 0.397469 8.48462 2.08898 10.746C2.50072 11.2965 3.20698 11.9266 3.8313 12.3006C5.38762 13.2329 7.26783 13.428 8.99609 12.8366C10.9916 12.1537 12.4977 10.5023 12.9974 8.44924C13.1237 7.93006 13.1603 7.60481 13.1603 7.00002C13.1603 6.39523 13.1237 6.06997 12.9974 5.5508C12.4001 3.09675 10.3882 1.26603 7.875 0.889701C7.52281 0.836983 6.68593 0.814424 6.37109 0.849178ZM7 7.00002V12.3669L7.2666 12.3481C8.62673 12.2524 9.7708 11.753 10.7152 10.8427C11.5794 10.0096 12.1419 8.90347 12.3077 7.71096C12.354 7.3778 12.3541 6.62366 12.3079 6.28908C12.0839 4.66626 11.1392 3.24646 9.714 2.39046C9.00812 1.9665 8.17827 1.71606 7.2666 1.65191L7 1.63315V7.00002Z" fill="%23EEF0F8"/></g><defs><clipPath id="clip0_342_678"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>');content:"";position:absolute;left:0;width:14px;height:14px;background-size:cover;top:7px}.unter-analy-box img{height:450px}.unter-img{display:flex;align-items:stretch;gap:48px}.unter-img .unter-text,.unter-img img,.unter-postion-img{width:calc(50% - 24px)}.unter-postion-img img{width:100%;height:100%}.unter-postion-img{position:absolute;top:0;right:0;height:100%}.analytics-dummy-list ul li,.product-dami-text,.product-dummy-text ul li,.unter-about,.unter-analy-box,.unter-analytes{position:relative}.unter-img-text .com-title .unter{text-align:center}.product-dami-text:after{position:absolute;content:"";width:150px;height:1px;background-color:var(--primary-color);bottom:0;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);margin-bottom:20px}.unter-about-wrapper{display:flex;flex-direction:column;gap:48px}.unter-analy-bg-none{background:none}.unter,.unter-about-title,.unter-analy-box .com-title h2{color:var(--primary-color);text-align:center}.unter-analy.unter-analy-ti .com-title span{text-align:center}.unter-analy.unter-analy-ti .com-title h2{color:var(--sec-color)}.unter-analy-box .com-title h2{text-align:left;color:var(--sec-color)}.unter-about-boxs{display:flex;flex-wrap:wrap;align-items:stretch;gap:48px;position:relative}.unter-about-box{border:1px solid #00000014;padding:48px;display:flex;flex-direction:column;gap:24px;width:calc(50% - 24px);min-height:370px;background:#f2faff;text-align:center;align-items:center}.unter-about-box .unter-about-no{width:64px}.unter-about-boxs:after{position:absolute;content:"";border:40px solid var(--white-color);background-color:var(--primary-color);width:160px;height:160px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.unter-about-box-title p{color:var(--sec-color);font-weight:700}.unter-content{background:var(--primary-color)}.unter-about-box .unter-about-text{letter-spacing:.02em;color:var(--sec-color)}.unter-content{text-align:center;display:flex;flex-direction:column;gap:48px;padding:48px}.unter-content p{font-size:20px;line-height:34px;letter-spacing:.03em;color:var(--white-color);margin-bottom:0}.analytics-wrapper p strong{font-size:20px;font-weight:500;line-height:32px;letter-spacing:.03em}.unter-img-text{gap:48px}.team-wrapper,.unter-img-text{display:flex;flex-direction:column}.team-wrapper{gap:100px}.team-box{display:flex;background-color:#f2faff;margin-left:48px;gap:48px}.team-content,.team-img{width:calc(50% - 24px)}.team-img{margin:-48px 0 48px -48px}.team-content{text-align:center;display:flex;flex-direction:column;gap:20px;padding:32px 48px}.team-content .team-text{width:83%;margin:0 auto;color:var(--sec-color)}.team-title{display:flex;flex-direction:column;gap:8px}.team-title h2{color:var(--primary-color)}.team-title span{font-size:14px;font-weight:500;line-height:21px;letter-spacing:.05em;color:var(--gray-color)}.team-call{display:flex;align-items:center;gap:10px;justify-content:center}.team-call svg{flex:none}.team-call a{font-size:18px;font-weight:400;line-height:30px;flex:none;color:var(--sec-color)}.team-call img{width:20px;height:20px}.team-box:nth-child(2n){flex-direction:row-reverse;margin-left:0;margin-right:48px}.team-box:nth-child(2n) .team-img{margin:-48px -48px 48px 0}.doc-box{gap:8px;width:calc(50% - 24px)}.doc-box,.docs-bg{display:flex;flex-direction:column}.docs-bg{padding:32px;gap:24px;background-color:#f2faff;flex:1}.docs-bg h2{color:var(--sec-color)}.docs-bg .doc-dec{color:var(--gray-color)}.doc-box a{padding:10px;display:flex;align-items:center;gap:16px;font-size:18px;font-weight:500;line-height:27px;letter-spacing:.03em;color:var(--primary-color)}.dokument-wrapper{display:flex;align-items:stretch;gap:48px;flex-wrap:wrap}.doc-box a img{width:20px;height:20px}.review-box{display:flex;align-items:stretch;transition:opacity .3s ease;opacity:1}.review-wrapper{display:flex;flex-direction:column;gap:48px}.review-img{width:315px;height:315px;flex:none}.review-img img{width:100%;height:100%}.review-text{padding:0 48px;display:flex;flex-direction:column;gap:24px}.review-text img{width:64px!important}.re-content p{color:var(--gray-color)}.re-title h3{color:var(--primary-color)}.re-title p{font-size:14px;font-weight:400;line-height:21px;letter-spacing:.14em;color:var(--gray-color);text-transform:uppercase}.review-box.center .review-text{padding:0 48px;height:auto}.review-img{transition:transform .3s ease}.review-box{overflow:hidden}.review-box.center .review-text{display:flex;flex:none;width:50%}.review-slide .owl-nav,.review-slide .owl-stage{display:flex;justify-content:center}.review-slide .owl-nav{align-items:center;gap:20px;margin-top:20px}.review-slide .owl-nav button.owl-next,.review-slide .owl-nav button.owl-prev{display:flex;align-items:center;justify-content:center;width:33px;height:33px;background-color:var(--primary-color)!important;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.review-slide .owl-nav button span{font-size:0}.review-slide .owl-nav button.owl-next span:after,.review-slide .owl-nav button.owl-prev span:after{position:absolute;background-image:url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fillRule="evenodd" clipRule="evenodd" d="M16.3327 7.00081L1.66602 7.00081L16.3327 7.00081Z" fill="white"/><path d="M16.3327 7.00081L1.66602 7.00081" stroke="%23fff" strokeWidth="1.5" strokeLinecap="round" fillRule="round"/><path d="M10.832 1.50073L16.332 7.00073L10.832 12.5007" stroke="%23fff" strokeWidth="1.5" strokeLinecap="round" fillRule="round"/></svg>');content:"";top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:16px;height:15px;background-position:50%;background-repeat:no-repeat}.review-slide .owl-nav button.owl-prev span:after{background-image:url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fillRule="evenodd" clipRule="evenodd" d="M1.66732 7.00081L16.334 7.00081L1.66732 7.00081Z" fill="white"/><path d="M1.66732 7.00081L16.334 7.00081" stroke="%23fff" strokeWidth="1.5" strokeLinecap="round" fillRule="round"/><path d="M7.16797 1.50073L1.66797 7.00073L7.16797 12.5007" stroke="%23fff" strokeWidth="1.5" strokeLinecap="round" fillRule="round"/></svg>')}.product-dec-wrapper{display:flex;flex-direction:column;gap:32px}section.product-dec.py{padding-top:180px}.product-dec-wrapper .com-title h1{text-align:left;color:var(--sec-color)}.product-dec-wrapper .product-title h2{font-weight:700;color:#084887;font-family:var(--body-font)}.analytics-dummy-list ul li,.product-dummy-text ul li{padding-left:182px}.analytics-dummy-list ul li:after,.product-dummy-text ul li:after{position:absolute;content:"";width:150px;height:1px;background-color:var(--primary-color);top:50%;left:0;transform:translateY(-50%)}.product-dami-text{text-align:center;padding-bottom:84px}.product-dami-text p{color:var(--gray-color)}.product-sliders img{height:450px}.product-sliders .owl-nav button span{font-size:0}button.owl-next span,button.owl-prev span{position:relative;display:block}.product-sliders .owl-nav{position:absolute;left:50%;bottom:53px;display:flex;align-items:center;gap:20px;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.product-content{gap:16px}.product-blog,.product-content{display:flex;flex-direction:column}.product-blog{gap:48px;background:#f2faff;padding:48px}.product-blog p,.product-blog ul{margin-bottom:0;color:var(--sec-color)}.product-sliders .owl-nav button.owl-next span:after,.product-sliders .owl-nav button.owl-prev span:after{position:absolute;background-image:url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fillRule="evenodd" clipRule="evenodd" d="M16.3327 7.00081L1.66602 7.00081L16.3327 7.00081Z" fill="white"/><path d="M16.3327 7.00081L1.66602 7.00081" stroke="%23323232" strokeWidth="1.5" strokeLinecap="round" fillRule="round"/><path d="M10.832 1.50073L16.332 7.00073L10.832 12.5007" stroke="%23323232" strokeWidth="1.5" strokeLinecap="round" fillRule="round"/></svg>');content:"";top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:16px;height:15px;background-position:50%;background-repeat:no-repeat}.product-sliders .owl-nav button.owl-prev span:after{background-image:url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fillRule="evenodd" clipRule="evenodd" d="M1.66732 7.00081L16.334 7.00081L1.66732 7.00081Z" fill="white"/><path d="M1.66732 7.00081L16.334 7.00081" stroke="%23323232" strokeWidth="1.5" strokeLinecap="round" fillRule="round"/><path d="M7.16797 1.50073L1.66797 7.00073L7.16797 12.5007" stroke="%23323232" strokeWidth="1.5" strokeLinecap="round" fillRule="round"/></svg>')}.product-sliders .owl-nav button.owl-next,.product-sliders .owl-nav button.owl-prev{display:flex;align-items:center;justify-content:center;width:33px;height:33px;background-color:var(--white-color)!important;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.product-analy-box .com-title,.product-analy-box .com-title h2,.product-analy-box .com-title span{text-align:center}.product-texts{display:flex;align-items:center;gap:48px}.product-texts .pr-text,.product-texts img{width:calc(50% - 24px)}.pr-text li,.pr-text p,.product-line li,.product-line p,.product-title li,.product-title p{color:var(--gray-color)}.product-line{display:flex;flex-direction:column;gap:48px}.product-line .com-title{text-align:left}.product-line img{margin:20px 0}strong{font-weight:500}.pr-blog-boxs{display:flex;align-items:stretch;gap:16px;flex-wrap:wrap}.pr-blog-box{padding:48px 0;background-color:#f2faff;width:calc(33.33% - 11px);text-align:center;display:flex;flex-direction:column;gap:48px}.pr-blog-box .pr-dec{padding:0 48px;color:var(--sec-color)}.pr-blog-box .pr-title p{font-family:var(--heading-font);font-size:24px;font-weight:400;line-height:32px;padding:4px 0;color:var(--primary-color);background-color:var(--white-color)}.contact-wrapper{display:flex;align-items:stretch;gap:64px;flex-wrap:wrap}.contact-text .com-title h2{color:var(--primary-color)}.privacy-container{display:flex;justify-content:flex-start;align-items:flex-start;column-gap:16px;row-gap:16px}.privacy-container .privacy-checkbox{width:auto!important;margin-top:7px}.privacy-container p{font-size:16px;line-height:26px}.success-message{margin-top:20px;padding:15px;border:1px solid #7cdf93;border-radius:5px}.error-message{margin-top:20px;padding:15px;border:1px solid #f5c6cb;border-radius:5px}.contact-form,.contact-text{width:calc(50% - 32px)}.contact-text{gap:48px}.contact-detail,.contact-text{display:flex;flex-direction:column}.contact-detail{gap:32px}.contact-detail .cd-box{display:flex;align-items:center;gap:32px}.contact-detail .cd-box .cd-img{width:56px;flex:none}.contact-detail .cd-box .cd-title{display:flex;flex-direction:column;gap:4px}.contact-detail .cd-box .cd-title p:first-child{margin-bottom:0;font-family:var(--heading-font);font-size:20px;line-height:26px;color:var(--gray-color)}.contact-detail .cd-box .cd-title a,.contact-detail .cd-box .cd-title p{font-family:var(--body-font);font-size:20px;font-weight:400;line-height:28px;color:var(--sec-color)}.contact-form{padding:48px;background-color:#f2faff;display:flex;flex-direction:column;gap:24px}.contact-form form{display:flex;flex-direction:column;width:100%;gap:32px}.contact-form form .in-filds{display:flex;flex-wrap:wrap;width:100%;gap:32px}.contact-form form .in-filds .in-fild{width:calc(50% - 16px)}.contact-form form .in-fild{width:100%}.contact-form form .in-fild input,.contact-form form .in-fild textarea{width:100%;background-color:transparent;outline:none;border:none;border-bottom:1px solid #d4d4d4;padding:4px 0;font-family:var(--body-font);font-size:18px;font-weight:400;line-height:30px;color:#3f434ab2}.contact-form form .in-fild input::placeholder,.contact-form form .in-fild textarea::placeholder{font-family:var(--body-font);font-size:18px;font-weight:400;line-height:30px;color:#3f434ab2}.contact-form form .in-fild textarea{width:100%;height:100px;resize:none}.in-button{display:flex;align-items:center;gap:20px}.in-button input[type=submit]{background-color:var(--primary-color);padding:10px 24px;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.03em;color:var(--white-color);text-transform:uppercase}.map-wrapper{display:flex;flex-direction:column;gap:64px}.map-img{max-width:1004px;margin:0 auto;width:100%}.maping-text{text-align:center;width:fit-content;background-color:#f5f5f5;padding:8px 32px;margin:0 auto}.maping-text p{font-size:18px;font-weight:500;line-height:27px;letter-spacing:.05em;color:var(--gray-color)}.f-content .f-ns-mail{width:calc(45% - 20px);justify-content:end}.f-social-links{display:flex;gap:10px;text-align:center}.f-social-links a{background:rgba(8,72,135,.502);width:40px;height:40px;padding:8px;border-radius:50%;transition:all .36s ease-in}.f-social-links a:hover{background-color:var(--primary-color)}.f-social-links img{width:auto;height:auto}.mail img{width:24px;height:25px}.copy-text img{width:24px;flex:none}.f-ns-mail form input[type=email]{padding:10px 16px;border:1px solid #3f434a52;font-family:var(--body-font);font-size:16px;font-weight:400;line-height:25px;color:var(--gray-color);width:70%;flex:1}.input-box{width:100%}.icon-options{display:flex;align-items:center;gap:16px;margin-top:8px}.icon-label{cursor:pointer}.icon-label input[type=radio]{display:none}.icon-container{padding:4px;border:2px solid transparent;border-radius:4px;display:inline-flex;justify-content:center;align-items:center}.icon-label input[type=radio]:checked+.icon-container{border-color:orange}.error-message,.error-text{font-size:14px;margin-top:8px;color:red}.rendom-img{width:25px!important;height:25px!important}.dots-container{display:flex}.dot{height:15px;width:15px;margin-right:10px;border-radius:10px;background-color:#000;animation:pulse 2.5s ease-in-out infinite}.dot:last-child{margin-right:0}.dot:first-child{animation-delay:-.3s}.dot:nth-child(2){animation-delay:-.1s}.dot:nth-child(3){animation-delay:.1s}.collapsible__drag{color:red!important}@keyframes pulse{0%{transform:scale(.8);background-color:#000}50%{transform:scale(1.2);background-color:#000}to{transform:scale(.8);background-color:#000}}@media(max-width:1360px){.unter,.unter-about-title,.unter-analy-box .com-title h2,h1{font-size:52px;line-height:66px}.product-sliders .owl-nav{bottom:16px}.hero-banner .hero-content{padding:52px}h2{font-size:44px;line-height:54px}.com-title{gap:20px}.service-hover{padding:32px}.hero-banner .hero-content{bottom:-52px}.team-content .team-text{width:100%}.team-content{padding:20px 24px}}@media(max-width:1240px){.unter,.unter-about-title,.unter-analy-box .com-title h2,h1{font-size:48px;line-height:62px}.team-content,.team-img{width:calc(53% - 24px)}.product-dec-wrapper{gap:48px}}@media(max-width:1150px){.service-box{gap:24px}.service-wrapper{gap:36px}.ns-latter{padding:60px}.py{padding:70px 0}section.product-dec.py{padding-top:150px}.unter-about-boxs:after{border:20px solid var(--white-color)}.unter-analy .analytics-wrapper{gap:34px}.product-sliders img{height:400px}.contact-form form .in-filds .in-fild{width:100%}.cookie-btn{width:calc(40% - 15px)}.cookie-text{width:calc(60% - 15px)}.date-content{padding-top:150px}}@media(max-width:1024px){.unter,.unter-about-title,.unter-analy-box .com-title h2,h1{font-size:44px;line-height:56px}.hero-banner .hero-content{max-width:750px}.product-dec-wrapper .com-title h1,h2{font-size:40px;line-height:50px}.com-title{gap:16px}.analytics-wrapper{gap:20px}.unter-analy-box{padding:32px}.unter-analy-box img{height:300px}.unter-postion-img img{height:100%}.unter-about-boxs:after{top:45%}.unter-img-text{gap:32px}.team-content{width:100%}.product-dami-text{padding-bottom:55px}.product-sliders img{height:330px}.pr-blog-box{width:calc(50% - 8px)}.doc-title h2,.product-dec-wrapper .product-title h2,h4{font-size:27px;line-height:36px}.dokument-wrapper{gap:24px}.doc-box{width:calc(50% - 12px)}}@media(max-width:991px){.f-content .f-mail,.f-content .f-ns-mail,.f-menu,.f-social{width:100%}.f-ns-mail form{justify-content:center}.f-main{flex-wrap:wrap;gap:28px}.f-menu ul{align-items:flex-start;justify-content:start;flex-direction:column}.team-wrapper.py .team-box:first-child{margin-top:50px}section.product-dec.py{padding-top:100px}.pr-blog-box .pr-dec{padding:0 30px}.pr-blog-box{padding:30px 0}.product-texts{gap:24px;flex-direction:column}.product-texts .pr-text,.product-texts img{width:100%}.service-boxs{grid-template-columns:repeat(2,1fr)}.service-box:nth-of-type(3){grid-column:span 2;order:1}.contact-form,.contact-text{width:100%}.contact-form form .in-filds .in-fild{width:calc(50% - 16px)}.contact-text{gap:30px}.contact-wrapper{gap:40px}.cookie-wrapper{flex-wrap:wrap!important;flex-direction:column}.cookie-btn,.cookie-text{width:100%}.analytics-dummy-list ul li,.product-dummy-text ul li{padding-left:152px}.analytics-dummy-list ul li:after,.product-dummy-text ul li:after{width:120px}}@media(max-width:860px){.py{padding:50px 0}.unter,.unter-about-title,.unter-analy-box .com-title h2,h1{font-size:40px;line-height:52px}.product-dec-wrapper .com-title h1,h2{font-size:36px;line-height:46px}.service-box,.service-hover{padding:20px}.ns-content a,.service-hover a{font-size:20px}.unter-img{gap:24px;flex-direction:column}.unter-img .unter-text,.unter-img img,.unter-postion-img{width:100%}.unter-postion-img{position:unset;height:auto}.unter-about-boxs:after{display:none}.unter-about-boxs{gap:24px}.unter-about-box{padding:20px;width:calc(50% - 12px);min-height:auto}.unter-analy-box{gap:30px}.product-sliders img{height:250px}.review-img{width:150px;height:150px}.review-text{padding:0 20px}}@media(max-width:768px){.ns-content{padding:30px 50px}.ns-latter{padding:40px}.hero-banner .hero-content{max-width:600px;padding:40px 30px;bottom:-35px}.team-content{gap:15px}.product-sliders img{height:186px}.product-blog{gap:24px;padding-top:24px}.product-blog p,.product-blog ul{width:100%;padding:0 15px}.doc-title h2,.product-dec-wrapper .product-title h2,h4{font-size:22px;line-height:34px}.review-img{width:150px}.re-title h3,h5{font-size:22px;line-height:32px}}@media(max-width:650px){.doc-box{width:100%}.unter,.unter-about-title,.unter-analy-box .com-title h2,h1{font-size:36px;line-height:46px}.product-dec-wrapper .com-title h1,h2{font-size:34px;line-height:44px}.hero-banner .hero-content{max-width:540px}.unter-about-box{width:100%}.unter-analy-box{gap:24px}.team-box:nth-child(2n),.team-wrapper.py .team-box:first-child{flex-direction:column;gap:0}.team-box:nth-child(2n){margin-right:0}.team-box:nth-child(2n) .team-img,.team-img{margin:-48px 0 30px -20px}.team-box,.team-box:nth-child(2n){margin-left:20px}.pr-blog-box{width:100%}.product-dec-wrapper{gap:24px}.review-box{overflow:hidden;flex-direction:column;gap:20px}.review-img{margin:0 auto}.review-img img{border-radius:50%}.review-text{gap:16px;padding:0}.analytics-dummy-list ul li,.product-dummy-text ul li{padding-left:116px}.analytics-dummy-list ul li:after,.product-dummy-text ul li:after{width:100px}}@media(max-width:600px){.copy-wrapper{flex-direction:column-reverse;gap:16px}.f-ns-mail form input[type=email],.service-box{width:100%}.service-boxs{grid-template-columns:repeat(1,1fr)}.service-box:nth-of-type(3){grid-column:auto}.service-box{padding:30px}.hero-banner .hero-content{max-width:100%;position:unset}.ns-content,.ns-latter{padding:20px}.analytics-wrapper.py.py-b{padding:0}.team.py.py-b,.unter-analytes.py.py-b,section.contact.py.py-b,section.dokument.py.py-b{padding-top:0!important}.contact-detail .cd-box .cd-title p br{display:none}.contact-form form .in-filds .in-fild{width:100%}.contact-form{padding:24px}section.section.product-dec.py.py-b{padding:0!important}.unter-analy-box{padding:20px}.unter-analy-box img{height:auto}.re-title h3,h5{font-size:20px;line-height:30px}}@media(max-width:576px){.hero-banner .hero-img img,.hero-banner .hero-img video{max-height:unset;height:300px}.hero-banner .hero-img video{height:auto}.unter,.unter-about-title,.unter-analy-box .com-title h2,h1{font-size:32px;line-height:42px}.product-dec-wrapper .com-title h1,h2{font-size:30px;line-height:40px}.mail-text .f-title p{font-size:22px}.hero-banner .hero-content{padding:20px}.team-content,.team-img{width:100%}.team-box:nth-child(2n) .team-img,.team-img{margin:0}.team-box,.team-box:nth-child(2n){margin-left:0}.team-wrapper.py .team-box:first-child{margin-top:0}.team-call{flex-direction:column}.team-content{padding:16px}.team-wrapper{gap:24px}}@media(max-width:500px){.f-ns-mail form{flex-direction:column}.analytics-dummy-list ul li,.product-dummy-text ul li{padding-left:92px}.analytics-dummy-list ul li:after,.product-dummy-text ul li:after{width:60px}.docu-banner .hero-content h1{text-transform:uppercase}}@media(max-width:400px){.side-menu{width:300px;padding:60px 16px}}@media(max-width:375px){.ns-content,.ns-latter{padding:10px}.analytics-wrapper p strong{font-size:18px;line-height:28px}}@font-face{font-family:Bona Nova;src:url(/_next/static/media/BonaNova-Bold.4a9fabfe.woff2) format("woff2"),url(/_next/static/media/BonaNova-Bold.e1c6b952.woff) format("woff"),url(/_next/static/media/BonaNova-Bold.72691d04.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-ExtraLight.961fa457.woff2) format("woff2"),url(/_next/static/media/Poppins-ExtraLight.a8958857.woff) format("woff"),url(/_next/static/media/Poppins-ExtraLight.4fd3d736.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-ExtraBold.00539afe.woff2) format("woff2"),url(/_next/static/media/Poppins-ExtraBold.865d8a42.woff) format("woff"),url(/_next/static/media/Poppins-ExtraBold.f38bcdc3.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Bold.9888d611.woff2) format("woff2"),url(/_next/static/media/Poppins-Bold.ab377f9c.woff) format("woff"),url(/_next/static/media/Poppins-Bold.67731366.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Bona Nova;src:url(/_next/static/media/BonaNova-Regular.7ad41042.woff2) format("woff2"),url(/_next/static/media/BonaNova-Regular.4319f4b7.woff) format("woff"),url(/_next/static/media/BonaNova-Regular.c67cde36.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Italic.9c80bb9e.woff2) format("woff2"),url(/_next/static/media/Poppins-Italic.56688a67.woff) format("woff"),url(/_next/static/media/Poppins-Italic.84d21e5a.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Black.df49989c.woff2) format("woff2"),url(/_next/static/media/Poppins-Black.c02a46aa.woff) format("woff"),url(/_next/static/media/Poppins-Black.eba51289.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Bona Nova;src:url(/_next/static/media/BonaNova-Italic.15783bf0.woff2) format("woff2"),url(/_next/static/media/BonaNova-Italic.da11c418.woff) format("woff"),url(/_next/static/media/BonaNova-Italic.050b7a19.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Light.4dc90cc0.woff2) format("woff2"),url(/_next/static/media/Poppins-Light.b4200b4e.woff) format("woff"),url(/_next/static/media/Poppins-Light.e75d9e54.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Medium.f26573e7.woff2) format("woff2"),url(/_next/static/media/Poppins-Medium.1c4c6847.woff) format("woff"),url(/_next/static/media/Poppins-Medium.77edf0c2.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Thin.336f55f0.woff2) format("woff2"),url(/_next/static/media/Poppins-Thin.487b250d.woff) format("woff"),url(/_next/static/media/Poppins-Thin.19790a38.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-SemiBold.877aa368.woff2) format("woff2"),url(/_next/static/media/Poppins-SemiBold.a9463670.woff) format("woff"),url(/_next/static/media/Poppins-SemiBold.d803fc5b.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Regular.ec9d8e7c.woff2) format("woff2"),url(/_next/static/media/Poppins-Regular.aaea7ff1.woff) format("woff"),url(/_next/static/media/Poppins-Regular.778ccfde.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}