:root{--primary-color:144,77,255;--primary-color-light:#f2e6fb;--primary-color-dark:#1f2937;--primary-color-dark-2:#875aa6;--primary-color-gradient:linear-gradient(145deg,#f2e6fb 45.13%,#f1d6f4 85%);--secondary-color:232,0,108;--secondary-color-light:#fde6f0;--secondary-color-gradient:linear-gradient(104.95deg,#ffe5f9 45.13%,#ffd4f5 85%);--text-color:#111827;--link-color:#0065ff;--white:255,255,255;--black:0,0,0;--grey:177,177,177;--heading-font:"DM Serif Display",serif;--content-font:"Inter",sans-serif;--number-font:"DM Serif Display",serif;--bg-light-blue:#e6fcff;--blue-color-gradient:linear-gradient(145deg,#e6fcff 45.13%,#d0e6ff 85%);--yellow-dark:#ff8a00;--yellow-light:#fff3c9;--orange-light:#ffebed;--shadow-secondary-color:rgba(128,6,214,.15) 0 35px 100px;--bg-grey-light:#f3f4f6;--blur:6px;--contrast:105%}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#f4f0eb;border-radius:10px}::-webkit-scrollbar{width:10px;height:10px;background-color:#f4f0eb;border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background:rgba(0,0,0,.4)}@-webkit-keyframes moveCodeSamplesLeft{to{-webkit-transform:translateX(-3950px);transform:translateX(-3950px)}}@keyframes moveCodeSamplesLeft{to{-webkit-transform:translateX(-3950px);transform:translateX(-3950px)}}@-webkit-keyframes moveCodeSamplesRight{to{-webkit-transform:translateX(2250px);transform:translateX(2250px)}}@keyframes moveCodeSamplesRight{to{-webkit-transform:translateX(2250px);transform:translateX(2250px)}}html{scroll-behavior:smooth;overflow-x:hidden}*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}::-moz-selection{color:var(--text-color);background:#fdde74}::selection{color:var(--text-color);background:#fdde74}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,.6)}100%{box-shadow:0 0 0 12px rgba(255,255,255,0)}}@keyframes shadow-pulse-white{0%{box-shadow:0 0 0 0 rgba(255,255,255,.6)}100%{box-shadow:0 0 0 12px rgba(255,255,255,0)}}@keyframes shadow-pulse-primary{0%{box-shadow:0 0 0 0 rgba(232,0,108,55%)}100%{box-shadow:0 0 0 12px rgba(190,24,145,8%)}}@keyframes arrowSlide{0%,100%{transform:translate(0,0)}50%{transform:translate(5px,0)}}@keyframes MoveUpDown{0%,100%{transform:translate(0,0)}50%{transform:translate(0,50px)}}body{font-family:var(--content-font);font-weight:400;font-size:16px;line-height:1.6em;color:var(--text-color)}footer{background:#070b10}a{color:var(--text-color);outline:0;text-decoration:none}a,a:visited{text-decoration:none;outline:0;color:var(--text-color)}a:focus{color:var(--text-color);text-decoration:underline;outline:0}a:hover{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}a:focus,a:active,a:visited{text-decoration:none;outline:0}a.btn:hover svg{fill:#fff}a.btn:focus svg{fill:#fff}a.btn:active svg{fill:#fff}svg{fill:var(--text-color)}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);color:var(--text-color);line-height:1.3em;font-weight:500;padding:0 0 15px;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:var(--text-color)}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:rgba(var(--primary-color),1)}h1{font-size:38px}h1.h1_large{font-size:40px}h1.h1_xxlarge{font-size:46px;line-height:1.2em}h2{font-size:32px}h2.h2_xlarge{font-size:36px}h3{font-size:24px}h4{font-size:21px;font-weight:500}h5{font-size:19px;font-weight:500}h6{font-size:17px;font-weight:500}p{padding:0 0 20px;margin:0}em{font-style:italic}strong,b{font-weight:700}.font-weight-500{font-weight:500}.text-xs p,.text-xs{font-size:14px !important;line-height:1.3em !important}.text-sm p,.text-sm{font-size:12px !important;line-height:1.2em !important}.text-medium p,.text-medium{font-size:15px !important;line-height:1.5em !important}.text-large p,.text-large{font-size:16px !important;line-height:1.6em !important}.text-xlarge p,.text-xlarge{font-size:18px !important;line-height:1.7em !important}.text-xxlarge p,.text-xxlarge{font-size:20px !important;line-height:1.7em !important}.line-spacing-sm{line-height:1.2em !important}.line-spacing-xs{line-height:1em !important}.text-primary,a.text-primary:hover{color:rgba(var(--primary-color),1) !important}.text-secondary,a.text-secondary:hover{color:rgba(var(--secondary-color),1) !important}.text-secondary svg,svg.text-secondary{fill:rgba(var(--secondary-color),1)}.text-secondary-gradient{background:linear-gradient(to right,#8005d8 0%,#c92e66 50%,#8005d8 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(255,255,255,0);text-fill-color:rgba(255,255,255,0);background-size:500% auto;animation:textShine 10s ease-in-out infinite alternate}@keyframes textShine{0%{background-position:0% 50%}100%{background-position:100% 50%}}.text-link-color{color:var(--link-color) !important}.text-grey{color:#aaa !important}.text-white{color:rgba(var(--white),1) !important}.bg-grey{background:#f3f4f6 !important}.bg-grey-light{background:var(--bg-grey-light) !important}.bg-none{background:none !important}.bg-primary-light{background:var(--primary-color-light) !important}.bg-primary{background:rgba(var(--primary-color),1) !important}.bg-primary-gradient{background:var(--primary-color-gradient) !important}.bg-secondary{background:rgba(var(--secondary-color),1) !important}.bg-secondary-gradient{background:var(--secondary-color-gradient) !important}.bg-secondary-light{background:var(--secondary-color-light) !important}.bg-blue-light{background:var(--bg-light-blue) !important}.bg-blue-light-gradient{background:var(--blue-color-gradient) !important}.bg-orange-light{background:var(--orange-light) !important}.shadow-secondary-color{box-shadow:var(--shadow-secondary-color) !important}.shadow-right-bottom{box-shadow:5px 5px 10px rgba(var(--black),.2)}.pt-80{padding-top:90px}.pb-80{padding-bottom:90px}.py-80{padding-top:90px;padding-bottom:90px}.my-80{margin-top:90px;margin-bottom:90px}.mt-80{margin-top:90px}.mb-80{margin-bottom:90px}.icon-f img{max-height:60px}.icon-f svg{max-height:50px}.icon-w img{width:70px}.sticky-top{position:-webkit-sticky;position:sticky;top:120px;z-index:10}.sticky-top.sticky-with-header{top:87px}ul,li{list-style:none;padding:0;margin:0}ol li{width:calc(100% - 20px);list-style-type:decimal;list-style-position:outside;margin:7px 0 7px 20px}ul,ol{margin-bottom:20px}.custom-ordered-list{list-style:none;counter-reset:my-awesome-counter}.custom-ordered-list li{counter-increment:my-awesome-counter;position:relative;padding-left:30px;font-size:20px;margin:7px 0}.custom-ordered-list li::before{content:counter(my-awesome-counter) ".";font-weight:700;font-size:20px;line-height:1;position:absolute;font-family:"Crabmeal",sans-serif;top:4px;left:0}.check-list .custom-ordered-list{padding-left:20px;margin-top:10px}.check-list .custom-ordered-list li{padding-left:0;font-size:inherit;margin:2px 0}.check-list .custom-ordered-list li:before{display:none}.check-list dt{position:relative;padding-left:28px;margin:7px 0;font-weight:500}.check-list dt:before{content:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3E%3Cstyle%3Esvg%7Bfill:%23b36ae6%7D%3C/style%3E%3Cpath d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\'/%3E%3C/svg%3E");width:15px;height:15px;position:absolute;top:2px;left:0}.ordered-check-list{display:inline-block;width:100%}.ordered-check-list li{width:100%;float:left;position:relative;margin:7px 0}@media (min-width:1024px) and (max-width:1199px){h1{font-size:35px}h1.h1_large{font-size:38px}h1.h1_xxlarge{font-size:40px;line-height:1.4em}h2{font-size:28px}h2.h2_xlarge{font-size:32px}}@media (max-width:767px){body{letter-spacing:.01em}h1,h2,h3,h4,h5,h6{line-height:1.25em}h1{font-size:32px}h1.h1_large{font-size:34px}h1.h1_xxlarge{font-size:36px;line-height:1.3em}h2{font-size:28px}h2.h2_xlarge{font-size:30px}h3{font-size:24px}.pt-80{padding-top:50px}.pb-80{padding-bottom:50px}.py-80{padding-top:50px;padding-bottom:50px}.my-80{margin-top:50px;margin-bottom:50px}.mt-80{margin-top:50px}.mb-80{margin-bottom:60px}.container{padding-left:30px;padding-right:30px}}@media (min-width:1200px){h1{font-size:40px}h1.h1_large{font-size:54px;line-height:1.2em}h1.h1_xxlarge{font-size:55px;line-height:1.15em}h2{font-size:42px;line-height:1.2em}h2.h2_xlarge{font-size:46px}h3{font-size:34px}h4{font-size:24px}body{font-size:16px}.text-medium p,.text-medium{font-size:18px !important}.text-large p,.text-large{font-size:20px !important}.text-xlarge p,.text-xlarge{font-size:25px !important}.text-xxlarge p,.text-xxlarge{font-size:30px !important}.container{max-width:1290px;padding-left:20px;padding-right:20px}}picture,video{display:block}source,img{width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;line-height:.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:0}.border-radius{border-radius:20px}.border-radius-sm{border-radius:15px}.border-bottom-gradient{border-bottom:1px solid rgba(255,255,255,0);border-image:linear-gradient(.25turn,rgba(var(--white),1),rgba(var(--grey),.8),rgba(var(--white),1));border-image-slice:1}.content_main{width:100%;float:left;background:rgba(var(--white),1)}input{outline:0 !important;outline-width:0 !important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=date]:focus:not([readonly]),input[type=datetime-local]:focus:not([readonly]),input[type=email]:focus:not([readonly]),input[type=number]:focus:not([readonly]),input[type=password]:focus:not([readonly]),input[type=search-md]:focus:not([readonly]),input[type=search]:focus:not([readonly]),input[type=tel]:focus:not([readonly]),input[type=text]:focus:not([readonly]),input[type=time]:focus:not([readonly]),input[type=url]:focus:not([readonly]),textarea.md-textarea:focus:not([readonly]){border:1px solid var(--text-color);-webkit-box-shadow:none;box-shadow:none}.form-control:focus{color:var(--text-color);background:rgba(var(--white),1) !important;border-color:rgba(var(--black)) !important;box-shadow:none;outline:0}input[type=date]:focus:not([readonly])+label,input[type=datetime-local]:focus:not([readonly])+label,input[type=email]:focus:not([readonly])+label,input[type=number]:focus:not([readonly])+label,input[type=password]:focus:not([readonly])+label,input[type=search-md]:focus:not([readonly])+label,input[type=search]:focus:not([readonly])+label,input[type=tel]:focus:not([readonly])+label,input[type=text]:focus:not([readonly])+label,input[type=time]:focus:not([readonly])+label,input[type=url]:focus:not([readonly])+label,textarea.md-textarea:focus:not([readonly])+label{color:var(--text-color);font-weight:500}select.form-control{height:45px !important;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;padding:2px 20px !important;outline-color:inherit}select::-ms-expand{display:none}select.form-control:focus{outline:0;background:rgba(var(--white),1) url("https://cdn-ilegghe.nitrocdn.com/rLpJsPUzYfyLnxRWWmzyWdCZYRPoOLYJ/assets/images/optimized/rev-aa9b3b8/document360.com/wp-content/themes/document360/images/icons/arrow_down.png") no-repeat right 20px center !important;background-size:11px 11px !important;outline:none;box-shadow:none;outline-color:inherit}select.form-control:focus.nitro-lazy{background:none !important}select.form-control option{font-weight:500;padding:6px 10px}select.form-control:not([size]):not([multiple]){background:rgba(var(--white),1) url("https://cdn-ilegghe.nitrocdn.com/rLpJsPUzYfyLnxRWWmzyWdCZYRPoOLYJ/assets/images/optimized/rev-aa9b3b8/document360.com/wp-content/themes/document360/images/icons/arrow_down.png") no-repeat right 18px center;background-size:11px 11px}select.form-control:not([size]):not([multiple]).nitro-lazy{background:none !important}.form-group{margin-bottom:1.5em}.form-control{width:100%;height:45px;background:rgba(var(--white),1);border:1px solid rgba(var(--grey),.8);font-weight:400;font-size:15px;border-radius:12px;padding:6px 18px;box-sizing:border-box;color:var(--text-color)}textarea.form-control{height:90px}.input-group .btn:not(:disabled):not(.disabled):hover,.input-group .btn:not(:disabled):not(.disabled):active,.input-group .btn:not(:disabled):not(.disabled):focus{transform:translateY(0) !important}.input-group .form-control{border-radius:12px}.input-group .input-group-text{border-radius:0 12px 12px 0;border-color:rgba(var(--grey),.8)}.input-group .btn{border-radius:0 12px 12px 0px !important;padding:10px 25px}.input-group .form-control:focus+.btn{box-shadow:0 12px 5px -5px rgba(0,0,0,.1);background:rgba(var(--primary-color),1)}.input-group .form-control.error+.btn,.input-group .form-control.error+.btn:active,.input-group .form-control.error+.btn:not(:disabled):active,.input-group .form-control.error+.btn:not(:disabled):focus,.input-group .form-control.error:focus+.btn{background:#f83483}.input-group .form-control.error,.input-group .form-control.error:focus{border-color:#f83483 !important}label{position:relative}.col-form-label{padding-top:calc(.6rem + 1px)}@media (max-width:991px){.col-form-label{padding-top:0}}@media (max-width:767px){.input-group.mob-fw{flex-direction:column}.input-group.mob-fw .form-control{border-bottom-right-radius:12px !important;border-top-right-radius:12px !important;margin-bottom:6px;width:100% !important}.input-group.mob-fw .btn{width:100%;border-radius:12px !important;padding:6px 0;height:38px}}@media (min-width:1366px){select{height:45px !important}.form-control{height:45px;font-size:16px;padding:10px 18px}}.getstarted_signup{position:relative}.wrong-entry{animation:wrong-log .5s}@-moz-keyframes wrong-log{0%,100%{left:0}20%,60%{left:8px}40%,80%{left:-8px}}@-webkit-keyframes wrong-log{0%,100%{left:0}20%,60%{left:8px}40%,80%{left:-8px}}@keyframes wrong-log{0%,100%{left:0}20%,60%{left:8px}40%,80%{left:-8px}}.check-cus,.radio-cus{width:100%;display:inline-block;position:relative}.check-cus input[type=checkbox],.radio-cus input[type=radio]{display:none}.check-cus label,.radio-cus label{width:auto;padding-left:30px !important;font-weight:500;position:relative;font-size:16px;margin:0;cursor:default !important}.check-cus label:before,.radio-cus label:before{content:"";display:inline-block;width:17px;height:17px;border:1px solid #333;position:absolute;top:5px;border-radius:100%;left:0;z-index:5}.check-cus label:after,.radio-cus label:after{content:"";width:7px;height:7px;background:rgba(var(--white),1);position:absolute;top:10px;border-radius:100%;left:5px;display:none}.check-cus label:before{border-radius:3px}.check-cus label:after{content:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'%3E%3Cpath d=\'M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\' fill=\'%23fff\'/%3E%3C/svg%3E");width:11px;height:11px;background:none;position:absolute;line-height:11px;top:8px;border-radius:100%;left:3px;display:none;z-index:6}.check-cus input[type=checkbox]:checked+label:after,.radio-cus input[type=radio]:checked+label:after{display:block;z-index:5}.check-cus input[type=checkbox]:checked+label:before,.radio-cus input[type=radio]:checked+label:before{border-color:rgba(var(--primary-color),1)}.check-cus input[type=checkbox]:checked+label:before,.radio-cus input[type=radio]:checked+label:before{border-color:rgba(var(--primary-color),1);background:rgba(var(--primary-color),1);color:rgba(var(--white),1)}.md-form .form-group{width:100%;display:inline-block;position:relative;margin-bottom:26px}.md-form .form-group label{width:100%;display:inline-block;color:rgba(var(--grey),1);font-size:15px;z-index:2;cursor:text;position:absolute;left:0;top:14px;line-height:1.2em;margin-bottom:0;padding:0 0 0 16px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.md-form .form-group label span{background:#fff;padding:0 4px;line-height:1em}.md-form .form-group label span sup{margin-left:2px}.md-form .form-control{border-color:rgba(var(--grey),1)}.md-form .form-control:focus{background-color:rgba(255,255,255,0)}.md-form .ProjectNamelabel label,.md-form .form-control:focus~label,.md-form .form-control.not-empty~label,.md-form .form-control.valid~label,.md-form select.form-control~label,.md-form .country-select label{top:-6px;font-size:13px;color:rgba(var(--black),.8);z-index:6}.md-form #li-vatNumber .input-group .input-group-text{border-width:2px;border-right:none;border-radius:0 0 0 22px;padding:0 20px;font-weight:700}.md-form #li-vatNumber .form-group label{top:-6px;font-size:13px;color:var(--text-color)}.md-form #li-vatNumber .input-group{flex-wrap:nowrap}.md-form .form-control:focus~label span,.md-form .form-control.not-empty~label span{background:rgba(var(--white),1);color:rgba(var(--black),.8)}.md-form span.error{width:100%;float:left;position:static !important;margin-top:3px !important;margin-bottom:-7px !important;z-index:5;color:#f83483;font-size:12px;line-height:1.3em;letter-spacing:.01em;padding-right:10px;padding-left:10px;text-align:right}.md-form .form-control.error,.md-form .form-control.is-empty{border-color:#f83483}.md-form .form-control.error:focus{border-color:#f83483 !important}.bg-paper-tear2 .md-form .form-control{background:none;border-color:#333}.bg-primary-light .md-form .form-group label span{background:var(--primary-color-light)}.bg-primary-light .md-form .form-group .form-control,.bg-primary-light .md-form .form-group .form-control:focus{background:var(--primary-color-light) !important}.bg-grey-light .md-form .form-group label span{background:var(--bg-grey-light) !important}.bg-grey-light .md-form .form-group .form-control,.bg-grey-light .md-form .form-group .form-control:focus{background:var(--bg-grey-light) !important}.bg-grey-light .md-form .form-group select.form-control,.bg-grey-light .md-form .form-group select.form-control:focus{background:var(--bg-grey-light) url("https://cdn-ilegghe.nitrocdn.com/rLpJsPUzYfyLnxRWWmzyWdCZYRPoOLYJ/assets/images/optimized/rev-aa9b3b8/document360.com/wp-content/themes/document360/images/icons/arrow_down.png") no-repeat right 20px center !important;background-size:11px 11px !important}.bg-grey-light .md-form .form-group select.form-control.nitro-lazy,.bg-grey-light .md-form .form-group select.form-control:focus.nitro-lazy{background:none !important}.bg-primary-light .md-form .form-group select.form-control,.bg-primary-light .md-form .form-group select.form-control:focus{background:var(--primary-color-light) url("https://cdn-ilegghe.nitrocdn.com/rLpJsPUzYfyLnxRWWmzyWdCZYRPoOLYJ/assets/images/optimized/rev-aa9b3b8/document360.com/wp-content/themes/document360/images/icons/arrow_down.png") no-repeat right 20px center !important;background-size:11px 11px !important}.bg-primary-light .md-form .form-group select.form-control.nitro-lazy,.bg-primary-light .md-form .form-group select.form-control:focus.nitro-lazy{background:none !important}.bg-box-gradient{position:relative}.bg-box-gradient:before{content:"";height:100%;width:100%;position:absolute;left:0;top:0;background:linear-gradient(180deg,#f3f8fe 0%,rgba(255,255,255,0) 100%);border-radius:24px;z-index:1}.bg-box-grey{position:relative}.bg-box-grey:before{content:"";height:100%;width:100%;position:absolute;left:0;top:0;background:rgba(var(--grey),.1);border-radius:24px;z-index:1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);-moz-backdrop-filter:blur(10px);-ms-filter-backdrop-filter:blur(10px);-o-filter-backdrop-filter:blur(10px)}@media (min-width:1367px){.bg-box-gradient:before,.bg-box-grey:before{width:calc(100% - 4%);left:2%}}.exception_message,.exception_message1,.exception_message2,.exception_message3{position:fixed;top:20px;right:-245px;min-width:240px;max-width:380px;background:rgba(var(--secondary-color),1);font-size:14px;line-height:20px;text-align:left;padding:10px 35px 10px 15px;transition:all .35s ease-in-out;box-shadow:rgba(0,0,0,.18) 0 0 8px;color:rgba(var(--white),1);border-radius:5px;z-index:1015}.exception_message .alert_close,.exception_message1 .alert_close,.exception_message2 .alert_close,.exception_message3 .alert_close{font-weight:700;font-size:20px;top:7px;right:10px;position:absolute;cursor:pointer}.exception_message #exception_message_content ul,.exception_message1 #exception_message_content1 ul,.exception_message2 #exception_message_content2 ul,.exception_message3 #exception_message_content3 ul{margin-bottom:0}button,button:focus{outline:0}.btn,.cta{padding:10px 25px;line-height:1.3;font-size:16px;font-weight:400;margin:0;border-radius:30px;color:rgba(var(--white),1) !important;border:none}.btn svg,.cta svg{width:13px;height:13px;margin-top:-3px;margin-left:.25em}.cta:not(:disabled):not(.disabled):hover,.cta:not(:disabled):not(.disabled):focus,.cta:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled):hover,.btn:not(:disabled):not(.disabled):focus,.btn:not(:disabled):not(.disabled):active{box-shadow:0 12px 5px -5px rgba(0,0,0,.1) !important;transform:translateY(-1px) !important;text-decoration:none}.btn:disabled{cursor:not-allowed !important;opacity:.6;background-color:rgba(var(--grey),.8) !important}.cta,.btn.btn-primary{background-color:#904dff;border:1px solid #904dff;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.cta:not(:disabled):not(.disabled):focus,.cta:not(:disabled):not(.disabled):active,.cta:not(:disabled):not(.disabled):active,.cta:not(:disabled):not(.disabled):hover,.btn.btn-primary:not(:disabled):not(.disabled):focus,.btn.btn-primary:not(:disabled):not(.disabled):active,.btn.btn-primary:not(:disabled):not(.disabled):active,.btn.btn-primary:not(:disabled):not(.disabled):hover{background-color:rgba(var(--primary-color),1);-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;color:rgba(var(--white),1);outline:0}.btn.btn-outline-primary{border:2px solid #904dff;color:#904dff !important;background-color:transparent !important;padding-top:9px;padding-bottom:9px}.btn.btn-outline-primary:not(:disabled):not(.disabled):focus,.btn.btn-outline-primary:not(:disabled):not(.disabled):active,.btn.btn-outline-primary:not(:disabled):not(.disabled):active,.btn.btn-outline-primary:not(:disabled):not(.disabled):hover{background-color:#904dff !important;border:2px solid #904dff;color:rgba(var(--white),1) !important}.btn.btn-secondary{color:rgba(var(--white),1) !important;background-color:rgba(var(--secondary-color),1)}.btn.btn-secondary:not(:disabled):not(.disabled):focus,.btn.btn-secondary:not(:disabled):not(.disabled):active,.btn.btn-secondary:not(:disabled):not(.disabled):active,.btn.btn-secondary:not(:disabled):not(.disabled):hover{color:rgba(var(--white),1) !important;background-color:rgba(var(--secondary-color),1)}.btn.btn-grey{background-color:rgba(var(--black),.8);-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.btn.btn-grey:not(:disabled):not(.disabled):focus,.btn.btn-grey:not(:disabled):not(.disabled):active,.btn.btn-grey:not(:disabled):not(.disabled):active,.btn.btn-grey:not(:disabled):not(.disabled):hover{background-color:#979797;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;color:rgba(var(--white),1);outline:0;box-shadow:none}.btn.btn-dark{background-color:#1f2937}.btn.btn-dark:not(:disabled):not(.disabled):focus,.btn.btn-dark:not(:disabled):not(.disabled):active,.btn.btn-dark:not(:disabled):not(.disabled):active,.btn.btn-dark:not(:disabled):not(.disabled):hover{background-color:rgba(var(--primary-color),1) !important;color:rgba(var(--white),1) !important}.btn.btn-outline-dark{border:2px solid var(--primary-color-dark);color:var(--primary-color-dark) !important;background-color:transparent !important;padding-top:9px;padding-bottom:9px}.btn.btn-outline-dark svg{width:17px;height:17px;top:2px;position:relative}.btn.btn-outline-dark:not(:disabled):not(.disabled):focus,.btn.btn-outline-dark:not(:disabled):not(.disabled):active,.btn.btn-outline-dark:not(:disabled):not(.disabled):active,.btn.btn-outline-dark:not(:disabled):not(.disabled):hover{background-color:var(--primary-color-light) !important;border:2px solid rgba(var(--primary-color),1);color:rgba(var(--primary-color),1) !important}.btn.btn-outline-dark:not(:disabled):not(.disabled):focus svg,.btn.btn-outline-dark:not(:disabled):not(.disabled):active svg,.btn.btn-outline-dark:not(:disabled):not(.disabled):active svg,.btn.btn-outline-dark:not(:disabled):not(.disabled):hover svg{fill:rgba(var(--primary-color),1) !important}.btn.btn-sm{padding:9px 15px 7px;font-size:13px}.btn.btn-outline-primary.btn-sm{padding:7px 15px 5px}.btn.btn-with-arrow{position:relative;padding-right:65px}.btn.btn-with-arrow:after{content:"";width:18px;height:20px;background:url("https://cdn-ilegghe.nitrocdn.com/rLpJsPUzYfyLnxRWWmzyWdCZYRPoOLYJ/assets/images/optimized/rev-aa9b3b8/document360.com/wp-content/themes/document360/images/icons/arrow-right-long.svg") no-repeat right center;background-size:100% auto;position:absolute;right:25px;top:50%;transform:translateY(-50%)}.btn.btn-sm svg{width:15px;height:15px;top:0;position:relative}.btn.btn-lg{padding:20px 35px;font-size:20px;border-radius:17px}.btn.btn-outline-primary.btn-lg{padding:13px 28px 11px}.btn.btn-lg i{font-size:19px;top:2px;position:relative}.check-list{width:100%;display:inline-block}.check-list li{width:100%;float:left;position:relative;padding-left:28px !important;margin:7px 0}.check-list li:before{content:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3E%3Cstyle%3Esvg%7Bfill:%23b36ae6%7D%3C/style%3E%3Cpath d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\'/%3E%3C/svg%3E");width:15px;height:15px;position:absolute;top:2px;left:0}.check-list.column-2 li{width:50%;float:left;padding-right:20px;margin:7px 0}.z-index-10{z-index:10 !important}.z-index-master{z-index:1090 !important}.play-button-new{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.5);transition:all .3s ease}.play-button-new::before{content:"";position:absolute;inset:-8px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,57%) 0%,rgba(255,255,255,25%) 65% 65%);opacity:.6;transition:opacity .3s ease}.play-button-new .play-icon{width:22px;height:20px;fill:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));transition:transform .3s ease}.play-button-new::after{content:"";position:absolute;inset:0;border-radius:50%;border:1px solid rgba(255,255,255,.5);opacity:0;transform:scale(.9)}.play-button-new:hover::after{animation:ripple 1s ease-out}.play-button-new:hover::before{opacity:1}.play-button-new:hover .play-icon{transform:scale(1.1)}@keyframes ripple{from{transform:scale(.9);opacity:1}to{transform:scale(1.5);opacity:0}}.stars{width:100%;height:508px;top:78px;z-index:4;position:absolute;overflow:hidden}#stars2{width:2px;height:2px;background:rgba(255,255,255,0);box-shadow:1137px 821px #fff,1181px 824px #fff,647px 783px #fff,1633px 284px #fff,420px 1426px #fff,231px 1167px #fff,1907px 1764px #fff,372px 1353px #fff,1131px 140px #fff,1988px 1667px #fff,278px 113px #fff,1570px 377px #fff,355px 448px #fff,736px 1739px #fff,535px 1776px #fff,177px 1658px #fff,253px 1855px #fff,1398px 1921px #fff,19px 1852px #fff,1711px 767px #fff,1692px 330px #fff,1524px 444px #fff,480px 1605px #fff,1872px 1597px #fff,562px 1879px #fff,411px 393px #fff,47px 166px #fff,876px 143px #fff,40px 1272px #fff,120px 509px #fff,1791px 502px #fff,1180px 201px #fff,1970px 1150px #fff,1916px 410px #fff,1317px 747px #fff,1142px 863px #fff,1117px 1347px #fff,1287px 1319px #fff,1565px 1363px #fff,981px 350px #fff,35px 247px #fff,1001px 1777px #fff,917px 319px #fff,79px 864px #fff,1097px 1750px #fff,1583px 976px #fff,1434px 545px #fff,268px 356px #fff,1793px 274px #fff,1488px 615px #fff,1173px 1638px #fff,718px 1700px #fff,1919px 443px #fff,1869px 1330px #fff,355px 320px #fff,58px 304px #fff,1350px 6px #fff,12px 863px #fff,1296px 1851px #fff,1146px 154px #fff,1887px 131px #fff,1404px 1081px #fff,1895px 1961px #fff,1326px 164px #fff,1621px 1438px #fff,349px 1181px #fff,1076px 338px #fff,598px 1482px #fff,767px 747px #fff,608px 231px #fff,1298px 695px #fff,47px 253px #fff,1525px 982px #fff,1021px 1932px #fff,248px 458px #fff,1558px 592px #fff,485px 786px #fff,1205px 1766px #fff,1955px 398px #fff,561px 760px #fff,828px 1127px #fff,317px 1825px #fff,1896px 1379px #fff,718px 1333px #fff,405px 913px #fff,824px 1772px #fff,253px 1961px #fff,481px 1519px #fff,622px 1269px #fff,66px 1987px #fff,1890px 1948px #fff,1563px 331px #fff,1450px 717px #fff,1247px 695px #fff,230px 329px #fff,1343px 793px #fff,779px 442px #fff,607px 1755px #fff,215px 751px #fff,1505px 1814px #fff,814px 375px #fff,511px 1332px #fff,295px 1129px #fff,344px 549px #fff,819px 1445px #fff,1567px 1606px #fff,1364px 1413px #fff,1268px 379px #fff,1099px 1720px #fff,1713px 917px #fff,962px 1625px #fff,1941px 310px #fff,1250px 1172px #fff,954px 1037px #fff,1085px 965px #fff,191px 145px #fff,415px 363px #fff,467px 987px #fff,636px 1397px #fff,1587px 1712px #fff,179px 194px #fff,838px 1926px #fff,849px 879px #fff,529px 1821px #fff,293px 1377px #fff,1385px 1037px #fff,1717px 292px #fff,744px 686px #fff,80px 337px #fff,1055px 135px #fff,69px 1294px #fff,1916px 1330px #fff,3px 830px #fff,1991px 1733px #fff,1640px 1608px #fff,471px 1204px #fff,66px 1432px #fff,1974px 225px #fff,1827px 1683px #fff,1127px 1835px #fff,1038px 1105px #fff,759px 475px #fff,195px 11px #fff,715px 122px #fff,435px 788px #fff,334px 1709px #fff,564px 1091px #fff,94px 1590px #fff,353px 1265px #fff,844px 976px #fff,1931px 1233px #fff,1742px 1331px #fff,1132px 635px #fff,1372px 482px #fff,1674px 1996px #fff,1453px 1193px #fff,1997px 622px #fff,1149px 1742px #fff,830px 1941px #fff,251px 1027px #fff,272px 1909px #fff,192px 557px #fff,1223px 1753px #fff,448px 1495px #fff,596px 245px #fff,903px 143px #fff,1281px 164px #fff,168px 480px #fff,1637px 994px #fff,452px 28px #fff,1877px 1298px #fff,1473px 914px #fff,920px 1392px #fff,1749px 1020px #fff,1208px 1698px #fff,843px 401px #fff,1044px 1444px #fff,574px 513px #fff,1301px 427px #fff,1755px 1234px #fff,1922px 1091px #fff,449px 1963px #fff,1943px 912px #fff,33px 172px #fff,1029px 1597px #fff,1021px 1145px #fff,580px 1862px #fff,1965px 1706px #fff,61px 1749px #fff,1214px 898px #fff,286px 1173px #fff,28px 1686px #fff,1404px 741px #fff,1324px 1043px #fff,1244px 647px #fff,1808px 1227px #fff,1000px 290px #fff,1425px 148px #fff,277px 1478px #fff,170px 1509px #fff;animation:animStar 150s linear infinite}#stars2:after{content:" ";position:absolute;top:2000px;width:2px;height:2px;background:rgba(255,255,255,0);box-shadow:1137px 821px #fff,1181px 824px #fff,647px 783px #fff,1633px 284px #fff,420px 1426px #fff,231px 1167px #fff,1907px 1764px #fff,372px 1353px #fff,1131px 140px #fff,1988px 1667px #fff,278px 113px #fff,1570px 377px #fff,355px 448px #fff,736px 1739px #fff,535px 1776px #fff,177px 1658px #fff,253px 1855px #fff,1398px 1921px #fff,19px 1852px #fff,1711px 767px #fff,1692px 330px #fff,1524px 444px #fff,480px 1605px #fff,1872px 1597px #fff,562px 1879px #fff,411px 393px #fff,47px 166px #fff,876px 143px #fff,40px 1272px #fff,120px 509px #fff,1791px 502px #fff,1180px 201px #fff,1970px 1150px #fff,1916px 410px #fff,1317px 747px #fff,1142px 863px #fff,1117px 1347px #fff,1287px 1319px #fff,1565px 1363px #fff,981px 350px #fff,35px 247px #fff,1001px 1777px #fff,917px 319px #fff,79px 864px #fff,1097px 1750px #fff,1583px 976px #fff,1434px 545px #fff,268px 356px #fff,1793px 274px #fff,1488px 615px #fff,1173px 1638px #fff,718px 1700px #fff,1919px 443px #fff,1869px 1330px #fff,355px 320px #fff,58px 304px #fff,1350px 6px #fff,12px 863px #fff,1296px 1851px #fff,1146px 154px #fff,1887px 131px #fff,1404px 1081px #fff,1895px 1961px #fff,1326px 164px #fff,1621px 1438px #fff,349px 1181px #fff,1076px 338px #fff,598px 1482px #fff,767px 747px #fff,608px 231px #fff,1298px 695px #fff,47px 253px #fff,1525px 982px #fff,1021px 1932px #fff,248px 458px #fff,1558px 592px #fff,485px 786px #fff,1205px 1766px #fff,1955px 398px #fff,561px 760px #fff,828px 1127px #fff,317px 1825px #fff,1896px 1379px #fff,718px 1333px #fff,405px 913px #fff,824px 1772px #fff,253px 1961px #fff,481px 1519px #fff,622px 1269px #fff,66px 1987px #fff,1890px 1948px #fff,1563px 331px #fff,1450px 717px #fff,1247px 695px #fff,230px 329px #fff,1343px 793px #fff,779px 442px #fff,607px 1755px #fff,215px 751px #fff,1505px 1814px #fff,814px 375px #fff,511px 1332px #fff,295px 1129px #fff,344px 549px #fff,819px 1445px #fff,1567px 1606px #fff,1364px 1413px #fff,1268px 379px #fff,1099px 1720px #fff,1713px 917px #fff,962px 1625px #fff,1941px 310px #fff,1250px 1172px #fff,954px 1037px #fff,1085px 965px #fff,191px 145px #fff,415px 363px #fff,467px 987px #fff,636px 1397px #fff,1587px 1712px #fff,179px 194px #fff,838px 1926px #fff,849px 879px #fff,529px 1821px #fff,293px 1377px #fff,1385px 1037px #fff,1717px 292px #fff,744px 686px #fff,80px 337px #fff,1055px 135px #fff,69px 1294px #fff,1916px 1330px #fff,3px 830px #fff,1991px 1733px #fff,1640px 1608px #fff,471px 1204px #fff,66px 1432px #fff,1974px 225px #fff,1827px 1683px #fff,1127px 1835px #fff,1038px 1105px #fff,759px 475px #fff,195px 11px #fff,715px 122px #fff,435px 788px #fff,334px 1709px #fff,564px 1091px #fff,94px 1590px #fff,353px 1265px #fff,844px 976px #fff,1931px 1233px #fff,1742px 1331px #fff,1132px 635px #fff,1372px 482px #fff,1674px 1996px #fff,1453px 1193px #fff,1997px 622px #fff,1149px 1742px #fff,830px 1941px #fff,251px 1027px #fff,272px 1909px #fff,192px 557px #fff,1223px 1753px #fff,448px 1495px #fff,596px 245px #fff,903px 143px #fff,1281px 164px #fff,168px 480px #fff,1637px 994px #fff,452px 28px #fff,1877px 1298px #fff,1473px 914px #fff,920px 1392px #fff,1749px 1020px #fff,1208px 1698px #fff,843px 401px #fff,1044px 1444px #fff,574px 513px #fff,1301px 427px #fff,1755px 1234px #fff,1922px 1091px #fff,449px 1963px #fff,1943px 912px #fff,33px 172px #fff,1029px 1597px #fff,1021px 1145px #fff,580px 1862px #fff,1965px 1706px #fff,61px 1749px #fff,1214px 898px #fff,286px 1173px #fff,28px 1686px #fff,1404px 741px #fff,1324px 1043px #fff,1244px 647px #fff,1808px 1227px #fff,1000px 290px #fff,1425px 148px #fff,277px 1478px #fff,170px 1509px #fff}#stars3{width:3px;height:3px;border-radius:50px;background:rgba(255,255,255,0);box-shadow:1763px 1452px #fff,501px 716px #fff,15px 95px #fff,1287px 751px #fff,101px 1441px #fff,1763px 1386px #fff,220px 1628px #fff,1992px 384px #fff,1533px 1482px #fff,1102px 12px #fff,670px 276px #fff,1339px 1488px #fff,375px 1066px #fff,688px 117px #fff,1671px 1635px #fff,834px 1787px #fff,1960px 1499px #fff,1054px 598px #fff,813px 1875px #fff,1340px 228px #fff,573px 69px #fff,135px 769px #fff,1629px 699px #fff,1811px 1904px #fff,189px 518px #fff,1749px 348px #fff,775px 190px #fff,104px 1544px #fff,229px 171px #fff,364px 868px #fff,122px 572px #fff,1360px 844px #fff,1325px 1724px #fff,893px 1762px #fff,651px 563px #fff,367px 689px #fff,1631px 1921px #fff,1342px 524px #fff,938px 1882px #fff,941px 174px #fff,1787px 451px #fff,1043px 951px #fff,853px 1144px #fff,175px 358px #fff,1572px 570px #fff,946px 1484px #fff,1253px 824px #fff,425px 76px #fff,837px 1797px #fff,546px 779px #fff,1886px 95px #fff,904px 926px #fff,1442px 1891px #fff,1742px 339px #fff,1945px 1134px #fff,881px 315px #fff,1235px 703px #fff,422px 354px #fff,249px 1249px #fff,1825px 1179px #fff,345px 611px #fff,1343px 1012px #fff,1725px 374px #fff,437px 1120px #fff,881px 1px #fff,824px 762px #fff,167px 1027px #fff,633px 1545px #fff,803px 282px #fff,1227px 836px #fff,854px 1237px #fff,1716px 1295px #fff,1403px 818px #fff,723px 1941px #fff,1089px 1893px #fff,510px 1556px #fff,829px 692px #fff,973px 927px #fff,210px 975px #fff,327px 1786px #fff,59px 1537px #fff,443px 466px #fff,1873px 342px #fff,636px 1649px #fff,959px 1553px #fff,1782px 413px #fff,1429px 1314px #fff,1468px 1765px #fff,1726px 1435px #fff,855px 1471px #fff,1287px 557px #fff,1526px 1240px #fff,1873px 1497px #fff,966px 826px #fff,1874px 961px #fff,1109px 1049px #fff,489px 391px #fff,1216px 1416px #fff,190px 472px #fff,1083px 1736px #fff;animation:animStar 200s linear infinite}#stars3:after{content:" ";position:absolute;top:2000px;width:3px;height:3px;background:rgba(255,255,255,0);box-shadow:1763px 1452px #fff,501px 716px #fff,15px 95px #fff,1287px 751px #fff,101px 1441px #fff,1763px 1386px #fff,220px 1628px #fff,1992px 384px #fff,1533px 1482px #fff,1102px 12px #fff,670px 276px #fff,1339px 1488px #fff,375px 1066px #fff,688px 117px #fff,1671px 1635px #fff,834px 1787px #fff,1960px 1499px #fff,1054px 598px #fff,813px 1875px #fff,1340px 228px #fff,573px 69px #fff,135px 769px #fff,1629px 699px #fff,1811px 1904px #fff,189px 518px #fff,1749px 348px #fff,775px 190px #fff,104px 1544px #fff,229px 171px #fff,364px 868px #fff,122px 572px #fff,1360px 844px #fff,1325px 1724px #fff,893px 1762px #fff,651px 563px #fff,367px 689px #fff,1631px 1921px #fff,1342px 524px #fff,938px 1882px #fff,941px 174px #fff,1787px 451px #fff,1043px 951px #fff,853px 1144px #fff,175px 358px #fff,1572px 570px #fff,946px 1484px #fff,1253px 824px #fff,425px 76px #fff,837px 1797px #fff,546px 779px #fff,1886px 95px #fff,904px 926px #fff,1442px 1891px #fff,1742px 339px #fff,1945px 1134px #fff,881px 315px #fff,1235px 703px #fff,422px 354px #fff,249px 1249px #fff,1825px 1179px #fff,345px 611px #fff,1343px 1012px #fff,1725px 374px #fff,437px 1120px #fff,881px 1px #fff,824px 762px #fff,167px 1027px #fff,633px 1545px #fff,803px 282px #fff,1227px 836px #fff,854px 1237px #fff,1716px 1295px #fff,1403px 818px #fff,723px 1941px #fff,1089px 1893px #fff,510px 1556px #fff,829px 692px #fff,973px 927px #fff,210px 975px #fff,327px 1786px #fff,59px 1537px #fff,443px 466px #fff,1873px 342px #fff,636px 1649px #fff,959px 1553px #fff,1782px 413px #fff,1429px 1314px #fff,1468px 1765px #fff,1726px 1435px #fff,855px 1471px #fff,1287px 557px #fff,1526px 1240px #fff,1873px 1497px #fff,966px 826px #fff,1874px 961px #fff,1109px 1049px #fff,489px 391px #fff,1216px 1416px #fff,190px 472px #fff,1083px 1736px #fff}@keyframes animStar{from{transform:translateY(0)}to{transform:translateY(-2000px)}}.btn-play{width:50px;height:50px;position:relative;padding-left:72px}.btn-play:after{content:"";width:50px;height:50px;display:inline-block;border-radius:100%;text-align:center;line-height:44px;cursor:pointer;animation:shadow-pulse 2s infinite;position:absolute;top:0;left:0}.btn-play svg{width:20px;height:20px;fill:rgba(var(--white));position:absolute;top:50%;left:calc(50% - 19px);transform:translateX(-50%);transform:translateY(-50%);z-index:1}.play-video:hover .btn-play{-webkit-animation:btn-play-anim .3s forwards;animation:btn-play-anim .45s forwards}.play-video:hover b{color:rgba(var(--primary-color),1)}@-webkit-keyframes btn-play-anim{60%{-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}85%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes btn-play-anim{60%{-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}85%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@media (max-width:767px){.search-submit{width:auto !important}.btn.btn-outline-primary,.btn.btn-secondary,.btn.btn-outline-dark,.btn.btn-primary,.btn.btn-dark,.btn-white,.btn-outline-white{width:100%}}.search-form .btn svg{width:18px;height:18px;margin-top:-5px;margin-left:0}.link-video{position:relative;color:var(--link-color)}.link-video svg{width:20px;height:20px;fill:var(--link-color)}.link-video{position:relative;color:var(--link-color)}.link-more{position:relative;color:var(--link-color)}.link-video:visited,.link-video:active,.link-video:focus,.link-more:visited,.link-more:active,.link-more:focus{color:var(--link-color)}.link-more:after{content:"";background:url("https://cdn-ilegghe.nitrocdn.com/rLpJsPUzYfyLnxRWWmzyWdCZYRPoOLYJ/assets/images/optimized/rev-aa9b3b8/document360.com/wp-content/themes/document360/images/icons/arrow01.svg") no-repeat;width:15px;height:15px;top:2px;position:relative;display:inline-block;margin-left:5px;background-size:15px 15px}.link-more svg{width:13px;height:13px;position:relative;top:0}.link-more:hover{text-decoration:none}.link-more-long{position:relative;font-weight:500;padding-right:32px;color:var(--text-color)}.link-more-long svg{width:16px;height:17px;margin-left:7px;fill:var(--text-color)}.link-more-long svg.icon-lg{width:28px;height:28px}.link-more-long:hover{color:var(--text-color) !important}.page-template-features .wrapper_main,.page-template-integrations .wrapper_main,.page-template-solutions .wrapper_main,.page-template-roles .wrapper_main{padding-top:0}.head-shape img{position:absolute}.head-shape.head-shape-1 img{left:-22%;top:-42%;rotate:357deg}.head-shape.head-shape-2 img{right:-35%;top:-45%;transform:rotate(-75deg);rotate:180deg}.bg-gradient-center{background:url("https://cdn-ilegghe.nitrocdn.com/rLpJsPUzYfyLnxRWWmzyWdCZYRPoOLYJ/assets/images/optimized/rev-aa9b3b8/document360.com/wp-content/themes/document360/images/bg-gradient-center.svg");background-repeat:no-repeat;background-position:0 0}.d360-icon-features .d360-card{background:rgba(14,14,14,85%);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);-moz-backdrop-filter:blur(30px);-ms-filter-backdrop-filter:blur(30px);-o-filter-backdrop-filter:blur(30px)}.feature-tab-1 .feature-tab{margin-bottom:20px;display:block;width:100% !important}.feature-tab-1 a{display:block;width:100% !important;text-decoration:none;cursor:pointer;padding:15px}.feature-tab-1 .feature-tab p{display:none;padding:0}.feature-tab-1 .slick-current p{display:block}.feature-tab-1 .slick-list{width:100% !important;padding:0 !important}.feature-tab-1 .slick-track{width:100% !important;min-height:350px !important;position:relative;transform:translate3d(0,0,0) !important;display:flex;flex-direction:column}.feature-tab{position:relative;padding-left:20px;overflow:hidden}.feature-tab::before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:#707070;border-radius:2px;z-index:-2}.feature-tab .progress-bar{position:absolute;left:0;top:0;width:4px;height:100%;background:#ccb7ff;border-radius:2px;z-index:-1;transform:scaleY(0);transform-origin:top}.d360-feature_hz h2,.d360-feature_hz h3,.d360-feature_hz p{color:var(--text-color) !important}.d360-feature_hz .d360-horizontal-block .col-lg-7 img{border:none;border-radius:18px;padding:0;background:none;box-shadow:none}.card-white .d360-card{background:#0d0d0d}.d360-way_comparison .check-list li{font-size:14px}.d360-way_comparison .d360-card-body{background:rgba(var(--black))}.d360-way_comparison .old-way .check-list li:before{content:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSctMC41IDAgMjUgMjUnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEyIDIyQzE3LjI0NjcgMjIgMjEuNSAxNy43NDY3IDIxLjUgMTIuNUMyMS41IDcuMjUzMjkgMTcuMjQ2NyAzIDEyIDNDNi43NTMyOSAzIDIuNSA3LjI1MzI5IDIuNSAxMi41QzIuNSAxNy43NDY3IDYuNzUzMjkgMjIgMTIgMjJaJyBzdHJva2U9JyM3MDcwNzAnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PHBhdGggZD0nTTcuNDAwMDIgNy44OTk5OUwxNi41OSAxNy4xJyBzdHJva2U9JyM3MDcwNzAnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PHBhdGggZD0nTTEwLjU4IDEzLjkxTDcuNDAwMDIgMTcuMScgc3Ryb2tlPScjNzA3MDcwJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjxwYXRoIGQ9J00xNi42IDcuODk5OTlMMTMuNDEgMTEuMDknIHN0cm9rZT0nIzcwNzA3MCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4=");width:18px;height:18px;top:4px}.d360-way_comparison .btn.btn-dark:not(:disabled):not(.disabled):hover{background-color:#fff !important;color:#000 !important}.feature-section-wrapper{position:relative;background-color:#e0ceff;transition:background-color .5s ease;color:var(--text-color) !important}.feature-section-wrapper h2,.feature-section-wrapper h3{color:var(--text-color) !important}.feature-section-wrapper h3{font-family:"Inter",sans-serif;font-weight:600}#top-sticky-feature{position:sticky;z-index:100;background-color:inherit;transition:background-color .5s ease,opacity .3s ease}.d360-feature-hz{height:350vh;position:relative}.d360-feature-hz .feature-sticky-content{position:sticky;overflow:hidden}.d360-feature-hz .d360-hz-feature{display:flex;height:100%;column-gap:50px}.d360-hz-feature_block{min-width:100%;height:100%;display:flex;align-items:center;padding-right:8vw}.d360-feature-hz .d360-hz-feature #section-empty{padding-right:0}.d360-hz-feature_block .col-lg-7 img{border-radius:18px;box-shadow:0 32px 80px -40px rgba(0,0,0,.2);max-width:100%;height:auto}@media screen and (max-width:1650px){.head-shape.head-shape-1 img{left:-35%;top:-42%;rotate:357deg}.head-shape.head-shape-2 img{right:-40%;top:-45%;transform:rotate(-75deg);rotate:180deg}}@media screen and (max-width:1550px){.head-shape.head-shape-1 img{left:-42%;top:-42%;rotate:357deg}.head-shape.head-shape-2 img{right:-48%;top:-45%;transform:rotate(-75deg);rotate:180deg}}@media (min-width:992px) and (max-width:1366px){.head-shape.head-shape-1 img{left:-47%}.head-shape.head-shape-2 img{right:-60%}.d360-feature-hz{height:300vh}}@media (max-width:1440px){.d360-feature-hz{height:300vh}}@media screen and (max-width:1060px){.head-shape.head-shape-1 img{left:-60%}.head-shape.head-shape-2 img{right:-65%}}@media screen and (max-width:991px){.head-shape.head-shape-2 img{right:-70%;top:-50%}}@media screen and (max-width:900px){.head-shape.head-shape-1 img{left:-70%;top:-42%;rotate:360deg}.head-shape.head-shape-2 img{right:-70%;top:-50%;transform:rotate(-75deg);rotate:180deg}}@media screen and (max-width:767px){.head-shape.head-shape-1 img{display:none}}@media screen and (max-width:700px){.head-shape.head-shape-2 img{right:-70%;top:-40%}}@media screen and (max-width:600px){.head-shape.head-shape-2 img{right:-70%;top:-30%}}@media screen and (max-width:991px){#top-sticky-feature{position:static;opacity:1 !important}.feature-section-wrapper{background-color:#f3f4f6 !important;height:auto !important}.d360-feature-hz{height:auto !important;padding-top:40px;padding-bottom:40px}.d360-feature-hz .feature-sticky-content{position:static;height:auto !important}.d360-feature-hz .d360-hz-feature{flex-direction:column}.d360-hz-feature_block{padding-right:0;height:auto}}.d360-shape_card .d360-card{clip-path:polygon(0 0,calc(100% - 80px) 0,100% 80px,100% 100%,0 100%);background:#141313;border-radius:revert;--tw-duration:.6s;transition-duration:.6s;cursor:pointer;position:relative;transition:filter .4s ease-in-out}.d360-shape_card .d360-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(to bottom right,#3b82f6,#8b5cf6,#ec4899);opacity:0;transition:opacity .4s ease-in-out;z-index:0}.d360-shape_card .d360-card:hover::before{opacity:1}.d360-shape_card .d360-card-body{position:relative;z-index:1}.d360-shape_card .d360-card:hover p{color:#fff}.d360-shape_card .circles{width:3.125rem;height:3.125rem;border-radius:50%;background:rgba(255,255,255,0);border:.063rem solid #c9c9c9;cursor:pointer;z-index:1}.d360-shape_card .circle-rel{width:3.125rem;height:3.125rem;position:relative}.circle-rel h4{font-size:20px;font-family:"Inter",sans-serif;position:absolute;left:25%;top:25%;margin-top:0;padding-bottom:0}.d360-shape_card .d360-card:hover .circles{box-shadow:none;background-color:#fff}.d360-shape_card .d360-card:hover .circle-rel h4{color:#3b82f6}.circles,.circles h4,.d360-card:hover p{transition:all .4s ease-in-out}.d360-stacking-card .d360-card{position:sticky;top:100px;display:grid;place-items:center;background:#000}.d360-stacking-card .d360-card::before,.d360-stacking-card .d360-card::after{content:"";position:absolute;left:0}.d360-stacking-card .d360-card::before{top:3px;bottom:0;width:15px;mask-image:linear-gradient(to bottom,black 5%,black 90%,transparent)}.d360-stacking-card .d360-card::after{top:0;right:0;height:15px;border-top-left-radius:3px;mask-image:linear-gradient(to right,black 0%,black 80%,transparent)}.feature-block-1::before{background-image:linear-gradient(to top,#0ea5e9,#22c55e,#eab308,#f97316)}.feature-block-1::after{background-image:linear-gradient(to right,#f97316,#eab308,#22c55e,#0ea5e9)}.feature-block-2::before{background-image:linear-gradient(to top,#06b6d4,#14b8a6,#22c55e)}.feature-block-2::after{background-image:linear-gradient(to right,#22c55e,#14b8a6,#06b6d4)}.feature-block-3::before{background-image:linear-gradient(to top,#8b5cf6,#4f46e5,#3b82f6)}.feature-block-3::after{background-image:linear-gradient(to right,#3b82f6,#4f46e5,#8b5cf6)}.feature-block-4::before{background-image:linear-gradient(to top,#a855f7,#d946ef,#ec4899)}.feature-block-4::after{background-image:linear-gradient(to right,#ec4899,#d946ef,#a855f7)}.feature-block-5::before{background-image:linear-gradient(to top,#f59e0b,#f97316,#ef4444)}.feature-block-5::after{background-image:linear-gradient(to right,#ef4444,#f97316,#f59e0b)}.d360-cta-bg .d360-card{background:rgba(14,14,14,85%);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);-moz-backdrop-filter:blur(30px);-ms-filter-backdrop-filter:blur(30px);-o-filter-backdrop-filter:blur(30px)}.d360-cta-bg .head-shape.head-shape-2 img{right:-34%;top:-67%;transform:rotate(330deg);rotate:168deg;max-width:1153px;max-height:1500px;z-index:-1;opacity:.9}.bg-gradient-2{position:relative;overflow:hidden}.bg-gradient-2 .head-shape.head-shape-2 img{left:-20%;top:-100%;max-width:2000px;max-height:2001px;width:1434px;height:1434px;opacity:.7;transform:none;rotate:none}.card-white .d360-card{position:relative;overflow:hidden}.card-white .d360-card::before{content:"";position:absolute;width:500px;height:500px;filter:blur(130px);z-index:1;opacity:.35}.card-white .col-lg-5 .d360-card::before{background:radial-gradient(circle,#a777e3 0%,#5a2a9c 100%);bottom:-200px;right:-250px;opacity:.45}.card-white .col-lg-7 .d360-card::before{background:radial-gradient(circle,#d946ef 0%,#9f24d4 100%);bottom:-180px;right:-200px;opacity:.3}.card-white .col-lg-12 .d360-card::before{background:radial-gradient(circle,#f06595 0%,#ff6b6b 100%);bottom:-250px;right:-100px;opacity:.4}.card-white .d360-card picture{z-index:1;position:relative}.card-white .d360-card .d360-card-body{z-index:1;position:relative}.page-template-enterprise .d360-offcanvas .btn.btn-outline-dark{border:1px solid var(--primary-color-dark) !important;color:var(--primary-color-dark) !important}.page-template-enterprise .d360-offcanvas .custom-language-switcher .dropdown-toggle{color:var(--text-color)}.page-template-enterprise .d360-offcanvas .portal_login{color:var(--text-color)}.page-template-enterprise .d360-offcanvas .custom-language-switcher .dropdown-toggle .arrow.down{border:solid #333;border-width:0 2px 2px 0}.link-more.link-back svg{top:-3px;margin-right:9px;width:16px;height:16px;fill:var(--link-color)}.link-more.link-back:after{display:none}