const css_style='@import"https://filestore.fortinet.com/fonts/pmwebfonts.css";\n              #__agreementBar{\n                font-family:"HelveticaNeueLT-Light",Helvetica,Arial,sans-serif;\n                position:fixed;\n                line-height:31.7714px;\n                z-index:99999;\n                bottom:0;\n                left:0;\n                width:100%;\n                min-height:100px;\n                background:#000;\n                color:#fff;\n                padding:25px;\n                transition:all .2s ease;\n                box-sizing:border-box\n              }\n              \n              #__agreementBar .cookie-agreement-text{\n                font-size:20px\n              }\n              \n              #__agreementBar a{\n                color:#2d7bbc\n              }\n              \n              #__agreementBar p{\n                font-size:20px;\n                font-weight:normal;\n                margin:0 auto;\n                transition:all .2s ease;\n                max-width:1300px\n              }\n              \n              #__agreementBar #__buttons{\n                display:block;\n                width:auto;\n                margin:25px auto 0 auto;\n                text-align:center\n              }\n              \n              #__agreementBar #__buttons #__agreementButton,#__agreementBar #__buttons #__rejectionButton{\n                font-family:"HelveticaNeueLT-Light",Helvetica,Arial,sans-serif;\n                line-height:31.7714px;\n                display:inline-block;\n                background:rgba(0,0,0,0);\n                border:1px solid #2d7bbc;\n                padding:7px 15px;\n                margin-right:10px;\n                cursor:pointer;\n                font-size:20px;\n                color:#fff\n              }\n              \n              #__agreementBar #__buttons #__agreementButton:hover,#__agreementBar #__buttons #__rejectionButton:hover{\n                color:#fff;\n                background-color:#2d7bbc\n              }\n              \n              @media only screen and (max-width: 768px){\n                #__agreementBar p{\n                  font-size:13px;\n                  font-weight:normal;\n                  margin:0 auto;\n                  transition:all .2s ease;\n                  max-width:1300px\n                }\n              }';function buildBanner(){const e=document.createElement("style");e.innerText=css_style;const n=document.createElement("div");n.setAttribute("role","region"),n.setAttribute("aria-label","cookie consent banner"),n.setAttribute("id","__agreementBar");n.innerHTML="<p>This site uses cookies. Some are essential to the operation of the site; others help us improve the user experience. By continuing to use the site,\n                              you consent to the use of these cookies. To learn more about cookies, please read our\n                              <a href='https://www.fortinet.com/corporate/about-us/privacy.html' target='_blank'>privacy policy</a>.</p><div id='__buttons'><button id='__agreementButton'>Accept</button></div>";const t=document.getElementsByTagName("head")[0],o=document.getElementsByTagName("body")[0];t.appendChild(e),o.appendChild(n)}function setCookie(e,n,t){const o=new Date;o.setTime(o.getTime()+24*t*60*60*1e3);const i="expires="+o.toUTCString();document.cookie=e+"="+n+";"+i+";path=/"}function getCookie(e){let n=e+"=";return document.cookie.indexOf(n)>-1}function fade(e,n){var t=1;setInterval(function(){t>.1?(t-=.1,e.style.opacity=t):e.style.display="none"},n)}if(!getCookie("privacy_agreement")){buildBanner();const e=document.getElementById("__agreementButton"),n=document.getElementById("__agreementBar");e.addEventListener("click",function(){setCookie("privacy_agreement","true",5),fade(n,50)})}