.header-container{display:flex;height:52px;width:100%;position:relative;z-index:10}.header-container .header{display:flex;width:100%;height:52px;background:#f9f9f9;border-bottom:1px solid #dddddd;position:fixed}.header-container .header.-expanded{position:static}.header-container .header .header-content{width:100%;height:52px;display:flex;justify-content:space-between;transition:width .15s ease-in-out}@media only screen and (min-width: 1537px){.header-container .header .header-content.-big-menu{width:100%}}@media only screen and (max-width: 666px){.header-container .header .header-content{padding:0 14px}}.header-container .header .main-nav{display:flex;height:100%}@media only screen and (max-width: 435px){.header-container .header .main-nav{display:none}.header-container .header .main-nav.-expanded{order:3;display:flex;height:auto;width:100%;flex-direction:column;background-color:#f9f9f9}}.header-container .header .nav-link-container{display:flex;height:100%;align-items:center}.header-container .header .nav-link-container .nav-link{display:inline-block;color:#333;border-radius:3px;margin-left:6px;margin-right:6px;padding:4px 6px;text-decoration:none;transition:color .12s ease-in-out;font-weight:500;white-space:nowrap}@media only screen and (min-width: 667px){.header-container .header .nav-link-container .nav-link{font-size:14px}}@media only screen and (max-width: 666px){.header-container .header .nav-link-container .nav-link{font-size:14px}}@media only screen and (max-width: 435px){.header-container .header .nav-link-container .nav-link{display:block;width:100%;margin:0;padding:16px;border-bottom:1px solid #dddddd;border-radius:0}}.header-container .header .nav-link-container .nav-link:hover{cursor:pointer;background:#ddd}.header-container .header .nav-link-container .nav-link.active{height:100%;align-content:center;color:#0f161b;border-bottom:#0F161B 3px solid;border-radius:0;padding-top:7px;cursor:pointer}@media only screen and (max-width: 435px){.header-container .header .nav-link-container .nav-link.active{padding:16px;border-bottom:1px solid #dddddd}}.header-container .header .nav-link-container .nav-link.active:hover{background:transparent}.header-container .header .logo{display:flex;justify-content:flex-start;align-items:center;color:#fff;text-decoration:none}@media only screen and (max-width: 666px){.header-container .header .logo{width:80px}}.header-container .header .mobile-menu-toggle{cursor:pointer;display:none}@media only screen and (max-width: 666px){.header-container .header .mobile-menu-toggle{order:2;display:block;width:30px;height:30px;position:absolute;right:16px;top:10px}}.header-container .header .mobile-menu-toggle .lines,.header-container .header .mobile-menu-toggle .lines:before,.header-container .header .mobile-menu-toggle .lines:after{display:block;width:24px;height:3px;background:#666;position:absolute;top:14px;left:6px}.header-container .header .mobile-menu-toggle .lines:before{content:"";top:-8px;left:0}.header-container .header .mobile-menu-toggle .lines:after{content:"";top:8px;left:0}.header-container .header .mobile-menu-toggle.-close .lines{background:transparent;top:6px;left:5px}.header-container .header .mobile-menu-toggle.-close .lines:before,.header-container .header .mobile-menu-toggle.-close .lines:after{width:26px;background:#666}.header-container .header .mobile-menu-toggle.-close .lines:before{transform:rotate(-45deg);top:8px}.header-container .header .mobile-menu-toggle.-close .lines:after{transform:rotate(45deg)}.HeaderExtendedMenu{display:flex;justify-content:center;align-items:center;position:relative}.HeaderExtendedMenu .extended-menu-toggle{display:block;border-radius:3px;margin-left:6px;margin-right:6px;padding:4px;position:relative;top:-1px;transition:background .2s ease-in-out;-webkit-user-select:none;user-select:none}.HeaderExtendedMenu .extended-menu-toggle:hover{cursor:pointer;background:#ddd}.HeaderExtendedMenu .extended-menu-toggle.-active{background:#bbb}@media only screen and (max-width: 435px){.HeaderExtendedMenu .extended-menu-toggle{display:none}}.HeaderExtendedMenu .gravatar,.HeaderExtendedMenu .mobile-menu-gravatar{display:block;width:22px;height:22px;overflow:hidden;border-radius:5px}.HeaderExtendedMenu .mobile-menu-gravatar{display:none}@media only screen and (max-width: 435px){.HeaderExtendedMenu .mobile-menu-gravatar{display:block;float:left;margin:8px 16px;width:30px;height:30px}}.HeaderExtendedMenu .extended-menu{display:none;position:absolute;top:58px;right:10px;background:#404040;min-width:200px;border-radius:5px;z-index:11;border:1px solid #dddddd;box-shadow:0 0 10px #0000001a;overflow:hidden}.HeaderExtendedMenu .extended-menu.-visible,.HeaderExtendedMenu .extended-menu:focus{display:block}@media only screen and (max-width: 435px){.HeaderExtendedMenu .extended-menu{width:100%;position:static;display:block;border-radius:0;background:#404040;border-top:1px solid #666666;border-left:none;border-right:none;border-bottom:none}}.HeaderExtendedMenu .extended-menu-link-group{padding:6px 0;border-bottom:1px solid #dddddd;font-size:14px}.HeaderExtendedMenu .extended-menu-link-group:last-child{border-bottom:none}.HeaderExtendedMenu .extended-menu-link-group.-small-links{font-size:12px;padding:9px 0}.HeaderExtendedMenu .extended-menu-link-group.-small-links .extended-menu-link{padding:3px 12px}@media only screen and (max-width: 435px){.HeaderExtendedMenu .extended-menu-link-group{border-bottom:1px solid #666666}.HeaderExtendedMenu .extended-menu-link-group.-small-links .extended-menu-link{padding:6px 16px}}.HeaderExtendedMenu .logged-in-description,.HeaderExtendedMenu .logged-in-email{display:block;color:#666;padding:6px 12px 0}@media only screen and (max-width: 435px){.HeaderExtendedMenu .logged-in-description,.HeaderExtendedMenu .logged-in-email{color:#f9f9f9}}.HeaderExtendedMenu .logged-in-email{font-weight:500;padding:0 12px 6px}.HeaderExtendedMenu .extended-menu-link{display:block;text-decoration:none;color:#333;transition:color .12s ease-in-out;padding:6px 12px}@media only screen and (max-width: 435px){.HeaderExtendedMenu .extended-menu-link{color:#fff;padding:8px 16px}}.HeaderExtendedMenu .extended-menu-link:hover{cursor:pointer;color:#ec7b37}svg.spinner{width:40px;height:40px}svg.spinner circle{fill:transparent;stroke:#e86a1f;stroke-width:4;stroke-linecap:round;stroke-dasharray:125.6;transform-origin:20px 20px 0;animation:spinner 3s linear infinite}@keyframes spinner{0%{stroke-dashoffset:26.4;transform:rotate(0)}50%{stroke-dashoffset:125.6;transform:rotate(720deg)}to{stroke-dashoffset:26.4;transform:rotate(1080deg)}}.QRModal{position:fixed;z-index:20;top:44px;left:0;right:0;bottom:0;overflow:scroll;background:#0000004d}.QRModal .modal{background:#fff;border-radius:5px}@media only screen and (min-width: 1537px){.QRModal .modal{max-width:400px;margin:50px auto;padding:30px}}@media only screen and (min-width: 667px) and (max-width: 1536px){.QRModal .modal{max-width:400px;margin:50px auto;padding:30px}}@media only screen and (max-width: 666px){.QRModal .modal{margin:20px;padding:30px}}.QRModal .headline{font-size:28px;font-weight:600;color:#666;margin-bottom:21px}.QRModal .helper-text{font-size:14px;color:#999;padding-left:3px}.QRModal .input-group{margin-bottom:21px}.QRModal .input-group label{display:block;font-size:14px;line-height:16px;font-weight:600;color:#0f161b;margin-bottom:8px}.QRModal .input-group .text-input{font-size:16px;height:32px;line-height:32px;border:1px solid #dddddd;border-radius:5px;padding:8px;font-family:Ubuntu-Mono,monospace;display:block;width:100%;max-width:300px;margin-bottom:5px}.QRModal .input-group .text-input:active,.QRModal .input-group .text-input:focus{outline:none;border-color:#e8e8e8;box-shadow:0 0 10px #0000000d}.QRModal .input-group .text-input.-errored{border:1px solid rgb(229.0967741935,143.7338709677,134.9032258065)}.QRModal .input-group .error-message{color:#d34233;font-size:12px;line-height:1;margin:5px 0 0}.QRModal .input-group button{display:inline-block;font-size:16px;font-weight:600;padding:8px 16px;background:#fff;border:1px solid #1b69ff;cursor:pointer;color:#1b69ff;margin-right:10px;border-radius:5px}.QRModal .input-group .submit-button{color:#fff;background:#1b69ff}.QRModal .input-group .submit-button:disabled{border:1px solid #bbbbbb;background:#bbb;cursor:auto;box-shadow:none}.QRModal .input-group .submit-button:disabled:hover{box-shadow:inherit}.QRModal .spinner-container{margin-top:20px;margin-bottom:20px}.Allowlist .ips-table{margin-bottom:32px}@media only screen and (min-width: 667px){.Allowlist .ips-table{border-radius:5px;border:1px solid #e8e8e8;background:#fff;box-shadow:0 1px 2px #0000000d}.Allowlist .ips-table.-loading{font-family:Ubuntu-Mono,monospace;font-size:18px;color:#bbb;height:auto;line-height:auto;text-align:center;cursor:auto;display:block}}@media only screen and (max-width: 666px){.Allowlist .ips-table{border-radius:5px;border:1px solid #e8e8e8;background:#fff;box-shadow:0 1px 2px #0000000d}.Allowlist .ips-table.-loading{font-family:Ubuntu-Mono,monospace;font-size:18px;color:#bbb;height:auto;line-height:auto;text-align:center;cursor:auto;display:block}.Allowlist .ips-table{margin-bottom:16px}}.Allowlist .ips-table .ips-table-head,.Allowlist .ips-table .ips-table-row{font-size:15px}@media only screen and (min-width: 667px){.Allowlist .ips-table .ips-table-head,.Allowlist .ips-table .ips-table-row{display:flex;padding:0 24px;height:44px;align-items:center;flex-direction:row}}@media only screen and (max-width: 666px){.Allowlist .ips-table .ips-table-head,.Allowlist .ips-table .ips-table-row{position:relative}}@media only screen and (min-width: 667px){.Allowlist .ips-table .ips-table-head{background:#f9f9f9;color:#666;border-bottom:1px solid #e8e8e8;font-size:14px;font-weight:600;border-top-right-radius:5px;border-top-left-radius:5px}}@media only screen and (max-width: 666px){.Allowlist .ips-table .ips-table-head{display:none}}.Allowlist .ips-table .message-no-ips{padding:18px;text-align:center;font-size:14px;line-height:17px}.Allowlist .ips-table .ips-table-row{border-top:1px solid #e8e8e8;color:#666}@media only screen and (max-width: 666px){.Allowlist .ips-table .ips-table-row.-actions{display:flex;background-color:#f9f9f9}.Allowlist .ips-table .ips-table-row.-actions .ip-column{flex-grow:1}.Allowlist .ips-table .ips-table-row.-actions>:before{content:none}}.Allowlist .ips-table .ip-column{display:flex}.Allowlist .ips-table .ip-column .ip-error-messsage{font-family:Colfaxx,Helvetica,sans-serif;align-self:center}@media only screen and (min-width: 667px){.Allowlist .ips-table .ip-column{width:300px;padding-right:12px;flex-grow:1;order:1}}@media only screen and (max-width: 666px){.Allowlist .ips-table .ip-column{margin:8px 16px}.Allowlist .ips-table .ip-column:before{display:inline-block;content:"IP";font-family:Colfaxx,Helvetica,sans-serif;font-size:14px;font-weight:600;width:100px}}.Allowlist .ips-table .actions-column form{display:inline}@media only screen and (min-width: 667px){.Allowlist .ips-table .actions-column{width:auto;text-align:right;order:2}}@media only screen and (max-width: 666px){.Allowlist .ips-table .actions-column{margin:8px 16px}.Allowlist .ips-table .actions-column:before{display:inline-block;content:"Delete";font-family:Colfaxx,Helvetica,sans-serif;font-size:14px;font-weight:600;width:100px}}.Allowlist .remove-ip-icon{border:none;background:none;cursor:pointer;height:24px;vertical-align:middle}.Allowlist .text-input{font-size:14px;height:32px;line-height:32px;border:1px solid #dddddd;border-radius:5px;padding:8px 8px 8px 12px;margin-right:12px;flex-grow:1}.Allowlist .add-button{display:inline-block;color:#666;font-weight:600;font-size:13px;border:1px solid #dddddd;line-height:28px;height:32px;border-radius:5px;min-width:60px;cursor:pointer;box-shadow:0 0 5px #0000000d;background:#fff}.Allowlist .add-button:hover{border-color:#d0d0d0;color:#595959;box-shadow:0 0 7px #0000001a}.Allowlist .add-button:hover.revoke{color:#d34233}.TimeoutCheckbox .label{font-weight:400!important;font-size:14px}.TimeoutCheckbox .label-wrapper{display:inline-block;margin-left:8px}._warning_1s5qu_1,._success_1s5qu_2{position:relative;display:inline-block;top:.125em;width:1em;height:1em;margin-right:12px}._success_1s5qu_2 path{fill:#00794a}._warning_1s5qu_1 path{fill:#d34233}@media only screen and (min-width: 667px){.Settings{display:flex}}.Settings .settings-navigation-container{position:relative;z-index:2}@media only screen and (min-width: 1537px){.Settings .settings-navigation-container{width:260px;margin-right:32px}}@media only screen and (min-width: 667px) and (max-width: 1536px){.Settings .settings-navigation-container{width:220px;margin-right:16px}}@media only screen and (max-width: 666px){.Settings .settings-navigation-container{margin-bottom:32px}}@media only screen and (min-width: 1537px){.Settings .settings-panels-container{width:calc(100% - 292px)}}@media only screen and (min-width: 667px) and (max-width: 1536px){.Settings .settings-panels-container{width:calc(100% - 236px)}}.Settings .settings-navigation{border-radius:5px;border:1px solid #e8e8e8;background:#fff;box-shadow:inset 0 0 10px #0000000d}.Settings .settings-navigation-link{display:block;border-top:1px solid #e8e8e8;text-decoration:none;color:#1b69ff;transition:font-size .2s ease-in-out}@media only screen and (min-width: 1537px){.Settings .settings-navigation-link{font-size:16px}}@media only screen and (min-width: 667px) and (max-width: 1536px){.Settings .settings-navigation-link{font-size:15px}}@media only screen and (min-width: 667px){.Settings .settings-navigation-link{height:40px;line-height:40px;padding:0 20px}}@media only screen and (max-width: 666px){.Settings .settings-navigation-link{font-size:14px;height:36px;line-height:36px;padding:0 13px}}.Settings .settings-navigation-link:first-child{border-top:none}.Settings .settings-navigation-link.active{font-weight:600;color:#0f161b}.Settings .settings-navigation-link.active:hover{cursor:auto}.Settings .settings-page-headline{font-size:18px;color:#0f161b;font-weight:600;border-bottom:1px solid #e8e8e8;margin-bottom:16px;padding-bottom:10px;font-size:20px;line-height:24px}.Settings .settings-panel{border-radius:5px;border:1px solid #e8e8e8;background:#fff;box-shadow:0 1px 2px #0000000d}.Settings .settings-panel.-loading{font-family:Ubuntu-Mono,monospace;font-size:18px;color:#bbb;height:auto;line-height:auto;text-align:center;cursor:auto;display:block}.Settings .settings-panel{padding:24px;margin-bottom:32px}.Settings .success-box{background:#0084542b;border:1px solid rgba(0,132,84,.25);color:#008454;border-radius:5px;padding:16px 24px;margin-bottom:24px;font-size:14px;line-height:1.2;font-weight:600;box-shadow:0 0 20px #0084540a,0 1px 2px #0000000d}.Settings .success-box>p{margin-bottom:6px}.Settings .success-box>p:last-child{margin-bottom:0}.Settings .success-box{margin-bottom:10px}.Settings .error-box{background:#d342332b;border:1px solid rgba(211,66,51,.25);color:#d34233;border-radius:5px;padding:16px 24px;margin-bottom:24px;font-size:14px;line-height:1.2;font-weight:600;box-shadow:0 0 20px #d342330a,0 1px 2px #0000000d}.Settings .error-box>p{margin-bottom:6px}.Settings .error-box>p:last-child{margin-bottom:0}.Settings .error-box{margin-bottom:10px}.Settings .settings-panel-internal-headline{padding-bottom:16px;margin-bottom:16px;font-size:17px;line-height:17px;color:#0f161b;font-weight:600;border-bottom:1px solid #e8e8e8}.Settings .settings-panel-helper-text{color:#0f161b;margin-bottom:16px;font-size:14px;line-height:1.3;max-width:320px}.Settings .settings-panel-helper-text.-gravatar{margin-bottom:0}.Settings .settings-panel-helper-text a{display:inline-block;text-decoration:none;color:#1b69ff;padding:0 3px;margin:0 -3px;border-radius:3px;transition:background .2s ease-in-out}.Settings .settings-panel-helper-text a:hover{background:#1b69ff2b;cursor:pointer}.Settings .settings-panel-fieldset{margin:32px 0}.Settings .settings-panel-fieldset+.settings-panel-submit-button{margin-top:-8px}.Settings .settings-panel-input-group{max-width:400px;margin-bottom:16px}.Settings .settings-panel-input-group .label{display:block;font-size:14px;line-height:16px;font-weight:600;color:#0f161b;margin-bottom:8px}.Settings .settings-panel-input-group .text-input,.Settings .settings-panel-input-group .password-input,.Settings .settings-panel-input-group .select{display:block;width:100%;font-size:16px;height:38px;line-height:38px;padding:0 12px;border:1px solid #dddddd;border-radius:5px;transition:box-shadow .2s ease-in-out,border-color .2s ease-in-out;-webkit-appearance:none}.Settings .settings-panel-input-group .text-input:active,.Settings .settings-panel-input-group .text-input:focus,.Settings .settings-panel-input-group .password-input:active,.Settings .settings-panel-input-group .password-input:focus,.Settings .settings-panel-input-group .select:active,.Settings .settings-panel-input-group .select:focus{outline:none;border-color:#e8e8e8;box-shadow:0 0 10px #0000000d}.Settings .settings-panel-input-group .text-input.-errored,.Settings .settings-panel-input-group .password-input.-errored,.Settings .settings-panel-input-group .select.-errored{border:1px solid rgb(229.0967741935,143.7338709677,134.9032258065)}.Settings .settings-panel-input-group .error-message{color:#d34233;font-size:12px;line-height:1;margin:5px 0 0}.Settings .settings-panel-input-group .helper-text{font-size:12px;line-height:12px;color:#666;margin-top:5px}.Settings .settings-panel-input-group .checkbox-label{display:block;font-size:14px;line-height:16px;font-weight:600;color:#0f161b;margin-bottom:8px}.Settings .settings-panel-input-group .checkbox-label{padding-top:10px;line-height:16px;-webkit-user-select:none;user-select:none}.Settings .settings-panel-input-group .checkbox{display:inline-block;margin-right:5px;width:16px;height:16px;border:1px solid #dddddd;position:relative;top:1px;box-shadow:none}.Settings .gravatar{display:inline-block;width:50px;height:50px;margin-bottom:16px;overflow:hidden;border-radius:5px}.Settings .settings-panel-submit-button{display:block;height:38px;line-height:38px;font-weight:600;width:100%;color:#fff;text-align:center;font-size:15px;background:#1b69ff;border:none;border-radius:5px;box-shadow:0 0 10px #0003;transition:box-shadow .2s ease-in-out,background .2s ease-in-out;text-decoration:none}.Settings .settings-panel-submit-button:hover{cursor:pointer;box-shadow:0 0 20px #0003}.Settings .settings-panel-submit-button:disabled{background:#bbb;cursor:auto;box-shadow:none}.Settings .settings-panel-submit-button:disabled:hover{box-shadow:inherit}.Settings .settings-panel-submit-button{max-width:400px;margin-top:24px}.NotFound{transition:padding .2s ease-in-out}@media only screen and (min-width: 1537px){.NotFound{max-width:1536px;margin:0 auto;padding:36px 0 0}}@media only screen and (min-width: 667px) and (max-width: 1536px){.NotFound{padding:24px 24px 0}}@media only screen and (max-width: 666px){.NotFound{padding:16px 16px 0}}.NotFound{color:#333}@media only screen and (min-width: 1537px){.NotFound{font-size:18px;padding:100px 150px}}@media only screen and (min-width: 667px) and (max-width: 1536px){.NotFound{font-size:16px;padding:60px 10%}}@media only screen and (max-width: 666px){.NotFound{font-size:14px;padding:60px 10%}}@media only screen and (max-width: 435px){.NotFound{padding:24px}}.NotFound .headline{font-weight:600}@media only screen and (min-width: 1537px){.NotFound .headline{font-size:2.5em}}@media only screen and (min-width: 667px) and (max-width: 1536px){.NotFound .headline{font-size:2.2em}}@media only screen and (max-width: 666px){.NotFound .headline{font-size:1.75em}}@media only screen and (max-width: 435px){.NotFound .headline{font-size:1.5em}}.NotFound .subhead{font-size:1.125em;margin-bottom:2em;font-weight:400;color:#666}@media only screen and (max-width: 666px){.NotFound .subhead{margin-bottom:1em}}@media only screen and (max-width: 435px){.NotFound .subhead{font-size:1em}}.NotFound .helpful-links{font-size:18px;line-height:1.3;margin-bottom:.3em}@media only screen and (max-width: 435px){.NotFound .helpful-links{font-size:16px}}.NotFound .helpful-links>a,.NotFound .helpful-links .go-back-link{color:#1b69ff;text-decoration:none;padding:3px .5em;border-radius:4px;margin-left:-.5em;transition:background .2s ease-in-out}.NotFound .helpful-links>a:hover,.NotFound .helpful-links .go-back-link:hover{background:#1b69ff2b;cursor:pointer}.TimeoutModal{position:fixed;z-index:20;top:0;left:0;right:0;bottom:0;overflow:scroll;background:#0000004d}.TimeoutModal .modal{background:#fff;border-radius:5px;padding:32px;margin:100px auto 0;width:660px}@media only screen and (max-width: 666px){.TimeoutModal .modal{width:unset;margin:20px;padding:30px}}.TimeoutModal .timeout-headline{font-size:28px;font-weight:500;color:#333;margin-bottom:14px}.TimeoutModal p{font-size:14px;line-height:18px;margin-bottom:14px}.TimeoutModal button{font-family:Colfaxx,Helvetica,sans-serif;font-weight:500;font-size:15px;padding:8px 14px;background-color:#1b69ff;color:#fff;margin-top:14px;margin-right:8px;border-radius:5px;border:none;cursor:pointer}.TimeoutModal button.timeout-modal-sign-out-button{background-color:#fff;color:#333;border:1px solid #dddddd}._modal_74xqm_1{max-height:calc(100vh - 64px)}._modalBody_74xqm_5{max-height:calc(100% - 64px);min-height:100px;overflow-y:scroll;max-width:660px}@font-face{font-family:Colfaxx;src:url(/assets/Colfax-Light-DP6e6IyY.woff2) format("woff2"),url(/assets/Colfax-Light-BqemnSrk.woff) format("woff");font-weight:300;font-style:normal;font-display:fallback}@font-face{font-family:Colfaxx;src:url(/assets/Colfax-Regular-C9c14AdH.woff2) format("woff2"),url(/assets/Colfax-Regular-BD_zBcFY.woff) format("woff");font-weight:400;font-style:normal;font-display:fallback}@font-face{font-family:Colfaxx;src:url(/assets/Colfax-Medium-GKu6BvMV.woff2) format("woff2"),url(/assets/Colfax-Medium-CK_pYfWP.woff) format("woff");font-weight:600;font-style:normal;font-display:fallback}@font-face{font-family:Colfaxx;src:url(/assets/Colfax-Bold-D9LvYKBC.woff2) format("woff2"),url(/assets/Colfax-Bold-QgPrrwG_.woff) format("woff");font-weight:900;font-style:normal;font-display:fallback}@font-face{font-family:Ubuntu-Mono;src:url(/assets/UbuntuMono-Italic-aR49C7VY.woff2) format("woff2"),url(/assets/UbuntuMono-Italic-BWwr9Bx2.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Ubuntu-Mono;src:url(/assets/UbuntuMono-BoldItalic-BvpUtAIK.woff2) format("woff2"),url(/assets/UbuntuMono-BoldItalic-BJk_sr12.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:Ubuntu-Mono;src:url(/assets/UbuntuMono-Regular-C_S0TW9Y.woff2) format("woff2"),url(/assets/UbuntuMono-Regular-DWb_tmam.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Ubuntu-Mono;src:url(/assets/UbuntuMono-Bold-_-c-CvXg.woff2) format("woff2"),url(/assets/UbuntuMono-Bold-D9jOgOh8.woff) format("woff");font-weight:700;font-style:normal}body{margin:0;padding:0;font-family:Colfaxx,Helvetica,sans-serif}#root{min-height:100vh}*{box-sizing:border-box;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;margin:0;padding:0}*:focus{outline:1px dotted #666}[data-whatintent=mouse] *:focus{outline:none}.StdoutViewer{position:relative;font-family:Ubuntu-Mono,monospace}.StdoutViewer .console{white-space:pre-wrap;border:1px solid #666666;background:#033333;color:#f9f9f9;box-shadow:inset 0 0 100px #0000004d;padding:20px 24px;font-size:15px;line-height:20px;min-height:100px;max-height:250px;overflow-y:scroll;overflow-wrap:break-word}.StdoutViewer .console:after{content:"stdout";color:#f9f9f9;position:absolute;top:20px;right:24px}.StdoutViewer .console:before{content:"stderr";color:#d34233;position:absolute;top:40px;right:24px}.StdoutViewer .stdout,.StdoutViewer .stderr,.StdoutViewer .null{text-indent:-1em;padding-left:1em}.StdoutViewer .stderr{color:#d34233}.StdoutViewer .null{color:#bbb}.detail-page-stdout-viewer{min-height:150px}.Histogram{height:100%}.Histogram svg{width:100%}.Histogram .baseline{stroke:#666}.Histogram .baseline-label,.Histogram .legend{font-family:Ubuntu-Mono,monospace;font-size:14px;fill:#666}.Histogram .legend-background{fill:#f9f9f9}.Histogram .reference-line{stroke:#f4f4f4;stroke-width:2}.Histogram .count-line{stroke:#ec7b37}.Histogram .tooltip{opacity:0;transform:translateY(-4px);transition:opacity .2s ease-in-out,transform .2s ease-in-out}.Histogram .tooltip.-visible{opacity:1;transform:translateY(0)}.Histogram .tooltip-background{fill:#666;opacity:.8}.Histogram .tooltip-text{font-family:Ubuntu-Mono,monospace;font-size:15px;fill:#fff}.SettingsButton{display:inline-block;font-family:Ubuntu-Mono,monospace;font-weight:700;-webkit-appearance:none;border:none;cursor:pointer;height:21px;line-height:21px;box-shadow:inset 0 0 0 1px #eaeaea;font-size:11px;color:#ababab;border-radius:3px;background:#ffffffd9;position:relative;padding:0 7px 0 22px;margin-left:7px;transition:box-shadow .1s ease-in-out,color .1s ease-in-out,top .1s ease-in-out,background .1s ease-in-out}.SettingsButton .copied-message{position:absolute;top:0;left:0;bottom:0;right:0;border-radius:3px;text-align:center;color:#00a86b;border:1px solid rgb(0,167.7,106.7181818182);background:#fff;line-height:19px;transition:opacity .1s ease-in-out}.SettingsButton .settings-button-icon{position:absolute;left:0;top:0;width:24px;height:21px;stroke:#cdcdcd;fill:transparent;stroke-linejoin:miter;stroke-miterlimit:1;transition:stroke .1s ease-in-out}.SettingsButton:hover,.SettingsButton.-active{background:#fff;box-shadow:inset 0 0 0 1px #cdcdcd,0 1px 1px #0000000d;color:#787878}.SettingsButton:hover .settings-button-icon,.SettingsButton.-active .settings-button-icon{stroke:#787878}.SettingsButton:hover .copied-message,.SettingsButton.-active .copied-message{opacity:0}.SettingsButton:active{background:#fff;box-shadow:inset 0 0 0 1px #cdcdcd;color:#787878;top:1px}.SettingsButton.-disabled,.SettingsButton.-disabled:hover,.SettingsButton.-disabled:active{background:#f9f9f9d9;box-shadow:inset 0 0 0 1px #eaeaea;color:#cdcdcd;cursor:auto;top:0;transition:box-shadow .1s ease-in-out,color .1s ease-in-out,top .1s ease-in-out,background .1s ease-in-out}.SettingsButton.-disabled .settings-button-icon,.SettingsButton.-disabled:hover .settings-button-icon,.SettingsButton.-disabled:active .settings-button-icon{stroke:#cdcdcd}.SettingsButtonSelect{position:absolute;right:0;bottom:25px;min-width:100%;text-align:left;border-radius:3px;border:1px solid #bbbbbb;box-shadow:0 1px 1px 1px #0000000d;background:#fff}.SettingsButtonSelect .option{display:block;padding:0 6px;transition:color .1s ease-in-out;border-top:1px solid #bbbbbb;white-space:nowrap}.SettingsButtonSelect .option.-active{color:#bbb}.SettingsButtonSelect .option:hover{color:#1b69ff}.SettingsButtonSelect .option:first-child{border-top:none}.SettingsButtonSelect:after{content:"";display:block;position:absolute;bottom:-10px;height:10px;min-width:100%;z-index:0;background:transparent}.JobResults{position:relative}.JobResults .json-view-container{overflow:scroll}.JobResults .HistogramSettings{position:absolute;z-index:3;bottom:8px;right:8px;text-align:right;white-space:nowrap}.JobResults #JSONRawView{background:#fff;min-height:150px}.JobResults #JSONRawView .ace_cursor,.JobResults #JSONRawView .ace_active-line{opacity:0}.JsonTree{overflow:scroll;padding-bottom:15px}.JsonTree li{list-style:none}.JsonTree .node,.JsonTree .value{font-family:Ubuntu-Mono,monospace;color:#555;padding:5px 10px 2px}.JsonTree .node.-rootNode,.JsonTree .value.-rootNode{padding:0;display:block;height:auto}.JsonTree .node.-gates,.JsonTree .value.-gates{display:flex;align-items:flex-start}.JsonTree .node.-gates .valueText,.JsonTree .value.-gates .valueText{padding-top:3px}.JsonTree .NodeIcon{display:inline-block;width:16px;height:16px;background:#ccc;color:#fff;border-radius:3px;overflow:hidden;margin-right:10px;position:relative;top:4px}.JsonTree .NodeIcon .icon-svg{fill:#fff}.JsonTree .NodeIcon.-array,.JsonTree .NodeIcon.-array-expanded{background:#4e75b4}.JsonTree .NodeIcon.-boolean{background:#deaa37}.JsonTree .NodeIcon.-duration{background:#d67b3e}.JsonTree .NodeIcon.-function{background:#9359b2}.JsonTree .NodeIcon.-iterable,.JsonTree .NodeIcon.-iterable-expanded,.JsonTree .NodeIcon.-iterable-like,.JsonTree .NodeIcon.-iterable-like-expanded{background:#1398b7}.JsonTree .NodeIcon.-link{background:#1b69ff}.JsonTree .NodeIcon.-null{background:#999}.JsonTree .NodeIcon.-number{background:#deaa37}.JsonTree .NodeIcon.-object,.JsonTree .NodeIcon.-object-expanded{background:#1398b7}.JsonTree .NodeIcon.-status-canceled{background:#999}.JsonTree .NodeIcon.-status-completed{background:#008454}.JsonTree .NodeIcon.-status-errored{background:#d34233}.JsonTree .NodeIcon.-status-pending,.JsonTree .NodeIcon.-status-running{background:#999}@keyframes background-pulse{0%{background:#999}50%{background:#b3b3b3}}.JsonTree .NodeIcon.-status-running{animation:background-pulse 2s ease-in-out 0s infinite normal}@keyframes infinite-spinning{0%{transform:rotate(0)}10%{transform:rotate(360deg)}20%{transform:rotate(720deg)}30%{transform:rotate(1080deg)}40%{transform:rotate(1440deg)}50%{transform:rotate(1800deg)}60%{transform:rotate(2160deg)}70%{transform:rotate(2520deg)}80%{transform:rotate(2880deg)}90%{transform:rotate(3240deg)}}.JsonTree .NodeIcon.-status-running .icon-svg{animation:infinite-spinning 10s ease-in-out 0s infinite normal}.JsonTree .NodeIcon.-string,.JsonTree .NodeIcon.-symbol{background:#993d1d}.JsonTree .NodeIcon.-timestamp{background:#d67b3e;padding:1px}.JsonTree .NodeIcon.-timestamp .icon-svg{width:14px;height:14px}.JsonTree .NodeIcon.-undefined{background:#999}.JsonTree .previewValue{margin-left:8px}.JsonTree .previewValue .NodeIcon{margin-left:5px;margin-right:2px}.JsonTree .previewValue.-array .valueText{margin-left:0;margin-right:0}.JsonTree .valueText{display:inline-block;margin-left:5px}.JsonTree .valueText.-array .punctuation,.JsonTree .valueText.-array-expanded .punctuation{color:#bbb}.JsonTree .valueText.-boolean{color:#deaa37}.JsonTree .valueText.-duration{color:#d67b3e}.JsonTree .valueText.-duration .punctuation{color:#bbb}.JsonTree .valueText.-function{color:#9359b2}.JsonTree .valueText.-iterable,.JsonTree .valueText.-iterable-expanded,.JsonTree .valueText.-iterable-like,.JsonTree .valueText.-iterable-like-expanded{color:#1398b7}.JsonTree .valueText.-link{padding:2px 3px;border-radius:3px;transition:background .2s ease-in-out;color:#1b69ff}.JsonTree .valueText.-link:hover{background:#1b69ff2b}.JsonTree .valueText.-link.-preview:hover{background:inherit}.JsonTree .valueText.-link .punctuation{color:#bacff9}.JsonTree .valueText.-link a{color:#1b69ff;text-decoration:none}.JsonTree .valueText.-null{color:#999}.JsonTree .valueText.-number{color:#deaa37}.JsonTree .valueText.-object,.JsonTree .valueText.-object-expanded{color:#1398b7}.JsonTree .valueText.-status-canceled{color:#999}.JsonTree .valueText.-status-completed{color:#008454}.JsonTree .valueText.-status-errored{color:#d34233}.JsonTree .valueText.-status-pending,.JsonTree .valueText.-status-running{color:#999}@keyframes color-pulse{0%{color:#999}50%{color:#c7c7c7}to{color:#999}}.JsonTree .valueText.-status-running{animation:color-pulse 2s infinite}.JsonTree .valueText.-string{color:#993d1d}.JsonTree .valueText.-string .punctuation{color:#d69179}.JsonTree .valueText.-symbol{color:#993d1d}.JsonTree .valueText.-timestamp{color:#d67b3e}.JsonTree .valueText.-undefined{color:#999}.JsonTree .itemRange{padding-top:8px;padding-left:36px;padding-bottom:2px}.JsonTree .nestedNodeChildren{padding-left:3em}.JsonTree .nestedNodeChildren li:last-child{margin-bottom:5px}.JsonTree .arrowContainer,.JsonTree .arrow-spacer{display:inline-block;width:10px;height:10px;position:relative;top:2px;left:2px;margin-right:5px;transition:left .1s ease-in-out,transform .1s ease-in-out}.JsonTree .arrowContainer.-expanded,.JsonTree .arrow-spacer.-expanded{left:0;transform:rotate(90deg)}.JsonTree .arrow{width:0;height:0;border-top:4px solid transparent;border-right:5px solid transparent;border-bottom:4px solid transparent;border-left:5px solid #bbbbbb;position:absolute;top:0;left:2px}.JsonTree .label{display:inline-block;line-height:1}.JsonTree .label.nestedNodeLabel:hover{cursor:pointer}.JsonTree .label-group{padding-left:15px}.JsonTree .label-group.-expandable{padding-left:0}.JsonTree .label-group.-expandable:hover{cursor:pointer;opacity:.8}.JsonTree .nestedNodeItemString .punctuation{color:#bbb}.JsonTree .nestedNodeItemString .punctuation.-left-bracket{padding-right:2px}.JsonTree .nestedNodeItemString .punctuation.-right-bracket{padding-left:2px}.JsonTree .nestedNodeItemString.-expanded{display:none}.SimulationProgressBar{position:absolute;bottom:0;left:0;right:0;z-index:5;height:2px;opacity:0;transition:opacity 0s ease-in 0s}.SimulationProgressBar.-active{opacity:1}.SimulationProgressBar.-inactive{transition:opacity .1s ease-in .5s;opacity:0}.SimulationProgressBar.-inactive .bar{width:100%;transition:width .5s ease-in;transition:width var(--transition-speed) ease-in}.SimulationProgressBar .bar{position:absolute;top:0;bottom:0;left:0;background:#00a86b}.Console{background:#fff;position:relative;margin-bottom:32px}.Console .ConsoleSettings{position:absolute;z-index:3;bottom:8px;right:8px;text-align:right;white-space:nowrap}.Console .no-output-message,.Console .loader{padding:32px;font-family:Ubuntu-Mono,monospace;font-size:21px;line-height:1.2;color:#999}.Console .no-output-message .no-output-error-message,.Console .loader .no-output-error-message{padding-top:8px;color:#d34233;margin-bottom:16px}.Console .loader{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background:#ffffffb3}.Console .json-view-container{padding-top:32px;padding-bottom:32px;overflow:scroll}.Console .console-scroll-container .StdoutViewer,.Console .console-scroll-container .StdoutViewer .console{max-height:none;height:100%}@media only screen and (min-width: 667px){.Console .histogram-view-container{padding:10px 20px}}.Console #JSONRawView{background:#fff}.Console #JSONRawView .ace_cursor,.Console #JSONRawView .ace_active-line{opacity:0}.Console .json-tree-scroll-container{overflow:scroll;padding-top:14px}.Visualizer{position:relative;width:100%;background:#fff}.Visualizer .visualization-container{height:299px;overflow:scroll;padding-top:10px}.Visualizer .VisualizerSettings{position:absolute;z-index:3;bottom:8px;right:8px;text-align:right;white-space:nowrap}.no-circuit-container,.no-circuit-loader{max-width:400px;padding:16px 32px;font-family:Ubuntu-Mono,monospace}.no-circuit-container .no-circuit-message,.no-circuit-container .no-circuit-error-message,.no-circuit-loader .no-circuit-message,.no-circuit-loader .no-circuit-error-message{font-size:21px;line-height:1.2;color:#999;margin-bottom:16px}.no-circuit-container .no-circuit-action,.no-circuit-loader .no-circuit-action{color:#1b69ff;cursor:pointer}.no-circuit-container .no-circuit-error-message,.no-circuit-loader .no-circuit-error-message{margin-top:-8px;color:#d34233;margin-bottom:16px}.no-circuit-loader{font-size:21px;line-height:1.2;color:#999;margin-bottom:16px}.generated-svg{height:100%;margin-left:10px;margin-right:20px;margin-bottom:20px}
