/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--mainColor: #00b4ff;--mainNeutral: #131631;--lighterNeutral: #65676a;--borderMain: 1px solid var(--mainNeutral);--maxContentWidth: 40rem;--instructionsPaddingB: 40px;--fontWeight: 200}@supports not (-webkit-touch-callout: none){@media (max-width: 800px){:root{--fontWeight: 300}}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.2rem;font-weight:var(--fontWeight);line-height:1.3;color:var(--mainNeutral)}h1,h2,h3,h4,h5{font-weight:var(--fontWeight);margin-bottom:.6rem}h1{font-size:1.6rem;margin-top:1.2rem}h2{font-size:1.5rem;margin-top:1.1rem}h3{font-size:1.4rem;margin-top:1rem}h4{font-size:1.3rem;margin-top:.9rem}h5{font-size:1.2rem;margin-top:.8rem}not:input[type=submit] a,not:input[type=button] a,not:button[type=button] a,.not:button a{color:var(--mainColor);text-decoration:none}.header,.footer{min-height:2rem;width:100%}.buttonText{margin-top:1px}input[type=submit],input[type=button],button[type=button],.button,.buttonOutline{color:var(--mainNeutral);display:inline-flex;align-items:center;justify-content:center;flex-grow:0;min-height:1.6rem;padding:1rem 1.5rem;border-radius:5rem;background-color:#fff;border:var(--borderMain);transition:box-shadow .2s,transform .2s;position:relative;flex-basis:120px;text-transform:uppercase;font-weight:var(--fontWeight);font-size:1.2rem;-webkit-tap-highlight-color:rgba(0,0,0,0)}.button:disabled{opacity:.2}.buttonOutline{background-color:transparent}.button-size-small{min-height:1rem;font-size:1rem;padding:.5rem 1rem}input[type=submit]:hover:enabled,input[type=button]:hover:enabled,button[type=button]:hover:enabled,.button:hover:enabled{box-shadow:0 1px 0 var(--mainNeutral);transform:translateY(-1px);transition:box-shadow .2s,transform .2s}input[type=submit]:active,input[type=button]:active,button[type=button]:active,.button:active{box-shadow:none;transition:box-shadow .2s,transform .2s;transform:translateY(1px)}input[type=submit]:focus,input[type=button]:focus,button[type=button]:focus,.button:focus{outline:none}.buttonIcon{margin-left:1rem}[dir=rtl] .buttonIcon{margin-right:1rem;margin-left:0;transform:rotate(180deg)}.twoColumnsContent{display:flex;flex-direction:column;flex-wrap:wrap}.contentBlock{padding:1rem 0;flex-grow:1}.contentBlock:not(:last-of-type){border-bottom:var(--borderMain)}.instructionsHeader{width:100%;margin-top:3rem;flex-grow:1}.instructionsCancelBtn{margin-right:1rem}.instructionsContent{flex-grow:2;max-width:var(--maxContentWidth);padding-bottom:var(--instructionsPaddingB)}.instructionsText{font-size:1.6rem;margin-top:3rem;margin-bottom:3rem}.instructionsIcon{height:3.5rem}.instructionsButtonsContainer{min-height:58px}#install center,#installing center,#reinstall center{display:flex}#reinstall+span{margin-bottom:1rem}#reinstall+span>a{font-size:1rem}@media (min-width: 800px){.twoColumnsContent{flex-direction:row;flex-wrap:wrap}.contentBlock{max-width:calc(50% - 4rem)}.contentBlock:not(:last-of-type){border-bottom:unset;padding-bottom:unset}.contentBlock:first-of-type{margin-right:4rem}}@media (max-width: 500px){body,input[type=submit],input[type=button],button[type=button],.button{font-size:1.1rem;line-height:1.2}h1{font-size:1.5rem}h2{font-size:1.4rem;margin-top:1.1rem}h3{font-size:1.3rem;margin-top:1rem}h4{font-size:1.2rem}h5{font-size:1.1rem;margin-top:.8rem;color:var(--mainNeutral)}.instructionsCancelBtn{margin-bottom:1rem}}.mainTitle{font-size:2rem;max-width:26rem;margin-top:1.6rem;margin-bottom:2rem}.marginVerticalAuto{margin-top:auto;margin-bottom:auto}.marginAuto{margin:auto}.height100vh{height:100vh}.flexColumn{display:flex;flex-direction:column}.flexCenter{align-items:center;justify-content:center}.innerContainer{flex-grow:1;max-width:var(--maxContentWidth);margin:auto;padding-left:2rem;padding-right:2rem}.fullWidthContainer{height:100%;display:grid;align-items:center}.invert{background:var(--mainNeutral);color:#fff;border-color:#fff}.footer{padding:.8rem 0;display:flex;position:fixed;bottom:0;left:0;width:100vw;margin:0;font-size:.9rem}.footerInnerContainer{display:flex;justify-content:flex-end}.privacyLink{color:#fff;margin-left:auto}.instextsteps h1{margin-bottom:1.4rem}.instextsteps input[type=submit],.instextsteps input[type=button],.instextsteps button[type=button],.instextsteps .button{background-image:url(/img/vector/arrow-right.svg);background-position-y:center;background-repeat:no-repeat;background-position-x:calc(100% - 1.5rem);padding-right:4.3rem}.instextsteps h1,.instextsteps h2,.instextsteps h3,.instextsteps .i2-info-content{font-size:1.5rem;margin-top:1.1rem}@media (max-width: 500px){.instextsteps h1,.instextsteps h2,.instextsteps h3{font-size:1.4rem;margin-top:1.1rem}}
