﻿[data-before-showing]:not(.not-animated)>*:not(.no-child-animation),[data-before-showing]:not(.not-animated)>:not(.button){opacity:0}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation),[data-after-showing]:not(.not-animated):not(.button){animation:fadeInScale .3s cubic-bezier(0, 0.5, 0.5, 1.3) forwards}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation):nth-child(1){animation-delay:.1s}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation):nth-child(2){animation-delay:.2s}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation):nth-child(3){animation-delay:.3s}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation):nth-child(4){animation-delay:.4s}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation):nth-child(5){animation-delay:.5s}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation):nth-child(6){animation-delay:.6s}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation):nth-child(7){animation-delay:.7s}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation):nth-child(8){animation-delay:.8s}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation):nth-child(9){animation-delay:.9s}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation):nth-child(10){animation-delay:1s}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation):nth-child(11){animation-delay:1.1s}[data-after-showing]:not(.not-animated)>*:not(.no-child-animation):nth-child(12){animation-delay:1.2s}.child-invisible>*:not(.no-child-animation),.child-invisible.self-invisible:not(.button){opacity:0}.animate-childs>*:not(.no-child-animation),.animate-childs.animate-self:not(.button){animation:fadeInScale .3s cubic-bezier(0, 0.5, 0.5, 1.3) forwards}.animate-childs>*:not(.no-child-animation):nth-child(1){animation-delay:.1s}.animate-childs>*:not(.no-child-animation):nth-child(2){animation-delay:.2s}.animate-childs>*:not(.no-child-animation):nth-child(3){animation-delay:.3s}.animate-childs>*:not(.no-child-animation):nth-child(4){animation-delay:.4s}.animate-childs>*:not(.no-child-animation):nth-child(5){animation-delay:.5s}.animate-childs>*:not(.no-child-animation):nth-child(6){animation-delay:.6s}.animate-childs>*:not(.no-child-animation):nth-child(7){animation-delay:.7s}.animate-childs>*:not(.no-child-animation):nth-child(8){animation-delay:.8s}.animate-childs>*:not(.no-child-animation):nth-child(9){animation-delay:.9s}.animate-childs>*:not(.no-child-animation):nth-child(10){animation-delay:1s}.animate-childs>*:not(.no-child-animation):nth-child(11){animation-delay:1.1s}.animate-childs>*:not(.no-child-animation):nth-child(12){animation-delay:1.2s}.scale-on-hover>*,.scale-after-hover::after{transition:all .3s cubic-bezier(0, 0.5, 0.5, 1.3)}.scale-on-hover:hover>*,.scale-on-hover:active>*,.scale-after-hover:hover::after{transform:scale(1.1)}.animate-timeline-bg{transition:background-position .7s ease-in-out;background-size:200% 100%;background-position:right bottom;background-image:linear-gradient(to left, transparent 50%, #C5DF5B 50%)}.animate-timeline-bg.is-red{background-image:linear-gradient(to left, transparent 50%, #FF0000 50%)}.animate-timeline-bg.is-green{background-image:linear-gradient(to left, transparent 50%, #00A264 50%)}.animate-timeline-bg.not-bg{background:none}[data-after-showing=true] .animate-timeline-bg{background-position:left bottom}.animate-timeline-bg.is-red span,.animate-timeline-bg.is-green span,.animate-timeline-bg.not-bg span{position:relative;background-size:200% 100%;transition:background-position .7s ease-in-out;-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);border-radius:1px;z-index:1}.animate-timeline-bg.is-red span{background-image:linear-gradient(to right, #232021 50%, #FFF 50%)}.animate-timeline-bg.not-bg span.is-red{background-image:linear-gradient(to right, #FFF 50%, #FF0000 50%)}.animate-timeline-bg.not-bg.bgrey span.is-red{background-image:linear-gradient(to right, #232021 50%, #FF0000 50%)}.animate-timeline-bg.not-bg span.is-green{background-image:linear-gradient(to right, #232021 50%, #00A264 50%)}[data-after-showing=true] .animate-timeline-bg span{background-position:-100% 0}@keyframes fadeInScale{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes unblur{0%{opacity:0;filter:blur(20px);transform:scale(0.95) skew(-10deg)}100%{opacity:1;filter:blur(0);transform:scale(1) skew(0)}}@keyframes phoneIcon{0%,20%,32%,44%,56%,68%,80%,100%{transform:rotate3d(0, 0, 1, 0deg)}23%,35%,47%,59%,71%{transform:rotate3d(0, 0, 1, 15deg)}29%,41%,53%,65%,77%{transform:rotate3d(0, 0, 1, -15deg)}}.phone-animation:hover>span{animation:phoneIcon 1.5s linear infinite}html{height:100%;-webkit-font-smoothing:subpixel-antialiased}body{margin:0;padding:0;color:#232021;font-family:"Roboto Condensed",sans-serif;background:#fff no-repeat left top;font-size:13px;font-weight:400;-webkit-font-smoothing:antialiased;letter-spacing:1px}a{color:red}figure,blockquote{margin:0;padding:0}dt{margin:1em 0}dt::before{content:"⏤ ";display:inline-block;position:relative;left:-0.5em}dt h3{display:inline-block}.table{border-spacing:0;border-collapse:separate;border-bottom:1px solid #777}.table td{border-top:1px solid #777;font-size:13px;line-height:15px}.table td,.table tr{margin:0;padding:10px 15px;box-sizing:border-box}.mdash::before{content:"— "}.dimmer-black{position:relative;overflow:hidden}.dimmer-black>*{position:relative;z-index:2}.dimmer-black::before{content:"";position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);top:0;left:0;transition:all .3s ease-in-out}.dimmer-black:hover::after{filter:blur(5px)}.dimmer-black picture{display:flex;position:absolute;width:100%;height:100%;z-index:0;left:0;top:0}.dimmer-black picture img{width:100%;height:100%;object-fit:cover}.author-info{display:inline-block}.author-pic{width:60px;height:60px;display:inline-block;position:relative;overflow:hidden;border-radius:100px;margin-right:1em}.author-pic img{display:block;width:100%;height:100%;object-fit:cover}.author-section .author-pic{width:300px;height:300px;border-radius:50%}.author-section .button{text-transform:none}.author-description{align-items:flex-start;padding:60px 0 0 60px}.emphasized-text,.click-to-tweet{border-width:1px 0;border-style:solid;border-color:#000;display:block;padding:1em;float:right}.click-to-tweet a{position:relative;display:inline-block;border:2px solid #00acee;background-color:#00acee;color:#fff;font-size:14px;font-weight:500;padding:0 7px;border-radius:5px;line-height:23px;text-decoration:none}.collapse-item .flex{cursor:pointer}.collapse-item .button-arrow{position:absolute;left:-2em;top:6px}.collapse-content{height:0;overflow:hidden;margin:0;transition:all .5s ease-out}.collapse-content.expanded{margin-top:1em}.bull{display:inline-flex;align-items:center;padding-left:20px;position:relative;gap:5px}.bull a{padding-right:5px}.bull::before{content:"";display:inline-flex;border-radius:50%;width:6px;height:6px;background:#000;position:absolute;top:11px;left:5px}.cwhite .bull::before{background:#fff}#ifrmTrustBadge{display:none}.g-recaptcha .grecaptcha-badge{transform:translateY(-79px)}.captcha{display:block;position:fixed;z-index:1;bottom:0;right:0;width:70px;height:75px}.calendar-widget-wrap{margin-top:-16px;padding-left:4em;height:650px}.hubspot-disable-focus-styles{background:red}.pcidss,.iso{flex:1;padding:17px 0;min-width:180px}.lyd-grey{background-color:#f5f5f5}.cgrey{color:#777}.bgrey{background-color:#edeced}.byellow{background-color:#fede01}.byellowsoft{background-color:#cce474}.byellowsoft-05{background-color:rgba(204,228,116,.5019607843)}.bblue{background-color:#6dd0f5}.bwhite{background-color:#fff}.bwhite-05{background-color:hsla(0,0%,100%,.05)}.bred{background-color:red}.byellow-1{background-color:#f7dd5c}.brose{background-color:#f1859b}.brose-1{background-color:#ff8d9b}.brose-05{background-color:rgba(241,133,155,.4980392157)}.bdark{background-color:#232021;color:#fff}.bg-very-soft{background-color:#8ee0ed}.bpine{background-color:#d0ece4}.bsepia{background-color:#f7f1d7}.blightrose{background-color:#f7cdd5}.bbluegrayish{background-color:#e4f8fb}.bblue1{background-color:#9dd8f5}.bgreen{background-color:#d3efbb}.bdarkgrey{background-color:#b5b5b5}.brosegrey{background-image:linear-gradient(180deg, #f7cdd5, #EDECED)}.bbluerose{background:linear-gradient(45deg, #6DD0F5, #F1859B)}.broseblue{background:linear-gradient(45deg, #F1859B, #6DD0F5)}.byellowrose{background:linear-gradient(45deg, #FEDE01, #F1859B)}.byellowgrey{background:linear-gradient(45deg, #FEDE01, #EDECED)}.brosegrey{background:linear-gradient(45deg, #F1859B, #EDECED)}.bbluegrey{background:linear-gradient(45deg, #6DD0F5, #EDECED)}.cwhite{color:#fff}.cred{color:red}.cred_best-test{color:#ff3d2e}.cbrandred{color:red}.cgreen{color:#6ce355}.cblue{color:#7ecce0}.c-def-link{color:#0070e0}.cblack{color:#000}.cdark{color:#232021}.filter-white{filter:brightness(0) invert(1)}.filter-black{filter:brightness(0) saturate(100%)}.bbred{border-bottom:2px solid #f7cdd5}.bblack{border-bottom:2px solid #000}.bbwhite{border-bottom:2px solid #fff}.label-your-data-wrapper{padding:0 0 17px 17px;display:block;position:relative}.box{display:inline-block;padding:.3em 1em;background:#444;color:#fff;margin-right:4px}.dblock{display:block}.flex{display:flex;align-items:center}.flex-container{display:flex}.flex-center{justify-content:center;align-items:center}.flex-justify-around{justify-content:space-around}.flex-justify-center{justify-content:center}.flex-justify-between{justify-content:space-between}.flex-justify-end{justify-content:flex-end}.flex-justify-evenly{justify-content:space-evenly}.flex-align-start{align-items:flex-start}.flex-align-center{align-items:center}.flex-vertical{flex-direction:column}.flex-stretch{align-items:stretch}.flex-wrap{flex-wrap:wrap}.flex0{flex:0 1 0;min-width:0;margin-right:0}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.flex-grow-1{flex-grow:1}.tile{margin-top:17px;margin-right:17px;min-width:100px;min-height:100px;position:relative}.big-cta-tile{min-height:70vh;padding:1em}.not-minHeight{min-height:inherit}.tile-not-mt{margin-top:0}.tile-top-negative{margin-top:-17px}.content-tile{padding:10% 1em}.img-tile{overflow:hidden}.img-tile img:not(.picture-mark-icon){width:100%}.img-wrp{width:100%;background-repeat:no-repeat;background-position:center center;background-size:cover}.tile-row>*:not(.tile-container){margin-right:17px}.photo-tiles{min-height:50%}.tile-mini{margin-top:0;margin-right:2px;margin-bottom:2px;position:relative}.tile-gap-mini{gap:2px}.gap-10{gap:10px}.gap-15{gap:15px}.gap-5{gap:5px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-100{gap:100px}.gap-60{gap:60px}.tile-gap-mini .flex-b-33{flex-basis:calc(33.3333333333% - 2px + .6666666667px)}.tile-gap-mini .flex-b-50{flex-basis:calc(50% - 2px + 1px);box-sizing:border-box}.tile-gap-mini .flex-b-25{flex-basis:calc(25% - 2px + .5px);box-sizing:border-box}.tile-mini_bottom{margin-block:0 2px;position:relative}.tile-mini_right{margin-right:2px;position:relative}.tile.tile-mini-container{margin-right:15px;margin-bottom:-2px;position:relative}.tile-mheight-auto{min-height:inherit}.gallery-tile>*{position:relative;max-height:700px;text-align:center;min-height:auto}.subscribe-tile{min-height:auto;overflow:hidden;position:relative}.subscribe-tile::before,.subscribe-tile::after{content:"";width:200px;height:200px;background-color:hsla(0,0%,100%,.5);border-radius:50%;z-index:0;position:absolute;animation:circle-move 28s ease-in-out infinite;top:0;left:0}.subscribe-tile::after{background-color:rgba(0,0,0,0);border:5px dotted hsla(0,0%,100%,.5);width:420px;height:420px;animation-name:dotted-circle-move}.subscribe-tile>*{z-index:2;position:relative}.radius4{border-radius:4px}.radius50{border-radius:50%}.w30{width:30%}.w100{width:100%;box-sizing:border-box}.height100{height:100%}.bcenter{display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center}.box-size-border{box-sizing:border-box}.mwidth800{max-width:800px}.mwidth700{max-width:700px}.mwidth600{max-width:600px}.maxw-550{max-width:550px}.maxw-450{max-width:450px}.mwidth400{max-width:400px}.mwidth200{max-width:180px}.mwidth100{max-width:100px}.minwidth200{min-width:200px}.minwidth300{min-width:300px}.minh200{min-height:200px}.tmh300{min-height:350px}.maxh-440{max-height:440px}.maxh-600{max-height:600px}.maxh-700{max-height:700px}.tmh400{min-height:400px;box-sizing:border-box}.tmh450{min-height:450px}.tmh500{min-height:500px}.tmh550{min-height:550px}.mauto{margin:auto}.m0{margin:0}.mt0{margin-top:0}.mt05{margin-top:.5em}.mb0{margin-bottom:0 !important}.mb05{margin-bottom:.5em}.mb1{margin-bottom:1em}.mb05{margin-bottom:.5em}.mb2{margin-bottom:2em}.mb3{margin-bottom:3em}.mb4{margin-bottom:4em}.mt1{margin-top:1em}.mt15{margin-top:1.5em}.mt2{margin-top:2em}.mt3{margin-top:3em}.mt4_5{margin-top:4.5em}.mr0{margin-right:0}.mr1{margin-right:1em}.mr2{margin-right:2em}.mr05{margin-right:.5em}.mr_5px{margin-right:5px}.mr_10px{margin-right:10px}.mt30{margin-top:30px}.mblock0{margin-block:0}.mtauto{margin-top:auto}.mlauto{margin-left:auto}.p1{padding:1em}.pl1{padding-left:1em}.pl2{padding-left:2em}.pr1{padding-right:1em}.pr-6{padding-right:6px}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-17{margin-top:17px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}.mt-80{margin-top:80px}.pb-50{padding-bottom:50px}.mb-30{margin-bottom:30px}.mb-20{margin-bottom:20px}.mb-10{margin-bottom:10px}.mb-12{margin-bottom:12px}.mb-12:last-of-type{margin-bottom:0}.mb-14{margin-bottom:14px}.mt-14{margin-top:14px}.ml-4{margin-left:4px}.ml-14{margin-left:14px}.ml-16{margin-left:16px}.pr05{padding-right:.5em}.p-60{padding:60px}.pt-20{padding-top:20px}.pt-30{padding-top:30px}.gap-4{gap:4px}.gap-17{gap:17px}.gap-20{gap:20px}.gap-40{gap:40px}.mr-6{margin-right:8px}.mr-8{margin-right:8px}.mr-10{margin-right:10px}.mt-10{margin-top:10px}.mt-12{margin-top:12px}.mt-25{margin-top:25px}.p-block-60px{padding-block:60px}.p-40{padding:40px}.p-20{padding:20px}.p-80{padding:80px}.pr2{padding-right:2em}.pr50{padding-right:50%}.p2{padding:2em}.p3{padding:3em}.pr3{padding-right:3em}.pblock3{padding-block:3em}.pinline3{padding-inline:3em}.p2p3{padding:2em 3em}.pblock4{padding-block:4em}.pblock50{padding-block:50px}.pt0{padding-top:0}.pb0{padding-bottom:0}.p6{padding:6em}.pb2{padding-bottom:2em}.pb7{padding-bottom:7em}.p6p{padding:6% 1em}.pinnline2{padding-inline:2em}.pinline6{padding-inline:6em}.pinline15{padding-inline:15em}.pblock-5{padding-block:5px}p,li,dd,blockquote{line-height:1.5em}.lh1{line-height:1em}.lh13{line-height:1.3em}.lh15{line-height:1.5em}.lh2{line-height:2em}.f12{font-size:12px}.f13{font-size:13px}.f14{font-size:14px}.f15{font-size:15px}.f16{font-size:16px}.h1{font-size:54px}.h2{font-size:36px}.h3{font-size:28px}.h4{font-size:20px}.h6{font-size:16px}.f17{font-size:17px}.f18{font-size:18px}.f19{font-size:19px}.f20{font-size:20px}.f22{font-size:22px}.f23{font-size:23px}.f24{font-size:24px}.f25{font-size:25px}.f26{font-size:26px}.f27{font-size:27px}.f28{font-size:28px}.f30{font-size:30px}.f32{font-size:32px}.f35{font-size:35px}.f36{font-size:36px}.f40{font-size:40px}.f42{font-size:42px}.f45{font-size:45px}.f50{font-size:50px}.f54{font-size:54px}.f60{font-size:60px}.f70{font-size:70px}.f80{font-size:80px}.f120{font-size:120px}.f230{font-size:230px}.fnormal{font-style:normal}.fitalic{font-style:italic}.tacenter{text-align:center}.taleft{text-align:left}.taright{text-align:right}.fblack-w{font-weight:900}.fbold{font-weight:800}.fmedium{font-weight:500}.fsemiBold{font-weight:600}.fregular{font-weight:400}.roboto-light-300{font-family:"Roboto",sans-serif;font-weight:300}.fbook{font-weight:300}.flight{font-weight:100}.fno-wrap{white-space:nowrap}.froboto{font-family:"Roboto",serif}.tuppercase{text-transform:uppercase}.tlowercase{text-transform:lowercase}.text-overflow{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.text-overflow.line-2{-webkit-line-clamp:2}.text-overflow.line-3{-webkit-line-clamp:3}[class*=icon-size-]{width:auto;max-width:100%;height:auto;object-fit:contain;flex-shrink:0}.icon-size-10h{height:10px}.icon-size-12h{height:12px}.icon-size-15{width:15px}.icon-size-20{width:20px}.icon-size-30{height:30px}.icon-size-32{width:32px}.icon-size-18h{height:18px}.icon-size-52h{height:52px}.icon-size-24{width:24px}.icon-size-25{width:25px}.icon-size-16{width:16px}.icon-size-17{width:17px}.icon-size-18{width:18px}.icon-size-40{width:40px}.icon-size-45_mod{width:45px;height:45px}.icon-size-40h{height:40px}.icon-size-54{width:54px}.icon-size-55{width:clamp(50px,5vw,55px)}.icon-size-60{width:60px}.icon-size-70{width:70px}.icon-size-85{width:85px}.icon-size-195{width:195px}.icon-size-85h{height:85px}.icon-size-80h{height:80px}.icon-rotate-180{transform:rotate(180deg)}[class*=image-size-]{object-fit:cover;width:100%;height:100%;flex-shrink:0}[class*=image-size-].hauto{height:auto}[class*=image-size-].object-top{object-position:top}.image-size-280h{height:300px}.image-size-autoh{height:auto;max-height:280px}.icon-fix-5{position:relative;top:5px}.icon-fix-3{position:relative;top:3px}.img-cover{display:flex;width:100%;height:100%;object-fit:cover}.team-photo{min-width:250px}.tdnone{text-decoration:none}.invert{filter:invert(1)}.ohidden{overflow:hidden}.dnone{display:none}.prelative{position:relative}.z1{z-index:1}.psticky{position:sticky;top:0;z-index:1}.psticky.top-80{top:80px}.psticky.top-95{top:95px}.psticky.top-230{top:230px}.top17{top:17px}.emphasized-text{float:none}.is-hidden{display:none !important}.is-transparent{opacity:0}.opacity-50{opacity:.5}.opacity-05{opacity:.05}.img-dark{display:none !important}.button{display:inline-block;text-decoration:none;text-transform:uppercase;font-weight:800;font-family:inherit;border:2px solid;padding:10px 14px;cursor:pointer;border-radius:4px;position:relative;transform-style:preserve-3d;transform:translateZ(0);transition:all .3s ease;letter-spacing:2px}.button.is-loading{position:relative;pointer-events:none}.button.is-loading .btn-spinner{opacity:1;visibility:visible}.btn-spinner{display:flex;justify-content:center;align-items:center;position:absolute;top:-2px;left:-2px;width:calc(100% + 4px);height:calc(100% + 4px);background:hsla(0,0%,100%,.75);z-index:4;border-radius:4px;overflow:hidden;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.btn-spinner::before{content:"";width:22px;height:22px;border:2px solid red;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.button.normal-case{text-transform:capitalize}.button:active{transform:scale(0.99)}.b-red{color:red !important;border-color:red}.b-black{color:#000;border-color:#000}.b-white{color:#fff;border-color:#fff}.b-red-filled{color:#fff;border-color:red;background-color:red}.b-black-filled{color:#fff;border-color:#000;background-color:#000}.b-black::before,.b-red::before,.b-white::before,.b-red-filled::before,.b-black-filled::before{content:"";position:absolute;width:100%;height:0;border-bottom-left-radius:100%;border-bottom-right-radius:100%;transition:all .3s ease;background-color:#000;top:0;left:0;transform:translateZ(-1px);z-index:0;cursor:pointer}.b-red-filled::before,.b-black-filled::before{transform:translateZ(1px)}.b-black:hover::before,.b-red:hover::before,.b-white:hover::before,.b-red-filled:hover::before,.b-black-filled:hover::before{height:100%;border-radius:0;transform:translateZ(-1px)}.b-red-filled:hover::before,.b-black-filled:hover::before{transform:translateZ(1px)}.b-black:hover,.b-red:hover{color:#fff !important}.b-white:hover{color:#000 !important}.b-red::before{background-color:red}.b-white::before{background-color:#fff}.b-red-filled::before{background-color:hsla(0,0%,100%,.1)}.b-black-filled::before{background-color:hsla(0,0%,100%,.15)}.b-xl{padding:14px 32px}.b-xm{padding:10px 26px}.button.has-icon{display:flex;justify-content:center;align-items:center}.button.has-icon img{margin-right:6px}.b-contact-sm{padding-block:6px;width:210px;text-align:center;font-size:20px}.btn-with-circle{padding-right:50px}.share-button{border-radius:50px !important;padding-left:40px;margin-right:1em;white-space:nowrap;padding-block:8px}.share-button::after{content:"";width:31px;height:31px;filter:grayscale(100%) brightness(470%);position:absolute;top:-1px;left:-1px;background-size:contain}.share-li::after{background-image:url("../../../../../img/linkedin.svg")}.share-fb::after{background-image:url("../../../../../img/facebook.svg")}.share-in::after{background-image:url("../../../../../img/instagram.svg")}.share-tw::after{background-image:url("../../../../../img/twitter.svg")}.share-button:hover{color:#fff !important}.share-button::before{background-color:#000;height:100%;width:0;border-radius:50px !important;left:15px}.share-button:hover::before{border-radius:50px !important;height:100%;width:100%;left:0;z-index:-1}.b-black.share-button::after{filter:grayscale(1) brightness(1) contrast(3.5);background-color:#fff;border:2px solid #000;border-radius:50px;top:-1px;left:-1px;background-size:30px 30px;background-position:center center;transition:all .3s ease-in-out;width:28px;height:28px}.big-cta{font-size:17px;padding:14px 120px 14px 20px;background-image:url("../../../../../img/zig-zag-arrow.svg");background-position:right center;background-repeat:no-repeat;background-size:80px 7px;transition:all .3s ease-in-out}.big-cta:hover{background-size:70px 8px}.button-flight{animation:buttonFlight 3s ease-in-out infinite}.button-self-animate{animation:fadeInScale .3s cubic-bezier(0, 0.5, 0.5, 1.3) forwards}.button-arrow{position:relative;display:inline-block;width:20px;height:20px;outline:none;border:none;cursor:pointer;z-index:4;background:none;transition:all .3s ease}.button-arrow::before,.button-arrow::after{content:"";position:absolute;left:0;top:7px;width:18px;height:3px;background-color:#000;border-radius:10px;transform:rotateZ(45deg);transform-origin:left center;transition:all .3s ease}.button-arrow::after,.button-arrow::after{transform:rotateZ(-45deg);top:9px}.button-arrow:hover::before,.button-arrow:hover::before{transform:rotateZ(53deg)}.button-arrow:hover::after,.button-arrow:hover::after{transform:rotateZ(-53deg)}.button-arrow.arrow-top{transform:rotate(90deg)}.button-arrow.arrow-right{transform:rotate(180deg)}.button-arrow.arrow-bottom{transform:rotate(270deg)}.button-circle{display:flex;justify-content:center;align-items:center;width:47px;height:47px;border-radius:50%;outline:none;cursor:pointer;background:rgba(0,0,0,0);border:1px solid #000}.button-circle+.button-circle{margin-left:1.5em}.button-circle .button-arrow::before,.button-circle .button-arrow::after{width:16px;left:50%;margin-left:-8px}.btn-closed{width:25px;height:25px;position:absolute;top:25px;right:25px;outline:none;border:none;background:none;cursor:pointer}.button-link{display:flex;align-items:center;text-transform:uppercase;text-decoration:none;color:red;font-weight:700}.button-link img{filter:brightness(0) saturate(100%) invert(16%) sepia(79%) saturate(6948%) hue-rotate(357deg) brightness(98%) contrast(116%)}.main-menu,.main-menu li,.header-social,.header-social li{list-style:none;margin:0;padding:0}.header{display:flex;justify-content:space-between;align-items:stretch;position:sticky;top:0;z-index:10;width:calc(100% - 16px);padding-block:17px;background:#fff;letter-spacing:2px;transition:.4s ease}.header.align-center{align-items:center}.menu-wrap{display:flex;width:100%;padding-left:40px}.header a:not(.button,.button-link){display:flex;text-decoration:none;color:#000}.header-logo{display:flex;align-items:center;width:132px}.header-logo img{display:flex;object-fit:cover;height:60px}.main-menu{display:flex;align-items:center;justify-content:space-evenly;margin-inline:auto;gap:23px;box-sizing:border-box}.main-menu>li{display:flex;align-items:center;height:100%;box-sizing:border-box}.main-menu>li.sm-link-show{display:none}.main-menu>li.has-child{position:relative}.main-menu>li.has-child:before{content:"";width:100%;height:3px;position:absolute;top:calc(100% + 14px);background:red;transform:scaleX(0);transform-origin:left;transition:all .3s .1s}.main-menu>li.has-child:hover:before{transform:scaleX(100%)}.main-menu>li.has-child:hover .tile-list-link{overflow:visible}.main-menu>li.has-child:hover .tile-list-link::before{transform:rotate(-180deg)}.main-menu>li.has-child:hover .header-sub-menu{transform:scaleY(1);max-height:390px}.tile-list-link,.main-menu>li>a{display:flex;align-items:center;font-weight:700;text-transform:uppercase;box-sizing:border-box}.main-menu li.has-child .tile-list-link{display:flex;align-items:center;position:relative;padding-right:17px;overflow:hidden;transition:all .3s .1s}.main-menu li.has-child .tile-list-link::before{content:"";background:url("../../../../../img/icons/arrow.svg") no-repeat;background-size:contain;width:12px;height:7px;position:absolute;right:0;transition:all .3s .1s}.header-sub-menu{display:flex;flex-direction:column;position:fixed;left:0;top:calc(var(--header-height));width:100vw;max-height:0;transform:scaleY(0);transform-origin:top;background:#fff;transition:all .3s .1s;box-sizing:border-box;letter-spacing:.16px}.header-sub-menu::before{content:"";height:1px;position:absolute;left:0;top:0;width:100%;z-index:1;background:#e3e3e3;transition:all .3s .1s}.header-sub-menu p{margin:0;padding:0}.header-sub-menu .header-for-list-wrap{display:flex;padding:10px 30px;background:#f6f6f6;color:#7c7c7c;font-weight:500}.header-sub-menu .header-for-list{display:flex;flex-wrap:wrap}.header-sub-menu .header-for-list .flex-container:last-of-type+span{display:none}.header-sub-menu .header-column-wrap{display:flex;background:#fff}.header-sub-menu .header-column{display:flex;flex-direction:column;margin-block:35px 30px;padding-inline:25px;position:relative}.header-sub-menu .header-column::before{content:"";position:absolute;top:0;left:0;width:1px;height:100%;background:#e3e3e3}.header-sub-menu .header-column:first-child::before{content:none;display:none}.header-sub-menu .header-column .header-column-tile{display:flex;justify-content:space-between;padding-inline:10px;letter-spacing:1px}.header-sub-menu .header-column .button-link{gap:6px}.header-sub-menu .header-childs{display:flex;flex-direction:column}.header-sub-menu .header-childs a:not(.button){display:flex;padding:10px;min-width:197px;transition:all .3s .1s;box-sizing:border-box;cursor:pointer}.header-sub-menu .header-childs a:not(.button):hover{background:#e4f8fb;cursor:pointer}.header-sub-menu .header-childs a:not(.button).preview-mod{max-width:280px}.header-sub-menu .header-childs a:not(.button).preview-mod img.icon-size-20{width:115px;height:60px;object-fit:cover}.header-sub-menu .weekly-banner{padding:10px;margin:10px 10px 0;border-radius:0;background-image:url("../../../../../img/main-page/weekly-banner_bg.jpg");height:auto}.header-sub-menu .weekly-banner .button{display:flex;justify-content:center;align-items:center;box-sizing:border-box;min-width:64px;padding:7px 15px}.weekly-banner{display:flex;justify-content:space-between;height:100%;align-items:flex-end;box-sizing:border-box;background:url("../../../../../img/main-page/weekly-banner_bg_front.jpg") center center no-repeat;background-size:cover}.weekly-banner .banner-text{display:flex;flex-direction:column;letter-spacing:0;text-transform:uppercase;color:#fff;font-family:"Roboto",sans-serif}.weekly-banner .banner-text>*{line-height:normal}.header+.team-section,.header+.company-page,.header+.major-request-form{margin-top:-17px}.banner-product-hunt{display:flex;justify-content:center;align-items:center;background:#ff6f00;position:sticky;top:0;margin-left:-17px;box-sizing:border-box;padding-inline:17px;z-index:5;height:0;font-family:"Roboto",sans-serif;letter-spacing:0;overflow:hidden;transition:.4s ease}.banner-product-hunt .button{display:flex;align-items:center;justify-content:center;height:30px;box-sizing:border-box;margin-left:15px;padding:0 8px}.banner-product-hunt .button-closed{outline:none;border:none;background:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;position:absolute;right:17px;cursor:pointer;padding:0}.banner-product-hunt .button-closed img{width:16px;height:16px;object-fit:contain;opacity:.7;filter:brightness(0) invert(1)}.banner-product-is-showed .header{top:52px}.banner-product-is-showed .banner-product-hunt{height:52px}.burger-ctrl{position:absolute;z-index:-999;opacity:0;visibility:hidden}.burger{display:none;cursor:pointer}.burger span{display:block;width:30px;height:3px;margin-bottom:5px;position:relative;background:#000;border-radius:3px;z-index:1;transform-origin:4px 0;transition:transform .5s cubic-bezier(0.77, 0.2, 0.05, 1),background .5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity .55s ease}.burger span:nth-of-type(1){transform-origin:0 0}.burger span:nth-of-type(2){transform-origin:0 100%}.burger-ctrl:checked~.burger>span:nth-of-type(1){opacity:1;transform:rotate(45deg) translate(1px, -2px);background:#232323}.burger-ctrl:checked~.burger>span:nth-of-type(2){opacity:0;transform:rotate(0deg) scale(0.2, 0.2)}.burger-ctrl:checked~.burger>span:nth-of-type(3){transform:rotate(-45deg) translate(-2px, 0px)}@media screen and (max-width: 1000px){.label-your-data-wrapper:not(selector){padding-top:105px}.label-your-data-wrapper:not(selector).has-product-banner.banner-product-is-showed{padding-top:146px}.header{position:fixed;left:0;width:100%;align-items:center;padding:17px;box-sizing:border-box}.header-logo{margin-left:-4px}.menu-wrap{flex-direction:column;padding-left:0;position:absolute;left:0;top:100%;overflow:hidden;padding-inline:0;height:0;background:#fff;transition:all .3s .1s;box-sizing:border-box;overflow-y:auto}.burger-ctrl:checked~.menu-wrap{height:calc(100vh - 94px);padding-top:13px}.main-menu{margin-inline:0;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:25px;max-height:calc(100% - 99px);overflow-y:auto;padding-inline:17px}.main-menu>li{height:auto;flex-shrink:0}.main-menu>li.has-child{flex-direction:column;align-items:flex-start;width:100%}.main-menu>li.has-child::before{content:none;display:none}.main-menu>li.has-child:hover .header-sub-menu{transform:scaleY(1);max-height:850px}.main-menu>li.has-child .tile-list-link{width:100%}.main-menu>li.sm-link-show{display:flex}.main-menu+.flex{flex-direction:column;align-items:flex-start;margin-top:25px;padding:17px;border-top:1px solid #e3e3e3}.main-menu+.flex.gap-10{gap:0}.main-menu+.flex .button-link{display:none}.header-sub-menu{position:static;width:100%}.header-sub-menu::before{content:none;display:none}.header-sub-menu .header-for-list-wrap{flex-direction:column;background:none;padding:0 0 25px;margin-top:25px;position:relative}.header-sub-menu .header-for-list-wrap::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#e3e3e3}.header-sub-menu .header-for-list-wrap .header-for-list.gap-20{gap:10px}.header-sub-menu .header-column-wrap{flex-direction:column}.header-sub-menu .header-column{margin-block:25px 0;padding:0 0 25px}.header-sub-menu .header-column:first-child::before{content:"";display:revert}.header-sub-menu .header-column::before{top:revert;bottom:0;width:100%;height:1px}.header-sub-menu .header-column .header-column-tile{padding-inline:0}.header-sub-menu .header-column .header-childs{margin-top:20px;gap:15px}.header-sub-menu .header-column .header-childs a:not(.button){padding:0}.header-sub-menu .header-column .header-childs a:not(.button).preview-mod{max-width:380px}.header-sub-menu .weekly-banner{margin:0}.banner-product-hunt{position:fixed;margin-left:0;top:0;left:0;width:100vw}.burger-ctrl,.burger{display:flex;flex-direction:column}}@media screen and (max-width: 770px){.banner-product-hunt{justify-content:flex-start}.banner-product-hunt h2{max-width:220px}.banner-product-hunt h2.f15{font-size:14px}.banner-product-hunt .button{margin-left:12px}}@media screen and (max-width: 550px){.main-menu{height:100%}.main-menu+.flex{justify-content:space-between;flex:1}.main-menu+.flex .head-button-wrap{width:100%}.main-menu+.flex .head-button-wrap a.button{display:inline-flex;width:calc(50% - 3px);box-sizing:border-box;text-align:center;justify-content:center}}footer *{margin:0;padding:0;line-height:15.5px}footer a,footer p{color:#c1c1c1}footer .h1-animate-text-wrap{width:fit-content;padding-block:5px}footer .frame-square{background:#232021;border-width:2px;width:7px;height:7px}footer .frame-square:nth-child(1){top:-5px;left:-4px}footer .frame-square:nth-child(2){top:-5px}footer .frame-square:nth-child(3){bottom:-4px;left:-4px}footer .frame-square:nth-child(4){bottom:-4px}footer .h1-animate-text{border-width:2px}footer a{text-decoration:none}footer a:not(.tdnone):hover{text-decoration:underline}footer>.flex-container{justify-content:space-between}footer .has-top-border{border-top:1px solid #3c3c3c;margin-top:3em;padding-top:3em}.footer-col{display:flex;flex-direction:column;flex-shrink:0;width:100%}.footer-col:nth-of-type(1){max-width:190px}.footer-col:nth-of-type(2){max-width:135px}.footer-col:nth-of-type(3){max-width:184px}.footer-col:nth-of-type(4){max-width:205px}.footer-col:nth-of-type(5){max-width:172px}.footer-big-text{font-weight:800;letter-spacing:0}.footer-big-text>*{line-height:120%}.footer-link-list{display:flex;flex-wrap:wrap;gap:17px 20px;margin-top:17px}.footer-link-list a{flex:1}.footer-link-list .footer-list-col{flex:1 0 auto;display:flex;gap:17px;flex-direction:column}.clutch-widget{display:flex;width:100%}.footer-social-list{list-style:none}.footer-social-list img{filter:brightness(0) saturate(100%) invert(87%) sepia(12%) saturate(8%) hue-rotate(337deg) brightness(86%) contrast(96%)}@media screen and (max-width: 1080px){footer .has-top-border{margin-top:2em;padding-top:2em}}@media screen and (max-width: 980px){footer>.flex-container{flex-direction:column}.footer-col{margin-top:28px}.footer-col:first-of-type{margin-top:0}.flex-container.has-top-border .footer-col:first-of-type{order:5;margin-top:28px}.flex-container.has-top-border .footer-col:nth-of-type(2){margin-top:0}}@media screen and (max-width: 670px){footer .has-top-border{margin-top:1.5em;padding-top:1.5em}}.accordion-wrap{display:flex;flex-direction:column;gap:30px}.accordion-item{padding-bottom:30px;border-bottom:1px solid #fff}.accordion-item.is-active .accordion-content{grid-template-rows:1fr}.accordion-item.is-active .accordion-head .accordion-icon img{transform:rotate(180deg)}.accordion-item .bull{display:inline-block;padding-left:22px}.accordion-item .bull::before{width:3px;height:3px;top:13px;left:5px}.accordion-head h3{padding-right:24px;letter-spacing:0;cursor:pointer}.accordion-head .accordion-icon{flex-shrink:0;margin-left:auto;width:34px;height:34px;cursor:pointer}.accordion-head .accordion-icon img{width:28px;height:auto;object-fit:contain;transition:all .35s ease}.accordion-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s ease}.accordion-content>div{overflow:hidden}.accordion-content p{margin-top:24px}@media screen and (max-width: 770px){.accordion-wrap{gap:24px}.accordion-item{padding-bottom:24px}.accordion-head h3{padding-right:17px}.accordion-head .accordion-icon{width:24px;height:24px}.accordion-head .accordion-icon img{width:22px}.accordion-content p{margin-top:17px}}@media(prefers-color-scheme: dark){body:not(.dark-mode-off) .accordion-icon{filter:brightness(0) invert(1)}body:not(.dark-mode-off) .accordion-item{border-color:hsla(0,0%,100%,.2)}}.slider-feedback,.slider-swiper{width:100%;height:100%}.slider-feedback #ai-slider .swiper-slide,.slider-swiper #ai-slider .swiper-slide{display:flex;height:auto}.slider-feedback #ai-slider .swiper-slide>.flex-container,.slider-swiper #ai-slider .swiper-slide>.flex-container{width:100%}.slider-feedback .swiper-slide{display:flex;flex-direction:column;text-align:left;align-items:flex-start;box-sizing:border-box;height:auto}.slider-feedback .swiper-slide>img{height:15px;width:auto;object-fit:contain}.feedback-client img{width:50px;height:50px;object-fit:contain;margin-right:14px;border-radius:50%}.slider-feedback-btn-wrap{position:absolute;width:calc(100% - 6em);bottom:5px;left:3em;height:max-content;display:flex;justify-content:space-between}.slider-feedback-btn-wrap .button-circle+.button-circle{margin-left:0}.stars{position:relative;display:inline-block;width:96px;height:15px}.stars-empty,.stars-filled{position:absolute;top:0;left:0;height:100%;background-repeat:no-repeat}.stars-empty{width:100%;background-image:url("../../../../../img/about/stars-empty.svg")}.stars-filled{background-image:url("../../../../../img/about/stars-filled.svg");overflow:hidden}@media(prefers-color-scheme: dark){body:not(.dark-mode-off) .swiper-wrapper .swiper-slide.p3.bwhite{background-color:#444}body:not(.dark-mode-off) .bgreen.tile.pblock50{background-color:#242424}}@media screen and (max-width: 670px){.slider-feedback-section .gap-60.flex-container{flex-direction:column;gap:34px}.slider-feedback-section .gap-60.flex-container .counter-item::after{top:inherit;bottom:-18px;right:50%;transform:translateX(50%);width:28px;height:2px}}@keyframes animateHeadText{0%{opacity:1;border-color:rgba(0,0,0,0);height:0;width:0}15%{opacity:1;border-color:rgba(0,0,0,0);height:0;width:0}50%{opacity:1;border-color:red;height:100%;width:0}100%{opacity:1;border-color:red;height:100%;width:calc(100% + 5px)}}@keyframes fadeInAndScale{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}.h1-animate-text-wrap{display:inline-flex;position:relative;padding-bottom:5px;padding-right:5px;margin-right:-5px}.h1-animate-text{position:absolute;top:0;left:-5px;border-style:solid;border-width:3px;width:0;height:0;opacity:0;background:rgba(255,0,0,.05);box-sizing:border-box}[data-after-showing=true].h1-animate-text{animation:animateHeadText 2.5s cubic-bezier(0.215, 0.61, 0.355, 1) both}.frame-square{display:flex;width:9px;height:9px;border-width:3px;border-style:solid;background:#edeced;position:absolute;z-index:1;box-sizing:border-box}.frame-square:nth-child(1){top:-6px;left:-6px}.frame-square:nth-child(2){top:-6px;left:calc(100% - 3px)}.frame-square:nth-child(3){bottom:-6px;left:-6px}.frame-square:nth-child(4){bottom:-6px;left:calc(100% - 3px)}[data-before-showing] .frame-square{opacity:0}[data-after-showing=true] .frame-square{animation:fadeInAndScale .3s cubic-bezier(0, 0.5, 0.5, 1.3) forwards}@media(prefers-color-scheme: dark){body:not(.dark-mode-off) .frame-square{background:#242424}}.counter-wrap{gap:80px}.counter-wrap.front-mod .counter-item::after{opacity:.1}.counter-wrap.front-mod .counter-cap{white-space:nowrap}.counter-wrap.front-mod .counter{justify-content:flex-start;text-align:left}.counter-item,.counter-number-wrap{position:relative;z-index:3}.counter{display:inline-flex;justify-content:center;position:absolute;width:100%;top:0;left:0;text-align:center}.counter:first-letter{color:green}.counter-cap{opacity:0}.counter-item::after{content:"";position:absolute;top:0;right:-38px;width:2px;height:100%;background:#fff}.counter-item:first-of-type .counter::after,.counter-item:first-of-type .counter-cap::after{content:"+";font-size:24px;padding-left:3px;color:red}.counter-item:last-of-type::after{content:none;display:none}.gap-60 .counter-item::after{right:-28px}.inactive{background-color:#ebebeb;border-color:#444}.bdisabled{background-color:#cdcdcd !important;color:#000 !important;background-image:none;border-color:#bbb !important}span.error{display:block;background-color:red;padding:10px 10px;font-weight:bold;color:#fff;top:0;left:0;animation:opacity .3s forwards;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1em;max-width:400px;box-sizing:border-box;position:relative}.valid{background-color:#b9ffd1 !important;color:#006423}input[disabled]{border-color:#cdcdcd !important;background-color:#cdcdcd !important;color:#000 !important;outline:none 0}input[type=submit]{appearance:none;display:none}.input{border:2px solid #999;border-radius:0;padding:9px 13px 10px 13px;display:block;width:100%;font-size:17px;margin-bottom:11px;outline-color:red;-webkit-font-smoothing:antialiased;box-sizing:border-box;resize:vertical;max-height:250px}.input:focus:not(.error){border-color:#000}.input-black{border-color:#000}input,textarea{font-family:"Roboto Condensed",sans-serif}input.error,textarea.error{border-color:red}.major-request-form-contents{max-width:700px}span.error.valid{display:none !important}.main-request-form-wrap{max-height:999px;overflow:hidden;opacity:1;transition:.3s all ease}.main-request-form-wrap.removed{max-height:0;margin:0;opacity:0}.main-request-form .input{margin-bottom:10px}.main-request-form p.error,.main-request-form p.common-error{overflow:hidden;max-height:50px;opacity:1;transition:.3s all ease-out}.main-request-form p.error::before,.main-request-form p.common-error::before{content:"⚠ ";font-family:system-ui}.main-request-form p.error:not(.show),.main-request-form p.common-error:not(.show){max-height:0;opacity:0;margin-top:0}.main-request-form p.error{position:relative;top:-10px}.main-request-form p.common-error{font-size:18px}.new-form-wrap .main-request-form-wrap.removed{opacity:0}.new-form-wrap .form-success-msg{position:absolute;top:0;left:0;width:100%;height:100%;max-height:none;opacity:0;z-index:-1}.new-form-wrap .form-success-msg.show{opacity:1;z-index:1}.form-success-msg{max-height:600px;overflow:hidden;transition:.3s all ease;opacity:1}.form-success-msg:not(.show){max-height:0;opacity:0;padding:0}.das-mod .input{border:1px solid #d5d5d5;border-radius:4px;color:#232021}.das-mod .input::placeholder{color:#757575}.das-mod textarea.input{height:120px}.bgrey .form-success-msg .icon-size-70{filter:brightness(0) saturate(100%) invert(9%) sepia(1%) saturate(3350%) hue-rotate(289deg) brightness(93%) contrast(89%)}.bgrey p.error{color:red}#contact_form .flex-container.new-form-wrap{width:100%}.form-line-wrap{display:inline-flex;align-items:center}.form-line-wrap.line-red img{filter:brightness(0) saturate(100%) invert(14%) sepia(84%) saturate(7372%) hue-rotate(1deg) brightness(112%) contrast(117%)}.form-line-wrap img{padding-left:10px}.logo-sm-show{display:none}.cta-kicker{position:relative}.cta-kicker::before{content:"*";position:absolute;left:-15px;top:-3px;font-size:20px;color:red}.section-form-logo-list{display:flex;flex-direction:column;gap:17px}.section-form-logo-list .logo-list-row{display:flex;justify-content:center;align-items:center;gap:20px}.section-form-logo-list .logo-list-row .logo-list-item-form{display:flex;justify-content:center;align-items:center;flex-basis:109px;flex-grow:1;height:42px;padding:5px 0;box-sizing:border-box}.section-form-logo-list .logo-list-row .logo-list-item-form img{max-width:100%;max-height:100%;object-fit:contain;filter:invert(1);opacity:.5}@media(max-width: 800px){.new-form-wrap{flex-direction:column}.new-form-wrap .logo-sm-hide{display:none}.new-form-wrap .logo-sm-show{display:flex;width:100%;justify-content:center;margin-bottom:17px}.sm-mb-0{margin-bottom:0}}@media screen and (max-width: 670px){.section-form-logo-list{flex-direction:row}.section-form-logo-list .logo-list-row{flex-direction:column;margin-top:0;width:calc(50% - 17px)}.section-form-logo-list .logo-list-row .logo-list-item-form{flex-basis:auto}}.article-section .tile-row>*:not(.tile-container){margin:2px 2px 0 0}.tile-row.articles{padding:0;margin:0;list-style:none;flex-wrap:wrap}.tile-row.articles .articles-item{min-width:300px;list-style:none;flex-wrap:wrap}.articles-item{width:100%;display:flex;flex-direction:column;color:#fff;align-items:flex-start}.articles-item::after{background-position:center 70%}.article-thumbnail-img::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-size:cover;background-position:center center}.contact-dialog{border:none;padding:0;width:calc(100% - 34px);max-width:590px}.contact-dialog.modal-new-form{max-width:fit-content;background:none;box-shadow:0 7px 42px rgba(0,0,0,.25)}.contact-dialog.modal-new-form .dialog-container{padding:0}.contact-dialog.modal-new-form .btn-closed{width:24px;height:24px;top:12px;right:12px;padding:0;display:flex;justify-content:center;align-items:center;z-index:2}.contact-dialog.modal-new-form .btn-closed img{width:16px;filter:brightness(0) invert(1)}.contact-dialog.modal-new-form .new-form-wrap{max-width:1246px}.contact-dialog.modal-new-form .calendar-container{width:922px}.contact-dialog.modal-new-form .calendar-container .meetings-iframe-container{width:100%}.contact-dialog.calendar-mod{box-shadow:none}.contact-dialog.calendar-mod .btn-closed{background:#fff;width:28px;height:28px;top:16px;right:0}.contact-dialog.calendar-mod .btn-closed img{filter:brightness(0) saturate(100%) invert(64%) sepia(0%) saturate(1250%) hue-rotate(262deg) brightness(95%) contrast(81%)}.contact-dialog .main-request-form-wrap{z-index:1}.contact-dialog .main-request-form-wrap.removed{max-height:revert;margin:revert;opacity:revert;z-index:-1}.contact-dialog .form-success-msg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.contact-dialog .form-success-msg:not(.show){max-height:revert;padding:revert}.contact-dialog .form-success-msg.show{opacity:1}.dialog-container{padding:5.5em;box-sizing:border-box;width:100%}dialog::backdrop{background:rgba(0,0,0,.4)}@media(max-width: 800px){.contact-dialog.modal-new-form{max-width:none}.contact-dialog.modal-new-form .btn-closed img{filter:brightness(0) saturate(100%);opacity:.6}.contact-dialog.modal-new-form .new-form-wrap{width:100%}.contact-dialog.modal-new-form .flex-1.p3.bdark{display:none}.contact-dialog.calendar-mod .btn-closed{top:18px;right:7px}}@media(max-width: 665px){.contact-dialog.calendar-mod{width:fit-content}.contact-dialog.calendar-mod .calendar-container{width:465px;margin-inline:auto}.contact-dialog.calendar-mod .btn-closed{top:16px;right:0}}@media(max-width: 470px){.contact-dialog.calendar-mod{width:fit-content}.contact-dialog.calendar-mod .calendar-container{width:365px;margin-inline:auto}.contact-dialog.calendar-mod .btn-closed{top:18px;right:7px;background:none}}.svg-files-wrap{border-radius:5px;background:#fff;overflow:hidden;display:flex;justify-content:center;align-items:center}.svg-files-wrap svg{display:inline-flex;width:100%;height:100%}.svg-files-wrap svg .group rect:not(.svg-ubiai-border){opacity:0;transition:opacity .5s cubic-bezier(0.7, 0, 0.3, 1)}.svg-files-wrap svg .group .svg-ubiai-border{width:0;height:0;transition:all .8s cubic-bezier(0.7, 0, 0.3, 1)}.svg-files-wrap svg .group.is-active rect:not(.svg-ubiai-border){opacity:1}.svg-files-wrap svg .group.is-active .svg-ubiai-border.billing{width:126px;height:82px}.svg-files-wrap svg .group.is-active .svg-ubiai-border.payable{width:110px;height:82px}.svg-files-wrap svg .group.is-active .svg-ubiai-border.table{width:473px;height:135px}.svg-files-wrap svg .group.is-active .svg-ubiai-border.total{width:138px;height:31px}.svg-files-wrap.service-category-mod{border-radius:0;background:none;width:100%}.animate-svg-wrap{width:100%;height:100%;background-size:cover;background-repeat:no-repeat}.animate-svg-wrap svg{display:block;width:100%;height:100%;overflow:visible}.animate-svg-wrap[class*=bg_industries_] [class*=svg-],.animate-svg-wrap[class*=bg_] [class*=svg-]{opacity:0;transition:all .4s}.animate-svg-wrap[class*=bg_industries_] [class*=svg-].is-active,.animate-svg-wrap[class*=bg_] [class*=svg-].is-active{opacity:1}.animate-svg-wrap.bg_industries_robotics{background-image:image-set(url("../../../../../img/landing/industries/bg_industries_robotics.jpg") 1x, url("../../../../../img/landing/industries/bg_industries_robotics@2x.jpg") 2x)}.animate-svg-wrap.bg_industries_healthcare{background-image:image-set(url("../../../../../img/landing/industries/bg_industries_healthcare.jpg") 1x, url("../../../../../img/landing/industries/bg_industries_healthcare@2x.jpg") 2x)}.animate-svg-wrap.bg_industries_manufacturing{background-image:image-set(url("../../../../../img/landing/industries/bg_industries_manufacturing.jpg") 1x, url("../../../../../img/landing/industries/bg_industries_manufacturing@2x.jpg") 2x)}.animate-svg-wrap.bg_industries_aviation{background-image:image-set(url("../../../../../img/landing/industries/bg_industries_aviation.jpg") 1x, url("../../../../../img/landing/industries/bg_industries_aviation@2x.jpg") 2x)}.animate-svg-wrap.bg_industries_geospatial{background-image:image-set(url("../../../../../img/landing/industries/bg_industries_geospatial.jpg") 1x, url("../../../../../img/landing/industries/bg_industries_geospatial@2x.jpg") 2x)}.animate-svg-wrap.bg_industries_drones{background-image:image-set(url("../../../../../img/landing/industries/bg_industries_drones.jpg") 1x, url("../../../../../img/landing/industries/bg_industries_drones@2x.jpg") 2x)}.animate-svg-wrap.bg_industries_fintech{background-image:image-set(url("../../../../../img/landing/industries/bg_industries_fintech.jpg") 1x, url("../../../../../img/landing/industries/bg_industries_fintech@2x.jpg") 2x)}.animate-svg-wrap.bg_industries_insurance{background-image:image-set(url("../../../../../img/landing/industries/bg_industries_insurance.jpg") 1x, url("../../../../../img/landing/industries/bg_industries_insurance@2x.jpg") 2x)}.animate-svg-wrap.bg_industries_retail{background-image:image-set(url("../../../../../img/landing/industries/bg_industries_retail.jpg") 1x, url("../../../../../img/landing/industries/bg_industries_retail@2x.jpg") 2x)}.animate-svg-wrap.bg_industries_agriculture{background-image:image-set(url("../../../../../img/landing/industries/bg_industries_agriculture.jpg") 1x, url("../../../../../img/landing/industries/bg_industries_agriculture@2x.jpg") 2x)}.animate-svg-wrap.bg_industries_academia{background-image:image-set(url("../../../../../img/landing/industries/bg_industries_academia.jpg") 1x, url("../../../../../img/landing/industries/bg_industries_academia@2x.jpg") 2x)}.animate-svg-wrap.bg_aerial-reconnaissance{background-image:image-set(url("../../../../../img/landing/cases/bg_aerial-reconnaissance.jpg") 1x, url("../../../../../img/landing/cases/bg_aerial-reconnaissance@2x.jpg") 2x);background-position:center}.animate-svg-wrap.bg_target-detection-in-acoustic{background-image:image-set(url("../../../../../img/landing/cases/bg_target-detection-in-acoustic.jpg") 1x, url("../../../../../img/landing/cases/bg_target-detection-in-acoustic@2x.jpg") 2x);background-position:center}.animate-svg-wrap.bg_aerial-video-annotation{background-image:image-set(url("../../../../../img/landing/cases/bg_aerial-video-annotation.jpg") 1x, url("../../../../../img/landing/cases/bg_aerial-video-annotation@2x.jpg") 2x);background-position:center}.animate-svg-wrap.bg_drone-navigation{background-image:image-set(url("../../../../../img/landing/cases/bg_drone-navigation.jpg") 1x, url("../../../../../img/landing/cases/bg_drone-navigation@2x.jpg") 2x);background-position:center}.animate-svg-wrap.bg_head_landfill-detection{background-image:image-set(url("../../../../../img/landing/cases/bg_head_landfill-detection-model.jpg") 1x, url("../../../../../img/landing/cases/bg_head_landfill-detection-model@2x.jpg") 2x);background-position:center}.animate-svg-wrap.bg_audio-labeling-services{background-image:image-set(url("../../../../../img/services-img/bg_audio-labeling-services.jpg") 1x, url("../../../../../img/services-img/bg_audio-labeling-services@2x.jpg") 2x);background-position:center;overflow:hidden}.animate-svg-wrap.bg_data-annotation-in-academia{background-image:image-set(url("../../../../../img/services-img/bg_data-annotation-in-academia.jpg") 1x, url("../../../../../img/services-img/bg_data-annotation-in-academia@2x.jpg") 2x);background-position:center;overflow:hidden}.animate-svg-wrap.bg_image-segmentation-services{background-image:image-set(url("../../../../../img/services-img/bg_image-segmentation-services.jpg") 1x, url("../../../../../img/services-img/bg_image-segmentation-services@2x.jpg") 2x);background-position:center;overflow:hidden}.animate-svg-wrap.bg_image-medical-imaging{background-image:image-set(url("../../../../../img/services-img/bg_image-medical-imaging.jpg") 1x, url("../../../../../img/services-img/bg_image-medical-imaging@2x.jpg") 2x);background-position:center;overflow:hidden}.animate-svg-wrap.bg_gis-labeling{background-image:image-set(url("../../../../../img/services-img/bg_gis-labeling.jpg") 1x, url("../../../../../img/services-img/bg_gis-labeling@2x.jpg") 2x);background-position:center;overflow:hidden}.animate-svg-wrap.bg_data-labeling-for-autonomous-vehicles{background-image:image-set(url("../../../../../img/services-img/data-labeling-for-autonomous-vehicles/bg_data-labeling-for-autonomous-vehicles.jpg") 1x, url("../../../../../img/services-img/data-labeling-for-autonomous-vehicles/bg_data-labeling-for-autonomous-vehicles@2x.jpg") 2x);background-position:center;overflow:hidden}@media screen and (max-width: 670px){.animate-svg-wrap.bg_industries_robotics{background-image:url("../../../../../img/landing/industries/bg_industries_robotics_mob.jpg")}.animate-svg-wrap.bg_industries_healthcare{background-image:url("../../../../../img/landing/industries/bg_industries_healthcare_mob.jpg")}.animate-svg-wrap.bg_industries_manufacturing{background-image:url("../../../../../img/landing/industries/bg_industries_manufacturing_mob.jpg")}.animate-svg-wrap.bg_industries_aviation{background-image:url("../../../../../img/landing/industries/bg_industries_aviation_mob.jpg")}.animate-svg-wrap.bg_industries_geospatial{background-image:url("../../../../../img/landing/industries/bg_industries_geospatial_mob.jpg")}.animate-svg-wrap.bg_industries_drones{background-image:url("../../../../../img/landing/industries/bg_industries_drones_mob.jpg")}.animate-svg-wrap.bg_industries_fintech{background-image:url("../../../../../img/landing/industries/bg_industries_fintech_mob.jpg")}.animate-svg-wrap.bg_industries_insurance{background-image:url("../../../../../img/landing/industries/bg_industries_insurance_mob.jpg")}.animate-svg-wrap.bg_industries_retail{background-image:url("../../../../../img/landing/industries/bg_industries_retail_mob.jpg")}.animate-svg-wrap.bg_industries_agriculture{background-image:url("../../../../../img/landing/industries/bg_industries_agriculture_mob.jpg")}.animate-svg-wrap.bg_industries_academia{background-image:url("../../../../../img/landing/industries/bg_industries_academia_mob.jpg")}.animate-svg-wrap.bg_aerial-reconnaissance{background-image:url("../../../../../img/landing/cases/bg_aerial-reconnaissance_mob.png");min-height:300px}.animate-svg-wrap.bg_aerial-video-annotation{background-image:url("../../../../../img/landing/cases/bg_aerial-video-annotation_mob.jpg");min-height:320px}.animate-svg-wrap.bg_drone-navigation{background-image:url("../../../../../img/landing/cases/bg_drone-navigation_mob.jpg");min-height:320px}}@keyframes logoAnimate{from{transform:translateX(0)}to{transform:translateX(-3660px)}}@keyframes logoAnimateAcademia{from{transform:translateX(0)}to{transform:translateX(-2814px)}}@keyframes scrollLogo{from{transform:translate3d(100%, 0, 0)}to{transform:translate3d(-100%, 0, 0)}}@keyframes scrollLogo2{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(-200%, 0, 0)}}.logo-list{display:flex;align-items:center;flex-wrap:nowrap;width:100%}.logo-list.animate-started{animation:logoAnimate 43s infinite linear}.logo-list.is-academia.animate-started{animation:logoAnimateAcademia 33s infinite linear}.logo-list.is-new.animate-started{width:auto;animation:scrollLogo 150s linear infinite;animation-delay:-150s}.logo-list.is-new.animate-started:nth-of-type(2){animation:scrollLogo2 150s linear infinite;animation-delay:-75s}.logo-list-item{display:inline-flex;justify-content:center;flex-shrink:0;padding-left:60px}.logo-list-item img{display:inline-flex}.img-wrp.bg_cases_technological-university-dublin,.img-wrp.bg_cases_skylum,.img-wrp.bg_cases_nodar,.img-wrp.bg_cases_nexvision,.img-wrp.bg_cases_airseed{min-height:310px}.img-wrp.bg_cases_technological-university-dublin img,.img-wrp.bg_cases_skylum img,.img-wrp.bg_cases_nodar img,.img-wrp.bg_cases_nexvision img,.img-wrp.bg_cases_airseed img{width:clamp(170px,20vw,320px)}.img-wrp.bg_cases_technological-university-dublin{background-image:image-set(url("../../../../../img/landing/cases/bg_technological-university-dublin.jpg") 1x, url("../../../../../img/landing/cases/bg_technological-university-dublin@2x.jpg") 2x)}.img-wrp.bg_cases_skylum{background-image:image-set(url("../../../../../img/landing/cases/bg_skylum.jpg") 1x, url("../../../../../img/landing/cases/bg_skylum@2x.jpg") 2x)}.img-wrp.bg_cases_nodar{background-image:image-set(url("../../../../../img/landing/cases/bg_cases_nodar.jpg") 1x, url("../../../../../img/landing/cases/bg_cases_nodar@2x.jpg") 2x)}.img-wrp.bg_cases_nexvision{background-image:image-set(url("../../../../../img/landing/cases/bg_cases_nexvision.jpg") 1x, url("../../../../../img/landing/cases/bg_cases_nexvision@2x.jpg") 2x)}.img-wrp.bg_cases_airseed{background-image:image-set(url("../../../../../img/landing/cases/bg_cases_airseed.jpg") 1x, url("../../../../../img/landing/cases/bg_cases_airseed@2x.jpg") 2x)}.img-wrp.bg_nato-compliant-annotation{background-image:image-set(url("../../../../../img/landing/cases/bg_nato-compliant-annotation.png") 1x, url("../../../../../img/landing/cases/bg_nato-compliant-annotation@2x.png") 2x);background-size:contain}.img-wrp.bg_air-target-detection-annotation{background-image:image-set(url("../../../../../img/landing/cases/bg_air-target-detection-annotation.png") 1x, url("../../../../../img/landing/cases/bg_air-target-detection-annotation@2x.png") 2x);background-size:contain}.img-wrp.bg_annotation-of-drone-footage{background-image:image-set(url("../../../../../img/landing/cases/bg_annotation-of-drone-footage.png") 1x, url("../../../../../img/landing/cases/bg_annotation-of-drone-footage@2x.png") 2x);background-size:contain}.img-wrp.bg_military-drone-navigation{background-image:image-set(url("../../../../../img/landing/cases/bg_military-drone-navigation.jpg") 1x, url("../../../../../img/landing/cases/bg_military-drone-navigation@2x.jpg") 2x)}.img-wrp.bg_dota-dataset{background-image:image-set(url("../../../../../img/dataset/dota-dataset/bg_dota-dataset.jpg") 1x, url("../../../../../img/dataset/dota-dataset/bg_dota-dataset@2x.jpg") 2x);background-position:top left}@media screen and (max-width: 980px){.img-wrp.bg_head_landfill-detection{background-image:url("../../../../../img/landing/cases/bg_head_landfill-detection-model@980.jpg")}}@media screen and (max-width: 670px){.img-wrp.bg_nato-compliant-annotation{background-image:url("../../../../../img/landing/cases/bg_nato-compliant-annotation_mob.png")}.img-wrp.bg_air-target-detection-annotation{background-image:url("../../../../../img/landing/cases/bg_air-target-detection-annotation_mob.png")}.img-wrp.bg_annotation-of-drone-footage{background-image:url("../../../../../img/landing/cases/bg_annotation-of-drone-footage_mob.png")}.img-wrp.bg_military-drone-navigation{background-image:url("../../../../../img/landing/cases/bg_military-drone-navigation_mob.jpg")}.img-wrp.bg_cases_technological-university-dublin{background-image:url("../../../../../img/landing/cases/bg_technological-university-dublin_mob.jpg")}.img-wrp.bg_cases_skylum{background-image:url("../../../../../img/landing/cases/bg_skylum_mob.jpg")}.img-wrp.bg_cases_nodar{background-image:url("../../../../../img/landing/cases/bg_cases_nodar_mob.jpg")}.img-wrp.bg_cases_nexvision{background-image:url("../../../../../img/landing/cases/bg_cases_nexvision_mob.jpg")}.img-wrp.bg_cases_airseed{background-image:url("../../../../../img/landing/cases/bg_cases_airseed_mob.jpg")}.img-wrp.bg_dota-dataset{background-image:url("../../../../../img/dataset/dota-dataset/bg_dota-dataset_mob.jpg")}.img-wrp.bg_head_landfill-detection{background-image:url("../../../../../img/landing/cases/bg_head_landfill-detection-model_mob.jpg")}}.tab-container{display:flex;justify-content:space-between;margin-top:2px}.tab-item{height:80px;display:flex;align-items:center;padding:0 20px 0 41px;box-sizing:border-box;border-top:3px solid #fff;border-right:3px solid #fff;cursor:pointer}.tab-item:first-child{border-top:0}.tab-item>img{margin-right:24px;width:55px;height:55px}.tab-item>p{font-size:20px;font-weight:bold;letter-spacing:.01em}.tab-item>img,.mobile-content-header div:first-child img{width:55px;height:55px}.tab-content{display:none;height:100%;background-color:#e4f8fb;padding:40px 66px 40px 50px;box-sizing:border-box}.tab-content .psticky{top:100px}.tab-content .b-black-filled{background-color:rgba(0,0,0,0);color:#000}.tab-content.active-tab-content{display:flex;flex-direction:column}.active-tab{border-right-color:#e4f8fb;background-color:#e4f8fb}.tab-content-header{display:flex;border-radius:20px}.tab-content-text{max-width:780px;margin-top:29px}.tab-content-text>p{margin:0;letter-spacing:.01em}.tabs-nlp{max-width:390px;width:100%;background-color:#f5f5f5;overflow:hidden}.tab-nlp-container{width:calc(100% - 390px)}.tab-childs-content{display:none;width:100%}.tab-childs-content.is-active{display:flex}.tab-childs{display:flex;align-items:center;flex-shrink:0;border-radius:4px;padding:4px 10px;background:rgba(142,224,237,.3);cursor:pointer;transition:background-color .4s}.tab-childs.is-active,.tab-childs:hover{background:#8ee0ed}.tab-childs-description{display:none}.tab-childs-description.is-active{display:flex}.content-image{width:100%;max-width:780px;min-height:320px}.content-image+div.mt-30{max-width:780px}.content-image>img,.content-image picture img{display:flex;width:100%;height:100%;object-fit:contain}.content-image>video,.content-image .tab-childs-content video{display:flex;width:100%;max-height:362px;object-fit:contain}.content-image .tab-childs-content .fix-video-in-tab{position:absolute;top:0;left:0;width:100%;height:100%;max-height:inherit;object-fit:cover}.services-mobile-content{display:none}.mobile-content-item{width:100%;max-height:88px;margin-top:2px;overflow:hidden;transition:max-height .3s ease-out}.mobile-content-header{display:flex;justify-content:space-between;align-items:center;padding:17px;box-sizing:border-box;cursor:pointer}.mobile-content-header>div:first-child{display:flex;align-items:center}.mobile-content-header>div:first-child>p{margin:0 0 0 20px}.mobile-content-header>div:last-child{width:12px;height:22px;transform:rotate(0deg);transition:.2s ease-in}.mobile-content-header>div:last-child>img{width:100%;height:100%;object-fit:cover}.mobile-content-active{transition:max-height .3s ease-in;height:auto;max-height:2000px}.mobile-content-active .mobile-content-header{background-color:#e4f8fb}.mobile-content-active .mobile-content-header>div:last-child{transform:rotate(90deg);transition:.2s ease-in}.mobile-content .tab-content{display:flex;flex-direction:column;padding:0 17px 17px;box-sizing:border-box}.mobile-content .tab-content .type-annotation-wrapper{margin-top:30px}.mobile-content .tab-content>a{align-self:center}.mobile-content .tab-content .b-black-filled>img{filter:invert(1)}.mobile-content .tab-content-text{max-width:100%}.btn-with-icon{max-width:350px;min-height:35px;display:flex;align-items:center;justify-content:center;font-size:14px;margin-top:30px}.btn-with-icon>img{display:none;position:relative;left:7px}.product-landing-page .tab-childs-content .flex-1 img{width:100%}@media screen and (max-width: 990px){.tab-content{padding-right:15px;padding-left:15px}}@media screen and (max-width: 920px){.tab-content-header{flex-direction:column}.tab-content-text>p{margin:0}}@media screen and (max-width: 770px){.tab-container{display:none}.services-mobile-content{width:100%;display:block}.tab-content-text{margin-top:20px}.tab-content-text .f20{font-size:20px !important}.nlp-section .tab-container{display:none}.nlp-section .tab-container .services-mobile-content{width:100%;display:block}.nlp-section .content-image{max-width:100%}.nlp-section .tab-content{display:flex;flex-direction:column;align-items:center;padding:30px 30px 30px 15px;height:auto}.content-image,.content-image img:not([class*=icon-size]){min-height:140px;object-fit:contain;object-position:center}.content-image.picture-mark-icon,.content-image img:not([class*=icon-size]).picture-mark-icon{min-height:auto}.mobile-content-header>div .f20{font-size:20px !important}.btn-with-icon>img{display:block}}@media screen and (max-width: 580px){.mobile-content-header>div .f20{font-size:17px !important}.tab-content-text .f20{font-size:15px !important}.btn-with-icon{font-size:15px}}@media screen and (max-width: 390px){.nlp-section .tab-content{padding:15px}}.hot-it-works-item{opacity:0;margin-right:40px;transition:all .5s ease-in-out}.hot-it-works-item h3{max-width:240px}.hot-it-works-item .hot-it-works-picture{width:100%;max-width:240px;max-height:110px;object-fit:contain}.hot-it-works-item:first-of-type{opacity:1}.hot-it-works-item:last-of-type{margin-right:0}.hot-it-works-item:last-of-type:not(:first-of-type) .hot-it-works-item-head::after{content:none;display:none}.hot-it-works-item-head{position:relative}.hot-it-works-item-head::after{content:"";position:absolute;top:50%;left:50px;transform:translateY(-50%);width:0;transition:all 1s linear;height:4px;background-image:linear-gradient(90deg, transparent, transparent 50%, #FFF 50%, #FFF 100%);background-size:18px 3px,100% 3px}.hot-it-works-item-head .tag{z-index:2}[data-after-showing].hot-it-works-animate{transition:all .5s ease-in-out}[data-after-showing].hot-it-works-animate .hot-it-works-item{opacity:1}[data-after-showing].hot-it-works-animate .hot-it-works-item .hot-it-works-item-head::after{width:100%}[data-after-showing].hot-it-works-animate .hot-it-works-item:nth-child(2),[data-after-showing].hot-it-works-animate .hot-it-works-item:nth-child(2) .hot-it-works-item-head::after{transition-delay:1s}[data-after-showing].hot-it-works-animate .hot-it-works-item:nth-child(3),[data-after-showing].hot-it-works-animate .hot-it-works-item:nth-child(3) .hot-it-works-item-head::after{transition-delay:2s}[data-after-showing].hot-it-works-animate .hot-it-works-item:nth-child(4),[data-after-showing].hot-it-works-animate .hot-it-works-item:nth-child(4) .hot-it-works-item-head::after{transition-delay:3s}[data-after-showing].hot-it-works-animate .hot-it-works-item:nth-child(5),[data-after-showing].hot-it-works-animate .hot-it-works-item:nth-child(5) .hot-it-works-item-head::after{transition-delay:4s}@media(prefers-color-scheme: dark){body:not(.dark-mode-off) .hot-it-works-item-head::after{background-image:linear-gradient(90deg, transparent, transparent 50%, #444 50%, #444 100%)}body:not(.dark-mode-off) .hot-it-works-item-head .tag{background-color:#444;color:#fff}}@media screen and (max-width: 880px){.hot-it-works-animate{flex-direction:column}.hot-it-works-animate .hot-it-works-item{margin:0 0 54px;align-items:center;text-align:center;position:relative}.hot-it-works-animate .hot-it-works-item:last-of-type{margin-bottom:0}.hot-it-works-animate .hot-it-works-item .hot-it-works-item-head{position:static}.hot-it-works-animate .hot-it-works-item .hot-it-works-item-head::after{top:100%;left:50%;transform:translateX(-50%);width:3px;height:0;background-image:linear-gradient(180deg, transparent, transparent 50%, #fff 50%, #fff 100%);background-size:8px 8px,100% 2px}.product-landing-page .hot-it-works-animate .hot-it-works-item{margin-bottom:64px}.product-landing-page .hot-it-works-animate .hot-it-works-item.has-picture{align-items:flex-start;text-align:left}.product-landing-page .hot-it-works-animate .hot-it-works-item .hot-it-works-item-head::after{top:calc(100% + 4px)}.product-landing-page .hot-it-works-item .hot-it-works-picture,.product-landing-page .hot-it-works-item h3{max-width:revert;max-height:revert}body [data-after-showing].hot-it-works-animate .hot-it-works-item .hot-it-works-item-head::after{width:3px;height:50px}}[class*=lp-bg]{height:100%;box-sizing:border-box;background-position-y:25%}[data-dynamic-h1]{visibility:hidden}.landing-page .tabs-nlp::after{content:"";height:100%;display:flex;align-items:center;padding:0 20px 0 41px;box-sizing:border-box;border-top:3px solid #fff;border-right:3px solid #fff}.landing-page .tab-item>p,.landing-page .tab-item>h3{line-height:1.1}.landing-page .tab-item>h3{letter-spacing:.01em}.landing-page .mobile-content-header h3{margin:0 0 0 10px;padding-right:10px}.landing-page .dimmer-black::before{background-color:rgba(0,0,0,.6)}.landing-page .tile.tile-mini-container:first-child button{width:245px}.landing-page .carousel-wrap .carousel-item{width:100%;flex-shrink:0;transition:transform .65s cubic-bezier(0.55, 0.085, 0.68, 0.53)}.landing-page .carousel-wrap .carousel-item-text-block{z-index:0}.landing-page .carousel-wrap b{padding-left:.25em}.landing-page .carousel-item-head .flex{padding-bottom:.5em}.landing-page .split-slider-dots-wrap{position:absolute;top:50%;transform:translateY(calc(-50% + 0.75em));right:3em}.landing-page .split-slider-dots{width:50px;height:2px;outline:none;border:none;padding:0;background:#232021;opacity:.5;margin-top:1.5em;transition:all .8s cubic-bezier(0.7, 0, 0.3, 1);transform:scaleX(0.5);transform-origin:right}.landing-page .split-slider-dots.dots-active{opacity:1;transform:scaleX(1)}.landing-page.das-mod .tab-item>img{margin-right:20px}.landing-page.das-mod .tile.tile-not-mt video{object-fit:cover}.landing-page.das-mod .tile.tile-not-mt .flex-1.flex-container.video-has-bg video{object-fit:contain}.picture-mark{display:inline-flex;align-items:center;justify-content:center;position:absolute;bottom:1.5em;left:1.5em;padding:.5em;color:hsla(0,0%,100%,.6);background-color:rgba(0,0,0,.22);backdrop-filter:blur(5px);border-radius:4px}.picture-mark *{margin-left:.35em}.landing-head-video-wrap{display:flex;width:100%;height:100%;border-radius:6px 6px 0 0;position:relative;overflow:hidden}.landing-head-video-wrap::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("../../../../../img/platform/platform-video_preview.jpg") no-repeat;background-size:cover;z-index:0}@media screen and (max-width: 670px){.landing-head-video-wrap::before{background-image:url("../../../../../img/platform/platform-video_preview_mob.jpg")}}.landing-head-video{width:100%;height:100%;object-fit:cover;display:flex;position:relative;z-index:2}.nlp-video-wrap .landing-video-wrap .landing-head-video{object-position:right}.industries .tabs-nlp{max-width:400px}.industries .tab-nlp-container{width:calc(100% - 400px)}.figure{display:flex;width:50px;height:50px;position:relative;transition:all .5ms ease-in}.section-text-wrap .psticky{top:94px}.video-flex-container img{width:100%;height:100%;object-fit:cover}.wrap-small-res-scroll-y{margin-right:15px}.small-res-scroll-y .tile-mini{margin-bottom:0;min-height:190px;box-sizing:border-box}.mobile-accordion-section span.pr1{padding-top:5px}.landing-video-wrap picture,.healthcare-filter:first-of-type{display:none}.healthcare-filter{width:100%;height:100%}.e-book-page .tile-not-mt.tile-gap-mini img:not([class*=icon-size]){width:100%;max-height:420px;object-fit:contain}.tag-wrap{display:flex}.tag-wrap.svg-tag{position:absolute;left:3em;top:0;flex-wrap:wrap;max-width:500px}.tag-wrap.svg-tag .tag{margin:0 10px 10px 0}.tag-wrap.flex-wrap.tag-mt-5 .tag{margin:5px 5px 0 0}.tag-tile{padding-block:4px;line-height:24px}.tag{display:flex;align-items:center;background:#fff;border-radius:4px;padding:4px 10px;width:fit-content;white-space:nowrap;line-height:24px}.tag+.tag{margin-left:10px}.tag img{width:15px;margin-right:8px;object-fit:contain}.tag.is-red{background:#ff8d9b}.tag.is-burgundy{background:#d70000}.tag.is-aqua-island{background:#8ee0ed}.tag.is-periwinkle{background:#c6d8ff}.tag.is-slime-green{background:#cce474}.tag.is-black{background:#000;color:#fff}.tag .is-field-black{background:#000;color:#fff;border:1px solid #fff}.self-serve-list{display:flex;justify-content:center;text-align:center;gap:20px}.self-serve-list .self-serve-list-item{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.self-serve-list .self-serve-list-item::before{content:"";position:absolute;top:18px;left:calc(50% + 38px);height:1px;width:calc(100% - 56px);background:red}.self-serve-list .self-serve-list-item:last-child::before{content:none;display:none}.self-serve-list .self-serve-count{display:flex;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;border:1px solid red;border-radius:50%}.lp-bg_1{background-image:image-set(url("../../../../../img/landing/persons/lp-bg_1.jpg") 1x, url("../../../../../img/landing/persons/lp-bg_1@2x.jpg") 2x)}@media screen and (max-width: 670px){.lp-bg_1{background-image:url("../../../../../img/landing/persons/lp-bg_1_mob.jpg")}}.lp-bg_2{background-image:image-set(url("../../../../../img/landing/persons/lp-bg_2.jpg") 1x, url("../../../../../img/landing/persons/lp-bg_2@2x.jpg") 2x)}@media screen and (max-width: 670px){.lp-bg_2{background-image:url("../../../../../img/landing/persons/lp-bg_2_mob.jpg")}}.lp-bg_3{background-image:image-set(url("../../../../../img/landing/persons/lp-bg_3.jpg") 1x, url("../../../../../img/landing/persons/lp-bg_3@2x.jpg") 2x)}@media screen and (max-width: 670px){.lp-bg_3{background-image:url("../../../../../img/landing/persons/lp-bg_3_mob.jpg")}}.lp-bg_4{background-image:image-set(url("../../../../../img/landing/persons/lp-bg_4.jpg") 1x, url("../../../../../img/landing/persons/lp-bg_4@2x.jpg") 2x)}@media screen and (max-width: 670px){.lp-bg_4{background-image:url("../../../../../img/landing/persons/lp-bg_4_mob.jpg")}}.lp-bg_5{background-image:image-set(url("../../../../../img/landing/persons/lp-bg_5.jpg") 1x, url("../../../../../img/landing/persons/lp-bg_5@2x.jpg") 2x)}@media screen and (max-width: 670px){.lp-bg_5{background-image:url("../../../../../img/landing/persons/lp-bg_5_mob.jpg")}}.lp-bg_6{background-image:image-set(url("../../../../../img/landing/persons/lp-bg_6.jpg") 1x, url("../../../../../img/landing/persons/lp-bg_6@2x.jpg") 2x)}@media screen and (max-width: 670px){.lp-bg_6{background-image:url("../../../../../img/landing/persons/lp-bg_6_mob.jpg")}}.lp-bg_7{background-image:image-set(url("../../../../../img/landing/persons/lp-bg_7.jpg") 1x, url("../../../../../img/landing/persons/lp-bg_7@2x.jpg") 2x)}@media screen and (max-width: 670px){.lp-bg_7{background-image:url("../../../../../img/landing/persons/lp-bg_7_mob.jpg")}}.lp-bg_8{background-image:image-set(url("../../../../../img/landing/persons/lp-bg_8.jpg") 1x, url("../../../../../img/landing/persons/lp-bg_8@2x.jpg") 2x)}@media screen and (max-width: 670px){.lp-bg_8{background-image:url("../../../../../img/landing/persons/lp-bg_8_mob.jpg")}}.lp-bg_9{background-image:image-set(url("../../../../../img/landing/persons/lp-bg_9.jpg") 1x, url("../../../../../img/landing/persons/lp-bg_9@2x.jpg") 2x)}@media screen and (max-width: 670px){.lp-bg_9{background-image:url("../../../../../img/landing/persons/lp-bg_9_mob.jpg")}}.lp-bg_10{background-image:image-set(url("../../../../../img/landing/persons/lp-bg_10.jpg") 1x, url("../../../../../img/landing/persons/lp-bg_10@2x.jpg") 2x)}@media screen and (max-width: 670px){.lp-bg_10{background-image:url("../../../../../img/landing/persons/lp-bg_10_mob.jpg")}}.lp-bg_11{background-image:image-set(url("../../../../../img/landing/persons/lp-bg_11.jpg") 1x, url("../../../../../img/landing/persons/lp-bg_11@2x.jpg") 2x)}@media screen and (max-width: 670px){.lp-bg_11{background-image:url("../../../../../img/landing/persons/lp-bg_11_mob.jpg")}}.lp-bg_12{background-image:image-set(url("../../../../../img/landing/persons/lp-bg_12.jpg") 1x, url("../../../../../img/landing/persons/lp-bg_12@2x.jpg") 2x)}@media screen and (max-width: 670px){.lp-bg_12{background-image:url("../../../../../img/landing/persons/lp-bg_12_mob.jpg")}}@media screen and (max-width: 1080px){.landing-page .p3,.landing-page .p3,.e-book-page .p3,.e-book-page .p3{padding:2em}.landing-page .pb0,.landing-page .pb0,.e-book-page .pb0,.e-book-page .pb0{padding-bottom:0}.landing-page .pblock3{padding-block:2em}.landing-page .pr3{padding-right:2em}.landing-page .pblock4{padding-block:2.5em}.landing-page .pinline3{padding-inline:2em}.landing-page .mt3{margin-top:2em}.landing-page .p6{padding:3em}.landing-page .p2p3{padding:1.5em 2em}.psticky.top-230{top:180px}.tag-wrap.svg-tag{top:1.5em;left:1.5em}.tag-wrap.svg-tag .tag{margin:0 0 6px 0}.tag-wrap.svg-tag .tag+.tag{margin-top:0}body .tag-tile{padding-block:2px;line-height:140%}body .tag{padding:2px 8px;line-height:140%}.video-flex-container{flex-direction:column;position:relative}.video-flex-container .bgrey.tile-mini,.video-flex-container .bgrey.tile-mini_right{background:rgba(0,0,0,0);color:#fff;position:relative}.landing-video-wrap{position:absolute;top:0;left:0;width:calc(100% - 2px);height:100%;z-index:-1}.landing-video-wrap::after{content:"";background:#000;opacity:.5;width:100%;height:100%;position:absolute;left:0;top:0}.landing-video-wrap .animate-svg-wrap{display:none}.landing-video-wrap picture{display:flex;height:100%}}@media screen and (max-width: 1000px){.mobile-accordion-section .sm-show{display:flex !important}.mobile-accordion-section .sm-hide{display:none !important}.mobile-accordion-section .button-arrow{display:flex;position:absolute;right:0;left:inherit;top:50%;margin-top:-12px}.mobile-accordion-section .button-arrow::before,.mobile-accordion-section .button-arrow::after{width:16px}.mobile-accordion-section .p3{padding:1.5em}.mobile-accordion-section .collapse-content,.mobile-accordion-section .collapse-content.expanded{margin-top:2px}.mobile-accordion-section .collapse-content.p3{padding-block:0}.mobile-accordion-section .collapse-content.expanded.p3{padding-block:1.5em}.mobile-accordion-section .collapse-item:not(:last-of-type) .collapse-content.expanded{margin-bottom:2px}}@media screen and (max-width: 960px){.tag-wrap.svg-tag{flex-direction:column}}@media screen and (max-width: 930px){.wrap-small-res-scroll-y{margin-right:0}.wrap-small-res-scroll-y>.small-res-mr17{margin-right:17px}.logo-scroll-section .small-res-scroll-y{overflow-y:auto}.logo-scroll-section .tile-mini.flex{flex-shrink:0;flex-basis:auto;width:20%;min-height:170px}.section-picture-list{flex-direction:column-reverse}.section-picture-list .img-wrp{min-height:350px}}@media screen and (max-width: 830px){.small-res-scroll-y{overflow-y:auto}.small-res-scroll-y::-webkit-scrollbar{height:8px;width:8px}.small-res-scroll-y::-webkit-scrollbar-thumb{background-color:#777;border-radius:10px}.logo-scroll-section .tile-mini.flex{width:33.3333333333%}.landing-page .carousel-wrap .carousel-item{flex-direction:column}.landing-page .carousel-wrap .mt15{margin-top:.5em}.landing-page .carousel-wrap .carousel-item-head{box-sizing:border-box;min-height:350px;flex:1}.carousel-item .carousel-item-text-block.p3{padding-bottom:2em}}@media screen and (max-width: 670px){.landing-page .p3,.landing-page .p2p3,.landing-page .p3,.e-book-page .p3,.e-book-page .p2p3,.e-book-page .p3{padding:1.5em}.landing-page .pb0,.e-book-page .pb0{padding-bottom:0}.landing-page.dataset-page .p3{padding:2.5em 1.5em}.landing-page .pr3{padding-right:1.5em}.landing-page .pblock4{padding-block:2em}.landing-page .pinline3{padding-inline:1.5em}.landing-page .mt3{margin-top:1.5em}.landing-page .p6{padding:2em}.landing-page .mt3{margin-top:1.5em}.landing-page .section-picture-list .tile.img-tile{margin-bottom:-15px}.e-book-page .pl1{padding-left:.75em}.e-book-page h1 br{display:none}.e-book-page .icon-size-55{width:45px}.logo-scroll-section .tile-mini.flex{width:55.5555555556%}.tag-wrap:not(.flex-wrap){flex-direction:column}.tag-wrap:not(.flex-wrap) .tag+.tag{margin-left:0;margin-top:10px}.self-serve-list{flex-direction:column;gap:70px}.self-serve-list .self-serve-list-item::before{height:35px;width:1px;top:calc(100% + 17px);left:50%;transform:translateX(-50%)}.self-serve-list.mt-40{margin-top:28px}.self-serve-list+.mt3{margin-top:28px}}@media screen and (max-width: 1080px){.dataset-page .dataset-size:not(highSelector){padding-bottom:2em;gap:4em}.dataset-page .dataset-size:not(highSelector) .flex-1:first-of-type::after{left:calc(100% + 2em)}}@media screen and (max-width: 1050px){.pinline15{padding-inline:6em}.e-book-page section.tile-gap-mini{flex-direction:column}.e-book-page section .flex-container.tile-gap-mini{flex-direction:column}.ppc-page .flex-container.tmh450,.dataset-page .flex-container.tmh500,.dataset-page .flex-container.flex-wrap.tile-gap-mini{flex-direction:column}.dataset-page .dota-first-section{flex-direction:column}.img-wrp.bg_dota-dataset{height:550px}.dataset-page #contact_form{padding-block:2.5em}.das-head-wrap{margin-block:4em 3em}.calendar-widget-wrap{padding-left:1em}.gap-100{gap:56px}}@media screen and (max-width: 960px){.author-block{flex-direction:column;align-items:flex-start;gap:5px}.das-work-section{flex-direction:column-reverse}.das-work-section.is-clutch-page{flex-direction:column}.das-work-section .img-wrp{min-height:575px}.why-choose-section .flex-1.flex-container{flex-basis:calc(50% - 2px + 1px)}.dataset-page .dota-first-section~.flex-vertical.tile .flex-vertical.tile-gap-mini>.flex-container.tile-gap-mini,.dataset-page .dota-first-section~.flex-vertical.tile .use-cases_dota_bg+.flex-container.tile-gap-mini{flex-direction:column}}@media screen and (max-width: 880px){.section-logo-list{flex-direction:column}.section-logo-list>.tile-mini{flex-direction:column;align-items:center;text-align:center;margin-bottom:0}.section-logo-list>.tile-mini:first-of-type{margin-bottom:2px}.logo-list:not(.on-mobile-work){position:static;flex-direction:column}.logo-list:not(.on-mobile-work).animate-started,.logo-list:not(.on-mobile-work).is-academia.animate-started{animation:none}.logo-list:not(.on-mobile-work) .logo-list-item{margin-block:1.5em;padding-left:0;width:65%}.logo-list:not(.on-mobile-work) .logo-list-item:nth-child(9)~.logo-list-item{display:none}.logo-list:not(.on-mobile-work) .logo-list-item img{height:30px;width:auto;max-width:100%;margin-inline:auto}.logo-list:not(.on-mobile-work).is-academia .logo-list-item:nth-child(5)~.logo-list-item{display:none}.animate-svg-item{flex-direction:column}.animate-svg-item:last-of-type{flex-direction:column-reverse}.animate-svg-item:last-of-type .tile:first-of-type{margin-top:2px}.animate-svg-item .animate-svg-wrap{margin-bottom:0}.animate-svg-item .animate-svg-wrap+.tile{margin-top:2px}.section-text-list{flex-direction:column}.section-text-wrap{flex-direction:column}.section-text-wrap .psticky{position:static}.tile-mini_right{margin:0 0 2px}.section-text-list .pinnline2{padding-inline:1em 0;padding-top:.5em}.section-text-list .flex-container .f19.mb0{margin-left:-50px}.ppc-page .tile-gap-mini .flex-b-33{flex-basis:calc(50% - 2px + 1px)}.ubiai-page section.tile-not-mt,.ubiai-page .section-email-form,.section-why-project-choose{flex-direction:column}.ubiai-page section.tile-not-mt .flex-container{width:100%}.ubiai-page .tile-gap-mini .flex-b-33{flex-basis:calc(50% - 2px + 1px)}.ubiai-page section.tile-not-mt .button,.landing-page.das-mod section .button{width:100%;box-sizing:border-box;text-align:center}.ubiai-page .f23.fitalic{font-size:17px}.product-landing-page section .button{width:100%;box-sizing:border-box}.p-40,.p-60,.p-80{padding:28px}.pt0{padding-top:0}.mt-14{margin-top:12px}.mb-14{margin-bottom:12px}.mb-12{margin-bottom:8px}.landing-page.das-mod section.tile.tile-not-mt{flex-direction:column}.landing-page.das-mod section.tile.tile-not-mt .f80.mt-30{margin-top:0}.landing-page.das-mod section.tile.tile-not-mt .mb-30{margin-bottom:0}section.section-block-list .flex-container.tile-gap-mini{flex-wrap:wrap}section.section-block-list .flex-b-25{flex-basis:calc(50% - 2px + 1px)}.landing-page .split-slider-dots-wrap{justify-content:center;flex-direction:row;top:inherit;bottom:1em;left:50%;transform:translateX(calc(-50% - 0.75em))}.landing-page .split-slider-dots{flex-shrink:0;width:10px;height:10px;border-radius:50%;margin:0 0 0 1.5em;transform:scaleX(1);opacity:.15}.landing-page .split-slider-dots.dots-active{opacity:.5}}.sm-show{display:none !important}@media screen and (max-width: 789px){.author-block{flex-direction:row;align-items:center}}@media screen and (max-width: 770px){.calendar-wrap{flex-direction:column}.calendar-wrap .mt2{margin-top:1em;margin-bottom:2em}.calendar-widget-wrap{padding-left:0}.dataset-page .dota-first-section~section .form-thanks-block .icon-size-70{width:48px}.sm-show{display:flex !important}.sm-hide{display:none !important}.author-section{flex-direction:column;align-items:center}.author-description{padding:30px 0 0}.pinline15,.pinline6{padding-inline:3em}.p-block-60px{padding-block:40px}.error-page .p3{padding:2em}.error-page p.error-page-slogan{display:flex;flex-direction:column;align-items:center;line-height:24px}.error-page-slogan a::after{width:100%}.f230{font-size:130px}.pl2{padding-left:1em}.pr2{padding-right:1em}.pr50{padding-right:0}.pb7{padding-bottom:2.5em}.slider-wrap-padding{padding-bottom:2.5em}#slider-wrap-mw{margin-left:0;width:calc(100% - 1em)}.slider-item figure{padding-inline:1.5em;min-height:310px}.slider-item img{width:60px;height:60px}.split-slider-item .flex{flex-wrap:nowrap}.button-arrow::before,.button-arrow::after{width:12px}.content-item::after{display:none}.p6{padding:2em}.flex:not(.nowrap){flex-wrap:wrap}.tile-row>*{min-width:280px}.major-request-form-contents{min-width:330px}.tile-row>*:not(:first-of-type){margin-left:0}.tag-wrap.svg-tag .f15{font-size:13px}.f17,.f18,.f19,.f20,.f20 li{font-size:15px !important}.ppc-page .button.f17,.dataset-page .dota-first-section .f20{font-size:17px !important}.ppc-page .f20{font-size:20px !important}.f22,.f23,.f24,.f25{font-size:20px}.f26,.f27,.f30{font-size:22px}.e-book-page .f27{font-size:20px}.f35{font-size:24px}.f40,.f45,.f50{font-size:30px}.f60{font-size:35px}.f70,.f80{font-size:40px}.dialog-container{padding:3em}.clutch-page .icon-size-60.clutch-icon{width:30px}.clutch-page #contact_form.flex-center.tacenter,body:not(.about-page).main-request-form-wrap{text-align:left;align-items:flex-start}.clutch-page .main-request-form-wrap,.clutch-page .form-success-msg{width:100%}.clutch-page .maxw-450{max-width:inherit}.ppc-page .das-head-bg{padding-top:13px;background-size:100% 13px}.das-head-wrap{margin-block:2.5em}.ppc-page .das-head-wrap::before{width:calc(100% - 20px);height:calc(100% + 20px)}.ppc-page .das-head-wrap::after{width:calc(100% - 40px);height:calc(100% + 40px)}.f120{font-size:100px}.team-photo{width:100%}.team-description{min-width:200px;order:2}.team-photo.img-tile{order:1}.big-cta-tile .button{margin-bottom:1em}.footer.p3{padding:2em}.tile{box-sizing:border-box}.content-tile{padding:2em 1em;min-width:200px}.content-tile .f19{font-size:15px}.header{box-sizing:border-box}.big-cta{padding-right:100px}.footer-sales{margin-top:1em}.author-info{padding-left:0;padding-bottom:1.5em;width:100%}.big-cta{width:100%;box-sizing:border-box}.click-to-tweet{padding:1em 0}.share-button{margin-bottom:.5em}.form-thanks-block .flex-container.gap-10{flex-direction:column}.ppc-page .button,.dataset-page .button{width:100%;box-sizing:border-box;text-align:center}.p-60{padding-inline:17px}.mt-16{margin-top:10px}.mt-20,.mt-30{margin-top:17px}.mb-30{margin-bottom:17px}.mt-50{margin-top:28px}.navigation-content{padding-top:28px}button#scrollTop{width:45px;height:45px;bottom:34px;right:34px}button#scrollTop img{width:16px}.section-explore-platform .tab-childs-content{flex-direction:column}.section-explore-platform .tab-childs-content.tile-gap-mini{gap:0}.section-explore-platform .tab-childs-content .p3.flex-container{padding-top:0}}@media screen and (max-width: 670px){.pinline15,.pinline6{padding-inline:1.5em}.pblock50{padding-block:27px}.mt2{margin-top:1em}.mb3{margin-bottom:1.5em}ul{padding-left:17px}.p-block-60px{padding-block:20px}.why-choose-section .flex-1.flex-container,.why-choose-section .flex-1.flex-container .flex-container.flex-vertical,.ppc-page .tile-gap-mini .flex-b-33,.ubiai-page .tile-gap-mini .flex-b-33,.ppc-page .tile-gap-mini .flex-b-50,.ubiai-page .tile-gap-mini .flex-b-50,.section-why-project-choose .tile-gap-mini .flex-b-50,section.section-block-list .flex-b-25{flex-basis:100%}.ppc-page .f35.fbold.mt05.mb05,.ppc-page .icon-size-85.mb05{margin-bottom:0}.form-success-msg .icon-size-70{width:42px}.dataset-page .dataset-size:not(highSelector){flex-direction:column}.dataset-page .dataset-size:not(highSelector) .flex-1:first-of-type::after{content:none}.dataset-page .dataset-size:not(highSelector) .flex-1:first-of-type{border-bottom:1px solid #dfdfdf}.dataset-files-list.yes-index:not(highSelector){gap:0}.dataset-files-list.yes-index:not(highSelector)>div{flex-direction:column;gap:10px;border-bottom:1px solid #dfdfdf;padding-bottom:1.5em;margin-bottom:1.5em}.dataset-files-list.yes-index:not(highSelector)>div:last-of-type{border-bottom:none;padding-bottom:0;margin-bottom:0}.dialog-container{padding:2em}.btn-closed{top:15px;right:15px}.use-cases_dota_bg{height:280px}.img-wrp.bg_dota-dataset{height:290px}#form-downloaded.maxw-450{max-width:inherit}.e-book-page .tile .button,.e-book-page section .button{width:100%;box-sizing:border-box;text-align:center}.e-book-page .form-block{width:100%}.e-book-page .mt30{margin-top:20px}.counter-wrap{gap:34px}.counter-item::after{width:1px;right:-17px}.h1-animate-text{border-width:1.5px}.frame-square{width:5px;height:5px;border-width:1px}.frame-square:nth-child(1){top:-3px;left:-3px}.frame-square:nth-child(2){top:-3px;left:calc(100% - 2px)}.frame-square:nth-child(3){bottom:-3px;left:-3px}.frame-square:nth-child(4){bottom:-3px;left:calc(100% - 2px)}.slider-feedback-btn-wrap{display:none}.landing-page .case-client-text{padding:1.5em}.landing-page .case-client-text .p3{padding:0}.case-client-text,.sm-flex-column{flex-direction:column}.sm-flex-column-reverse{flex-direction:column-reverse}.psticky{position:static}.sm-mt-17{margin-top:17px}.sm-tile-gap-mini{margin-top:2px}.sm-mt-10{margin-top:10px}.rhetoric-annotation-tool-wrap{overflow-x:auto;padding-bottom:17px}.rhetoric-annotation-tool-wrap img{min-width:1200px}.clutch-page.landing-page .p6,.ppc-page.landing-page .p6{padding:2em 1em}.dataset-page .dataset-size:not(highSelector){padding-bottom:1.5em;gap:0}.dataset-page .dataset-size:not(highSelector) .flex-1:first-of-type{padding-bottom:1.5em;margin-bottom:1.5em}.dataset-page .dataset-size:not(highSelector)>div:last-of-type{margin-bottom:0}footer.p3{padding:1.5em}.p6{padding-inline:1.5em}}@media screen and (max-width: 380px){.cta-kicker::before{left:-12px}}@media screen and (max-width: 360px){.minwidth300{min-width:250px}}
