CINXE.COM

Cookie Policy

<!DOCTYPE html> <html class="Nitro Page" lang="en"> <head> <meta charset="UTF-8"> <!-- Start VWO Async SmartCode --> <link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com" /> <script type='text/javascript' id='vwoCode'> window._vwo_code || (function() { var account_id=472626, version=2.1, settings_tolerance=5000, hide_element='body', hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;', /* DO NOT EDIT BELOW THIS LINE */ f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?w.sessionStorage:w.localStorage;code={nonce:v&&v.nonce,use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){if(performance.getEntriesByName('first-contentful-paint')[0]){return''}return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){if(!f){f=true;var t=d.getElementById('_vis_opt_path_hides');if(t)t.parentNode.removeChild(t);if(e)(new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e}},finished:function(){return f},addScript:function(e){var t=d.createElement('script');t.type='text/javascript';if(e.src){t.src=e.src}else{t.text=e.text}v&&t.setAttribute('nonce',v.nonce);d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){var n=this.getSettings(),i=d.createElement('script'),r=this;t=t||{};if(n){i.textContent=n;d.getElementsByTagName('head')[0].appendChild(i);if(!w.VWO||VWO.caE){stT.removeItem(cK);r.load(e)}}else{var o=new XMLHttpRequest;o.open('GET',e,true);o.withCredentials=!t.dSC;o.responseType=t.responseType||'text';o.onload=function(){if(t.onloadCb){return t.onloadCb(o,e)}if(o.status===200||o.status===304){_vwo_code.addScript({text:o.responseText})}else{_vwo_code.finish('&e=loading_failure:'+e)}};o.onerror=function(){if(t.onerrorCb){return t.onerrorCb(e)}_vwo_code.finish('&e=loading_failure:'+e)};o.send()}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=setTimeout(function(){_vwo_code.finish();stT.removeItem(cK)},e);var t;if(this.hide_element()!=='body'){t=d.createElement('style');var n=this.hide_element(),i=n?n+this.hide_element_style():'',r=d.getElementsByTagName('head')[0];t.setAttribute('id','_vis_opt_path_hides');v&&t.setAttribute('nonce',v.nonce);t.setAttribute('type','text/css');if(t.styleSheet)t.styleSheet.cssText=i;else t.appendChild(d.createTextNode(i));r.appendChild(t)}else{t=d.getElementsByTagName('head')[0];var i=d.createElement('div');i.style.cssText='z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;';i.setAttribute('id','_vis_opt_path_hides');i.classList.add('_vis_hide_layer');t.parentNode.insertBefore(i,t.nextSibling)}var o=window._vis_opt_url||d.URL,s='https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(o)+'&vn='+version;if(w.location.search.indexOf('_vwo_xhr')!==-1){this.addScript({src:s})}else{this.load(s+'&x=true')}}};w._vwo_code=code;code.init();})(); </script> <!-- End VWO Async SmartCode --> <style data-cssvarsponyfill="true"> :root { --blueGrey900: #090b21; --blueGrey800: #2a2d42; --blueGrey700: #484a61; --orange600: #f54811; --orange800: #d93706; --teal300: #31cec5; --teal800: #008476; --grey700: #9292a6; --silver700: #9292a6; --green-primary: #009587; --baseHover: #F2F2F6; --winterGreen: #018577; --primaryColor: #f54811; --primaryAccessibleColor: var(--orange800); --secondaryColor: #31cec5; --secondaryAccessibleColor: var(--teal800); --grayscaleOne: #F8F8F8; --grayscaleTwo: #EEF1F2; --grayscaleThree: #E6EAEB; --grayscaleFour: #C7CED0; --grayscaleFive: #B2B7BA; --grayscaleSix: #828990; --grayscaleSeven: #646670; --grayscaleEight: #404250; --grayscaleNine: #2B2C3B; --grayscaleTen: #C2C2C2; --primaryTextColor: #2b2c3b; --secondaryTextColor:#575962; --inverseTextColor:#ffffff; --linkTextColor: #f54811; --linkHoverColor: #f54811; --moduleMaxWidth: 1240px; --containerMaxWidth: 1240px; --containerXlMaxWidth: 1440px; --containerMediumWidth: 1040px; --containerNarrowWidth: 800px; --gap: 20px; --verticalGap: var(--gap); --siteBgColor: #ffffff; --backgroundColor: #eef1f2; --borderColor: #aecfd8; --headerBgColor: #f8f8f8; --headerTextColor: #828990; --headerHeight: 72px; --categoryLinkColor: #2CB9B1; --categoryLinkColorLight: #31CEC5; --categoryLinkColorDark: #008476; --footerBgColor: #090b21; --footerTextColor: #ffffff; --footerLinkTextColor: #ffffff; --buttonBorderWidth: 1px; --buttonBorderRadius: 6px; --primaryButtonBgColor:#d93706; --primaryButtonBorderColor:#d93706; --primaryButtonTextColor: #ffffff; --primaryButtonHoverBgColor:#c12800; --primaryButtonHoverBorderColor:#c12800; --primaryButtonHoverTextColor: #ffffff; --secondaryButtonBgColor:#090b21; --secondaryButtonBorderColor:#090b21; --secondaryButtonTextColor: #ffffff; --secondaryButtonHoverBgColor:#2a2d42; --secondaryButtonHoverBorderColor:#2a2d42; --secondaryButtonHoverTextColor: #ffffff; --tertiaryButtonBgColor:transparent; --tertiaryButtonBorderColor:#090b21; --tertiaryButtonTextColor: #2a2d42; --tertiaryButtonHoverBgColor:#5A5A6A0D; --tertiaryButtonHoverBorderColor:#484a61; --tertiaryButtonHoverTextColor: #2a2d42; --primaryHeadlineFont: IBM Plex Sans; --secondaryHeadlineFont: Druk Web; --bodyFont: IBM Plex Sans; --secondaryBodyFont: IBM Plex Mono; --white: #ffffff; --black: var(--blueGrey900); --spark: var(--teal300); --darkspark: var(--teal800); --orange: var(--orange600); --darkorange: var(--orange800); --darkSub: #606060; --error: #E04137; --success: #2DD26F; --live: #f16024; --bannerBgColor: #f16024; --bannerTextColor: #ffffff; } </style> <link rel="preconnect" href="https://resources.gonitro.com"> <link rel="preload" href="https://resources.gonitro.com/resource/00000177-984f-d8dd-a3f7-dbcf1c810000/styleguide/All.min.72623eaf3e2ec69558099eee89f89144.gz.css" as="style"> <style> body:before { visibility: hidden; border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } @media only screen and (min-width: 320px) { body:before { content: "mq-xs"; } } @media only screen and (min-width: 568px) { body:before { content: "mq-sm"; } } @media only screen and (min-width: 768px) { body:before { content: "mq-md"; } } @media only screen and (min-width: 1024px) { body:before { content: "mq-lg"; } } @media only screen and (min-width: 1240px) { body:before { content: "mq-hk"; } } @media only screen and (min-width: 1440px) { body:before { content: "mq-xl"; } } </style> <meta name="robots" content="noarchive,nofollow,noimageindex,noindex,noodp,nosnippet"> <meta property="og:title" content="Cookie Policy"> <meta property="og:url" content="https://www.gonitro.com/cookie-policy"> <meta property="og:site_name" content="Nitro"> <meta property="og:type" content="website"> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:title" content="Cookie Policy"/> <meta name="google-site-verification" content="PXi0UYktx4jpfQtnGMkCc3qLKE58rpUlVbNPntRw3Rk"> <link rel="preconnect" href="//fonts.googleapis.com"> <link rel="preload" as="style" href="//fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap&family=IBM Plex Sans:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=IBM Plex Mono:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap&family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600;1,700&display=swap"> <link href="//fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap&family=IBM Plex Sans:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=IBM Plex Mono:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap&family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet"> <link data-cssvarsponyfill="true" class="Webpack-css" rel="stylesheet" type="text/css" href="https://resources.gonitro.com/resource/00000177-984f-d8dd-a3f7-dbcf1c810000/styleguide/All.min.72623eaf3e2ec69558099eee89f89144.gz.css"> <style>.PromoLeadD-video { width:100%; margin-top:3rem; margin-bottom:0; } .PromoLeadD-video .VideoPagePlayer { margin:0; } @media only screen and (min-width: 768px){ .PromoLeadD-video { padding-right:0; padding-left:60px; margin:0; } [data-media-horizontal='left'] .PromoLeadD-video { padding-right: 60px; padding-left: 0px; } }</style> <style>.VideoPage .YouTubeVideoPlayer iframe { /* Add this to VideoPage.less */ width: 100%; min-height: 450px; }</style> <style>[data-classname="pcworld-quote"] [class*="-title"] { font-size: 28px; font-weight: 600; margin-bottom: 12px; color: #5a5a6a; } [data-classname="pcworld-quote"] [class*="-description"] { font-size: 28px; font-weight: 400; margin: 0 0 24px 0; } [data-classname="pcworld"] [class*="-container"], [data-classname="pcworld-quote"] [class*="-container"]{ gap: 0; }</style> <style>[data-classname="404-navigation"] .ModuleHeader-title { max-width: 1200px !important; } [data-classname="404-navigation"] .ModuleHeader-divider { display: none; } [data-classname="404-navigation"] [class*="-description"] a { font-size: 1.375rem; color: var(--black); } [data-classname="404-navigation"] [class*="-title"] { font-weight: 700 !important; } [data-classname="404-navigation"] [class*="-content"] { padding: 0; } [data-classname="404-navigation"] [class*="-body"], [data-classname="404-navigation"] [class*="-description"] { margin-top: 0 !important; } [data-classname="404-navigation"] [class*="-items"] { max-width: 1000px; }</style> <style>[data-classname="integration-article"] { max-width:800px !important; margin-left:auto; margin-right:auto; }</style> <style>[data-classname="terms-and-conditions"] .RichTextModule-items .PromoA-description ul li { font-size: 14px; font-weight: normal; line-height: 10px; }</style> <style>[data-classname="title-dark-ink"] .PromoCardK a.PromoCardK-link { cursor: default; } [data-classname="title-dark-ink"] .PromoCardK-title a { color: #090b21 !important; } [data-classname="title-dark-ink"] .PromoCardK-title a:hover { color: #090b21 !important; }</style> <style>[data-classname="rounded-sm-shadow"] .ListE-items-item { box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 4px 2px rgba(0,0,0,.02), 0 4px 24px rgba(0,0,0,.06); padding: 1rem; padding-top: 1.25rem; border-radius: 0.5rem; border: 1px solid #dedede; }</style> <style>[data-classname="narrow-width"] .RichTextBody{ max-width:1000px !important; margin-left:auto !important; margin-right:auto !important; }</style> <style>[data-classname="rte-table-alig-top"] .RichTextBody table tr td, .RichTextBody table tr th { vertical-align: top !important; }</style> <style>[data-classname="border-md-orange"] { border: 5px solid #F5B811; }</style> <style>[id="marketoform_2667"].MarketoForm, [id="marketoform_2450"].MarketoForm, [id="marketoform_2879"].MarketoForm, [id="marketoform_2622"].MarketoForm { max-width: 592px; margin-left:auto; margin-right:auto; width:100%; }</style> <style>.title-2-5, .title-3, .title-4, .title-5, .title-one, .title-two, .title-three, .title-four, .title-five, [data-font-style="title-2-5"], [data-font-style="title-3"], [data-font-style="title-4"], [data-font-style="title-5"], [data-font-style="title-one"], [data-font-style="title-two"], [data-font-style="title-three"], [data-font-style="title-four"], [data-font-style="title-five"] { font-weight: 500 !important; }</style> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=5"><title>Cookie Policy</title><link rel="canonical" href="https://www.gonitro.com/cookie-policy"><meta name="brightspot.contentId" content="00000185-a205-da28-af87-a77519860011"> <link rel="alternate" href="https://www.gonitro.com/cookie-policy" hreflang="x-default"> <link rel="alternate" href="https://www.gonitro.com/de/cookie-policy" hreflang="de"> <link rel="alternate" href="https://www.gonitro.com/es/cookie-policy" hreflang="es"> <link rel="alternate" href="https://www.gonitro.com/it/cookie-policy" hreflang="it"> <link rel="alternate" href="https://www.gonitro.com/nl/cookie-policy" hreflang="nl"> <link rel="alternate" href="https://www.gonitro.com/fr/cookie-policy" hreflang="fr"> <link rel="apple-touch-icon"sizes="180x180"href="/apple-touch-icon.png"><link rel="icon"type="image/png"href="/favicon-32x32.png"><link rel="icon"type="image/png"href="/favicon-16x16.png"> <link type="application/rss+xml" rel="alternate" title="Cookie Policy" href="https://www.gonitro.com/cookie-policy.rss"> <meta name="brightspot.cached" content="false"> <script src="https://resources.gonitro.com/resource/00000177-984f-d8dd-a3f7-dbcf1c810000/styleguide/All.min.402f9408f39b78568a3511d55da57765.gz.js" async></script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://measure.gonitro.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WVZNLW');</script> <!-- End Google Tag Manager --> <script>document.addEventListener('DOMContentLoaded', function () { const pathname = location.pathname; if (pathname.match(/\/(sem\/gshopping|fb\/nitro\-packs)$/) === null) return; const cb = { "/fb/nitro-packs": "https://store.gonitro.com/304/purl-nitrodig?x-source=npsfb&x-r-source=fbx1", "/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingEN&x-r-source=VIP", "/en/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingEN&x-r-source=VIP", "/us/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingUS", "/ca/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingCA", "/aus/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingAU", "/nz/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingNZ", "/uk/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingUK", "/ie/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingIE", "/my/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingMY", "/sg/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingSG", "/th/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingTH", "/uae/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingUAE", "/ar/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingAR", "/at/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingAT", "/be/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingBE", "/br/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingBR", "/cl/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingCL", "/co/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingCO", "/cz/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingCZ", "/dk/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingDK", "/hk/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingHK", "/in/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingIN", "/id/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingID", "/il/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingIL", "/jp/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingJP", "/mx/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingMX", "/no/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingNO", "/pl/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingPL", "/pt/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingPT", "/ru/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingRU", "/za/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingZA", "/kp/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingKP", "/se/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingSE", "/ch/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingCH", "/tw/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingTW", "/tr/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingTR", "/it/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingIT", "/de/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingDE", "/es/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingES", "/fr/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingFR", "/nl/sem/gshopping": "https://store.gonitro.com/304/purl-nitrodig?x-source=gshoppingNL" }; const buyButton = document.querySelector('.PricePageCard-container .ProductPriceCard:first-child .ProductPriceCard-actions a.button-primary'); if (buyButton) { buyButton.href = cb[pathname] + ""; } const packageDiscounts = document.querySelector('.PricePageCard-container .ProductPriceCard:first-child .ProductPriceCard-packageDiscountSelect'); if (packageDiscounts && packageDiscounts.options) { for (let i = 0; i < packageDiscounts.options.length; i++) { const o = packageDiscounts.options[i]; const dataPrice = o.getAttribute('data-price'); const value = o.value; if (dataPrice && value) { const buyUrlParts = value.split('?'); const cbParts = cb[pathname].split('?'); const newBuyUrl = buyUrlParts[0] + '?' + cbParts[1]; o.value = newBuyUrl; } } } }); </script> <script>document.addEventListener('DOMContentLoaded', function () { const pathname = location.pathname; if (pathname.match(/\/(sem|rt|fb|li|tw)?\//) === null) return; if (pathname.match(/\/(sem\/gshopping|fb\/nitro\-packs)$/)) return; const primaryButtons = document.querySelectorAll('.button-primary'); if (primaryButtons) { let cleverbridgeLink; primaryButtons.forEach((b, idx) => { // const labels = ['Buy Now', 'Get Started', // 'Jetzt kaufen', 'Erste Schritte', // 'Compre ahora', 'Empezar', // 'Acheter', 'Obtenez en route', // 'Acquista ora', 'Per Iniziare', // 'Nu kopen', 'Aan de slag']; const labels = ['Buy Now', 'Jetzt kaufen', 'Compre ahora', 'Acheter', 'Acquista ora', 'Nu kopen',]; if (labels.includes(b.textContent)) { const countryCode = location.pathname.split('/')[1].toUpperCase(); if (idx===0) { if (countryCode.length === 2) { b.href = b.href.replace('?x-source=editorENnamer', `?x-source=editor${countryCode}`); b.href = b.href.replace('?x-source=softwareENnamer', `?x-source=software${countryCode}`); b.href = b.href.replace('?x-source=brandENnamer', `?x-source=brand${countryCode}`); b.href = b.href.replace('?x-source=pdftoexcelENnamer', `?x-source=pdftoexcel${countryCode}`); b.href = b.href.replace('?x-source=pdftopptENnamer', `?x-source=pdftoppt${countryCode}`); b.href = b.href.replace('?x-source=pdftowordENnamer', `?x-source=pdftoword${countryCode}`); b.href = b.href.replace('?x-source=aaaENnamer', `?x-source=aaa${countryCode}`); b.href = b.href.replace('?x-source=esignENnamer', `?x-source=esign${countryCode}`); } cleverbridgeLink = b.href; } else { b.href = cleverbridgeLink; } } }) } }); </script> <script>(function(nonVWOScriptsToExecute, VWO_HARD_TIMEOUT) { console.log('VWO_HARD_TIMEOUT', VWO_HARD_TIMEOUT) window._vwo_evq = window._vwo_evq || []; var queue = window._vwo_evq; for (var i = 0; i < queue.length; i++) { if (queue[i][0] === 'rD') { window.willRedirectionOccur = true; break; } } var _vwoOldPush = window._vwo_evq.push; window._vwo_evq.push = function() { var eventData = arguments[0], willRedirectionOccur; if (eventData[0] === 'rD') { willRedirectionOccur = eventData[1]; // It will be set to true if a redirection is going to be done by VWO. window.willRedirectionOccurByVWO = willRedirectionOccur; console.log('REDIRECTION WILL OCCUR BY VWO:', window.willRedirectionOccurByVWO); } _vwoOldPush.apply(window._vwo_evq, [].slice.call(arguments)); }; var hardLimitTimedout = false; function tryNonVWOTracking(nonVWOScriptsToExecute) { if ((window._vwo_code && (window._vwo_code.finished() || window._vwo_code.libExecuted)) || hardLimitTimedout) { if (!window.willRedirectionOccurByVWO) { clearTimeout(hardLimitTimer); for (var i = 0; i < nonVWOScriptsToExecute.length; i++) { try { nonVWOScriptsToExecute[i](); } catch (e) {} } return; } } setTimeout(function() { tryNonVWOTracking(nonVWOScriptsToExecute) }, 500) } var hardLimitTimer = setTimeout(function() { hardLimitTimedout = true; }, VWO_HARD_TIMEOUT); tryNonVWOTracking(nonVWOScriptsToExecute); })([function() { "use strict"; (function (c, d, r, o) { "use strict"; const u = o.endpoint || "https://api.gonitro.com/v1/events", g = o.headers || {}; let n = o.domain || ""; const s = "nitro-session-id", i = "nitro-global-user-id"; console.log('INIT NITRO:'); function l() { const e = sessionStorage.getItem(s); if (e) return e; const t = crypto.randomUUID(); return sessionStorage.setItem(s, t), t; } function m() { const e = document.cookie.match(new RegExp("(^| )" + i + "=([^;]+)")); let t = ""; return ( e ? (t = e[2]) : (t = crypto.randomUUID()), n || (document.domain.includes("gonitro.com") ? (n = ".gonitro.com") : (n = ".gonitrodev.com")), (document.cookie = i + "=" + t + ";Max-Age=1704085200;domain=" + n + ";path=/"), t ); } function p(e) { const { eventName: t, eventContext: h, requestID: I = "", eventState: w = 0, productName: y, productVersion: N, ...E } = e; return { events: [ { eventName: t, eventContext: h, eventState: w, requestId: I, sessionId: v, detail: { "@type": "type.googleapis.com/nitro.protobuf.appevent.shared.BrowserEvent", globalUserId: a, page: { location: window.location.pathname, referer: document.referrer, }, browser: { language: navigator.language, userAgent: navigator.userAgent, screen: { width: screen.width, height: screen.height }, }, extras: JSON.stringify(E), }, }, ], source: { product: y || c, productVersion: N || d }, }; } function f(e) { return fetch(u, { keepalive: !0, method: "POST", headers: Object.assign(g, { "Content-Type": "application/json" }), body: JSON.stringify(e), }); } const v = l(), a = m(); (r.sendEvent = function (e) { if (!(!e.eventName || !e.eventContext)) return f(p(e)); }), (r.getGlobalUserID = function () { return a; }); })( 'nitro-main-website', '', (window.NitroAnalytics = window.NitroAnalytics || {}), {}); class NitroAnalyticsService { static init() { NitroAnalyticsService.addEventListenersToButtons(); NitroAnalyticsService.sendPageLoadEvent(); NitroAnalyticsService.appendParamsToCBUrls(); } static retrieveUtmParams() { const utmParams = {}; const allParams = new URLSearchParams(document.location.search); for (const pair of allParams) { if (pair[0].startsWith('utm_')) { utmParams[pair[0]] = pair[1]; } } return utmParams; } static handleClickEvent(e) { if (!NitroAnalytics) { return; } e.preventDefault(); const eventName = this.getAttribute('data-analytics-event'); const eventContext = this.getAttribute('data-analytics-context'); const eventData = this.getAttribute('data-analytics-data'); const obj = NitroAnalyticsService.buildEventObject(eventName, eventContext, eventData); NitroAnalytics.sendEvent(obj).finally(() => { const target = e.target.closest('a'); document.location.href = target.href; }); } static buildEventObject(eventName, eventContext, eventData) { const utmParams = NitroAnalyticsService.retrieveUtmParams(); const url = document.location.href; const GA_id = 'G-1GWYE8ZM4X'; let eventJSON = {}; try { eventJSON = JSON.parse(eventData.replace('&quot;', '"')); } catch {} return { eventContext, eventName, eventState: 2, url, GA_id, ...eventJSON, ...utmParams }; } static addEventListenersToButtons() { document.querySelectorAll('a[data-analytics-event][data-analytics-context]:not([na-listener="true"]').forEach((el) => { el.setAttribute('na-listener', 'true'); el.addEventListener('click', NitroAnalyticsService.handleClickEvent); }); } static appendParamsToCBUrls() { document.querySelectorAll('a[href*="store.gonitro.com"').forEach((el) => { const url = new URL(el.href); const extraParams = { 'x-nitro-global-user-id': NitroAnalytics.getGlobalUserID(), 'x-ga-id': 'G-1GWYE8ZM4X' } for (const [key, value] of Object.entries(extraParams)) { if (!url.searchParams.has(key)) { url.searchParams.append(key, value); } } el.href = url; }); } static sendPageLoadEvent() { const eventName = document.body.getAttribute('data-analytics-event'); const eventContext = document.body.getAttribute('data-analytics-context'); const eventData = document.body.getAttribute('data-analytics-data'); const obj = NitroAnalyticsService.buildEventObject(eventName, eventContext, eventData); if (eventName && eventContext) { NitroAnalytics.sendEvent(obj); } } } function nitroAnalyticsPageLoadEvent() { NitroAnalyticsService.init(); } // Check if DOMContentLoaded has already fired if (document.readyState === 'loading') { // The document is still loading, add the event listener document.addEventListener('DOMContentLoaded', nitroAnalyticsPageLoadEvent); console.log('DOMContentLoaded'); } else { // The document has already loaded, call the function directly nitroAnalyticsPageLoadEvent(); console.log('nitroAnalyticsPageLoadEvent'); } }], 5000 /*MAXIMUM TIME IN SECONDS IN WHICH Nitro Analytics CODE WILL EXECUTE ANYWAY*/ ); </script> </head> <body class="Page-body"data-rounded-corners="true" data-has-aside="false" data-has-hat="false" data-body-font="IBM Plex Sans" style="--moduleVideoBgOpacity: calc(70/ 100);"> <svg xmlns="http://www.w3.org/2000/svg" style="display:none" id="iconsMap"> <symbol id="mono-icon-facebook" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <circle cx="15" cy="15" r="14.5" stroke="currentColor"/> <path fill="currentColor" d="M15.667 12.667H18L17.708 15h-2.041v7H12.64v-7H11v-2.333h1.64v-1.568c0-1.02.256-1.793.766-2.315.51-.523 1.361-.784 2.552-.784H18v2.333h-1.24c-.461 0-.76.073-.893.22-.133.145-.2.388-.2.728v1.386z"/> </g> </symbol> <symbol id="mono-icon-instagram" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <circle cx="15" cy="15" r="14.5" stroke="currentColor"/> <path fill="currentColor" d="M15.94 7c1.34.004 1.647.016 2.358.048.852.039 1.433.174 1.942.372.526.204.972.478 1.417.923.445.444.719.89.923 1.417.198.508.333 1.09.372 1.941.039.854.048 1.126.048 3.299s-.01 2.445-.048 3.298c-.039.852-.174 1.433-.372 1.942-.204.526-.478.972-.923 1.417-.445.445-.89.719-1.417.923-.509.198-1.09.333-1.942.372-.71.032-1.018.044-2.359.047H14.06c-1.34-.003-1.647-.015-2.359-.047-.851-.039-1.433-.174-1.941-.372-.527-.204-.973-.478-1.417-.923-.445-.445-.719-.89-.923-1.417-.198-.509-.333-1.09-.372-1.942-.032-.71-.044-1.018-.047-2.359V14.06c.003-1.34.015-1.647.047-2.359.039-.851.174-1.433.372-1.941.204-.527.478-.973.923-1.417.444-.445.89-.719 1.417-.923.508-.198 1.09-.333 1.941-.372.712-.032 1.02-.044 2.36-.047zm-.222 1.442h-1.436c-1.49.002-1.777.012-2.515.046-.78.035-1.203.166-1.485.275-.374.146-.64.319-.92.599-.28.28-.453.546-.599.92-.11.282-.24.705-.275 1.485-.034.738-.044 1.024-.046 2.515v1.436c.002 1.49.012 1.777.046 2.515.035.78.166 1.203.275 1.485.146.374.319.64.599.92.28.28.546.453.92.598.282.11.705.24 1.485.276.738.034 1.024.044 2.515.046h1.436c1.49-.002 1.777-.012 2.515-.046.78-.036 1.203-.166 1.485-.276.374-.145.64-.318.92-.598.28-.28.453-.546.598-.92.11-.282.24-.705.276-1.485.034-.738.044-1.024.046-2.515v-1.436c-.002-1.49-.012-1.777-.046-2.515-.036-.78-.166-1.203-.276-1.485-.145-.374-.318-.64-.598-.92-.28-.28-.546-.453-.92-.599-.282-.11-.705-.24-1.485-.275-.738-.034-1.024-.044-2.515-.046zM15 10.892c2.269 0 4.108 1.839 4.108 4.108 0 2.269-1.84 4.108-4.108 4.108-2.269 0-4.108-1.84-4.108-4.108 0-2.269 1.839-4.108 4.108-4.108zm0 1.441c-1.473 0-2.667 1.194-2.667 2.667 0 1.473 1.194 2.667 2.667 2.667 1.473 0 2.667-1.194 2.667-2.667 0-1.473-1.194-2.667-2.667-2.667zm4.27-2.564c.53 0 .96.43.96.96s-.43.96-.96.96-.96-.43-.96-.96.43-.96.96-.96z"/> </g> </symbol> <symbol id="mono-icon-email" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <circle cx="15" cy="15" r="14.5" stroke="currentColor"/> <g> <path d="M0 0L20 0 20 20 0 20z" transform="translate(5 5)"/> <path fill="currentColor" fill-rule="nonzero" d="M16.667 3.333H3.333c-.916 0-1.658.75-1.658 1.667l-.008 10c0 .917.75 1.667 1.666 1.667h13.334c.916 0 1.666-.75 1.666-1.667V5c0-.917-.75-1.667-1.666-1.667zm-.334 3.542l-5.891 3.683c-.267.167-.617.167-.884 0L3.667 6.875c-.209-.133-.334-.358-.334-.6 0-.558.609-.892 1.084-.6L10 9.167l5.583-3.492c.475-.292 1.084.042 1.084.6 0 .242-.125.467-.334.6z" transform="translate(5 5)"/> </g> </g> </symbol> <symbol id="mono-icon-print" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <circle cx="15" cy="15" r="14.5" stroke="currentColor"/> <g> <path d="M0 0L20 0 20 20 0 20z" transform="translate(5 5)"/> <path fill="currentColor" fill-rule="nonzero" d="M15.833 6.667H4.167c-1.384 0-2.5 1.116-2.5 2.5V12.5c0 .917.75 1.667 1.666 1.667H5v1.666c0 .917.75 1.667 1.667 1.667h6.666c.917 0 1.667-.75 1.667-1.667v-1.666h1.667c.916 0 1.666-.75 1.666-1.667V9.167c0-1.384-1.116-2.5-2.5-2.5zM12.5 15.833h-5c-.458 0-.833-.375-.833-.833v-3.333h6.666V15c0 .458-.375.833-.833.833zM15.833 10c-.458 0-.833-.375-.833-.833 0-.459.375-.834.833-.834.459 0 .834.375.834.834 0 .458-.375.833-.834.833zm-1.666-7.5H5.833c-.458 0-.833.375-.833.833V5c0 .458.375.833.833.833h8.334c.458 0 .833-.375.833-.833V3.333c0-.458-.375-.833-.833-.833z" transform="translate(5 5)"/> </g> </g> </symbol> <symbol id="mono-icon-copylink" viewBox="0 0 12 12"> <g fill-rule="evenodd"> <path d="M10.199 2.378c.222.205.4.548.465.897.062.332.016.614-.132.774L8.627 6.106c-.187.203-.512.232-.75-.014a.498.498 0 0 0-.706.028.499.499 0 0 0 .026.706 1.509 1.509 0 0 0 2.165-.04l1.903-2.06c.37-.398.506-.98.382-1.636-.105-.557-.392-1.097-.77-1.445L9.968.8C9.591.452 9.03.208 8.467.145 7.803.072 7.233.252 6.864.653L4.958 2.709a1.509 1.509 0 0 0 .126 2.161.5.5 0 1 0 .68-.734c-.264-.218-.26-.545-.071-.747L7.597 1.33c.147-.16.425-.228.76-.19.353.038.71.188.931.394l.91.843.001.001zM1.8 9.623c-.222-.205-.4-.549-.465-.897-.062-.332-.016-.614.132-.774l1.905-2.057c.187-.203.512-.232.75.014a.498.498 0 0 0 .706-.028.499.499 0 0 0-.026-.706 1.508 1.508 0 0 0-2.165.04L.734 7.275c-.37.399-.506.98-.382 1.637.105.557.392 1.097.77 1.445l.91.843c.376.35.937.594 1.5.656.664.073 1.234-.106 1.603-.507L7.04 9.291a1.508 1.508 0 0 0-.126-2.16.5.5 0 0 0-.68.734c.264.218.26.545.071.747l-1.904 2.057c-.147.16-.425.228-.76.191-.353-.038-.71-.188-.931-.394l-.91-.843z"></path> <path d="M8.208 3.614a.5.5 0 0 0-.707.028L3.764 7.677a.5.5 0 0 0 .734.68L8.235 4.32a.5.5 0 0 0-.027-.707"></path> </g> </symbol> <symbol id="mono-icon-linkedin" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <circle cx="15" cy="15" r="14.5" stroke="currentColor"/> <path fill="currentColor" d="M11.786 20v-8.357H9V20h2.786zM10.369 9.786c.41 0 .748-.134 1.015-.402.268-.267.402-.59.402-.968 0-.409-.126-.747-.378-1.015-.252-.267-.582-.401-.992-.401-.409 0-.747.134-1.015.401C9.134 7.67 9 8.007 9 8.416c0 .378.126.7.378.968s.582.402.991.402zM22 20v-4.776c0-1.177-.29-2.069-.87-2.674-.58-.605-1.335-.907-2.264-.907-.995 0-1.824.446-2.487 1.337v-1.146h-2.736V20h2.736v-4.632c0-.319.033-.541.1-.669.265-.637.729-.955 1.392-.955.929 0 1.393.59 1.393 1.767V20H22z"/> </g> </symbol> <symbol id="mono-icon-pinterest" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <circle stroke="currentColor" cx="15" cy="15" r="14.5"/> <path fill="currentColor" d="M15,7a8,8,0,0,0-3.21,15.32,7.27,7.27,0,0,1,.14-1.83c.15-.65,1-4.36,1-4.36a3,3,0,0,1-.26-1.26c0-1.19.69-2.08,1.54-2.08A1.07,1.07,0,0,1,15.32,14a16.85,16.85,0,0,1-.7,2.84,1.23,1.23,0,0,0,1.26,1.54c1.51,0,2.54-1.94,2.54-4.25a3,3,0,0,0-3.33-3.06,3.79,3.79,0,0,0-3.94,3.83,2.29,2.29,0,0,0,.53,1.56c.14.18.17.25.11.45s-.12.5-.16.64a.27.27,0,0,1-.4.2,3.06,3.06,0,0,1-1.64-3c0-2.27,1.92-5,5.72-5a4.78,4.78,0,0,1,5.06,4.58c0,3.14-1.75,5.48-4.32,5.48a2.29,2.29,0,0,1-2-1s-.47,1.84-.57,2.2a6.56,6.56,0,0,1-.8,1.71A8.09,8.09,0,0,0,15,23,8,8,0,0,0,15,7Z"/> </g> </symbol> <symbol id="mono-icon-tumblr" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <circle stroke="currentColor" cx="15" cy="15" r="14.5"/> <path fill="currentColor" d="M17.5,20.4a2.33,2.33,0,0,1-1.21-.32,1.26,1.26,0,0,1-.54-.63,6.62,6.62,0,0,1-.14-1.79V13.77h3.7V11.31h-3.7V7H13.23a7.88,7.88,0,0,1-.55,2.25,4.06,4.06,0,0,1-1,1.38,4.65,4.65,0,0,1-1.61.89v2.25h1.85v5.4a4.8,4.8,0,0,0,.22,1.67A2.86,2.86,0,0,0,13,21.93a3.89,3.89,0,0,0,1.43.79,6.05,6.05,0,0,0,1.94.28,7.24,7.24,0,0,0,1.72-.2,9.58,9.58,0,0,0,1.85-.67V19.6A4.36,4.36,0,0,1,17.5,20.4Z"/> </g> </symbol> <symbol id="mono-icon-twitter" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <circle cx="15" cy="15" r="14.5" stroke="currentColor"/> <path fill="currentColor" d="M23 11.342c-.356.544-.83 1.03-1.424 1.458v.35c0 2.042-.746 3.894-2.24 5.556-1.492 1.663-3.474 2.494-5.946 2.494-1.582 0-3.045-.428-4.39-1.283.316.039.544.058.682.058 1.325 0 2.511-.408 3.56-1.225-.613-.02-1.167-.209-1.661-.569-.495-.36-.831-.821-1.009-1.385.237.039.415.058.534.058.198 0 .455-.039.771-.116-.652-.137-1.201-.462-1.646-.978-.445-.515-.667-1.113-.667-1.793v-.03c.435.234.87.35 1.305.35-.85-.544-1.276-1.331-1.276-2.362 0-.486.129-.953.386-1.4 1.522 1.847 3.49 2.83 5.902 2.946-.04-.136-.059-.35-.059-.642 0-.797.277-1.468.83-2.012.554-.545 1.236-.817 2.047-.817.81 0 1.503.301 2.076.904.594-.097 1.207-.33 1.84-.7-.198.68-.623 1.206-1.276 1.575.613-.058 1.167-.204 1.661-.437z"/> </g> </symbol> <symbol id="mono-icon-youtube" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <circle cx="15" cy="15" r="14.5" stroke="currentColor"/> <path fill="currentColor" d="M22.678 10.758c.136.528.234 1.329.293 2.403L23 14.626l-.03 1.466c-.058 1.094-.156 1.904-.292 2.432-.098.332-.274.625-.528.879s-.557.43-.908.527c-.508.137-1.7.235-3.575.293l-2.667.03-2.667-.03c-1.875-.058-3.067-.156-3.575-.293-.351-.097-.654-.273-.908-.527s-.43-.547-.528-.88c-.136-.527-.234-1.337-.293-2.431L7 14.626c0-.43.01-.918.03-1.465.058-1.074.156-1.875.292-2.403.098-.351.274-.654.528-.908s.557-.43.908-.528c.508-.136 1.7-.234 3.575-.293L15 9l2.667.03c1.875.058 3.067.156 3.575.292.351.098.654.274.908.528s.43.557.528.908zm-9.319 6.271l4.19-2.403-4.19-2.373v4.776z"/> </g> </symbol> <symbol id="burger-menu" viewBox="0 0 18 12"> <path fill-rule="evenodd" d="M17 10c.552 0 1 .448 1 1s-.448 1-1 1H1c-.552 0-1-.448-1-1s.448-1 1-1h16zm0-5c.552 0 1 .448 1 1s-.448 1-1 1H1c-.552 0-1-.448-1-1s.448-1 1-1h16zm0-5c.552 0 1 .448 1 1s-.448 1-1 1H1c-.552 0-1-.448-1-1s.448-1 1-1h16z"/> </symbol> <symbol id="icon-magnify" viewBox="0 0 22 22"> <defs> <path id="prefix__a" d="M1197.961 34.024c-3.38.004-6.293-2.379-6.955-5.69-.663-3.312 1.109-6.63 4.231-7.925s6.725-.205 8.604 2.603c1.88 2.807 1.511 6.55-.879 8.938-1.326 1.326-3.124 2.072-5 2.074zm11.944 4.271l-6.076-6.062c2.88-3.192 2.688-8.096-.432-11.055-3.12-2.959-8.031-2.895-11.073.144s-3.106 7.946-.144 11.063c2.961 3.117 7.87 3.308 11.065.431l6.076 6.07c.156.152.403.152.559 0 .15-.151.16-.393.025-.557v-.034z"/> </defs> <g fill="none" fill-rule="evenodd" transform="translate(-1189 -18)"> <use fill-rule="nonzero" stroke="currentColor" xlink:href="#prefix__a"/> </g> </symbol> <symbol id="close-x" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.707.293l6.01 6.009 6.01-6.01c.391-.39 1.025-.39 1.415 0 .39.391.39 1.025 0 1.415l-6.01 6.01 6.01 6.01c.39.391.39 1.025 0 1.415-.39.39-1.024.39-1.414 0l-6.011-6.01-6.01 6.01c-.39.39-1.024.39-1.414 0-.39-.39-.39-1.024 0-1.414l6.009-6.011-6.01-6.01c-.39-.39-.39-1.024 0-1.414.391-.39 1.025-.39 1.415 0z"/> </symbol> <symbol id="chevron" viewBox="0 0 100 100"> <g> <path d="M22.4566257,37.2056786 L-21.4456527,71.9511488 C-22.9248661,72.9681457 -24.9073712,72.5311671 -25.8758148,70.9765924 L-26.9788683,69.2027424 C-27.9450684,67.6481676 -27.5292733,65.5646602 -26.0500598,64.5484493 L20.154796,28.2208967 C21.5532435,27.2597011 23.3600078,27.2597011 24.759951,28.2208967 L71.0500598,64.4659264 C72.5292733,65.4829232 72.9450684,67.5672166 71.9788683,69.1217913 L70.8750669,70.8956413 C69.9073712,72.4502161 67.9241183,72.8848368 66.4449048,71.8694118 L22.4566257,37.2056786 Z" id="Transparent-Chevron" transform="translate(22.500000, 50.000000) rotate(90.000000) translate(-22.500000, -50.000000) "></path> </g> </symbol> <symbol id="chevron-down-regular" viewBox="0 0 448 512"> <path d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"></path> </symbol> <symbol id="icon-chevron-left" viewBox="0 0 256 512"> <path d="M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z"> </path> </symbol> <symbol id="icon-chevron-right" viewBox="0 0 256 512"> <path d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"> </path> </symbol> <symbol id="icon-arrow-forward" viewBox="0 0 14 9"> <g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g stroke="currentColor" stroke-width="1.5"> <g> <path d="M13.5 4.504L.5 4.504M9 8.504L13.5 4.504 9 .504" transform="translate(-849 -411) translate(849 411)"/> </g> </g> </g> </symbol> <symbol id="icon-arrow" viewBox="0 0 256 512"> <path d="M136.5 185.1l116 117.8c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L128 224.7 27.6 326.9c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17l116-117.8c4.7-4.6 12.3-4.6 17 .1z"></path> </symbol> <symbol id="player-forward-5" viewBox="0 0 24 25"> <g fill="currentColor"> <path d="M10.893 14.448c.669 0 1.171-.205 1.507-.617.336-.411.504-.879.504-1.402 0-.602-.174-1.06-.523-1.375-.35-.315-.758-.473-1.227-.473-.231 0-.428.03-.59.09-.096.037-.23.11-.402.223l.203-1.239h2.317V8.71H9.56l-.399 3.13 1 .046c.089-.17.22-.285.395-.348.099-.034.216-.05.351-.05.287 0 .498.1.633.298.135.2.203.444.203.733 0 .294-.072.538-.217.732-.144.194-.354.291-.63.291-.24 0-.422-.066-.547-.197-.125-.132-.21-.318-.254-.56h-1.11c.04.53.232.94.578 1.23.347.289.79.433 1.329.433z" transform="translate(1 1.2)"/> <path stroke="currentColor" stroke-width=".5" d="M19.052 5.482l-4.319-.243c-.312-.017-.55.204-.567.493-.017.289.209.536.505.553l5.473.308.03.001c.138 0 .27-.05.37-.143.107-.099.168-.237.168-.38V.523c0-.29-.24-.524-.537-.524-.297 0-.537.235-.537.524v4.002C17.538 2.116 14.444.71 11.112.71 4.985.71 0 5.486 0 11.356 0 17.225 4.985 22 11.112 22c5.233 0 9.807-3.557 10.876-8.456.062-.283-.123-.562-.413-.622-.291-.06-.576.12-.638.404-.964 4.419-5.096 7.626-9.825 7.626-5.535 0-10.037-4.305-10.037-9.596 0-5.292 4.502-9.598 10.037-9.598 3.14 0 6.044 1.377 7.94 3.724z" transform="translate(1 1.2)"/> </g> </symbol> <symbol id="player-back-5" viewBox="0 0 24 25"> <g fill="currentColor"> <path stroke="currentColor" stroke-width=".5" d="M2.948 5.482l4.319-.243c.312-.017.55.204.567.493.017.289-.209.536-.505.553l-5.473.308-.03.001c-.138 0-.27-.05-.37-.143-.107-.099-.168-.237-.168-.38V.523c0-.29.24-.524.537-.524.297 0 .537.235.537.524v4.002C4.462 2.116 7.556.71 10.888.71 17.015.71 22 5.486 22 11.356 22 17.225 17.015 22 10.888 22 5.655 22 1.081 18.443.012 13.544c-.062-.283.123-.562.413-.622.291-.06.576.12.638.404.964 4.419 5.096 7.626 9.825 7.626 5.535 0 10.037-4.305 10.037-9.596 0-5.292-4.502-9.598-10.037-9.598-3.14 0-6.044 1.377-7.94 3.724z" transform="translate(1 1.2)"/> <path d="M10.893 14.448c.669 0 1.171-.205 1.507-.617.336-.411.504-.879.504-1.402 0-.602-.174-1.06-.523-1.375-.35-.315-.758-.473-1.227-.473-.231 0-.428.03-.59.09-.096.037-.23.11-.402.223l.203-1.239h2.317V8.71H9.56l-.399 3.13 1 .046c.089-.17.22-.285.395-.348.099-.034.216-.05.351-.05.287 0 .498.1.633.298.135.2.203.444.203.733 0 .294-.072.538-.217.732-.144.194-.354.291-.63.291-.24 0-.422-.066-.547-.197-.125-.132-.21-.318-.254-.56h-1.11c.04.53.232.94.578 1.23.347.289.79.433 1.329.433z" transform="translate(1 1.2)"/> </g> </symbol> <symbol id="player-pause" viewBox="0 0 40 40"> <path fill="currentColor" d="M20 0C8.96 0 0 8.96 0 20s8.96 20 20 20 20-8.96 20-20S31.04 0 20 0zm0 38c-9.922 0-18-8.078-18-18S10.078 2 20 2s18 8.078 18 18-8.078 18-18 18zm-4-26c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1s-1-.448-1-1V13c0-.552.448-1 1-1zm8 0c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1s-1-.448-1-1V13c0-.552.448-1 1-1z"/> </symbol> <symbol id="player-fullscreen" viewBox="0 0 12 12"> <path fill="currentColor" d="M.857 7.714C.386 7.714 0 8.1 0 8.571v2.572c0 .471.386.857.857.857H3.43c.471 0 .857-.386.857-.857 0-.472-.386-.857-.857-.857H1.714V8.57c0-.471-.385-.857-.857-.857zm0-3.428c.472 0 .857-.386.857-.857V1.714H3.43c.471 0 .857-.385.857-.857C4.286.386 3.9 0 3.429 0H.857C.386 0 0 .386 0 .857V3.43c0 .471.386.857.857.857zm9.429 6H8.57c-.471 0-.857.385-.857.857 0 .471.386.857.857.857h2.572c.471 0 .857-.386.857-.857V8.57c0-.471-.386-.857-.857-.857-.472 0-.857.386-.857.857v1.715zM7.714.857c0 .472.386.857.857.857h1.715V3.43c0 .471.385.857.857.857.471 0 .857-.386.857-.857V.857C12 .386 11.614 0 11.143 0H8.57c-.471 0-.857.386-.857.857z"/> </symbol> <symbol id="player-volume" viewBox="0 0 12 12"> <path fill="currentColor" d="M0 4.667v2.666C0 7.7.3 8 .667 8h2l2.193 2.193c.42.42 1.14.12 1.14-.473V2.273c0-.593-.72-.893-1.14-.473L2.667 4h-2C.3 4 0 4.3 0 4.667zM9 6c0-1.18-.68-2.193-1.667-2.687V8.68C8.32 8.193 9 7.18 9 6zM7.333.967V1.1c0 .253.167.473.4.567 1.72.686 2.934 2.373 2.934 4.333s-1.214 3.647-2.934 4.333c-.24.094-.4.314-.4.567v.133c0 .42.42.714.807.567C10.4 10.74 12 8.56 12 6c0-2.56-1.6-4.74-3.86-5.6-.387-.153-.807.147-.807.567z"/> </symbol> <symbol id="player-play" viewBox="0 0 40 40"> <path fill="currentColor" d="M17.6 27.8l9.34-7c.54-.4.54-1.2 0-1.6l-9.34-7c-.66-.5-1.6-.02-1.6.8v14c0 .82.94 1.3 1.6.8zM20 0C8.96 0 0 8.96 0 20s8.96 20 20 20 20-8.96 20-20S31.04 0 20 0zm0 38c-9.922 0-18-8.078-18-18S10.078 2 20 2s18 8.078 18 18-8.078 18-18 18z"/> </symbol> <symbol id="player-fullscreen-exit" viewBox="0 0 12 12"> <g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"> <path d="M0.857142857,9.42857143 L2.57142857,9.42857143 L2.57142857,11.1428571 C2.57142857,11.6142857 2.95714286,12 3.42857143,12 C3.9,12 4.28571429,11.6142857 4.28571429,11.1428571 L4.28571429,8.57142857 C4.28571429,8.1 3.9,7.71428571 3.42857143,7.71428571 L0.857142857,7.71428571 C0.385714286,7.71428571 0,8.1 0,8.57142857 C0,9.04285714 0.385714286,9.42857143 0.857142857,9.42857143 Z M2.57142857,2.57142857 L0.857142857,2.57142857 C0.385714286,2.57142857 0,2.95714286 0,3.42857143 C0,3.9 0.385714286,4.28571429 0.857142857,4.28571429 L3.42857143,4.28571429 C3.9,4.28571429 4.28571429,3.9 4.28571429,3.42857143 L4.28571429,0.857142857 C4.28571429,0.385714286 3.9,0 3.42857143,0 C2.95714286,0 2.57142857,0.385714286 2.57142857,0.857142857 L2.57142857,2.57142857 Z M8.57142857,12 C9.04285714,12 9.42857143,11.6142857 9.42857143,11.1428571 L9.42857143,9.42857143 L11.1428571,9.42857143 C11.6142857,9.42857143 12,9.04285714 12,8.57142857 C12,8.1 11.6142857,7.71428571 11.1428571,7.71428571 L8.57142857,7.71428571 C8.1,7.71428571 7.71428571,8.1 7.71428571,8.57142857 L7.71428571,11.1428571 C7.71428571,11.6142857 8.1,12 8.57142857,12 Z M9.42857143,2.57142857 L9.42857143,0.857142857 C9.42857143,0.385714286 9.04285714,0 8.57142857,0 C8.1,0 7.71428571,0.385714286 7.71428571,0.857142857 L7.71428571,3.42857143 C7.71428571,3.9 8.1,4.28571429 8.57142857,4.28571429 L11.1428571,4.28571429 C11.6142857,4.28571429 12,3.9 12,3.42857143 C12,2.95714286 11.6142857,2.57142857 11.1428571,2.57142857 L9.42857143,2.57142857 Z"></path> </g> </symbol> <symbol id="player-volume-off" viewBox="0 0 12 12"> <g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"> <path d="M0.42,0.42 C0.16,0.68 0.16,1.1 0.42,1.36 L2.86,3.8 L2.66666667,4 L0.666666667,4 C0.3,4 0,4.3 0,4.66666667 L0,7.33333333 C0,7.7 0.3,8 0.666666667,8 L2.66666667,8 L4.86,10.1933333 C5.28,10.6133333 6,10.3133333 6,9.72 L6,6.94 L8.78666667,9.72666667 C8.46,9.97333333 8.10666667,10.18 7.72,10.3333333 C7.48,10.4333333 7.33333333,10.6866667 7.33333333,10.9466667 C7.33333333,11.4266667 7.82,11.7333333 8.26,11.5533333 C8.79333333,11.3333333 9.29333333,11.04 9.74,10.68 L10.6333333,11.5733333 C10.8933333,11.8333333 11.3133333,11.8333333 11.5733333,11.5733333 C11.8333333,11.3133333 11.8333333,10.8933333 11.5733333,10.6333333 L1.36666667,0.42 C1.10666667,0.16 0.686666667,0.16 0.42,0.42 Z M10.6666667,6 C10.6666667,6.54666667 10.5666667,7.07333333 10.3933333,7.56 L11.4133333,8.58 C11.7866667,7.8 12,6.92666667 12,6 C12,3.44666667 10.4,1.26 8.14666667,0.4 C7.75333333,0.246666667 7.33333333,0.553333333 7.33333333,0.973333333 L7.33333333,1.1 C7.33333333,1.35333333 7.5,1.57333333 7.74,1.66666667 C9.45333333,2.36 10.6666667,4.04 10.6666667,6 Z M4.86,1.80666667 L4.74666667,1.92 L6,3.17333333 L6,2.27333333 C6,1.68 5.28,1.38666667 4.86,1.80666667 Z M9,6 C9,4.82 8.32,3.80666667 7.33333333,3.31333333 L7.33333333,4.50666667 L8.98666667,6.16 C8.99333333,6.10666667 9,6.05333333 9,6 Z"></path> </g> </symbol> <symbol id="play-24" viewBox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <circle cx="12" cy="12" r="11" fill="#4B4545" stroke="#FFFFFF" stroke-width="2"/> <path fill="#FFFFFF" fill-rule="nonzero" d="M10.56 16.68l5.604-4.2c.324-.24.324-.72 0-.96l-5.604-4.2c-.396-.3-.96-.012-.96.48v8.4c0 .492.564.78.96.48z"/> </g> </symbol> <symbol id="pause-24" viewBox="0 0 24 24"> <g fill="none"> <circle cx="12" cy="12" r="11" fill="#4B4545" stroke="#FFFFFF" stroke-width="2"/> <path fill="#FFFFFF" d="M9.6 16.8c.66 0 1.2-.54 1.2-1.2V8.4c0-.66-.54-1.2-1.2-1.2-.66 0-1.2.54-1.2 1.2v7.2c0 .66.54 1.2 1.2 1.2zm4.8 0c.66 0 1.2-.54 1.2-1.2V8.4c0-.66-.54-1.2-1.2-1.2-.66 0-1.2.54-1.2 1.2v7.2c0 .66.54 1.2 1.2 1.2z"/> </g> </symbol> <symbol id="icon-bullet-arrow-circle" viewBox="0 0 12 12"> <g id="bullet/arrow-circle" stroke-width="1" fill-rule="evenodd"> <path d="M9.345,6.533 L6.5875,9.4435 C6.4465,9.592 6.2565,9.674 6.053,9.674 C5.8565,9.674 5.6715,9.5975 5.532,9.458 L5.384,9.311 C5.0965,9.023 5.083,8.543 5.354,8.2405 L6.4645,6.998 L2.7505,6.998 C2.3365,6.998 2.0005,6.6615 2.0005,6.248 L2.0005,5.75 C2.0005,5.336 2.3365,5 2.7505,5 L6.4475,5.001 L5.307,3.7575 C5.0315,3.457 5.042,2.978 5.3305,2.6895 L5.4785,2.542 C5.7625,2.258 6.2575,2.2635 6.536,2.552 L9.341,5.464 C9.624,5.758 9.626,6.237 9.345,6.533 M6,0 C2.6915,0 0,2.691 0,6 C0,9.3085 2.6915,12 6,12 C9.3085,12 12,9.3085 12,6 C12,2.691 9.3085,0 6,0" id="Fill-399"></path> </g> </symbol> <symbol id="icon-bullet-solid" viewBox="0 0 12 12"> <circle cx="6" cy="6" r="3" fill-rule="evenodd" /> </symbol> <symbol id="icon-bullet-chevron" viewBox="0 0 12 12"> <g id="bullet/chevron" stroke-width="1" fill-rule="evenodd"> <path d="M10.1632872,5.81004475 L3.51983519,0.0610863115 C3.46933556,0.017586626 3.40333604,-0.00391321855 3.33783651,0.000586748922 C3.27133699,0.00608670916 3.20983743,0.0365864887 3.16633775,0.08758612 L2.05984575,1.37857679 C2.01684606,1.42857643 1.99534622,1.49457595 2.00084618,1.56057547 C2.00634614,1.62707499 2.03734591,1.68857455 2.08834554,1.73157423 L7.11330922,5.99904338 L2.08834554,10.2685125 C2.03734591,10.3115122 2.00634614,10.3730118 2.00084618,10.4395113 C1.99534622,10.5055108 2.01684606,10.5715103 2.05984575,10.62151 L3.16633775,11.9125006 C3.20983743,11.9635003 3.27133699,11.994 3.33783651,11.9995 C3.34383647,12 3.34983642,12 3.35633638,12 C3.41583595,12 3.47383553,11.9785002 3.51983519,11.9390004 L10.1632872,6.18804202 C10.2177868,6.14054236 10.2497865,6.07204286 10.2497865,5.99904338 C10.2497865,5.92604391 10.2177868,5.85754441 10.1632872,5.81004475" id="Fill-397"></path> </g> </symbol> <symbol id="icon-bullet-dash" viewBox="0 0 12 12"> <g id="bullet/dash" stroke-width="1" fill-rule="evenodd"> <rect id="Rectangle" x="1" y="5" width="10" height="2" rx="1"></rect> </g> </symbol> <symbol id="icon-bullet-arrow" viewBox="0 0 12 12"> <g id="bullet/arrow" stroke-width="1" fill-rule="evenodd"> <path d="M11.9263107,5.37327196 L6.85189122,0.348851732 C6.37189884,-0.131140648 5.51241248,-0.113140933 5.01192043,0.386351137 C4.49392865,0.904342913 4.47692892,1.72982981 4.97742098,2.23132185 L7.13838667,4.30278896 L1.01548388,4.30278896 C0.379993967,4.30278896 0,4.93877886 0,5.55276911 C0,5.86176421 0.0839986664,6.15625953 0.236496245,6.38275594 C0.420493324,6.65675159 0.692489006,6.80774919 1.00098411,6.80774919 L7.13888666,6.80774919 L5.06141964,8.88771617 C4.83242328,9.11471256 4.70742526,9.42320767 4.70742526,9.7552024 C4.70692527,10.1091968 4.85392294,10.4596912 5.11041887,10.7161871 C5.3664148,10.9716831 5.71590925,11.1186807 6.06990363,11.1186807 C6.40189836,11.1186807 6.71039347,10.9931827 6.93938983,10.7646864 L11.9278106,5.72676635 C12.0248091,5.62876791 12.0238091,5.47027042 11.9263107,5.37327196" id="Fill-347"></path> </g> </symbol> <symbol id="icon-case-study" viewBox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <path d="M0 0H24V24H0z"/> <path fill="currentColor" fill-rule="nonzero" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-5.5-6c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM12 9c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4zm0 6.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/> </g> </symbol> <symbol id="icon-article" viewBox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <path d="M0 0H24V24H0z"/> <path fill="currentColor" fill-rule="nonzero" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/> <path fill="currentColor" fill-rule="nonzero" d="M13 17H8c-.55 0-1-.45-1-1s.45-1 1-1h5c.55 0 1 .45 1 1s-.45 1-1 1zM16 13H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1zM16 9H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"/> </g> </symbol> <symbol id="icon-ebook" viewBox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <path d="M0 0L24 0 24 24 0 24z"/> <path fill="currentColor" fill-rule="nonzero" d="M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 4h2v5l-1-.75L9 9V4zm9 16H6V4h1v9l3-2.25L13 13V4h5v16z"/> </g> </symbol> <symbol id="icon-video" viewBox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <path d="M0 0L24 0 24 24 0 24z"/> <path fill="currentColor" fill-rule="nonzero" d="M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1zm-5.52-5.13l-3.98 2.28c-.67.38-1.5-.11-1.5-.87V8.72c0-.77.83-1.25 1.5-.87l3.98 2.28c.67.39.67 1.35 0 1.74z"/> </g> </symbol> <symbol id="icon-plus" viewBox="0 0 14 14"> <path d="M13, 6H8V1A1, 1, 0, 0, 0, 6, 1V6H1A1, 1, 0, 0, 0, 1, 8H6v5a1, 1, 0, 0, 0, 2, 0V8h5a1, 1, 0, 0, 0, 0-2Z"/> </symbol> <symbol id="icon-minus" viewBox="0 0 14 14"> <path d="M13, 8H1A1, 1, 0, 0, 1, 1, 6H13a1, 1, 0, 0, 1, 0, 2Z"/> </symbol> <symbol id="icon-spinner" viewBox="0 0 38 38"> <g fill="none" fill-rule="evenodd"> <g transform="translate(1 1)"> <path d="M36 18c0-9.94-8.06-18-18-18" stroke="currentColor" stroke-width="2"> <animateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="0.9s" repeatCount="indefinite" /> </path> </g> </g> </symbol> <symbol id="icon-24-plus" viewBox="0 0 24 24"> <path fill="currentColor" d="M12,5a.94.94,0,0,1,1,.69V11h5.22A.91.91,0,0,1,19,12a.94.94,0,0,1-.69,1H13v5.22A.91.91,0,0,1,12,19a.94.94,0,0,1-1-.69V13H5.78A.91.91,0,0,1,5,12a.94.94,0,0,1,.69-1H11V5.78A.91.91,0,0,1,12,5Z"/> </symbol> <symbol id="icon-24-minus" viewBox="0 0 24 24"> <path fill="currentColor" d="M18.22,11A.91.91,0,0,1,19,12a.94.94,0,0,1-.69,1H5.78A.91.91,0,0,1,5,12a.94.94,0,0,1,.69-1H18.22Z"/> </symbol> <symbol id="icon-24-chevron-right" viewBox="0 0 24 24"> <path fill="currentColor" d="M9.62,5.29a.91.91,0,0,0-1.34,0A1,1,0,0,0,8.2,6.61l.08.1,5,5.29-5,5.29a1,1,0,0,0-.08,1.32l.08.1a.91.91,0,0,0,1.25.08l.09-.08L16,12Z"/> </symbol> <symbol id="icon-24-chevron-left" viewBox="0 0 24 24"> <path fill="currentColor" d="M14.38,5.29a.91.91,0,0,1,1.34,0,1,1,0,0,1,.08,1.32l-.08.1-5,5.29,5,5.29a1,1,0,0,1,.08,1.32l-.08.1a.91.91,0,0,1-1.25.08l-.09-.08L8,12Z"/> </symbol> <symbol id="icon-24-chevron-down" viewBox="0 0 24 24"> <path fill="currentColor" d="M5.29,9.62a.91.91,0,0,1,0-1.34A1,1,0,0,1,6.61,8.2l.1.08,5.29,5,5.29-5a1,1,0,0,1,1.32-.08l.1.08a.91.91,0,0,1,.08,1.25l-.08.09L12,16Z"/> </symbol> <symbol id="icon-24-chevron-up" viewBox="0 0 24 24"> <path fill="currentColor" d="M18.71,14.38a.91.91,0,0,1,0,1.34,1,1,0,0,1-1.32.08l-.1-.08-5.29-5-5.29,5a1,1,0,0,1-1.32.08l-.1-.08a.91.91,0,0,1-.08-1.25l.08-.09L12,8Z"/> </symbol> <symbol id="icon-24-times" viewBox="0 0 24 24"> <path fill="currentColor" d="M17,7.05a1,1,0,0,1,.22,1.19l-.06.07L13.41,12l3.7,3.69A.92.92,0,0,1,17,17a1,1,0,0,1-1.19.22l-.07-.06L12,13.41l-3.69,3.7A.92.92,0,0,1,7.05,17a1,1,0,0,1-.22-1.19l.06-.07L10.59,12,6.89,8.31a.92.92,0,0,1,.16-1.26,1,1,0,0,1,1.19-.22l.07.06L12,10.59l3.69-3.7A.92.92,0,0,1,17,7.05Z"/> </symbol> <symbol id="icon-24-expand" viewBox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <path fill="currentColor" d="M0 0H24V24H0z"/> <path fill="#ffffff" fill-rule="nonzero" d="M6.017 5.167h3.237c.321 0 .58-.259.58-.58V4.58c0-.32-.259-.579-.58-.579H4.58C4.26 4 4 4.258 4 4.58v4.674c0 .321.258.58.58.58h.008c.32 0 .579-.259.579-.58V6.017l4.879 4.846c.108.108.254.166.408.166.154 0 .3-.058.409-.17.225-.226.225-.592 0-.817L6.017 5.167zM19.42 4h-4.675c-.321 0-.58.258-.58.58v.008c0 .32.259.579.58.579h3.237l-4.846 4.879c-.225.225-.225.591 0 .817.109.108.255.17.409.17.154 0 .3-.058.408-.166l4.88-4.85v3.237c0 .321.258.58.579.58h.008c.32 0 .579-.259.579-.58V4.58c0-.32-.258-.579-.58-.579zm-8.967 8.967c-.154 0-.3.058-.408.166l-4.88 4.85v-3.237c0-.321-.258-.58-.579-.58H4.58c-.32 0-.579.259-.579.58v4.675c0 .32.258.579.58.579h4.674c.321 0 .58-.258.58-.58v-.008c0-.32-.259-.579-.58-.579H6.017l4.846-4.879c.225-.225.225-.591 0-.817-.109-.108-.255-.17-.409-.17zm8.967 1.2h-.008c-.321 0-.58.258-.58.579v3.237l-4.879-4.846c-.108-.108-.254-.166-.408-.166-.154 0-.3.058-.409.17-.225.226-.225.592 0 .817l4.846 4.875h-3.237c-.321 0-.58.259-.58.58v.008c0 .32.259.579.58.579h4.675c.32 0 .579-.258.579-.58v-4.674c0-.321-.258-.58-.58-.58z"/> </g> </symbol> <symbol id="icon-close-overlay-x" viewBox="0 0 30 30"> <path fill="currentColor" d="M14.625 0c4.031 0 7.477 1.43 10.336 4.29 2.86 2.858 4.289 6.304 4.289 10.335 0 4.031-1.43 7.477-4.29 10.336-2.858 2.86-6.304 4.289-10.335 4.289-4.031 0-7.477-1.43-10.336-4.29C1.43 22.103 0 18.657 0 14.626c0-4.031 1.43-7.477 4.29-10.336C7.147 1.43 10.593 0 14.624 0zm0 27.984c3.75 0 6.914-1.289 9.492-3.867 2.578-2.578 3.867-5.742 3.867-9.492 0-3.75-1.289-6.914-3.867-9.492-2.578-2.578-5.742-3.867-9.492-3.867-3.75 0-6.914 1.289-9.492 3.867-2.578 2.578-3.867 5.742-3.867 9.492 0 3.75 1.289 6.914 3.867 9.492 2.578 2.578 5.742 3.867 9.492 3.867zm5.906-20.109l.844.844-5.906 5.906 5.906 5.906-.844.844-5.906-5.906-5.906 5.906-.844-.844 5.906-5.906-5.906-5.906.844-.844 5.906 5.906 5.906-5.906z" /> </symbol> <symbol id="icon-checkbox-off" viewBox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <path d="M0 0L24 0 24 24 0 24z"/> <path fill="currentColor" fill-rule="nonzero" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/> </g> </symbol> <symbol id="icon-checkbox-on" viewBox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <path d="M0 0L24 0 24 24 0 24z"/> <path fill="currentColor" fill-rule="nonzero" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/> </g> </symbol> <symbol id="icon-grid-view" viewBox="0 0 23 23"> <g fill-rule="evenodd"> <path fill="currentColor" d="M14.5 0h-6a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5M6.5 0h-6a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5M22.5 0h-6a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5M14.5 8h-6a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5M6.5 8h-6a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5M22.5 8h-6a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5M14.5 16h-6a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5M6.5 16h-6a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5M22.5 16h-6a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5" /> </g> </symbol> <symbol id="icon-list-view" viewBox="0 0 24 24"> <g fill-rule="evenodd"> <path fill="currentColor" d="M10.5 0H.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V.5a.5.5 0 0 0-.5-.5M10.5 13H.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5M12.5 2h11a.5.5 0 0 0 0-1h-11a.5.5 0 0 0 0 1M23.5 3h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1M23.5 5h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1M23.5 7h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1M23.5 9h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1M23.5 14h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1M23.5 16h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1M23.5 18h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1M23.5 20h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1M23.5 22h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1" /> </g> </symbol> <symbol id="icon-24-grid-view" viewBox="0 0 25 24"> <g fill="none" fill-rule="evenodd"> <path d="M0 0L24 0 24 24 0 24z" transform="translate(.5)"/> <path fill="currentColor" fill-rule="nonzero" d="M4 8h4V4H4v4zm0 6h4v-4H4v4zm6 0h4v-4h-4v4zm6 0h4v-4h-4v4zM4 20h4v-4H4v4zm6 0h4v-4h-4v4zm6 0h4v-4h-4v4zM10 8h4V4h-4v4zm6-4v4h4V4h-4z" transform="translate(.5)"/> </g> </symbol> <symbol id="icon-24-list-view" viewBox="0 0 24 24"> <defs> <filter id="prefix__1"> <feColorMatrix in="SourceGraphic" values="0 0 0 0 0.294118 0 0 0 0 0.270588 0 0 0 0 0.270588 0 0 0 1.000000 0"/> </filter> </defs> <g fill="none" fill-rule="evenodd" filter="url(#prefix__1)" transform="translate(-196)"> <g> <path d="M0 0L24 0 24 24 0 24z" transform="translate(196)"/> <path fill="#EE0120" fill-rule="nonzero" d="M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z" transform="translate(196)"/> </g> </g> </symbol> <symbol id="icon-24-close" viewBox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <circle cx="12" cy="12" r="12" fill="#FFF"/> <path fill="currentColor" fill-rule="nonzero" d="M16.793 7.207c.362.363.449.874.216 1.189l-.06.068-3.692 3.693 3.693 3.693c.303.304.233.866-.157 1.257-.363.363-.874.45-1.189.216l-.068-.059-3.693-3.693-3.693 3.693c-.304.304-.866.233-1.257-.157-.363-.363-.45-.874-.216-1.188l.059-.07 3.693-3.692-3.693-3.693c-.304-.303-.233-.866.157-1.257.363-.362.874-.449 1.188-.216l.07.06 3.692 3.692 3.693-3.693c.303-.303.866-.233 1.257.157z"/> </g> </symbol> <symbol id="icon-filter" viewBox="0 0 512 512"> <path fill="currentColor" d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"></path> </symbol> <symbol id="icon-caret-right" viewBox="0 0 5 9"> <path fill="currentColor" d="M1.014.188c-.232-.25-.608-.25-.84 0-.214.232-.23.597-.05.849l.05.06L3.319 4.5.174 7.903c-.214.231-.23.596-.05.848l.05.06c.214.232.551.25.784.054l.056-.053L5 4.5 1.014.188z"/> </symbol> <symbol id="icon-bookmark" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <g transform="translate(-836 -306) translate(100 170) translate(561 136)"> <g transform="translate(175)"> <circle cx="15" cy="15" r="14.5" stroke="currentColor"/> <g> <path d="M0 0L24 0 24 24 0 24z" transform="translate(3 3)"/> <path fill="currentColor" fill-rule="nonzero" d="M17 4H7c-1.1 0-2 .9-2 2v14l7-4 7 4V6c0-1.1-.9-2-2-2z" transform="translate(3 3)"/> </g> </g> </g> </g> </symbol> <symbol id="icon-favorite" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <g> <g> <g> <g transform="translate(-871 -306) translate(100 170) translate(561 136) translate(210)"> <circle cx="15" cy="15" r="14.5" stroke="currentColor"/> <path fill="currentColor" d="M15.568 21.836c-.11.11-.243.164-.401.164-.158 0-.292-.055-.401-.164l-5.688-5.487c-.06-.049-.144-.128-.25-.237-.107-.11-.275-.308-.506-.597-.231-.289-.438-.585-.62-.889-.182-.304-.345-.671-.488-1.103-.143-.431-.214-.85-.214-1.257 0-1.337.386-2.382 1.158-3.136C8.929 8.377 9.996 8 11.357 8c.377 0 .76.065 1.153.196.392.13.756.307 1.094.529.337.221.627.43.87.624s.474.401.693.62c.218-.219.45-.426.692-.62.243-.194.534-.403.87-.624.338-.222.703-.398 1.095-.529.391-.13.776-.196 1.153-.196 1.36 0 2.427.377 3.199 1.13.771.754 1.157 1.799 1.157 3.136 0 1.343-.695 2.71-2.087 4.101l-5.678 5.469z"/> </g> </g> </g> </g> </g> </symbol> <symbol id="icon-bookmark-active" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <g> <g> <g transform="translate(-836 -724) translate(100 588) translate(561 136)"> <g fill="currentColor"> <path d="M15 0c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15C0 6.716 6.716 0 15 0zm5 7H10c-1.1 0-2 .9-2 2v14l7-4 7 4V9c0-1.1-.9-2-2-2z" transform="translate(175)"/> </g> </g> </g> </g> </g> </symbol> <symbol id="icon-favorite-active" viewBox="0 0 30 30"> <g fill="none" fill-rule="evenodd"> <g fill="currentColor"> <g> <g> <g> <path d="M15 0c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15C0 6.716 6.716 0 15 0zm3.977 8c-.377 0-.762.065-1.153.196-.392.13-.757.307-1.094.529-.337.221-.628.43-.87.624-.244.194-.475.401-.693.62-.22-.219-.45-.426-.693-.62-.243-.194-.533-.403-.87-.624-.338-.222-.702-.398-1.094-.529-.392-.13-.776-.196-1.153-.196-1.361 0-2.428.377-3.2 1.13C7.387 9.884 7 10.93 7 12.266c0 .407.071.826.214 1.257.143.432.306.8.488 1.103.182.304.389.6.62.889.23.289.4.488.505.597.107.11.19.188.251.237l5.688 5.487c.109.11.243.164.4.164.159 0 .292-.055.402-.164l5.678-5.469c1.392-1.391 2.087-2.758 2.087-4.101 0-1.337-.386-2.382-1.157-3.136-.772-.753-1.838-1.13-3.2-1.13z" transform="translate(-871 -724) translate(100 588) translate(561 136) translate(210)"/> </g> </g> </g> </g> </g> </symbol> <symbol id="icon-checkmark" viewBox="0 0 12 9"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-921.000000, -735.000000)" fill="currentColor" fill-rule="nonzero"> <g transform="translate(100.000000, 588.000000)"> <g transform="translate(561.000000, 136.000000)"> <g transform="translate(245.000000, 0.000000)"> <path d="M24.4625,11.2925 L18.5825,17.1725 L16.7025,15.2925 C16.3125,14.9025 15.6825,14.9025 15.2925,15.2925 C14.9025,15.6825 14.9025,16.3125 15.2925,16.7025 L17.8825,19.2925 C18.2725,19.6825 18.9025,19.6825 19.2925,19.2925 L25.8825,12.7025 C26.2725,12.3125 26.2725,11.6825 25.8825,11.2925 C25.4925,10.9025 24.8525,10.9025 24.4625,11.2925 Z"></path> </g> </g> </g> </g> </g> </symbol> </svg> <ps-header class="Page-header" data-nav-alignment="left"data-sticky-header data-shrink-header="true" data-header-style="short"> <div class="Page-header-hamburger-menu"> <div class="Page-header-hamburger-menu-wrapper"> <div class="Page-header-hamburger-menu-content"> <ps-nav class="Navigation" data-allow-nav-overflow="false"> <ul class="Navigation-items"> <li class="Navigation-items-item"> <div class="NavigationItem"> <div class="NavigationItem-text NavigationItem-hover-container"> <div class="NavigationItem-text-link"> <span class="NavigationItem-text-link-label NavigationItem-hover-text">Products</span> <svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg> </div> <div class="NavigationItem-more"> <button aria-label="Open Sub Navigation"><svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg></button> </div> </div> <div class="NavigationItem-items-container" data-item-count="3" data-horizontal-nav="true" > <ul class="NavigationItem-items"> <li class="NavigationItem-items-item" ><div class="NavigationGroup" > <div class="NavigationGroup-title">PDF + ESIGN</div> <ul class="NavigationGroup-items"> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><div class="NavigationGroup" > <div class="NavigationGroup-title"><a href="https://www.gonitro.com/nitro-pro" class="NavigationGroup-titleLink NavigationItem-hover-text" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroProClicked" data-cms-ai="0" >Nitro Pro</a></div> <div class="NavigationGroup-description">All-in-one subscription to edit, convert, secure, fill &amp; sign PDFs. For individuals or small teams.<br></div> </div></li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><div class="NavigationGroup" > <div class="NavigationGroup-title"><a href="https://www.gonitro.com/nitro-pro/business" class="NavigationGroup-titleLink NavigationItem-hover-text" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroProBusinessClicked" data-cms-ai="0" >Nitro Pro Business</a></div> <div class="NavigationGroup-description">Nitro Pro, plus advanced features, security &amp; integrations. For larger teams and organizations.</div> </div></li> </ul> </div></li> <li class="NavigationItem-items-item" ><div class="NavigationGroup" > <div class="NavigationGroup-title">PDF</div> <ul class="NavigationGroup-items"> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><div class="NavigationGroup" > <div class="NavigationGroup-title"><a href="https://www.gonitro.com/pdf-pro" class="NavigationGroup-titleLink NavigationItem-hover-text" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroPDFProClicked" data-cms-ai="0" >Nitro PDF Pro</a></div> <div class="NavigationGroup-description">Desktop &amp; mobile PDF editor with advanced, user-friendly features. Try free for 14 days.<br><div class="flexy"><a class="Link " href="https://www.gonitro.com/pdf-pro" target="_blank" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroPDFProWindowsClicked" data-cms-ai="0">Windows</a> | <a class="Link " href="https://www.gonitro.com/pdf-pro/macos" target="_blank" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroPDFProMacClicked" data-cms-ai="0">macOS</a> | <a class="Link " href="https://www.gonitro.com/pdf-pro/ios" target="_blank" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroPDFProiOSClicked" data-cms-ai="0">iOS</a></div></div> </div></li> </ul> </div></li> <li class="NavigationItem-items-item" ><div class="NavigationGroup" > <div class="NavigationGroup-title">eSign</div> <ul class="NavigationGroup-items"> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><div class="NavigationGroup" > <div class="NavigationGroup-title"><a href="https://www.gonitro.com/sign/premium" class="NavigationGroup-titleLink NavigationItem-hover-text" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroSignPremiumClicked" data-cms-ai="0" >Nitro Sign Premium</a></div> <div class="NavigationGroup-description">High-trust eSign with certificates &amp; ID verification for regulatory requirements such as eIDAS.</div> </div></li> </ul> </div></li> </ul> </div> </div> </li> <li class="Navigation-items-item"> <div class="NavigationItem"> <div class="NavigationItem-text NavigationItem-hover-container"> <div class="NavigationItem-text-link"> <span class="NavigationItem-text-link-label NavigationItem-hover-text">Solutions</span> <svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg> </div> <div class="NavigationItem-more"> <button aria-label="Open Sub Navigation"><svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg></button> </div> </div> <div class="NavigationItem-items-container" data-small-dropdown="true" data-item-count="1" data-horizontal-nav="true" > <ul class="NavigationItem-items"> <li class="NavigationItem-items-item" ><div class="NavigationGroup" > <div class="NavigationGroup-title"></div> <ul class="NavigationGroup-items"> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/real-estate" data-analytics-context="PageNavigationHeader" data-analytics-event="RealEstateClicked" data-cms-ai="0" > <span class="NavigationLink-title">Real Estate</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/healthcare" data-analytics-context="PageNavigationHeader" data-analytics-event="HealthcareClicked" data-cms-ai="0" > <span class="NavigationLink-title">Healthcare</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/manufacturing" data-analytics-context="PageNavigationHeader" data-analytics-event="ManufacturingClicked" data-cms-ai="0" > <span class="NavigationLink-title">Manufacturing</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/energy-utilities" data-analytics-context="PageNavigationHeader" data-analytics-event="EnergyClicked" data-cms-ai="0" > <span class="NavigationLink-title">Energy</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/financial-services" data-analytics-context="PageNavigationHeader" data-analytics-event="FinancialServicesClicked" data-cms-ai="0" > <span class="NavigationLink-title">Financial Services</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/professional-services" data-analytics-context="PageNavigationHeader" data-analytics-event="ProfessionalServicesClicked" data-cms-ai="0" > <span class="NavigationLink-title">Professional Services</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/education" data-analytics-context="PageNavigationHeader" data-analytics-event="EducationClicked" data-cms-ai="0" > <span class="NavigationLink-title">Education</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/insurance" data-analytics-context="PageNavigationHeader" data-analytics-event="InsuranceClicked" data-cms-ai="0" > <span class="NavigationLink-title">Insurance</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/sustainability-itam" data-cms-ai="0" > <span class="NavigationLink-title">IT Asset Management</span> </a> </li> </ul> </div></li> </ul> </div> </div> </li> <li class="Navigation-items-item"> <div class="NavigationItem"> <div class="NavigationItem-text NavigationItem-hover-container"> <div class="NavigationItem-text-link"> <span class="NavigationItem-text-link-label NavigationItem-hover-text">Resources</span> <svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg> </div> <div class="NavigationItem-more"> <button aria-label="Open Sub Navigation"><svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg></button> </div> </div> <div class="NavigationItem-items-container" data-small-dropdown="true" data-item-count="1" data-horizontal-nav="true" > <ul class="NavigationItem-items"> <li class="NavigationItem-items-item" ><div class="NavigationGroup" > <div class="NavigationGroup-title"></div> <ul class="NavigationGroup-items"> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/blog" data-analytics-context="PageNavigationHeader" data-analytics-event="BlogClicked" data-cms-ai="0" > <span class="NavigationLink-title">Blog</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/resources" data-analytics-context="PageNavigationHeader" data-analytics-event="ResourceHubClicked" data-cms-ai="0" > <span class="NavigationLink-title">Resource Hub</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/customers" data-analytics-context="PageNavigationHeader" data-analytics-event="SuccessStoriesClicked" data-cms-ai="0" > <span class="NavigationLink-title">Success Stories</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/trust-center" data-analytics-context="PageNavigationHeader" data-analytics-event="TrustCenterClicked" data-cms-ai="0" > <span class="NavigationLink-title">Trust Center</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/support" data-analytics-context="PageNavigationHeader" data-analytics-event="SupportCenterClicked" data-cms-ai="0" > <span class="NavigationLink-title">Support Center</span> </a> </li> </ul> </div></li> </ul> </div> </div> </li> <li class="Navigation-items-item"> <div class="NavigationItem"> <div class="NavigationItem-text NavigationItem-hover-container"> <a class="NavigationItem-text-link" href="https://www.gonitro.com/pricing" data-analytics-context="PageNavigationHeader" data-analytics-event="PlansAndPricingClicked" data-cms-ai="0" > <span class="NavigationItem-text-link-label NavigationItem-hover-text">Plans &amp; Pricing</span> </a> </div> </div> </li> <li class="Navigation-items-item" data-has-button> <div class="NavigationItem" data-button="true" data-button-style="orange-link"> <div class="NavigationItem-text NavigationItem-hover-container"> <a class="NavigationItem-button orange-link" href="https://sso.gonitro.com/signup" data-analytics-context="PageNavigationHeader" data-analytics-event="TryForFreeClicked" data-cms-ai="0" > <span class="NavigationItem-button-label NavigationItem-hover-text">Try for Free</span> </a> </div> </div> </li> <li class="Navigation-items-item" data-has-button> <ul class="NavigationTopHeader-links NavigationTopHeader-links-mobile"> <li class="AnchorLink"> <a href="https://www.gonitro.com/about/our-story" data-analytics-context="PageNavigationHeader" data-analytics-event="AboutNitroClicked" data-cms-ai="0" > <span class="AnchorLink-text"> About Nitro </span> </a> </li> <li class="AnchorLink"> <a href="https://www.gonitro.com/partners" data-analytics-context="PageNavigationHeader" data-analytics-event="PartnersClicked" data-cms-ai="0" > <span class="AnchorLink-text"> Partners </span> </a> </li> <li class="AnchorLink"> <a href="https://www.gonitro.com/support" data-analytics-context="PageNavigationHeader" data-analytics-event="SupportClicked" data-cms-ai="0" > <span class="AnchorLink-text"> Support </span> </a> </li> <li class="AnchorLink left-proximity"> <a href="https://sso.gonitro.com/login?_gl=1*ol8da3*_ga*MTUzOTAwMTA4OC4xNTk5NzU2MDYx*_ga_DRS8Y98ZXE*MTYyNjczNDUxNi43Mi4wLjE2MjY3MzQ1MTYuMA..&amp;_ga=2.69417813.439764745.1626734517-1539001088.1599756061" target="New Window/Tab" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroLoginClicked" data-cms-ai="0" > <span class="AnchorLink-icon"><span class="fa fa-user" aria-hidden="true"></span></span> <span class="AnchorLink-text"> Login </span> </a> </li> <li> <ps-language-picker class="LanguagePicker"> <div class="LanguagePicker-menu-button"> <div class="LanguagePicker-icon"> <svg class="language-picker-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5l0 39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9l0 39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7l0-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1L257 256c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"/></svg> </div> <div class="LanguagePicker-label" data-language-label> </div> </div> <div class="LanguagePicker-dropdown" data-show-language-picker="false"> <div class="lp-close-panel-row"> <span class="fa fa-close"></span> </div> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="en" data-cms-ai="0"> English </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="de" data-cms-ai="0"> Deutsch </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="es" data-cms-ai="0"> Español </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="fr" data-cms-ai="0"> Français </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="it" data-cms-ai="0"> Italiano </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="nl" data-cms-ai="0"> Nederlands </a> </ps-language-picker-item> </div> </ps-language-picker> </li> </ul> <div class="NavigationItem" data-button="true" data-button-style="primary"> <div class="NavigationItem-text NavigationItem-hover-container"> <a class="NavigationItem-button primary" href="https://www.gonitro.com/pricing" data-has-alternate-text="true" data-analytics-context="PageNavigationHeader" data-analytics-event="BuyNowClicked" data-cms-ai="0" > <span class="NavigationItem-alternate-button-label">Buy Now</span> <span class="NavigationItem-button-label NavigationItem-hover-text">Buy Now</span> </a> </div> </div> </li> <li class="Navigation-items-item" data-overflow-trigger> <div class="NavigationItem"> <div class="NavigationItem-text NavigationItem-hover-container"> <div class="NavigationItem-text-link"> <span class="NavigationItem-text-link-label NavigationItem-hover-text">More</span> <svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg> </div> </div> </div> </li> </ul> </ps-nav> </div> </div> </div> <div class="NavigationTopHeader"> <div class="NavigationTopHeader-container"> <div> <span class="NavigationTopHeader-highlightText">Cyber Early Bird Sale</span> <span class="NavigationTopHeader-promotionalText">Save 25% off Nitro Pro. Offer ends Nov 27. <a class="orange-link" href="https://store.gonitro.com/304/purl-nitroweb?x-source=NitroSitePromo&amp;coupon=cyberweekpresale" target="_blank" data-cms-ai="0" >Subscribe</a></span> </div> <ul class="NavigationTopHeader-links"> <li class="AnchorLink"> <a href="https://www.gonitro.com/about/our-story" data-analytics-context="PageNavigationHeader" data-analytics-event="AboutNitroClicked" data-cms-ai="0" > <span class="AnchorLink-text"> About Nitro </span> </a> </li> <li class="AnchorLink"> <a href="https://www.gonitro.com/partners" data-analytics-context="PageNavigationHeader" data-analytics-event="PartnersClicked" data-cms-ai="0" > <span class="AnchorLink-text"> Partners </span> </a> </li> <li class="AnchorLink"> <a href="https://www.gonitro.com/support" data-analytics-context="PageNavigationHeader" data-analytics-event="SupportClicked" data-cms-ai="0" > <span class="AnchorLink-text"> Support </span> </a> </li> <li class="AnchorLink left-proximity"> <a href="https://sso.gonitro.com/login?_gl=1*ol8da3*_ga*MTUzOTAwMTA4OC4xNTk5NzU2MDYx*_ga_DRS8Y98ZXE*MTYyNjczNDUxNi43Mi4wLjE2MjY3MzQ1MTYuMA..&amp;_ga=2.69417813.439764745.1626734517-1539001088.1599756061" target="New Window/Tab" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroLoginClicked" data-cms-ai="0" > <span class="AnchorLink-icon"><span class="fa fa-user" aria-hidden="true"></span></span> <span class="AnchorLink-text"> Login </span> </a> </li> <li> <ps-language-picker class="LanguagePicker"> <div class="LanguagePicker-menu-button"> <div class="LanguagePicker-icon"> <svg class="language-picker-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5l0 39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9l0 39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7l0-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1L257 256c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"/></svg> </div> <div class="LanguagePicker-label" data-language-label> </div> </div> <div class="LanguagePicker-dropdown" data-show-language-picker="false"> <div class="lp-close-panel-row"> <span class="fa fa-close"></span> </div> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="en" data-cms-ai="0"> English </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="de" data-cms-ai="0"> Deutsch </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="es" data-cms-ai="0"> Español </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="fr" data-cms-ai="0"> Français </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="it" data-cms-ai="0"> Italiano </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="nl" data-cms-ai="0"> Nederlands </a> </ps-language-picker-item> </div> </ps-language-picker> </li> </ul> </div> </div> <div class="Page-header-bar"> <div class="Page-header-bar-logo"><a aria-label="home page" href="/" data-cms-ai="0" > <img class="PageLogo-image" src="https://resources.gonitro.com/42/b5/7da352184238bf1ee7ecd71829bb/nitro-logo.svg" alt="nitro-logo.svg"/> </a> </div> <button class="Page-header-menu-trigger" aria-expanded="false" tabindex="1"> <svg class="burger-menu"><use xlink:href="#burger-menu"></use></svg><svg class="close-x"><use xlink:href="#close-x"></use></svg> <span class="label">Menu</span> </button> <div class="Page-header-navigation"> <ps-nav class="Navigation" data-allow-nav-overflow="false"> <ul class="Navigation-items"> <li class="Navigation-items-item"> <div class="NavigationItem"> <div class="NavigationItem-text NavigationItem-hover-container"> <div class="NavigationItem-text-link"> <span class="NavigationItem-text-link-label NavigationItem-hover-text">Products</span> <svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg> </div> <div class="NavigationItem-more"> <button aria-label="Open Sub Navigation"><svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg></button> </div> </div> <div class="NavigationItem-items-container" data-item-count="3" data-horizontal-nav="true" > <ul class="NavigationItem-items"> <li class="NavigationItem-items-item" ><div class="NavigationGroup" > <div class="NavigationGroup-title">PDF + ESIGN</div> <ul class="NavigationGroup-items"> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><div class="NavigationGroup" > <div class="NavigationGroup-title"><a href="https://www.gonitro.com/nitro-pro" class="NavigationGroup-titleLink NavigationItem-hover-text" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroProClicked" data-cms-ai="0" >Nitro Pro</a></div> <div class="NavigationGroup-description">All-in-one subscription to edit, convert, secure, fill &amp; sign PDFs. For individuals or small teams.<br></div> </div></li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><div class="NavigationGroup" > <div class="NavigationGroup-title"><a href="https://www.gonitro.com/nitro-pro/business" class="NavigationGroup-titleLink NavigationItem-hover-text" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroProBusinessClicked" data-cms-ai="0" >Nitro Pro Business</a></div> <div class="NavigationGroup-description">Nitro Pro, plus advanced features, security &amp; integrations. For larger teams and organizations.</div> </div></li> </ul> </div></li> <li class="NavigationItem-items-item" ><div class="NavigationGroup" > <div class="NavigationGroup-title">PDF</div> <ul class="NavigationGroup-items"> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><div class="NavigationGroup" > <div class="NavigationGroup-title"><a href="https://www.gonitro.com/pdf-pro" class="NavigationGroup-titleLink NavigationItem-hover-text" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroPDFProClicked" data-cms-ai="0" >Nitro PDF Pro</a></div> <div class="NavigationGroup-description">Desktop &amp; mobile PDF editor with advanced, user-friendly features. Try free for 14 days.<br><div class="flexy"><a class="Link " href="https://www.gonitro.com/pdf-pro" target="_blank" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroPDFProWindowsClicked" data-cms-ai="0">Windows</a> | <a class="Link " href="https://www.gonitro.com/pdf-pro/macos" target="_blank" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroPDFProMacClicked" data-cms-ai="0">macOS</a> | <a class="Link " href="https://www.gonitro.com/pdf-pro/ios" target="_blank" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroPDFProiOSClicked" data-cms-ai="0">iOS</a></div></div> </div></li> </ul> </div></li> <li class="NavigationItem-items-item" ><div class="NavigationGroup" > <div class="NavigationGroup-title">eSign</div> <ul class="NavigationGroup-items"> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><div class="NavigationGroup" > <div class="NavigationGroup-title"><a href="https://www.gonitro.com/sign/premium" class="NavigationGroup-titleLink NavigationItem-hover-text" data-analytics-context="PageNavigationHeader" data-analytics-event="NitroSignPremiumClicked" data-cms-ai="0" >Nitro Sign Premium</a></div> <div class="NavigationGroup-description">High-trust eSign with certificates &amp; ID verification for regulatory requirements such as eIDAS.</div> </div></li> </ul> </div></li> </ul> </div> </div> </li> <li class="Navigation-items-item"> <div class="NavigationItem"> <div class="NavigationItem-text NavigationItem-hover-container"> <div class="NavigationItem-text-link"> <span class="NavigationItem-text-link-label NavigationItem-hover-text">Solutions</span> <svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg> </div> <div class="NavigationItem-more"> <button aria-label="Open Sub Navigation"><svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg></button> </div> </div> <div class="NavigationItem-items-container" data-small-dropdown="true" data-item-count="1" data-horizontal-nav="true" > <ul class="NavigationItem-items"> <li class="NavigationItem-items-item" ><div class="NavigationGroup" > <div class="NavigationGroup-title"></div> <ul class="NavigationGroup-items"> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/real-estate" data-analytics-context="PageNavigationHeader" data-analytics-event="RealEstateClicked" data-cms-ai="0" > <span class="NavigationLink-title">Real Estate</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/healthcare" data-analytics-context="PageNavigationHeader" data-analytics-event="HealthcareClicked" data-cms-ai="0" > <span class="NavigationLink-title">Healthcare</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/manufacturing" data-analytics-context="PageNavigationHeader" data-analytics-event="ManufacturingClicked" data-cms-ai="0" > <span class="NavigationLink-title">Manufacturing</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/energy-utilities" data-analytics-context="PageNavigationHeader" data-analytics-event="EnergyClicked" data-cms-ai="0" > <span class="NavigationLink-title">Energy</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/financial-services" data-analytics-context="PageNavigationHeader" data-analytics-event="FinancialServicesClicked" data-cms-ai="0" > <span class="NavigationLink-title">Financial Services</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/professional-services" data-analytics-context="PageNavigationHeader" data-analytics-event="ProfessionalServicesClicked" data-cms-ai="0" > <span class="NavigationLink-title">Professional Services</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/education" data-analytics-context="PageNavigationHeader" data-analytics-event="EducationClicked" data-cms-ai="0" > <span class="NavigationLink-title">Education</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/industry/insurance" data-analytics-context="PageNavigationHeader" data-analytics-event="InsuranceClicked" data-cms-ai="0" > <span class="NavigationLink-title">Insurance</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/sustainability-itam" data-cms-ai="0" > <span class="NavigationLink-title">IT Asset Management</span> </a> </li> </ul> </div></li> </ul> </div> </div> </li> <li class="Navigation-items-item"> <div class="NavigationItem"> <div class="NavigationItem-text NavigationItem-hover-container"> <div class="NavigationItem-text-link"> <span class="NavigationItem-text-link-label NavigationItem-hover-text">Resources</span> <svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg> </div> <div class="NavigationItem-more"> <button aria-label="Open Sub Navigation"><svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg></button> </div> </div> <div class="NavigationItem-items-container" data-small-dropdown="true" data-item-count="1" data-horizontal-nav="true" > <ul class="NavigationItem-items"> <li class="NavigationItem-items-item" ><div class="NavigationGroup" > <div class="NavigationGroup-title"></div> <ul class="NavigationGroup-items"> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/blog" data-analytics-context="PageNavigationHeader" data-analytics-event="BlogClicked" data-cms-ai="0" > <span class="NavigationLink-title">Blog</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/resources" data-analytics-context="PageNavigationHeader" data-analytics-event="ResourceHubClicked" data-cms-ai="0" > <span class="NavigationLink-title">Resource Hub</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/customers" data-analytics-context="PageNavigationHeader" data-analytics-event="SuccessStoriesClicked" data-cms-ai="0" > <span class="NavigationLink-title">Success Stories</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/trust-center" data-analytics-context="PageNavigationHeader" data-analytics-event="TrustCenterClicked" data-cms-ai="0" > <span class="NavigationLink-title">Trust Center</span> </a> </li> <li class="NavigationGroup-items-item NavigationItem-hover-container" ><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/support" data-analytics-context="PageNavigationHeader" data-analytics-event="SupportCenterClicked" data-cms-ai="0" > <span class="NavigationLink-title">Support Center</span> </a> </li> </ul> </div></li> </ul> </div> </div> </li> <li class="Navigation-items-item"> <div class="NavigationItem"> <div class="NavigationItem-text NavigationItem-hover-container"> <a class="NavigationItem-text-link" href="https://www.gonitro.com/pricing" data-analytics-context="PageNavigationHeader" data-analytics-event="PlansAndPricingClicked" data-cms-ai="0" > <span class="NavigationItem-text-link-label NavigationItem-hover-text">Plans &amp; Pricing</span> </a> </div> </div> </li> <li class="Navigation-items-item" data-has-button> <div class="NavigationItem" data-button="true" data-button-style="orange-link"> <div class="NavigationItem-text NavigationItem-hover-container"> <a class="NavigationItem-button orange-link" href="https://sso.gonitro.com/signup" data-analytics-context="PageNavigationHeader" data-analytics-event="TryForFreeClicked" data-cms-ai="0" > <span class="NavigationItem-button-label NavigationItem-hover-text">Try for Free</span> </a> </div> </div> </li> <li class="Navigation-items-item" data-has-button> <div class="NavigationItem" data-button="true" data-button-style="primary"> <div class="NavigationItem-text NavigationItem-hover-container"> <a class="NavigationItem-button primary" href="https://www.gonitro.com/pricing" data-has-alternate-text="true" data-analytics-context="PageNavigationHeader" data-analytics-event="BuyNowClicked" data-cms-ai="0" > <span class="NavigationItem-alternate-button-label">Buy Now</span> <span class="NavigationItem-button-label NavigationItem-hover-text">Buy Now</span> </a> </div> </div> </li> <li class="Navigation-items-item" data-overflow-trigger> <div class="NavigationItem"> <div class="NavigationItem-text NavigationItem-hover-container"> <div class="NavigationItem-text-link"> <span class="NavigationItem-text-link-label NavigationItem-hover-text">More</span> <svg class="icon-arrow-forward"><use xlink:href="#icon-arrow-forward"></use></svg> </div> </div> </div> </li> </ul> </ps-nav> </div> <div class="Page-header-end"> </div> </div> </ps-header> <main class="Page-main"> <div class="Page-content" data-modulewell><div class="PromoLeadE" data-has-background data-has-bg-image data-align="left"style=" --moduleBgImage: url('https://resources.gonitro.com/dims4/default/3e5c819/2147483647/strip/true/crop/1920x722+0+0/resize/1920x722!/quality/90/?url=http%3A%2F%2Fnitro-brightspot.s3.us-west-2.amazonaws.com%2Ff3%2F51%2F59b9d47d414684b5bf6ddc442601%2Fbkg-homepage-header.png'); --moduleBgOpacity: 1;--boxBgOpacity: NaN;--textAlignment: left;" data-module> <div class="PromoLeadE-container"> <div class="PromoLeadE-content" data-content-width="" data-text-alignment="left"> <div class="PromoLeadE-title"> Terms &amp; Policies </div> </div> </div> </div><div class="Container"data-module > <div class="Container-rows"> <div class="Container-row"> <div class="TwoColumnContainer3070"> <div class="TwoColumnContainer3070-column" data-modulewell="standard"> <div class="AccordionNavigationWrapper"> <ps-accordion-navigation class="AccordionNavigation" id="accordion-D0ZP2tl"> <ul class="AccordionNavigation-items"> <li class="AccordionNavigation-items-item" id="accordion-section-"> <div class="AccordionNavigationItem"> <button id="accordion-title-" class="AccordionNavigationItem-title accordion-title" aria-expanded="false" aria-controls="accordion-content-"> <span class="AccordionNavigationItem-title-label">Nitro Pro</span> </button> <ul id="accordion-content-" class="AccordionNavigationItem-items accordion-content hide" aria-labelledby="accordion-title-"> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/trust-center/legal/nitro-pro/terms-of-service/overview" data-cms-ai="0" > <span class="NavigationLink-title">Terms of Service</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/legal/nitro-pro/product-specific-terms/overview" data-cms-ai="0" > <span class="NavigationLink-title">Product Specific Terms</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/legal/nitro-pro/service-level-agreement/overview" data-cms-ai="0" > <span class="NavigationLink-title">Service Level Agreement</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/legal/nitro-pro/data-processing-addendum/overview" data-cms-ai="0" > <span class="NavigationLink-title">Data Processing Addendum</span> </a> </li> </ul> </div> </li> <li class="AccordionNavigation-items-item" id="accordion-section-"> <div class="AccordionNavigationItem"> <button id="accordion-title-" class="AccordionNavigationItem-title accordion-title" aria-expanded="false" aria-controls="accordion-content-"> <span class="AccordionNavigationItem-title-label">Nitro Sign Premium and Identity Hub</span> </button> <ul id="accordion-content-" class="AccordionNavigationItem-items accordion-content hide" aria-labelledby="accordion-title-"> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/legal/nitro-sign-premium/terms-of-service" data-cms-ai="0" > <span class="NavigationLink-title">Terms of Service</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/trust-center/legal/nitro-sign-premium/product-specific-terms/overview" data-cms-ai="0" > <span class="NavigationLink-title">Product Specific Terms</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/trust-center/legal/nitro-sign-premium/service-level-agreement/overview" data-cms-ai="0" > <span class="NavigationLink-title">Service Level Agreement</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/trust-center/legal/nitro-sign-premium/data-processing-addendum/overview" data-cms-ai="0" > <span class="NavigationLink-title">Data Processing Addendum</span> </a> </li> </ul> </div> </li> <li class="AccordionNavigation-items-item" id="accordion-section-"> <div class="AccordionNavigationItem"> <button id="accordion-title-" class="AccordionNavigationItem-title accordion-title" aria-expanded="false" aria-controls="accordion-content-"> <span class="AccordionNavigationItem-title-label">Policies</span> </button> <ul id="accordion-content-" class="AccordionNavigationItem-items accordion-content hide" aria-labelledby="accordion-title-"> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/legal/refund-policy" data-cms-ai="0" > <span class="NavigationLink-title">Refund Policy</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/legal/sunset-policy" data-cms-ai="0" > <span class="NavigationLink-title">Sunset Policy</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/privacy-policy" data-cms-ai="0" > <span class="NavigationLink-title">Privacy Policy</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/cookie-policy" data-cms-ai="0" > <span class="NavigationLink-title">Cookie Policy</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/copyright-policy" data-cms-ai="0" > <span class="NavigationLink-title">Copyright Policy</span> </a> </li> </ul> </div> </li> <li class="AccordionNavigation-items-item" id="accordion-section-"> <div class="AccordionNavigationItem"> <button id="accordion-title-" class="AccordionNavigationItem-title accordion-title" aria-expanded="false" aria-controls="accordion-content-"> <span class="AccordionNavigationItem-title-label">ESG Policies</span> </button> <ul id="accordion-content-" class="AccordionNavigationItem-items accordion-content hide" aria-labelledby="accordion-title-"> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/legal/esg/anti-bribery-and-corruption" data-cms-ai="0" > <span class="NavigationLink-title">Anti-Bribery and Corruption Policy</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/legal/esg/code-of-conduct" data-cms-ai="0" > <span class="NavigationLink-title">Code of Conduct</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/legal/esg/environmental-management-policy" data-cms-ai="0" > <span class="NavigationLink-title">Environmental Management Policy</span> </a> </li> <li class="AccordionNavigationItem-item-label"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/legal/esg/human-rights-policy" data-cms-ai="0" > <span class="NavigationLink-title">Human Rights Policy</span> </a> </li> </ul> </div> </li> </ul> </ps-accordion-navigation> </div> </div> <div class="TwoColumnContainer3070-column" data-modulewell="standard"> <div class="RichTextModule" data-module > <div class="RichTextModule-items RichTextBody"><div class="Enhancement" data-align-center > <div class="Enhancement-item"><h2 >Cookie Policy</h2></div> </div><p></p><p>EFFECTIVE: NOVEMBER 4TH, 2022</p><p></p><p>Cookie Policy defines what cookies are for Nitro and how they are used on our website(s). Nitro’s website(s) uses cookies and similar technologies for operation.</p><p></p><p></p><p><b>What are cookies?</b></p><p></p><p>Cookies are small data files stored on the hard drive of your computer or mobile device by our website. By using such cookies we understand for example how often and in which way our website is visited. They also make certain features of our website function properly. For more specific information on what cookies are and how they work, please refer to <a class="Link " href="https://www.allaboutcookies.org" target="_blank" data-cms-ai="0" >www.allaboutcookies.org</a></p><p></p><p>We use two broad categories of cookies: (1) first party cookies, served directly by us to your computer or mobile device, which are used only by us to recognize your computer or mobile device when it revisits our Services; and (2) third party cookies, which are served by service providers on our Services, and can be used by such service providers to recognize your computer or mobile device when it visits other websites.</p><p></p><p></p><p><b>How to manage cookies?</b></p><p></p><p>Nitro requests you – when visiting our website – consent to which cookies we can use. Your specific consent will be saved when you submit your preferences via the cookie banner popping-up on your screen and when confirming the setting via the button ‘Cookie Settings‘. In case you agree to all cookies, please select ‘Accept all cookies‘.</p><p></p><p>You are entirely free to choose which category of cookies we can place. Your choice will have no impact on the access to our website, but might impact the way our website functions or is presented to you. As necessary cookies are essential for our website to function properly, this specific category of cookies is the only category of cookies you cannot decline. All other types of cookies will only be used if you have given us your specific consent.</p><p></p><p>If you want to adjust your preferences related to the cookies being used, you can configure your browser settings. For the most commonly-used browsers, we refer to the links below on how to assist with your browser configuration. Editing your cookie preferences for our specific website is possible via this link.</p><p>Editing your cookie preferences for our specific site is possible via the COOKIE SETTINGS button below.</p><p></p><p>If you use multiple devices (e.g. computer, smartphone and/or tablet) to visit our website, please note you will have to configure your cookie preferences on each device separately. In case your device is used by multiple individuals, please take into account someone else might have changed the cookie settings you prefer. By using your (personal) user or browsing profile, including your personal cookie preferences, you can limit this risk.</p><p></p><p></p><p><b>What cookies are used for what purpose?</b></p><p></p><p></p><p>Our Services uses the following types of cookies for the purposes set out below:</p><p></p><p></p><p></p><table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100.0%;background:white;border-collapse:collapse;mso-yfti-tbllook: 1184"><tbody><tr><td colspan="1" rowspan="1" width="20%" style="width:20.0%;background:white;mso-background-themecolor: background1;padding:9.0pt 9.0pt 9.0pt 9.0pt;height:36.0pt"><p></p><p><b>Type of cookie</b><br></p></td><td colspan="1" rowspan="1"><b>Purpose</b></td></tr><tr style="mso-yfti-irow:1"><td colspan="1" rowspan="1" style="background:#F2F2F2;mso-background-themecolor:background1; mso-background-themeshade:242;padding:9.0pt 9.0pt 9.0pt 9.0pt"><p></p><p>Essential Cookies<br></p></td><td colspan="1" rowspan="1" style="border:none;border-left:solid #E6E6E6 1.0pt;mso-border-left-alt: solid #E6E6E6 .75pt;background:#F2F2F2;mso-background-themecolor:background1; mso-background-themeshade:242;padding:9.0pt 9.0pt 9.0pt 9.0pt"><p></p><p>These cookies are essential to provide you with services available through our Services and to enable you to use some of its features. For example, they allow you to log in to secure areas of our Services and help the content of the pages you request load quickly. Without these cookies, the services that you have asked for cannot be provided, and we only use these cookies to provide you with those services.<br></p></td></tr><tr style="mso-yfti-irow:2"><td colspan="1" rowspan="1" style="background:white;mso-background-themecolor:background1;padding: 9.0pt 9.0pt 9.0pt 9.0pt"><p></p><p>Functionality Cookies<br></p></td><td colspan="1" rowspan="1" style="border:none;border-left:solid #E6E6E6 1.0pt;mso-border-left-alt: solid #E6E6E6 .75pt;background:white;mso-background-themecolor:background1; padding:9.0pt 9.0pt 9.0pt 9.0pt"><p></p><p>These cookies allow our Services to remember choices you make when you use our Services, such as remembering your language preferences, remembering your login details and remembering the changes you make to other parts of our Services which you can customize. The purpose of these cookies is to provide you with a more personal experience and to avoid you having to re-enter your preferences every time you visit our Services.<br></p></td></tr><tr style="mso-yfti-irow:3"><td colspan="1" rowspan="1" style="background:#F2F2F2;mso-background-themecolor:background1; mso-background-themeshade:242;padding:9.0pt 9.0pt 9.0pt 9.0pt"><p></p><p>Analytics and Performance Cookies<br></p></td><td colspan="1" rowspan="1" style="border:none;border-left:solid #E6E6E6 1.0pt;mso-border-left-alt: solid #E6E6E6 .75pt;background:#F2F2F2;mso-background-themecolor:background1; mso-background-themeshade:242;padding:9.0pt 9.0pt 9.0pt 9.0pt"><p></p><p>These cookies are used to collect information about traffic to our Services and how users use our Services. The information gathered does not identify any individual visitor. The information is aggregated and therefore anonymous. It includes the number of visitors to our Services, the websites that referred them to our Services, the pages that they visited on our Services, what time of day they visited our Services, whether they have visited our Services before, and other similar information. We use this information to help operate our Services more efficiently, to gather broad demographic information and to monitor the level of activity on our Services.</p><p></p><p></p><p></p><p></p><p></p><p>We use Google Analytics for this purpose. Google Analytics uses its own cookies. It is only used to improve how our Services works. You can find out more information about Google Analytics cookies here:</p><p></p><p></p><p></p><p></p><p></p><p><a class="Link " href="https://developers.google.com/analytics/resources/concepts/gaConceptsCookies" target="_blank" data-cms-ai="0" >https://developers.google.com/analytics/resources/concepts/gaConceptsCookies</a>.</p><p></p><p></p><p></p><p></p><p></p><p>You can find out more about how Google protects your data here</p><p></p><p></p><p><a class="Link " href="https://www.google.com/analytics/learn/privacy.html" target="_blank" data-cms-ai="0" >www.google.com/analytics/learn/privacy.html</a>.</p><p></p><p></p><p></p><p></p><p></p><p>You can prevent the use of Google Analytics relating to your use of our Services by downloading and installing the browser plugin available via this link:</p><p></p><p></p><p></p><p></p><p></p><p><a class="Link " href="https://tools.google.com/dlpage/gaoptout?hl=en-GB" target="_blank" data-cms-ai="0" >http://tools.google.com/dlpage/gaoptout?hl=en-GB</a><br></p></td></tr><tr style="mso-yfti-irow:4"><td colspan="1" rowspan="1" style="background:white;mso-background-themecolor:background1;padding: 9.0pt 9.0pt 9.0pt 9.0pt"><p></p><p>Targeted and advertising cookies<br></p></td><td colspan="1" rowspan="1" style="border:none;border-left:solid #E6E6E6 1.0pt;mso-border-left-alt: solid #E6E6E6 .75pt;background:white;mso-background-themecolor:background1; padding:9.0pt 9.0pt 9.0pt 9.0pt"><p></p><p>These cookies track your browsing habits to enable us to show advertising which is more likely to be of interest to you. These cookies use information about your browsing history to group you with other users who have similar interests. Based on that information, and with our permission, third party advertisers can place cookies to enable them to show adverts which we think will be relevant to your interests while you are on third party websites.</p><p></p><p></p><p></p><p></p><p></p><p>You can disable cookies which remember your browsing habits and target advertising at you by visiting&nbsp;<a class="Link " href="http://www.youronlinechoices.com/" target="_blank" data-cms-ai="0" >http://www.youronlinechoices.com/</a>. If you choose to remove targeted or advertising cookies, you will still see adverts, but they may not be relevant to you. Even if you do choose to remove cookies by the companies listed at the above link, not all companies that serve online behavioral advertising are included in this list, and so you may still receive some cookies and tailored adverts from companies that are not listed.<br></p></td></tr><tr style="mso-yfti-irow:5;mso-yfti-lastrow:yes"><td colspan="1" rowspan="1" style="background:#F2F2F2;mso-background-themecolor:background1; mso-background-themeshade:242;padding:9.0pt 9.0pt 9.0pt 9.0pt"><p></p><p>Social Media Cookies<br></p></td><td colspan="1" rowspan="1" style="border:none;border-left:solid #E6E6E6 1.0pt;mso-border-left-alt: solid #E6E6E6 .75pt;background:#F2F2F2;mso-background-themecolor:background1; mso-background-themeshade:242;padding:9.0pt 9.0pt 9.0pt 9.0pt"><p></p><p>These cookies are used when you share information using a social media sharing button or “like” button on our Services or you link your account or engage with our content on or through a social networking website such as Facebook, Twitter or LinkedIn. The social network will record that you have done this.<br></p></td></tr></tbody></table><p></p><p>"Do not track" (DNT) signals from the phones or browsers supporting such functionality are controlled though the cookie banner.</p><p></p><p></p><p></p><p><b>How long cookies are being stored?</b></p><p></p><p>We may use both session cookies (which expire once you close your web browser) and persistent cookies (which stay on your computer or mobile device until you delete them) to provide you with a more personal and interactive experience on our Services.</p><p></p><p></p><p><b>What are similar technologies we are referring to</b></p><p></p><p><span class="Link ">Pixel Tags</span></p><p></p><p>We may also use pixel tags (which are also known as web beacons and clear GIFs) on our Services to track the actions of users on our Services. Unlike cookies, which are stored on the hard drive of your computer or mobile device by a website, pixel tags are embedded invisibly on webpages. Pixel tags measure the success of our marketing campaigns and compile statistics about usage of the Services, so that we can manage our content more effectively. The information we collect using pixel tags is not linked to our users’ personal data.</p><p></p><p></p><p><b>Can other websites still show me advertising related to Nitro when I haven’t given consent for the marketing cookies on our website?</b></p><p></p><p>Yes, this is still a possibility. Third party websites or social media platforms of which you accepted cookies or similar technologies, might still show you advertising related to Nitro. These cookies are controlled by such third parties and/or social media platforms. This is why – in case you would not like to receive advertising related to Nitro – you might also have to edit your cookies preferences on the website (or your user profile) on such third party websites or social media platforms. How this works should be set out on the relevant third-party website or social media platform.</p><p></p><p><b>Your Ad Choices.</b> Some of the third-party service providers and/or Advertisers may be members of the Network European Interactive Digital Advertising Alliance ("EDAA") Self-Regulatory Program for Online Behavioral Advertising. To learn more, visit <a class="Link " href="https://www.edaa.eu/what-we-do/for-consumers/" target="_blank" data-cms-ai="0" >http://www.edaa.eu/edaa-for-users</a> which provides information regarding targeted advertising.</p><ul class="rte2-style-ul"><li><a class="Link " href="https://support.google.com/chrome/answer/95647?hl=en" target="_blank" data-cms-ai="0" >Google Chrome</a></li><li><a class="Link " href="https://support.apple.com/en-gb/guide/safari/sfri11471/mac" target="_blank" data-cms-ai="0" >Apple Safari (desktop)</a></li><li><a class="Link " href="https://support.apple.com/en-us/HT201265" target="_blank" data-cms-ai="0" >Apple Safari (iPhone, iPad)</a></li><li><a class="Link " href="https://support.microsoft.com/en-us/topic/how-to-delete-cookie-files-in-internet-explorer-bca9446f-d873-78de-77ba-d42645fa52fc" target="_blank" data-cms-ai="0" >Internet Explorer</a></li><li><a class="Link " href="https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox" target="_blank" data-cms-ai="0" >Mozilla Firefox</a></li></ul></div> </div> </div> </div> </div> </div> </div> </div></main> <footer class="Page-footer"> <div class="Page-footer-container"> <div class="Page-footer-row"> </div> <div class="Page-footer-navigation"> <nav class="FooterNavigation"> <ul class="FooterNavigation-items"> <li class="FooterNavigation-items-item"> <div class="FooterNavigationItem"> <a class="FooterNavigationItem-text-link" href="https://www.gonitro.com/support" data-analytics-context="PageNavigationFooter" data-analytics-event="SupportClicked" data-cms-ai="0" >Support</a> <ul class="FooterNavigationItem-items"> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://kb.gonitro.com/knowledgebase/" target="_blank" data-analytics-context="PageNavigationFooter" data-analytics-event="KnowledgeBaseClicked" data-cms-ai="0" > <span class="NavigationLink-title">Knowledge Base </span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://community.gonitro.com" target="_blank" data-analytics-context="PageNavigationFooter" data-analytics-event="CommunityForumClicked" data-cms-ai="0" > <span class="NavigationLink-title">Community Forum</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/support/ticket" data-analytics-context="PageNavigationFooter" data-analytics-event="SubmitATicketClicked" data-cms-ai="0" > <span class="NavigationLink-title">Submit a Ticket</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/support/frequently-asked-questions" data-analytics-context="PageNavigationFooter" data-analytics-event="NitroFAQsClicked" data-cms-ai="0" > <span class="NavigationLink-title">Nitro FAQs</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://licenses.gonitro.com/prd/portal" target="_blank" data-analytics-context="PageNavigationFooter" data-analytics-event="ActivateNitroPDFProClicked" data-cms-ai="0" > <span class="NavigationLink-title">Activate Nitro PDF Pro ↗︎</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://connectivegroup.my.site.com/s/topic/0TO690000019MBJGA2/nitro-sign-premium-formerly-connective-esignatures" target="_blank" data-analytics-context="PageNavigationFooter" data-analytics-event="NitroSignPremiumClicked" data-cms-ai="0" > <span class="NavigationLink-title">Nitro Sign Premium ↗︎</span> </a> </li> </ul> </div> </li> <li class="FooterNavigation-items-item"> <div class="FooterNavigationItem"> <a class="FooterNavigationItem-text-link" href="https://www.gonitro.com/about/our-story" data-analytics-context="PageNavigationFooter" data-analytics-event="AboutUsClicked" data-cms-ai="0" >About Us</a> <ul class="FooterNavigationItem-items"> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/about/our-story" data-analytics-context="PageNavigationFooter" data-analytics-event="OurStoryClicked" data-cms-ai="0" > <span class="NavigationLink-title">Our Story</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/about/careers" data-analytics-context="PageNavigationFooter" data-analytics-event="CareersClicked" data-cms-ai="0" > <span class="NavigationLink-title">Careers</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/about/press" data-analytics-context="PageNavigationFooter" data-analytics-event="PressClicked" data-cms-ai="0" > <span class="NavigationLink-title">Press</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/contact-sales" data-analytics-context="PageNavigationFooter" data-analytics-event="ContactUsClicked" data-cms-ai="0" > <span class="NavigationLink-title">Contact Us</span> </a> </li> </ul> </div> </li> <li class="FooterNavigation-items-item"> <div class="FooterNavigationItem"> <a class="FooterNavigationItem-text-link" href="https://www.gonitro.com/resources" data-analytics-context="PageNavigationFooter" data-analytics-event="ResourcesClicked" data-cms-ai="0" >Resources</a> <ul class="FooterNavigationItem-items"> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/customers" data-analytics-context="PageNavigationFooter" data-analytics-event="CustomerStoriesClicked" data-cms-ai="0" > <span class="NavigationLink-title">Customer Stories</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/resources" data-analytics-context="PageNavigationFooter" data-analytics-event="ContentLibraryClicked" data-cms-ai="0" > <span class="NavigationLink-title">Resources Hub</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/blog" data-analytics-context="PageNavigationFooter" data-analytics-event="NitroBlogClicked" data-cms-ai="0" > <span class="NavigationLink-title">Nitro Blog</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/pdf-templates" data-analytics-context="PageNavigationFooter" data-analytics-event="PDFTemplatesClicked" data-cms-ai="0" > <span class="NavigationLink-title">PDF Templates</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/sign/legality-guide" data-analytics-context="PageNavigationFooter" data-analytics-event="ESignLegalityClicked" data-cms-ai="0" > <span class="NavigationLink-title">eSign Legality Guide</span> </a> </li> </ul> </div> </li> <li class="FooterNavigation-items-item"> <div class="FooterNavigationItem"> <a class="FooterNavigationItem-text-link" href="https://www.gonitro.com/product-details/downloads/pdf-pro" data-analytics-context="PageNavigationFooter" data-analytics-event="ProductInfoClicked" data-cms-ai="0" >Product Info</a> <ul class="FooterNavigationItem-items"> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/user-guide" data-analytics-context="PageNavigationFooter" data-analytics-event="UserGuidesClicked" data-cms-ai="0" > <span class="NavigationLink-title">User Guides</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/documentation/release-notes/windows" data-analytics-context="PageNavigationFooter" data-analytics-event="ReleaseNotesClicked" data-cms-ai="0" > <span class="NavigationLink-title">Release Notes</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/product-details/downloads/pdf-pro" data-analytics-context="PageNavigationFooter" data-analytics-event="ProductDownloadsClicked" data-cms-ai="0" > <span class="NavigationLink-title">Product Downloads</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/product-details/technical-details" data-analytics-context="PageNavigationFooter" data-analytics-event="TechnicalDetailsClicked" data-cms-ai="0" > <span class="NavigationLink-title">Technical Details</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/legal/sunset-policy" data-analytics-context="PageNavigationFooter" data-analytics-event="SunsetPolicyClicked" data-cms-ai="0" > <span class="NavigationLink-title">Sunset policy</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://apps.apple.com/us/app/nitro-pdf-pro-edit-sign-ocr/id1609307630?mt=12" target="_blank" data-analytics-context="PageNavigationFooter" data-analytics-event="AppStoreClicked" data-cms-ai="0" > <span class="NavigationLink-title">App Store</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://cloud.gonitro.com/" target="_blank" data-analytics-context="PageNavigationFooter" data-analytics-event="NitroSignLoginClicked" data-cms-ai="0" > <span class="NavigationLink-title">Nitro Sign Login</span> </a> </li> </ul> </div> </li> <li class="FooterNavigation-items-item"> <div class="FooterNavigationItem"> <a class="FooterNavigationItem-text-link" href="https://www.gonitro.com/trust-center" data-analytics-context="PageNavigationFooter" data-analytics-event="TrustCenterClicked" data-cms-ai="0" >Trust Center</a> <ul class="FooterNavigationItem-items"> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/security/updates" data-analytics-context="PageNavigationFooter" data-analytics-event="SecurityUpdatesClicked" data-cms-ai="0" > <span class="NavigationLink-title">Security Updates</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/nps/us-esignature-legislation" data-analytics-context="PageNavigationFooter" data-analytics-event="USESignatureLegislationClicked" data-cms-ai="0" > <span class="NavigationLink-title">US eSignature Legislation</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/nps/eu-esignature-legislation" data-analytics-context="PageNavigationFooter" data-analytics-event="EUESignatureLegislationClicked" data-cms-ai="0" > <span class="NavigationLink-title">EU eSignature Legislation</span> </a> </li> </ul> </div> </li> <li class="FooterNavigation-items-item"> <div class="FooterNavigationItem"> <a class="FooterNavigationItem-text-link" href="https://www.gonitro.com/partners" data-analytics-context="PageNavigationFooter" data-analytics-event="PartnersClicked" data-cms-ai="0" >Partners</a> <ul class="FooterNavigationItem-items"> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/partners/become-a-partner" data-analytics-context="PageNavigationFooter" data-analytics-event="BecomeAPartnerClicked" data-cms-ai="0" > <span class="NavigationLink-title">Become a Partner</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://www.gonitro.com/partners/become-an-affiliate-partner" data-analytics-context="PageNavigationFooter" data-analytics-event="BecomeAnAffiliateClicked" data-cms-ai="0" > <span class="NavigationLink-title">Become an Affiliate</span> </a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink NavigationItem-hover-text" href="https://partnerportal.gonitro.com/" target="_blank" data-analytics-context="PageNavigationFooter" data-analytics-event="DealRegistrationClicked" data-cms-ai="0" > <span class="NavigationLink-title">Deal Registration ↗︎</span> </a> </li> </ul> </div> </li> </ul> </nav> </div> <div class="Page-footer-content" data-modulewell="standard"> <div class="HtmlModule" > <style> .Page-footer-links { margin-top: 54px; } </style> </div> </div> <ul class="Page-footer-links Page-footer-language-picker"> <li class="AnchorLink"> <a href="https://www.gonitro.com/privacy-policy" data-cms-ai="0" > <span class="AnchorLink-text"> Privacy Policy </span> </a> </li> <li class="AnchorLink"> <a href="https://www.gonitro.com/legal/terms-of-service/overview" data-cms-ai="0" > <span class="AnchorLink-text"> Terms of Service </span> </a> </li> <li class="AnchorLink"> <a href="https://www.gonitro.com/cookie-policy" data-cms-ai="0" > <span class="AnchorLink-text"> Cookie Policy </span> </a> </li> <li class="AnchorLink"> <a href="https://www.gonitro.com/copyright-policy" data-cms-ai="0" > <span class="AnchorLink-text"> Copyright Policy </span> </a> </li> <li> <ps-language-picker class="LanguagePicker"> <div class="LanguagePicker-menu-button"> <div class="LanguagePicker-icon"> <svg class="language-picker-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5l0 39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9l0 39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7l0-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1L257 256c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"/></svg> </div> <div class="LanguagePicker-label" data-language-label> </div> </div> <div class="LanguagePicker-dropdown" data-show-language-picker="false"> <div class="lp-close-panel-row"> <span class="fa fa-close"></span> </div> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="en" data-cms-ai="0"> English </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="de" data-cms-ai="0"> Deutsch </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="es" data-cms-ai="0"> Español </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="fr" data-cms-ai="0"> Français </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="it" data-cms-ai="0"> Italiano </a> </ps-language-picker-item> <ps-language-picker-item> <a class="LanguagePicker-item sl_opaque notranslate" data-language-code="nl" data-cms-ai="0"> Nederlands </a> </ps-language-picker-item> </div> </ps-language-picker> </li> </ul> <div class="Page-footer-disclaimer"><div class="cms-textAlign-center">447 Sutter St, STE 405 #1015 | San Francisco, CA 94108, USA</div><div class="cms-textAlign-center">© 2023 Nitro Software, Inc. All rights reserved. Nitro, the Nitro logo, Nitro Productivity Platform, Nitro PDF Pro, Nitro Sign, and Nitro Analytics</div><div class="cms-textAlign-center">are trademarks and/or registered trademarks, of Nitro Software, Inc. or its affiliates in the United States and/or other countries.</div></div> </div> </footer> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://measure.gonitro.com/ns.html?id=GTM-WVZNLW" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <ps-onetrust-to-hubspot-consent data-hubspot-portal-id="45424130" data-cookie-domain-name="gonitro.com" > <!-- Component ps-onetrust-to-hubspot-consent Deals with Hubspot Embed Code --> </ps-onetrust-to-hubspot-consent> <span data-bsp-pv="e30edf29-8fe1-3857-864d-a0240c664e80"></span><span data-bsp-pv="00000185-a205-da28-af87-a77519860011"></span><script data-bsp-site="00000177-f45c-d8dd-a3f7-ffdf83ad0000" data-bsp-contentid="00000185-a205-da28-af87-a77519860011"></script><script data-bsp-site="00000177-f45c-d8dd-a3f7-ffdf83ad0000" data-bsp-contentid="00000185-a205-da28-af87-a77519860011" src="https://resources.gonitro.com/resource/00000177-984f-d8dd-a3f7-dbcf1c810000/_resource/analytics/bsp-analytics.min.686c87a3ca6667675841641b91fc7fe6.gz.js"></script></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10