/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}/*!
 * Datepicker v1.0.0-beta
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-06-30T09:15:24.612Z
 */.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;top:0;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.datepicker-container:after,.datepicker-container:before{border:5px solid transparent;content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;box-shadow:0 3px 6px #ccc;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}.ui-timepicker-wrapper{overflow-y:auto;max-height:150px;width:6.5em;background:#fff;border:1px solid #ddd;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);outline:0;z-index:10052;margin:0}.ui-timepicker-wrapper.ui-timepicker-with-duration{width:13em}.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60{width:11em}.ui-timepicker-list{margin:0;padding:0;list-style:none}.ui-timepicker-duration{margin-left:5px;color:#888}.ui-timepicker-list:hover .ui-timepicker-duration{color:#888}.ui-timepicker-list li{padding:3px 0 3px 5px;cursor:pointer;white-space:nowrap;color:#000;list-style:none;margin:0}.ui-timepicker-list:hover .ui-timepicker-selected{background:#fff;color:#000}.ui-timepicker-list .ui-timepicker-selected:hover,.ui-timepicker-list li:hover,li.ui-timepicker-selected{background:#1980ec;color:#fff}.ui-timepicker-list li:hover .ui-timepicker-duration,li.ui-timepicker-selected .ui-timepicker-duration{color:#ccc}.ui-timepicker-list li.ui-timepicker-disabled,.ui-timepicker-list li.ui-timepicker-disabled:hover,.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled{color:#888;cursor:default}.ui-timepicker-list li.ui-timepicker-disabled:hover,.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled{background:#f2f2f2}.letter{display:inline-block;vertical-align:bottom;position:relative;overflow:hidden;margin:0 0;white-space:normal;line-height:1}.asterisks-blue,.letter:before{white-space:normal;position:absolute;top:0;left:0;width:100%;word-break:break-all;background-color:#fff;height:10em;line-height:1}.asterisks-wrapper{display:inline-block;margin-right:-5px;overflow:hidden;height:1em;vertical-align:bottom}.hiw-list-content .asterisks-wrapper{margin-right:0}.asterisks-blue{width:auto}.asterisks-blue{background-color:transparent}.gdpr-3-header .asterisks-wrapper,.main-3-header .asterisks-wrapper{margin-right:-20px}.gdpr-3-header .asterisks-wrapper:nth-child(4),.main-3-header .asterisks-wrapper:nth-child(3){margin-right:0}.asterisks-letter{width:auto;opacity:0}.asterisks-digits .letter{width:auto;animation:none}@keyframes letter{from{width:.7em}to{width:auto}}@keyframes letter-opacity{from{opacity:0}to{opacity:1}}.asterisks-wrapper:nth-child(1) .asterisks-blue,.letter:nth-child(1):before{content:'it*itrllxk';margin-top:-2em}.animated .asterisks-wrapper:nth-child(1) .asterisks-blue,.animated .letter:nth-child(1):before{animation-name:letter1;animation-duration:1.7866666667s;animation-timing-function:steps(3);animation-delay:.33s;animation-fill-mode:forwards}.letter.digit:nth-child(1):before{content:"15*2143785"}.asterisks-wrapper .asterisks-blue.uppercase,.letter.uppercase:before{text-transform:uppercase!important}.animated .asterisks-wrapper:nth-child(1) .asterisks-letter{animation-name:letter-opacity;animation-duration:0s;animation-delay:2.11666667s;animation-fill-mode:forwards;animation-timing-function:linear}.is-animated .letter:nth-child(1):before{animation-timing-function:linear}@keyframes letter1{from{margin-top:-2em}to{margin-top:1em}}.asterisks-wrapper:nth-child(2) .asterisks-blue,.letter:nth-child(2):before{content:'urtu*fsahd';margin-top:-4em}.animated .asterisks-wrapper:nth-child(2) .asterisks-blue,.animated .letter:nth-child(2):before{animation-name:letter2;animation-duration:768ms;animation-timing-function:steps(5);animation-delay:.76s;animation-fill-mode:forwards}.letter.digit:nth-child(2):before{content:"5045*18753"}.animated .asterisks-wrapper:nth-child(2) .asterisks-letter{animation-name:letter-opacity;animation-duration:0s;animation-delay:1528ms;animation-fill-mode:forwards;animation-timing-function:linear}.is-animated .letter:nth-child(2):before{animation-timing-function:linear}@keyframes letter2{from{margin-top:-4em}to{margin-top:1em}}.asterisks-wrapper:nth-child(3) .asterisks-blue,.letter:nth-child(3):before{content:"enhbvkshl*";margin-top:-9em}.animated .asterisks-wrapper:nth-child(3) .asterisks-blue,.animated .letter:nth-child(3):before{animation-name:letter5;animation-duration:1.008s;animation-timing-function:steps(10);animation-delay:.72s;animation-fill-mode:forwards}.letter.digit:nth-child(3):before{content:"649580271*"}.animated .asterisks-wrapper:nth-child(3) .asterisks-letter{animation-name:letter-opacity;animation-duration:0s;animation-delay:1.728s;animation-fill-mode:forwards;animation-timing-function:linear}.is-animated .letter:nth-child(3):before{animation-timing-function:linear}@keyframes letter3{from{margin-top:-9em}to{margin-top:1em}}.asterisks-wrapper:nth-child(4) .asterisks-blue,.letter:nth-child(4):before{content:'hc*tkelnab';margin-top:-2em}.animated .asterisks-wrapper:nth-child(4) .asterisks-blue,.animated .letter:nth-child(4):before{animation-name:letter1;animation-duration:1.7866666667s;animation-timing-function:steps(3);animation-delay:.33s;animation-fill-mode:forwards}.letter.digit:nth-child(4):before{content:"90*1258184"}.animated .asterisks-wrapper:nth-child(4) .asterisks-letter{animation-name:letter-opacity;animation-duration:0s;animation-delay:2.11666667s;animation-fill-mode:forwards;animation-timing-function:linear}.is-animated .letter:nth-child(4):before{animation-timing-function:linear}@keyframes letter4{from{margin-top:-2em}to{margin-top:1em}}.asterisks-wrapper:nth-child(5) .asterisks-blue,.letter:nth-child(5):before{content:"lknhtfdez*";margin-top:-9em}.animated .asterisks-wrapper:nth-child(5) .asterisks-blue,.animated .letter:nth-child(5):before{animation-name:letter5;animation-duration:1.008s;animation-timing-function:steps(10);animation-delay:.72s;animation-fill-mode:forwards}.letter.digit:nth-child(5):before{content:"649580271*"}.animated .asterisks-wrapper:nth-child(5) .asterisks-letter{animation-name:letter-opacity;animation-duration:0s;animation-delay:1.728s;animation-fill-mode:forwards;animation-timing-function:linear}.is-animated .letter:nth-child(5):before{animation-timing-function:linear}@keyframes letter5{from{margin-top:-9em}to{margin-top:1em}}.asterisks-wrapper:nth-child(6) .asterisks-blue,.letter:nth-child(6):before{content:"*oifklstbk";margin-top:0}.animated .asterisks-wrapper:nth-child(6) .asterisks-blue,.animated .letter:nth-child(6):before{animation-name:letter6;animation-duration:0s;animation-timing-function:steps(1);animation-delay:.4s;animation-fill-mode:forwards}.letter.digit:nth-child(6):before{content:"*869413207"}.animated .asterisks-wrapper:nth-child(6) .asterisks-letter{animation-name:letter-opacity;animation-duration:0s;animation-delay:.4s;animation-fill-mode:forwards;animation-timing-function:linear}.is-animated .letter:nth-child(6):before{animation-timing-function:linear}@keyframes letter6{from{margin-top:0}to{margin-top:1em}}.asterisks-wrapper:nth-child(7) .asterisks-blue,.letter:nth-child(7):before{content:"*dfhknbvfc";margin-top:0}.animated .asterisks-wrapper:nth-child(7) .asterisks-blue,.animated .letter:nth-child(7):before{animation-name:letter7;animation-duration:0s;animation-timing-function:steps(1);animation-delay:.52s;animation-fill-mode:forwards}.letter.digit:nth-child(7):before{content:"*328479106"}.animated .asterisks-wrapper:nth-child(7) .asterisks-letter{animation-name:letter-opacity;animation-duration:0s;animation-delay:.52s;animation-fill-mode:forwards;animation-timing-function:linear}.is-animated .letter:nth-child(7):before{animation-timing-function:linear}@keyframes letter7{from{margin-top:0}to{margin-top:1em}}.asterisks-wrapper:nth-child(8) .asterisks-blue,.letter:nth-child(8):before{content:"*erthnfkax";margin-top:0}.animated .asterisks-wrapper:nth-child(8) .asterisks-blue,.animated .letter:nth-child(8):before{animation-name:letter8;animation-duration:0s;animation-timing-function:steps(1);animation-delay:.14s;animation-fill-mode:forwards}.letter.digit:nth-child(8):before{content:"*359076412"}.is-animated .letter:nth-child(8):before{animation-timing-function:linear}@keyframes letter8{from{margin-top:0}to{margin-top:1em}}.asterisks-wrapper:nth-child(9) .asterisks-blue,.letter:nth-child(9):before{content:"ers*bnvskh";margin-top:-3em}.animated .asterisks-wrapper:nth-child(9) .asterisks-blue,.animated .letter:nth-child(9):before{animation-name:letter9;animation-duration:.87s;animation-timing-function:steps(4);animation-delay:.71s;animation-fill-mode:forwards}.letter.digit:nth-child(9):before{content:"124*753016"}.is-animated .letter:nth-child(9):before{animation-timing-function:linear}@keyframes letter9{from{margin-top:-3em}to{margin-top:1em}}.asterisks-wrapper:nth-child(9) .asterisks-blue,.letter:nth-child(10):before{content:"kr*dhnklbx";margin-top:-2em}.animated .asterisks-wrapper:nth-child(9) .asterisks-blue,.animated .letter:nth-child(10):before{animation-name:letter10;animation-duration:.88s;animation-timing-function:steps(3);animation-delay:.67s;animation-fill-mode:forwards}.letter.digit:nth-child(10):before{content:"53*4975102"}.is-animated .letter:nth-child(10):before{animation-timing-function:linear}@keyframes letter10{from{margin-top:-2em}to{margin-top:1em}}.asterisks-wrapper:nth-child(11) .asterisks-blue,.letter:nth-child(11):before{content:"i*honklstr";margin-top:-1em}.animated .asterisks-wrapper:nth-child(11) .asterisks-blue,.animated .letter:nth-child(11):before{animation-name:letter11;animation-duration:.38s;animation-timing-function:steps(2);animation-delay:.81s;animation-fill-mode:forwards}.letter.digit:nth-child(11):before{content:"4*87542916"}.is-animated .letter:nth-child(11):before{animation-timing-function:linear}@keyframes letter11{from{margin-top:-1em}to{margin-top:1em}}.asterisks-wrapper:nth-child(12) .asterisks-blue,.letter:nth-child(12):before{content:"t*sadhknvc";margin-top:-1em}.animated .asterisks-wrapper:nth-child(12) .asterisks-blue,.animated .letter:nth-child(12):before{animation-name:letter12;animation-duration:1.6s;animation-timing-function:steps(2);animation-delay:.2s;animation-fill-mode:forwards}.letter.digit:nth-child(12):before{content:"5*63592780"}.is-animated .letter:nth-child(12):before{animation-timing-function:linear}@keyframes letter12{from{margin-top:-1em}to{margin-top:1em}}.asterisks-wrapper:nth-child(13) .asterisks-blue,.letter:nth-child(13):before{content:"oiknbcxz*a";margin-top:-8em}.animated .asterisks-wrapper:nth-child(13) .asterisks-blue,.animated .letter:nth-child(13):before{animation-name:letter13;animation-duration:.9244444444s;animation-timing-function:steps(9);animation-delay:.74s;animation-fill-mode:forwards}.letter.digit:nth-child(13):before{content:"68309761*2"}.is-animated .letter:nth-child(13):before{animation-timing-function:linear}@keyframes letter13{from{margin-top:-8em}to{margin-top:1em}}.asterisks-wrapper:nth-child(14) .asterisks-blue,.letter:nth-child(14):before{content:"hf*asvldnx";margin-top:-2em}.animated .asterisks-wrapper:nth-child(14) .asterisks-blue,.animated .letter:nth-child(14):before{animation-name:letter14;animation-duration:.1333333333s;animation-timing-function:steps(3);animation-delay:.95s;animation-fill-mode:forwards}.letter.digit:nth-child(14):before{content:"50*8176524"}.is-animated .letter:nth-child(14):before{animation-timing-function:linear}@keyframes letter14{from{margin-top:-2em}to{margin-top:1em}}.asterisks-wrapper:nth-child(15) .asterisks-blue,.letter:nth-child(15):before{content:"az*sxcblio";margin-top:-2em}.animated .asterisks-wrapper:nth-child(15) .asterisks-blue,.animated .letter:nth-child(15):before{animation-name:letter1;animation-duration:1.7866666667s;animation-timing-function:steps(3);animation-delay:.33s;animation-fill-mode:forwards}.letter.digit:nth-child(15):before{content:"15*2143785"}.is-animated .letter:nth-child(15):before{animation-timing-function:linear}@keyframes letter15{from{margin-top:-2em}to{margin-top:1em}}.asterisks-wrapper:nth-child(16) .asterisks-blue,.letter:nth-child(16):before{content:"iol*knbdcz";margin-top:-3em}.animated .asterisks-wrapper:nth-child(16) .asterisks-blue,.animated .letter:nth-child(16):before{animation-name:letter16;animation-duration:.3s;animation-timing-function:steps(4);animation-delay:.9s;animation-fill-mode:forwards}.letter.digit:nth-child(16):before{content:"471*843605"}.is-animated .letter:nth-child(16):before{animation-timing-function:linear}@keyframes letter16{from{margin-top:-3em}to{margin-top:1em}}@media (max-width:767px){.gdpr-3-header .asterisks-wrapper,.main-3-header .asterisks-wrapper{margin-right:-10px}}@font-face{font-family:PFHighwaySansPro;font-weight:100;src:url(/static/fonts/PFHighwaySansPro-XThin.otf)}@font-face{font-family:PFHighwaySansPro;font-weight:200;src:url(/static/fonts/PFHighwaySansPro-Thin.otf)}@font-face{font-family:PFHighwaySansPro;font-weight:300;src:url(/static/fonts/PFHighwaySansPro-Light.otf)}@font-face{font-family:PFHighwaySansPro;font-weight:400;src:url(/static/fonts/PFHighwaySansPro-Regular.otf)}@font-face{font-family:PFHighwaySansPro;font-weight:500;src:url(/static/fonts/PFHighwaySansPro-Medium.otf)}@font-face{font-family:PFHighwaySansPro;font-weight:600;src:url(/static/fonts/PFHighwaySansPro-Bold.otf)}@font-face{font-family:PFHighwaySansPro;font-weight:700;src:url(/static/fonts/PFHighwaySansPro-Black.otf)}body,html{height:100%}body{display:flex;flex-direction:column;font:300 22px/36px PFHighwaySansPro;overflow-x:hidden}img{max-width:100%}.clearfix:after{content:'';display:table;clear:both}.object{width:100%;height:100%}button{cursor:pointer}.wrapper{flex:1 0 auto}h1{font:700 58px/.91 PFHighwaySansPro,sans-serif;letter-spacing:-2px}h2{font:700 56px/.95 PFHighwaySansPro,sans-serif;letter-spacing:-2px}.monospaced{font-family:'Fira Mono',sans-serif}h1.monospaced{font-size:52px}a{color:#0068ff;text-decoration:none}a:hover{text-decoration:underline}ol,ul{margin:0;padding:0}.header{height:100px;box-shadow:0 2px 12px 0 rgba(0,0,0,.07);position:relative;z-index:5;background-color:#fff}.header.sticky{position:fixed;top:0;left:0;right:0;z-index:900;border-bottom:2px solid rgba(0,0,0,.07)}.sticky+.content{padding-top:100px}.logo{display:inline-block;margin-left:120px}.logo{width:165px;height:100px}.nav-top{float:right;height:100%}.nav-top ul{height:100%;padding:0;margin:0}.nav-top li{display:inline-block;padding:0 25px;height:100%}.nav-top a,.nav-top span{font-size:17px;font-weight:500;text-transform:uppercase;display:inline-block;height:100%;line-height:100px;color:#000;cursor:pointer}.solutions-link{position:relative}.solutions-link:after{content:'>';position:absolute;transform:rotate(90deg);right:-15px}.nav-top .solutions-nav{display:none;position:absolute;transform:translateX(-20%);background-color:#fff;box-shadow:5px 10px 30px 0 rgba(77,77,77,.12);height:auto}.nav-top .solutions-nav li{display:block;text-align:center;height:auto;padding:0}.nav-top .solutions-nav a{font-size:15px;display:block;padding:25px 30px;height:auto;line-height:1}.nav-request-demo{border:0;float:right;width:309px;height:100px;background-image:linear-gradient(to top,#0053c4,#003d95);color:#fff;font-size:19px;font-weight:500;margin-left:70px;cursor:pointer}.solutions-nav li:hover{background-image:linear-gradient(to top,#0053c4,#003d95)}.solutions-nav li:hover a{color:#fff;text-decoration:none}.footer{flex-shrink:0;height:215px;box-shadow:0 -4px 12px 0 rgba(0,0,0,.07);padding-top:50px}.footer-right{float:right;margin-right:120px;vertical-align:middle;font-size:20px}.footer-right object{width:116px;height:35px;margin-left:136px;pointer-events:none}.footer-right a,.footer-right span{display:inline-block;margin:10px 26px 0 0;color:#4a4a4a;font-size:16px}.footer-right .copy{margin-right:0}.footer-copy{font-size:14px;font-weight:300;line-height:1.57;color:#4a4a4a;width:695px;margin:22px 106px 0 0;float:right;text-align:left}.footer .logo{height:auto}.text-center{text-align:center}.text-right{text-align:right}.relative{position:relative}.main-1-content{margin-bottom:58px;height:620px}.main-1 h2{margin:74px 0 50px}.main-1-back{background:url(/static/img/main.svg) no-repeat left bottom;background-size:contain;height:678px;width:85%;max-width:1200px;position:absolute;bottom:0;left:50%;transform:translateX(-32%)}.main-1-text-container{height:589px;width:44%;background-image:linear-gradient(to left,#0053c4,#003d95);position:relative;padding-top:44px;padding-right:10px;z-index:-1;box-sizing:border-box}.main-1-text-container p{color:#fff;margin:0 0 32px 119px;font-size:2.15277778vw;font-weight:300;line-height:1.19}.main-1-text-container p:first-child{width:78%;max-width:486px}.main-1-text-container p:nth-child(2){width:50%}.star-white{position:absolute;left:119px;bottom:100px;width:64px;height:61px;background:url(/static/img/star-filled-white.svg) no-repeat left top;background-size:100% 100%}.btn-blue{display:inline-block;font-size:19px;font-weight:500;color:#0068ff;height:82px;line-height:82px;padding:0 42px;border:4px solid #0068ff;background-color:transparent;text-transform:uppercase;position:relative;transition:.3s;overflow:hidden}.btn-blue:after{position:absolute;transition:.3s;content:'';width:0;bottom:0;background:#0068ff;height:120%;left:-10%;transform:skewX(15deg);z-index:-1}.btn-blue:disabled{pointer-events:none;opacity:.7}.btn-blue:hover{color:#fff;text-decoration:none}.btn-blue:hover:after{left:-10%;width:120%}.btn-blue.btn-thin{border-width:1px;font-size:14px}.main-2 h2{margin:118px 0 73px}.main-2-subheader{height:110px;background-image:linear-gradient(to right,#0053c4,#003d95);margin-bottom:166px}.main-2-subheader-text{position:absolute;left:50%;top:0;transform:translateX(-50%);padding:0 50px;background:#fff;height:100%;width:512px}.main-2-subheader-text h3{font-size:65px;line-height:1;margin:0;height:50px;font-weight:500;letter-spacing:2px}.main-3{margin-bottom:73px}.main-2-list,.main-3-list{margin:auto;padding:0;text-align:center}.main-2-list{margin-bottom:153px}.main-2-list li,.main-3-list li{display:inline-block;vertical-align:top;font-size:22px;letter-spacing:0}.main-2-list img,.main-3-list img{width:190px;height:190px}.main-2-list li:nth-child(1){width:236px}.main-2-list li:nth-child(2){width:336px;margin:0 110px}.main-2-list li:nth-child(3){width:236px}.main-3-list li:nth-child(1){width:320px}.main-3-list li:nth-child(1) h4{width:362px;margin-left:-20px}.main-3-list li:nth-child(2){width:347px;margin:0 58px}.main-3-list li:nth-child(3){width:320px}.gdpr-header{margin-top:78px;padding-right:493px;background:url(/static/img/gdpr_fold_1.jpg) no-repeat right bottom}.gdpr-header h1{width:620px;margin-left:119px}.gdpr-header p{background-image:linear-gradient(to top,#0053c4,#003d95);padding:54px 56px 50px 119px;margin-bottom:60px;color:#fff}.gdpr-desc{margin-bottom:183px}.gdpr-desc-item{margin:0 119px 30px}.gdpr-desc-header{border-bottom:2px solid #c3c3c3;cursor:pointer}.gdpr-desc-text{display:none;margin:28px 0 0;padding-top:110px}.gdpr-desc-ico,.gdpr-desc-name,.gdpr-desc-readtime{font-size:30px;line-height:1.87;font-weight:500;color:#0043a2;height:56px;display:inline-block}.gdpr-desc-name{float:left}.gdpr-desc-ico,.gdpr-desc-readtime{float:right}.gdpr-desc-ico{cursor:pointer;margin:0 15px 0 30px}.gdpr-desc-text h2,.gdpr-desc-text h3{font-size:30px;margin-bottom:20px;font-weight:500}.gdpr-desc-text h3{margin:30px 0 10px;font-size:35px;font-weight:500}.gdpr-desc-text p{margin:0}.gdpr-desc-text .blue{margin:51px 0 64px;width:167px;height:18px;background-image:linear-gradient(to top,#0053c4,#003d95)}.gdpr-desc-text .gdpr-desc-ol-1{counter-reset:counter;margin:50px 0 124px;padding-left:30px}.gdpr-desc-ul{margin-bottom:32px}.gdpr-desc-ul li{list-style-type:none;margin-bottom:39px}.gdpr-desc-ul h3{font-size:35px;font-weight:500;margin:0 0 8px;line-height:1.34}.gdpr-desc-ul h3 span{color:#0068ff}.gdpr-desc-ul p{font-size:22px;font-weight:300;line-height:1.64}.gdpr-desc-text .gdpr-desc-ol-1 li{border-top:solid 1px #0068ff;padding-top:17px;list-style-type:none;position:relative;counter-increment:counter;margin-bottom:39px;font-size:22px;font-weight:300}.gdpr-desc-text .gdpr-desc-ol-1 li:before{content:counter(counter) "";position:absolute;left:-30px;top:-22px;color:#0068ff;font-size:30px;font-weight:500;font-style:italic}.gdpr-3-header{margin:0 0 100px 425px;background-image:linear-gradient(to top,#0053c4,#003d95);padding:87px 0 0 118px}.gdpr-3 h2{color:#fff;font-size:58px;font-weight:600;line-height:1;margin:0 0 50px;letter-spacing:-1px;overflow:hidden}.gdpr-3 p{color:#fff;font-size:22px;font-weight:400;line-height:1.64;padding-bottom:70px;width:641px}.gdpr-4{margin-bottom:110px}.gdpr-4 h2{text-align:center;font-size:39px;line-height:1.28;font-weight:500;margin-bottom:70px}.gdpr-4 ul{margin:0 0 102px;text-align:center}.gdpr-4 li{display:inline-block;padding-left:80px;height:60px;line-height:60px}.gdpr-4 li:nth-child(1){background:url(/static/img/left_icon_gdpr.svg) no-repeat left center;background-size:60px 60px}.gdpr-4 li:nth-child(2){margin:0 101px;background:url(/static/img/central_icon_gdpr.svg) no-repeat left center;background-size:60px 60px}.gdpr-4 li:nth-child(3){background:url(/static/img/right_icon_gdpr.svg) no-repeat left center;background-size:60px 60px}.gdpr-4 button{border:solid 1px #0068ff;display:inline-block;font-size:16px;font-weight:500;width:400px;height:80px;line-height:80px;text-align:center;text-transform:none}.gdpr-5{margin-bottom:76px}.gdpr-5-left{float:left;width:50%;padding:77px 0 97px 121px;box-sizing:border-box;background:url(/static/img/bg1.png) no-repeat left top;background-size:cover}.gdpr-5-right{float:right;width:50%;padding:77px 75px 0 113px;box-sizing:border-box}.gdpr-5 h2{font-size:35px;font-weight:500;margin-bottom:27px;line-height:1.46}.gdpr-5 p{font-size:22px;font-weight:300;margin-bottom:34px}.gdpr-5-left h2,.gdpr-5-left p{padding-right:69px}.gdpr-5 li{margin-bottom:50px;list-style:none;padding-left:40px;margin-left:-40px;background:url(/static/img/star-filled.svg) no-repeat left 7px;background-size:19px 21px}.gdpr-6{margin-bottom:140px}.gdpr-6 h1{padding-left:119px;margin-bottom:55px}.gdpr-6-subheader{background-image:linear-gradient(to left,#0053c4,#002253);height:110px;margin-bottom:66px}.gdpr-6-subheader span{display:inline-block;font-size:32px;color:#fff;line-height:110px;font-weight:500;width:49%;box-sizing:border-box}.gdpr-6-subheader span:nth-child(1){padding-left:119px}.gdpr-6 li div{display:inline-block;width:49%;vertical-align:top}.gdpr-6 li div:first-child{padding:0 105px 124px 174px;box-sizing:border-box;background:url(/static/img/star-filled.svg) no-repeat 119px 7px;background-size:19px 18px}.gdpr-6 li div:nth-child(2){max-width:547px}.request-demo{display:none;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);background-color:#fff;border:1px solid #c3c3c3;width:591px;height:503px;padding:33px 42px;box-sizing:border-box;z-index:999;box-shadow:2px 2px 4px 1px rgba(0,0,0,.5)}.request-demo h2{font-size:25px;font-weight:500;margin-top:5px}.close{position:absolute;right:41px;top:20px;font-size:32px;cursor:pointer;transform:rotate(45deg)}.contacts-left input,.request-demo input{border:none;border-bottom:1px solid #0068ff;font-size:16px;font-weight:300;width:100%;outline:0}.request-demo .form-group{display:inline-block;width:230px;margin-bottom:5px}.request-demo .form-group:nth-child(odd){margin-right:38px}.request-demo .form-group:nth-child(5){margin-right:0;width:100%}.contacts-left label,.request-demo label{font-size:16px;font-weight:300;color:#9b9b9b;display:block}.contacts-left textarea,.request-demo textarea{margin-top:30px;width:100%;height:93px;border:solid 1px #0068ff;resize:none;box-sizing:border-box;outline:0!important}.contacts-left textarea{height:170px}input[data-toggle=datepicker]{background:url(/static/img/calendar.svg) no-repeat right center;background-size:19px 20px}input[name=time]{background:url(/static/img/clock.svg) no-repeat right center;background-size:20px 20px}.contacts-left button,.request-demo button{background-color:transparent;width:101px;height:50px;border:solid 1px #0068ff;font-size:18px;font-weight:500;color:#0068ff;padding:0;line-height:1}.datepicker-container{width:370px;min-height:270px;height:auto;padding-bottom:10px}.datepicker-panel>ul{height:51px}.datepicker-panel>ul[data-view=week]{height:25px;margin-top:10px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"]{line-height:51px!important;height:51px}.datepicker-panel>ul>li[data-view="month current"]{pointer-events:none}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"]{font-size:42px;color:#0068ff}.datepicker-panel>ul>li[data-view="month current"]{font:500 18px PFHighwaySansPro,sans-serif;color:#0068ff;width:255px;height:100%}.datepicker-panel>ul>li{width:46px;height:21px;line-height:21px;margin:0 3px;box-sizing:border-box}.datepicker-panel>ul>li[data-view="day next"],.datepicker-panel>ul>li[data-view="day picked"],.datepicker-panel>ul>li[data-view="day prev"],.datepicker-panel>ul>li[data-view=day]{border-radius:50%;width:34px;height:34px;line-height:34px;margin:0 9px -5px}.datepicker-panel>ul>li[data-view="day next"]:hover,.datepicker-panel>ul>li[data-view="day prev"]:hover,.datepicker-panel>ul>li[data-view=day]:hover{background-color:transparent!important}.datepicker-panel>ul>li[data-view="day picked"]{color:#fff;background-color:#0068ff;position:relative;z-index:10}.gdpr-playbook-desc-text ul{padding-left:40px;list-style:none}.gdpr-playbook-desc-text li{position:relative}.gdpr-playbook-desc-text li:before{position:absolute;left:-40px;top:0;content:'•';color:#000}.gdpr-playbook-desc-text .gdpr-ul-blue li:before{color:#0068ff}.gdpr-playbook-desc-text .blue.low{margin-top:146px}.gdpr-5-left-divider{margin:60px 0}.gdpr-5-left-divider img{width:35px;height:35px}.gdpr-5-left-divider div{float:right;width:80%;height:4px;margin-top:16px;background-color:#0069ff}.gdpr-star-gray,.main-star-gray{position:absolute;left:120px;top:-120px;width:210px;height:200px;background:url(/static/img/star-filled-gray.svg) no-repeat left top;background-size:100% 100%;opacity:.19}.main-star-gray{left:auto;right:100px;top:500px}.footer-mail{padding-left:30px;margin-left:-30px;background:url(/static/img/email_web.svg) no-repeat left center;background-size:20px 16px}.footer-tel{padding-left:30px;margin-left:-30px;background:url(/static/img/phone_web.svg) no-repeat left center;background-size:17px 17px}.main-3-header{height:354px;background:url(/static/img/bg-main.jpg) no-repeat right top rgba(216,216,216,.63);background-size:contain;border-top:8px solid #0069ff;padding:87px 0 90px 120px;box-sizing:border-box;margin-bottom:60px}.main-3-header h2{margin:0 0 32px;overflow:hidden;font-size:50px}.main-3-header span{vertical-align:middle}.main-3-header p{max-width:700px;width:50%;font-size:1.527777777vw}.resources-document{padding-left:43px;background:url(/static/img/file.svg) no-repeat left top;line-height:29px;background-size:23px 29px;list-style:none;margin-bottom:20px}.resources-document p{padding-left:43px;background:url(/static/img/star-filled.svg) no-repeat left 5px;background-size:21px 20px;float:left;width:80%;font-size:22px;box-sizing:border-box;margin-top:10px}.resources-document h4{margin:0}.resources-desc{margin-bottom:70px}.resources-document .btn-blue{float:right;width:160px;height:40px;font-size:14px;padding:0;line-height:40px;text-align:center;margin-top:5px;border-width:1px}.tech-3{background:url(/static/img/bg2.jpg) no-repeat left top;background-size:cover}.hiw-1 p{width:425px;font-size:25px;line-height:1.6}.hiw-1,.hiw-3,.hiw-5,.hiw-7{height:980px}.hiw-1,.hiw-2,.hiw-4,.hiw-6{padding:74px 120px 0}.hiw-2 img,.hiw-4 img,.hiw-6 img{display:block;margin:50px auto 20px}.hiw-1 h1,.hiw-2 h1,.hiw-4 h1,.hiw-6 h1{margin:0 0 32px}h1{line-height:1}.hiw-7 h3{font-size:35px;font-weight:500;line-height:1.46;margin:0 0 7px}.hiw-list-content{background-color:rgba(255,255,255,.76);width:704px;height:100%;margin:auto;padding:147px 125px 0;position:relative;box-sizing:border-box}.hiw-list-content:before{content:'';position:absolute;top:0;left:125px;right:125px;height:20px;background-image:linear-gradient(to top,#0053c4,#003d95)}.hiw-7 .hiw-list-content{width:817px;padding:120px 95px 0 100px}.hiw-7 .hiw-list-content:before{left:0;right:0}.hiw-list-content li{list-style:none;margin-bottom:24px;padding-left:43px;background:url(/static/img/star-filled.svg) no-repeat left 7px;background-size:21px 20px;font-size:22px;line-height:1.68;font-weight:300;letter-spacing:0}.hiw-7 li{margin-bottom:64px;background:url(/static/img/star-filled.svg) no-repeat left 15px;background-size:21px 20px}.hiw-1{background:url(/static/img/bg3.jpg) no-repeat right top;background-size:cover}.hiw-3{background:url(/static/img/bg5.jpg) no-repeat left top;background-size:cover}.hiw-5{background:url(/static/img/bg6.jpg) no-repeat left top;background-size:cover}.hiw-7{background:url(/static/img/bg4.jpg) no-repeat left top;background-size:cover}.lps-tech-bullet{position:absolute;left:-58px;top:0}.main-4{margin-bottom:111px}.main-4-left{float:left;width:57%;padding:77px 0 0 119px;box-sizing:border-box;height:976px}.main-4-left h2{margin:0 0 19px}.main-4-left p{width:90%;max-width:487px}.main-4-right{float:right;width:42.5%;height:976px;background-image:linear-gradient(to left,#0053c4,#003d95);padding:77px 112px 0 101px;box-sizing:border-box}.main-4-right li{color:#fff;margin-bottom:20px;list-style:none;padding-left:43px;margin-left:-43px;background:url(/static/img/star-filled-white.svg) no-repeat left 5px;background-size:23px 21px}.main-4-left-svg{position:absolute;max-width:none;width:138%;bottom:40px;left:50%;transform:translateX(-23%)}.learn-more{text-transform:uppercase;text-decoration:underline;font-size:19px;font-weight:500}.main-5-left{float:left;width:57.5%}.main-5-right{float:right;width:32%;padding:160px 56px 0;height:700px}.main-5-right h2{margin:0 0 19px}.main-5-right p{width:80%;max-width:370px}.blue-big{height:32px;width:80%;max-width:828px;background-image:linear-gradient(to left,#0053c4,#003d95);margin:107px auto 48px}.main-6 .iframe-wrapper{display:block;width:640px;height:480px;margin:0 auto 100px;position:relative;overflow:hidden}.iframe-wrapper embed,.iframe-wrapper iframe,.iframe-wrapper object{position:absolute;top:0;left:0;width:100%;height:100%}.inner-content{margin:0 0 80px 120px}.inner-content.inner-content-resources{margin:0 15.2777778% 0 120px}.contacts-left h1,.inner-content.inner-content-resources h1{margin-top:70px}.contacts-right{float:right;width:58.6805556%;margin-top:137px}.contacts-right .map{width:100%;height:710px}.contacts-left{float:left;margin-right:119px;max-width:356px;width:calc(40% - 119px)}.mail{padding-left:40px;background:url(/static/img/email_web.svg) no-repeat left 7px;background-size:23px 19px;color:#000;margin:8px 0}.phone{padding-left:40px;background:url(/static/img/phone_web.svg) no-repeat left 7px;background-size:22px 22px;margin:8px 0}.address{margin-bottom:27px}.contacts-left .blue{height:10px;width:62px;background-image:linear-gradient(to top,#0053c4,#003d95);margin:80px 0 20px}.contacts-left h2{font-size:25px;margin:0 0 5px;font-weight:500}.technology-left{float:left;padding-left:120px;width:36%;max-width:500px;box-sizing:border-box}.technology-left h1{font-size:3vw}.technology-left p{font-size:1.527777777vw;max-width:345px}.technology-right{float:right;width:63%;background-color:rgba(216,216,216,.63)}.tech-1 .technology-right{margin-top:107px;padding-bottom:62px;position:relative}.tech-1 .technology-right .blue{position:absolute;bottom:0;left:0;right:0;height:62px;width:100%;background-image:linear-gradient(to right,#0053c4,#003d95)}.tech-1{margin-top:78px}.tech-1 h1{margin:0 0 95px}.tech-2 h1{margin:10px 0 45px}.tech-2 .technology-right{padding:169px 117px 292px 71px;box-sizing:border-box}.tech-2 .technology-right img{width:100%}.tech-1 .technology-right p{margin:54px 125px 32px 71px}.tech-1 .technology-right img{display:block;margin:0 44px 4px 42px;width:calc(100% - 86px)}.tech-2 .blue{position:absolute;bottom:0;left:0;right:0;height:62px;width:37%;background-image:linear-gradient(to right,#0053c4,#003d95)}.tech-3 h3{margin:0 0 12px;font:500 35px PFHighwaySansPro,sans-serif}.tech-3 ul{width:63.958333333%;float:right;padding:82px 191px 137px 105px;background-color:rgba(255,255,255,.9);box-sizing:border-box}.tech-3 li{padding-left:43px;background:url(/static/img/star-filled.svg) no-repeat left 10px;background-size:23px 29px;list-style:none;margin-bottom:41px}.tech-3 p{margin-top:0}.form-response-popup{position:fixed;display:none;background-color:#fff;width:550px;height:425px;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);z-index:9999;padding:0 0 32px;text-align:center;border:1px solid #c3c3c3}.form-response-popup img{width:50%;display:block;margin:auto}.form-response-popup p{font-size:25px;font-weight:300;margin:0 0 32px}.form-response-popup .btn-blue{width:101px;height:49px;border:solid 1px #0068ff;font-size:18px;padding:0;line-height:49px}.form-response-fail{display:none}.main-5-left-tablet{display:none}.hamburger,.tech-right-lps-switcher{display:none}.tech-hide-mobile{display:block}.gdpr-6 li div.gdpr-li-button,.tech-show-mobile{display:none}.nowrap{white-space:nowrap}.request-demo.request-demo-page{position:static;display:block!important;transform:none;border:none;margin:auto;box-shadow:none}.request-demo.request-demo-page .close{display:none}.contacts-left .form-error,.request-demo .form-error{display:none;color:#ff0019}.contacts-left .input-error,.request-demo .input-error{border-color:#ff0019}.contacts-left input::placeholder,.contacts-left textarea::placeholder,.request-demo input::placeholder,.request-demo textarea::placeholder{color:transparent}.datepicker-dropdown{position:absolute}.media-section{padding:75px 0;margin:0 120px}.media-section img[alt="Natalia Vizir"]{width:160px}.media-section img[alt="Boaz Gam"],.media-section img[alt="Natalia Vizir"],.media-section img[alt=Leverate]{margin-bottom:-30px}.media-section .excerpt img[alt=Leverate]{margin-bottom:0}.excerpt-list{display:flex;flex-wrap:wrap}.excerpt{max-width:49%}.excerpt h1,.excerpt h2,.excerpt h3,.excerpt p{color:#000}.excerpt h1{font-size:24px;letter-spacing:-1px;margin:20px 0 10px}.excerpt h3{font-size:.8em;line-height:1;margin:0 0 10px;font-weight:400}.excerpt p{margin:0 0 10px;font-size:.8em}.excerpt a:hover{text-decoration:none}@media (min-width:1440px){.technology-left h1{font-size:54px}.technology-left p{font-size:22px}.main-1-text-container p{font-size:34px}.main-4-left-svg{width:1000px;left:auto;right:-45%;transform:none}}@media (max-width:1200px){.inner-content.inner-content-resources{margin:0 49px}.resources-desc,.resources-document h4,.resources-document p{font-size:16px}.resources-desc{margin:32px 0}.resources-document div{margin-left:-43px}.main-3-list li:nth-child(1) h4{width:auto;margin-left:0}.nav-request-demo{display:none}.nav-top li{font-size:16px}.logo{margin-left:48px}footer .logo{display:none}.footer-copy,.footer-right{float:none;width:100%;padding-left:74px;box-sizing:border-box}.footer-right object{float:left;margin:5px 62px 0 0}.footer-copy{margin:30px 0;width:600px;font-size:12px;font-weight:400;line-height:1.75}.resources-document p{width:calc(100% - 280px);margin-bottom:10px}.resources-document .btn-blue{margin-left:0}.inner-content{margin:0 48px}.contacts-left,.contacts-right{width:49%;margin:0 0 100px}.contacts-left h1,.contacts-right{margin-top:40px}.contacts-left textarea{height:105px}.contacts-right,.contacts-right .map{height:585px}.contacts-left p{font-size:16px}.contacts-left .blue{margin-top:30px;height:12px;width:72px}.contacts-left h2{font-size:20px}.gdpr-header{padding:0}.gdpr-header p{width:80.598958333%;font-size:16px;box-sizing:border-box;padding-left:49px}.gdpr-desc-ico,.gdpr-desc-name{font-size:20px;height:39px;line-height:39px}.gdpr-desc-readtime{display:none}h1,h1.monospaced,h2{font-size:40px;letter-spacing:-1px}.gdpr-header h1{width:420px;margin-left:49px}.gdpr-desc-text{padding-top:0}.gdpr-desc-text h2,.gdpr-desc-text h3{font-size:20px}.gdpr-desc-text p{font-size:16px}.gdpr-desc-text .blue{width:130px;height:12px;margin:28px 0 32px}.gdpr-desc-text .gdpr-desc-ol-1 li{font-size:16px;padding-top:7px}.gdpr-desc-text .gdpr-desc-ol-1 li:before{font-style:normal;font-size:20px}.gdpr-playbook-desc-text li{font-size:16px}.gdpr-header{background-position:right 107px;padding-bottom:93px;margin-bottom:60px}.gdpr-playbook-desc-text .blue.low{margin:100px 0 32px}.gdpr-playbook-desc-text .blue,.gdpr-playbook-desc-text .blue.middle-tablet{width:167px;height:18px;margin:15px 0 36px}.gdpr-playbook-desc-text p{margin-bottom:35px}.gdpr-6-subheader{height:80px}.gdpr-6-subheader span{font-size:20px;line-height:80px;display:inline-block;padding:0;margin:0 -4px 0 0;text-align:center}.gdpr-6 li div:first-child{width:49%;padding:0 20px 0 60px;background:url(/static/img/star-filled.svg) no-repeat 20px 7px;background-size:20px 20px;box-sizing:border-box}.gdpr-6 li div:nth-child(2){width:42%;margin-left:5%}.lps-tech-bullet{left:-40px}.main-1-text-container{width:41%;padding-right:15px;padding-top:60px}.main-1-text-container p{font-size:16px;margin:0 0 63px 49px;line-height:1.69}.main-1-text-container p:nth-child(2){width:auto}.main-1-content,.main-1-text-container{height:562px}.star-white{left:49px;bottom:158px;width:47px;height:45px}.gdpr-desc{position:relative}.gdpr-desc:after{content:'';position:absolute;width:106px;height:100px;opacity:.19;right:28px;top:0;background:url(/static/img/star-filled-gray.svg) no-repeat right center;background-size:106px 100px}.gdpr-desc-item{width:auto;margin:0 0 25px 28px;padding-right:20px}.gdpr-desc-header{margin-right:200px}.gdpr-star-gray{display:none}.gdpr-3-header{margin:0 0 76px 0;background:url(/static/img/gdpr_fold_2.jpg) no-repeat left top #e4e4e4;background-size:250px 319px;padding:52px 90px 10px 319px}.gdpr-3 h2,.gdpr-3 p{color:#000}.gdpr-3 h2{font-size:40px;margin-bottom:25px}.gdpr-3 p{font-size:16px;width:auto}.gdpr-4 h2{font-size:30px;margin:0 auto 63px;width:555px}.gdpr-4 ul{margin:0 50px 70px}.gdpr-4 li{padding:85px 0 0 0}.gdpr-4 li:nth-child(1){background:url(/static/img/left_icon_gdpr.svg) no-repeat top center;background-size:60px 60px}.gdpr-4 li:nth-child(2){margin:0 70px;background:url(/static/img/central_icon_gdpr.svg) no-repeat top center;background-size:60px 60px}.gdpr-4 li:nth-child(3){background:url(/static/img/right_icon_gdpr.svg) no-repeat top center;background-size:60px 60px}.gdpr-4 a{width:280px;height:60px;line-height:60px}.gdpr-5-left,.gdpr-5-right{padding:29px 25px 114px 48px}.gdpr-5-right{padding-left:70px;padding-right:40px}.gdpr-5 h2{font-size:20px;margin-bottom:26px}.gdpr-5 li,.gdpr-5 p{font-size:16px;line-height:1.69}.gdpr-5-left h2,.gdpr-5-left p{padding-right:0}.gdpr-5-left-divider{margin-left:-22px;width:calc(100% + 22px)}.gdpr-5-left-divider div{width:90%}.gdpr-5-left-divider img{width:22px;height:20px}.gdpr-5-right ul{margin-top:114px}.main-1-header-2{display:block}.main-1 h2{width:100%;font-size:40px;margin:40px auto 46px}.main-2 h2{width:484px;margin:118px auto 80px}.main-2-subheader-text h3{font-size:60px}.main-2-list li,.main-3-list li{width:200px!important;margin:0 15px!important;font-size:14px;line-height:1.93}.main-2-list img,.main-3-list img{width:164px;height:164px}.main-3-header{height:321px;padding:31px 320px 78px 55px;background:url(/static/img/bg-main-tablet.png) no-repeat right top #e4e4e4;background-size:270px 100%;border-top:0}.main-3-header p{width:auto;font-size:16px}.main-3 .btn-blue{height:60px;line-height:60px;padding:0 50px}.main-4-left{padding:40px 65px 0 48px;width:58%}.main-4-right{width:40%;padding:115px 45px 0 55px}.main-4-right li{background-size:18px 17px;background-position:left 10px;margin-left:-35px;padding-left:35px}.main-4-left p,.main-4-right li{font-size:16px}.main-4-left-svg{width:159%;bottom:-20px;left:50%;transform:translateX(-26%)}.main-5-right{float:none;width:auto;padding-top:0;height:auto}.main-5-left{display:none}.main-5-left-tablet{display:block;margin:0 30px 76px;width:auto;height:575px;border-radius:24px;background-image:linear-gradient(228deg,#0951c2,#053d94);padding-top:20px}.main-5-left-tablet h2{font-size:30px;color:#fff;text-align:center;margin:0 0 7px;text-transform:uppercase}.main-5-left-tablet h2 span{display:none}.main-5-switch{position:relative;width:70px;height:36px;border-radius:28px;margin:auto}.main-5-switch:before{content:'';position:absolute;height:30px;width:30px;border-radius:50%;background-color:#0951c2;top:3px}.main-5-switch-off{background-color:#000}.main-5-switch-off:before{left:3px;right:auto}.main-5-switch-on{background-color:#fff}.main-5-switch-on:before{left:auto;right:3px}.main-5-img{text-align:center;margin:15px auto;width:320px}.main-5-img img{display:block;width:100%}.main-5-img .mainLPSImgOn,.main-lps-header-on{display:none}.main-5-left-tablet h2 span.main-lps-header_show{display:inline}.main-star-gray{display:none}.main-5-right p{font-size:16px;width:100%;max-width:460px}.learn-more{display:block;margin-top:50px}.hiw-1{background:url(/static/img/bg3-tablet.png) no-repeat right top;background-size:cover}.hiw-1,.hiw-2,.hiw-4,.hiw-6{padding:40px 49px}.hiw-2,.hiw-3,.hiw-4,.hiw-5,.hiw-6,.hiw-7{height:auto}.hiw-1 p{font-size:16px;width:405px}.hiw p,.hiw-list-content li{font-size:16px}.hiw-list-content{padding:40px 125px}.hiw-list-content li{margin-bottom:50px}.hiw-7 .hiw-list-content{width:auto}.hiw-7 h3{font-size:20px}.hiw-7 li{background-position:left 50px}.technology-left{float:none;width:auto;margin:0 49px 20px;padding:0;max-width:none}.technology-left p{width:auto;font-size:16px;max-width:none}.tech-1 h1{margin-bottom:32px}.technology-left h1,.technology-left h1.monospaced{font-size:44px}.tech-1 .technology-right{background-color:transparent;padding-top:0;margin-top:0;float:none;width:auto}.tech-2 .technology-right{margin:0;padding:20px 0;float:none;width:auto;border-bottom:10px solid #0951c2}.tech-1 .technology-right img{width:100%;margin:0}.tech-1 .technology-right .blue,.tech-2 .blue{display:none}.tech-1 .technology-right p{margin:0 49px 20px;font-size:16px}.tech-3{border-bottom:10px solid #0951c2}.tech-3 ul{width:auto;float:none;padding:35px 72px 24px}.tech-3 li{background-position:left 3px;background-size:21px 20px}.tech-3 h3{font-size:20px;margin-bottom:25px}.tech-3 p{font-size:16px}.nav-top .last{padding-right:49px}.nav-top a,.nav-top span{font-size:16px}.tech-right-lps-switcher{display:none}.media-section{padding:50px 0;margin:0 74px}}@media (max-width:767px){.gdpr-6 li div.gdpr-li-button,.tech-show-mobile{display:block}.contacts-left input::placeholder,.contacts-left textarea::placeholder,.request-demo input::placeholder,.request-demo textarea::placeholder{color:#9b9b9b}.hiw-list-content li{background-position:left 4px}body,p{font-size:12px}.header{height:50px}.sticky+.content{padding-top:50px}.logo{width:109px;height:32px;margin:9px 0 0 20px}.nav-top{display:none;float:none;height:auto;background-color:#fff;padding-bottom:145px;position:relative;top:-5px;box-shadow:0 2px 12px 0 rgba(0,0,0,.07)}.nav-top li{display:block;padding:0 20px;height:30px;margin:40px 0}.solutions-link,.solutions-link:after{display:none!important}.nav-top .solutions-nav{position:static;display:block!important;box-shadow:none;transform:none}.nav-top ul{border:1px solid transparent}.nav-top ul li:first-child{height:auto;margin-top:20px}.nav-top ul li:last-child{margin-bottom:0}.nav-top .solutions-nav li{text-align:left}.solutions-nav li:hover{background-image:none}.nav-top .solutions-nav a{padding:0;font-size:16px}.solutions-nav li:hover a{color:#000;text-decoration:underline}.nav-top a,.nav-top span{line-height:30px}.nav-request-demo{display:none;position:absolute;top:450px;left:50%;transform:translateX(-50%);z-index:10;width:160px;height:40px;font-size:14px;background-image:none;background-color:#fff;border:solid 1px #0068ff;color:#0068ff;margin:0}.hamburger{display:block;position:absolute;height:14px;width:14px;top:18px;right:20px}.hamburger:hover{cursor:pointer}.hamburger .line{width:14px;height:2px;background-color:#0069ff;display:block;margin:2px auto;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hamburger.is-active .line:nth-child(2){opacity:0}.hamburger.is-active .line:nth-child(1){transform:translateY(4px) rotate(45deg)}.hamburger.is-active .line:nth-child(3){transform:translateY(-4px) rotate(-45deg)}.footer-copy,.footer-right{padding:0;width:auto;margin:0 12px 20px 20px}.footer-right a,.footer-right span{font-size:12px;line-height:1.5}.footer-copy{font-size:11px;width:auto;line-height:1.27}.footer-right{height:78px;position:relative}.footer-right object{float:none;position:absolute;left:0;top:13px}.footer-right .copy{position:absolute;right:0;top:12px}.footer-mail{position:absolute;top:63px;left:0}.footer-tel{position:absolute;right:0;top:63px}.nav-top .last{padding-right:25px}.tech-1 h1,.technology-left h1,.technology-left h1.monospaced,h1,h1.monospaced,h2{font-size:22px}.tech-1 .technology-right p,.technology-left p,p{font-size:12px;line-height:2}.technology-left{margin:0 34px 0 20px}.tech-1 .technology-right p{margin:32px 34px 32px 20px}.tech-right-img{display:none!important}.tech-right-lps-switcher{display:block}.tech-1 .tech-right-lps-switcher img{width:auto;display:none}.tech-1 .tech-right-lps-switcher .mainLPSImgOff{display:block}.main-5-left-tablet,.tech-right-lps-switcher{background-image:none;margin:0 0 30px;height:auto}.main-5-left-tablet .main-5-img,.tech-right-lps-switcher .main-5-img{background-image:linear-gradient(228deg,#0951c2,#053d94);border-radius:24px;text-align:center;height:400px;padding:20px 0 20px;box-sizing:border-box}.main-5-left-tablet .main-5-img img,.tech-right-lps-switcher .main-5-img img{margin:auto;max-height:360px}.main-5-left-tablet h2,.tech-right-lps-switcher h2{color:#000}.main-5-left-tablet .main-5-switch-on,.tech-right-lps-switcher .main-5-switch-on{border:1px solid #000}.tech-3{background:0 0;border-bottom:0}.tech-3 ul{padding:35px 20px 24px}.tech-3 li{margin-bottom:25px;background-position:left 3px;background-size:12px 11px}.tech-3 h3{font-size:16px;margin-bottom:11px}.tech-3 p{font-size:12px}.inner-content.inner-content-resources{margin:0 20px}.resources-document{padding-left:35px}.resources-document div{margin-left:0}.resources-desc{font-size:12px;margin:15px 0 40px}.resources-document p{background-size:11px 10px;background-position:left 7px;padding-left:20px;font-size:12px;width:auto}.resources-document .btn-blue{float:none;margin:35px auto 10px}.tech-hide-mobile{display:none}.tech-show-mobile{display:block}.inner-content{margin:0 20px}.contacts-left,.contacts-right{float:none;width:auto}.contacts-left{max-width:none}.contacts-right,.contacts-right .map{height:234px}.contacts-left input,.contacts-left label,.contacts-left p,.request-demo input,.request-demo label{font-size:12px}.contacts-left button,.request-demo button{font-size:14px;display:block;margin:auto;width:160px;height:40px;line-height:40px}.mail{background-size:16px 13px;padding-left:25px}.phone{background-size:15px 15px;padding-left:25px}.contacts-left .blue{margin-top:360px}.contacts-right{position:absolute;height:234px;width:100%;top:128px}.request-demo{position:fixed;width:310px;top:55px;transform:translateX(-50%) translateY(0);padding:25px;height:auto}.request-demo .form-group{float:none!important;margin:0 auto 15px;width:260px}.datepicker-container{width:270px;min-height:220px}.datepicker-panel>ul>li[data-view="day next"],.datepicker-panel>ul>li[data-view="day picked"],.datepicker-panel>ul>li[data-view="day prev"],.datepicker-panel>ul>li[data-view=day]{width:19px;height:27px;line-height:27px}.datepicker-panel>ul>li[data-view="month current"]{width:155px}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"]{width:46px}.datepicker-panel>ul>li{width:31px}.main-1 h2{font-size:22px;margin:32px auto 18px}.main-1-content{margin-bottom:15px}.main-1-content,.main-1-text-container{height:350px}.main-1-text-container{width:53%;padding:20px 5px 0 20px}.main-1-text-container p{font-size:12px;margin:0 0 10px}.star-white{width:24px;height:23px;left:20px;bottom:100px}.btn-blue{font-size:14px;height:40px;width:160px;line-height:40px;border-width:1px}.main-2 h2{width:auto;max-width:80%;margin:50px auto 30px}.main-2-subheader{height:75px;margin-bottom:50px}.main-2-subheader-text{padding:0 15px;width:215px}.main-2-subheader-text h3{font-size:25px;height:35px}.main-2-list li,.main-3-list li{display:block;margin:0 auto 30px!important}.main-2-list p,.main-3-list p{margin-top:0}.main-2-list img,.main-3-list img{width:142px;height:142px}.main-3-header{background-image:none;padding:35px 35px 30px 20px;height:auto}.main-3-header h2{font-size:23px;margin:0 0 10px}.underline{text-decoration:underline}.main-4{margin-bottom:50px}.main-4-left,.main-4-right{float:none;width:auto;margin-bottom:20px;height:auto}.main-4-left{padding:0}.main-4-left h2,.main-4-left p{margin:0 20px 20px}.main-4-right{padding:40px 10px 45px 30px;margin:0 0 20px 66px}.main-4-left-svg{position:static;transform:none;width:100%}.main-4-right li{font-size:12px;background-size:12px 11px;padding-left:20px;margin-left:0}.learn-more,.main-5-right p{font-size:12px;margin-bottom:25px}.learn-more{margin-top:0}.main-5-right{position:absolute;height:165px;top:0;left:0;padding:0;width:auto;margin:0 20px 40px}.main-5 .main-5-left-tablet{padding-top:180px}.blue-big{display:none}.main-6 .iframe-wrapper{width:320px;height:240px}.main-1 h2{width:auto}.hiw-1,.hiw-2,.hiw-4,.hiw-6{padding:40px 20px}.hiw-1,.hiw-3,.hiw-5,.hiw-7{height:auto}.hiw-1 p{width:194px}.main-1-back{background-image:url(/static/img/main_mobile_fold_1.svg);max-width:500px}.hiw-1{background-image:url(/static/img/bg3-mobile.png)}.hiw-1 .btn-blue{padding:0}.hiw p,.hiw-list-content li{font-size:12px}.hiw-3{background:0 0}.hiw-7 .hiw-list-content,.hiw-list-content{padding:36px 20px 30px;width:auto}.hiw-list-content:before{left:0;right:0}.hiw-list-content li{background-size:12px 11px;margin-bottom:25px;padding-left:30px}.gdpr-header,.hiw-5,.hiw-7{background:0 0}.hiw-5 h1{text-align:center}.hiw-5 .hiw-list-content{padding-top:70px}.hiw-5 ul{padding-left:20px}.hiw-6{padding:40px 10px 40px 20px}.hiw-6 p{padding-right:10px}.hiw-7 .hiw-list-content{padding-top:53px}.hiw-7 h3{font-size:16px}.hiw-7 li{background-position:left 5px}.gdpr-header{margin:37px 0 40px;padding:0}.gdpr-header h1{width:220px;margin-left:20px}.gdpr-header p{width:auto;padding:20px 40px 20px 20px;font-size:12px;margin:0}.gdpr-desc:after{display:none}.gdpr-desc-header{margin-right:0}.gdpr-desc-ico,.gdpr-desc-name{font-size:18px}.gdpr-desc-text h2,.gdpr-desc-text h3{font-size:16px}.gdpr-playbook-desc-text ul{padding-left:10px}.gdpr-desc-text .blue,.gdpr-playbook-desc-text .blue,.gdpr-playbook-desc-text .blue.middle-tablet{height:8px;width:50px;margin:25px 0}.gdpr-desc-item{margin-left:20px}.gdpr-playbook-desc-text li:before{left:-10px}.gdpr-desc-text .gdpr-desc-ol-1 li,.gdpr-desc-text p,.gdpr-playbook-desc-text li{font-size:12px;line-height:1.83}.gdpr-3-header{margin:0;padding:0;background:0 0}.gdpr-3 p{display:none}.gdpr-3 h2{font-size:21px;text-align:center}.gdpr-4 h2{font-size:12px;width:auto;margin:0 30px 15px;font-weight:300;line-height:1.83}.gdpr-desc{margin-bottom:50px}.gdpr-4 li{display:block;padding-top:60px;margin:30px 0!important;background-size:42px 42px!important;line-height:1.83;height:auto}.gdpr-4 a{display:none}.gdpr-5-left,.gdpr-5-right{float:none;margin:0 20px 20px;padding:0;width:auto;background:0 0}.gdpr-5-left-divider{display:none}.gdpr-5-right ul{margin-top:0}.gdpr-5 li,.gdpr-5 p{font-size:12px;line-height:1.83;margin:0 0 20px}.gdpr-5 li{padding-left:28px;background-size:12px 11px}.gdpr-6 h1{padding:0;margin:0 20px 20px;width:auto}.gdpr-6-subheader{height:40px;padding:0 20px;text-align:center;margin-bottom:25px}.gdpr-6-subheader span{line-height:40px}.gdpr-6-subheader span:nth-child(1),.gdpr-6-subheader span:nth-child(2){padding:0;font-size:12px;width:auto;text-transform:uppercase}.gdpr-6-subheader span:nth-child(1):after{content:'&';margin:0 4px}.gdpr-6 li{position:relative;margin:0 0 12px;list-style:none;padding-bottom:30px}.gdpr-6 li:before{content:'';position:absolute;width:calc(100% - 40px);bottom:0;left:20px;height:2px;background-color:#c3c3c3;z-index:10}.gdpr-li-button{display:block;position:absolute;font-size:24px;right:20px;bottom:5px;color:#004bb2;width:auto!important;height:auto}.gdpr-6 li div:first-child{width:auto;background-size:12px 11px;background-position:20px 12px;padding:0 30px 0 50px}.gdpr-6 li div:nth-child(2){width:auto;margin:0 0 -30px 0;padding:0 30px 30px 50px;background-color:#f7f7f7;display:none}.lps-tech-bullet{left:20px}.gdpr-desc-text .gdpr-desc-ol-1{margin-bottom:50px}.gdpr-desc-text h2,.gdpr-desc-text h3{line-height:1.25}.form-response-popup{width:300px;height:220px}.form-response-popup .btn-blue{width:100px;height:35px;font-size:14px;line-height:35px}.form-response-popup p{font-size:14px;margin:0 0 10px}.close{right:23px}.request-demo.request-demo-page .form-group:nth-child(odd){margin-right:0}.contacts-left label:nth-child(2),.request-demo label:nth-child(2){display:none}.gdpr-4 .btn-blue{width:240px;font-size:12px;padding:0 20px}.media-section{padding:30px 0;margin:0 20px}.media-section img[alt="Boaz Gam"],.media-section img[alt="Natalia Vizir"],.media-section img[alt=Leverate]{margin-bottom:-22px}.excerpt{max-width:100%}.excerpt h3{font-size:1.3em}.datepicker-dropdown{position:absolute}}