html{margin:0;padding:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;height:100%}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{margin:0;padding:0;font-family:"PT Sans",Arial,Tahoma;font-size:16px;line-height:20px;background:#f3f3f3;color:#000;height:100%;display:flex;overflow:hidden}body.mobile{display:block;height:unset;overflow-y:auto;overflow-x:hidden}body.shift{padding-top:60px}body.white{background:#fff}.mobile .is-not-mobile{display:none !important}.subscribe-form__intro{font-size:14px;color:#333}.subscribe-form-complete{display:flex;align-items:center;flex-direction:column}.subscribe-form-complete__image{width:150px;height:150px;margin-top:30px}.subscribe-form-complete__title{font-size:16px;color:#333;text-align:center;margin-top:20px;font-weight:bold;padding:0 40px}.subscribe-form-complete__message{margin-top:16px;font-size:16px;text-align:center;padding:0 40px}.tooltip{position:absolute;z-index:200001;left:-5000px;top:-5000px;transition:opacity .25s;color:#fff;border-radius:16px;white-space:pre;padding:8px 12px;font-size:14px;line-height:18px;display:block;max-width:360px;white-space:pre-wrap;background:rgba(0,0,0,0.7)}.page{display:flex;flex-direction:column;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;background:#fff;padding:0 40px;overflow:auto}.page__footer{font-size:14px;color:gray;flex-shrink:0;margin-bottom:20px}.page__spacer{flex-basis:100%;height:100%;min-height:60px}.page__logo{display:flex;align-items:center;justify-content:center;flex-shrink:0}.page__logo img{max-height:35px;max-width:250px;width:100%;height:100%}.page__title{font-size:20px;font-weight:bold;color:#000;text-align:center;margin-top:60px;flex-shrink:0}.page__intro{margin-top:16px;color:#333;text-align:center;font-size:14px;line-height:18px;max-width:600px;flex-shrink:0}.page__body{width:100%;flex-shrink:0;margin-top:16px}.page__more{margin-top:50px;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.page__faq{display:flex;align-items:center;font-size:14px;justify-content:center;flex-wrap:wrap;flex-shrink:0}.page__faq__answer{margin-left:4px;white-space:nowrap}.page__faq__question{white-space:nowrap}.page a{color:#438bf6 !important;text-decoration:none}.page a:hover{color:#84ace6 !important;text-decoration:underline}.question{display:inline-flex;width:16px;height:16px;background:url("/dash/i/material/help.svg") transparent no-repeat 0 0;background-size:contain;filter:invert(72%) sepia(25%) saturate(4554%) hue-rotate(184deg) brightness(103%) contrast(106%);flex-shrink:0;align-items:center}.question--begin{margin-right:6px}.question--end{margin-left:6px}.question.js-tooltip{opacity:.5;cursor:help}.question.js-tooltip:hover{opacity:1}.modal{position:absolute;left:0;right:0;top:0;bottom:0;z-index:100000}.modal__background{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,0.5);z-index:101}.modal__windows{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-items:center;overflow-y:auto;padding-top:30px;padding-bottom:30px;z-index:103}.modal__window{background:#fff;box-shadow:0 15px 12px 0 rgba(0,0,0,0.22),0 19px 38px 0 rgba(0,0,0,0.3);border-radius:12px;padding:25px;position:relative;min-width:300px;display:flex;flex-direction:column;align-items:center;margin:auto;overflow:hidden}.modal__window.nopadding{padding:0}.modal__window.layer-1::before{content:"";width:90%;height:15px;position:absolute;top:-15px;background:rgba(255,255,255,0.8);border-top-right-radius:12px;border-top-left-radius:12px}.modal__window.layer-2::after{content:"";width:80%;height:10px;position:absolute;top:-25px;background:rgba(255,255,255,0.6);border-top-right-radius:12px;border-top-left-radius:12px}.modal__header{padding:0 30px 0 0;width:100%;position:relative;display:flex;align-items:center;justify-content:flex-start}.center .modal__header{justify-content:center;padding:0 30px;flex-direction:column}.modal__body{width:100%;margin-top:6px}.disabled .modal__body{pointer-events:none;user-select:none;opacity:.5}.nopadding .modal__body{margin:0;overflow:hidden;border-radius:12px}.modal__spinner{width:16px;height:16px;left:0;top:0;display:none;margin-left:10px;flex-shrink:0}.modal__spinner::after{width:16px;height:16px;margin:0;border-width:2px}.loading .modal__spinner{display:block}.center .modal__spinner{position:absolute;left:-10px}.modal__title{overflow:hidden;text-overflow:ellipsis;font-size:18px;font-weight:bold;color:#333;white-space:nowrap;max-width:75%;flex-shrink:0}.modal__intro{text-align:left;width:100%;margin-top:6px;color:#333}.center .modal__intro{text-align:center;color:gray}.modal__message{font-size:14px;margin-left:10px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-basis:100%;width:100%}.modal__message:empty{display:none}.modal__message.success{color:green}.modal__message.failed{color:red}.modal__spacer{flex-basis:100%}.modal__help{width:20px;height:20px;margin:0 10px;cursor:pointer !important}.modal__close{width:24px;height:24px;background:url("/dash/i/material/cancel.svg") transparent no-repeat 0 0;background-size:contain;filter:invert(30%) sepia(1%) saturate(1%) hue-rotate(11deg) brightness(103%) contrast(90%);opacity:.5;cursor:pointer;position:absolute;right:0;top:-2px;flex-shrink:0;z-index:1}.disabled .modal__close{pointer-events:none;user-select:none;opacity:.25}.modal__close:hover{opacity:1}.nopadding .modal__close{top:25px;right:25px}.mobile .modal__windows{align-items:flex-start;position:fixed;padding:20px}.mobile .modal__window{min-width:unset;padding:20px}.mobile .modal__title{font-size:16px}.mobile .modal__intro{font-size:14px;margin-top:2px}.mobile .modal__body{overflow:visible !important}.mobile .modal__close{top:0;right:0}.downloads__items{display:flex;max-width:1400px;margin-left:auto;margin-right:auto}.downloads__item{padding:0 30px;width:100%;color:#333}.downloads__item__title{margin-top:40px;font-weight:bold}.downloads__item__intro{margin-top:10px}.downloads__item__radio{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;margin-top:16px}.downloads__item__radio .radio{margin-right:10px;margin-bottom:8px}.downloads__item__links{margin-top:16px;margin-bottom:30px;padding:0 6px}.downloads__item__link{display:flex;align-items:center;justify-content:flex-start;margin:10px 0}.downloads__item__link a{font-size:16px}.downloads__item__link::before{content:"";display:flex;width:24px;height:24px;margin-right:6px}.downloads__item__link--win::before{background:url("/dash/i/download-win.svg") transparent no-repeat 0 0;background-size:contain}.downloads__item__link--linux::before{background:url("/dash/i/download-linux.svg") transparent no-repeat 0 0;background-size:contain}.downloads__item__link--arm64::before{background:url("/dash/i/download-arm64.svg") transparent no-repeat 0 0;background-size:contain}.downloads__item__link--mac::before{background:url("/dash/i/download-apple.svg") transparent no-repeat 0 0;background-size:contain}.downloads__item__link--android::before{background:url("/dash/i/download-android.svg") transparent no-repeat 0 0;background-size:contain}.downloads__item__link--chrome::before{background:url("/dash/i/integrations/logo/chrome.png") transparent no-repeat 0 0;background-size:contain}.downloads__item__group{font-size:12px;font-weight:bold;text-transform:uppercase;color:#666}.downloads__item .link-insturction{margin-top:6px}.mobile .downloads__items{text-align:center;flex-direction:column;align-items:center;max-width:unset;margin:0}.mobile .downloads__item{padding:0;display:flex;flex-direction:column;align-items:center}.mobile .downloads__item__title{margin-top:30px}.mobile .downloads__item__radio{justify-content:center}.mobile .downloads__item__link{justify-content:flex-start}.mobile .downloads__item__help{text-align:left;width:100%}.radio{position:relative;display:flex;align-items:center;justify-content:flex-start;height:26px}.radio label{pointer-events:unset;padding-left:34px;cursor:default;display:flex;min-height:26px;align-items:center;position:relative}.radio input{position:absolute;opacity:0;left:0;height:20px;width:20px}.radio input+label:before{content:"";position:absolute;top:0;width:24px;height:24px;border:1px solid #d8d8d8;background:#fff;border-radius:100%;margin-left:-34px}.radio input+label:after{content:"";width:6px;height:6px;position:absolute;border-radius:100%;left:10px;top:10px;transition:width .1s,height .1s,top .1s,left .1s}.radio input:active+label:before,.radio input:focus+label:before{border-color:#448aff !important}.radio input:checked:active+label:before,.radio input:checked:focus+label:before{border-color:#448aff !important}.radio input:checked+label:before{border-color:#448aff}.radio input:checked+label:after{background:#448aff;width:14px;height:14px;left:6px;top:6px}.radio input:disabled+label{opacity:.6}.radio:hover label:before{border-color:#b6b6b6}.radio__question{display:inline-flex;width:14px;height:14px;background:url("/dash/i/material/help.svg") transparent no-repeat 0 0;background-size:contain;filter:invert(72%) sepia(25%) saturate(4554%) hue-rotate(184deg) brightness(103%) contrast(106%);margin-left:4px;cursor:help;opacity:.5}.radio__question:hover{opacity:1}.link-insturction{display:flex;align-items:center;justify-content:flex-start;font-size:14px}.link-insturction::before{content:"";display:flex;align-items:center;width:24px;height:24px;background:url("/dash/i/material/description.svg") transparent no-repeat 0 0;background-size:contain;filter:invert(86%) sepia(36%) saturate(4565%) hue-rotate(186deg) brightness(114%) contrast(105%);margin-right:4px;flex-shrink:0}.link-insturction--video::before{background:url("/dash/i/material/smart_display.svg") transparent no-repeat 0 0;background-size:contain}.link-insturction--changelog::before{background:url("/dash/i/material/outline/history_edu.svg") transparent no-repeat 0 0;background-size:contain}.link-insturction--system::before{background:url("/dash/i/material/outline/memory.svg") transparent no-repeat 0 0;background-size:contain}.link-insturction a{color:#438bf6;text-decoration:none;font-size:14px}.link-insturction a:hover{color:#84ace6;text-decoration:underline}