@-webkit-keyframes fade-in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@-moz-keyframes fade-in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@-o-keyframes fade-in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes fade-in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@-webkit-keyframes fade-out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@-moz-keyframes fade-out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@-o-keyframes fade-out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes fade-out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes slide-in-right{100%{right:0;visibility:initial}}@keyframes slide-out-right{0%{right:0}100%{visibility:hidden}}:root{--font-family-sans-serif: Verdana, Arial, Times, Helvetica, sans-serif;--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas;--color-primary: #0D50B4;--color-primary-variant: #ADD2F0;--color-secondary: #E6EDF7;--color-secondary-variant: #CBE2F5;--color-background: #FFFFFF;--color-surfacy: #FFFFFF;--color-error: #EF5350;--color-warning: #FFCC00;--color-success: #50EFC4;--color-info: #0D50B4;--color-on-primary: #FFFFFF;--color-on-primary-variant: #707070;--color-on-secondary: #707070;--color-on-secondary-variant: #707070;--color-on-background: #707070;--color-on-surfacy: #707070;--color-on-error: #FFFFFF;--color-on-warning: #707070;--color-on-success: #707070;--color-on-info: #FFFFFF}.container{-webkit-animation:fade-in .75s ease forwards;-moz-animation:fade-in .75s ease forwards;-o-animation:fade-in .75s ease forwards;animation:fade-in .75s ease forwards;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:12px;font-weight:400;background-color:#fff;color:#707070}.container>header{min-height:2em;padding:.4em .6em;margin:0 0 .4em 0;border-width:0 0 .1em;border-style:solid;border-color:#add2f0;background-color:#0d50b4;color:#fff}.container>main{padding:.4em .6em;margin:auto}.show{visibility:visible}.hide{visibility:hidden}.error-screen{min-width:60em;padding:2em;margin:auto;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:12px;background-color:#fff;color:#707070}.error-screen h1,.error-screen h2,.error-screen h3,.error-screen h4,.error-screen h5,.error-screen h6{margin:.6em 0}.error-screen h1{font-size:6.8em}.error-screen h2{font-size:5.2em}.error-screen h3{font-size:3.6em}.error-screen h4{font-size:2em}.error-screen h5{font-size:1.2em}.error-screen h6{font-size:.8em}div.modal{position:fixed;height:100vh;width:100vw;top:0;left:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;font-weight:400;background-color:transparent;color:#707070}div.modal .spacing,div.modal>div:not(.box):first-child>.header+div,div.modal>div.box>div:first-child>.header+div,div.modal>div.box>div:first-child>div:not(.header):first-child,div.modal>div:not(.box):first-child{padding:1.6em 2.4em}div.modal.overshadow{background-color:rgba(173,210,240,.6)}div.modal.settings>div:not(.box):first-child label,div.modal.settings>div:not(.box):first-child label>input,div.modal.settings>div:not(.box):first-child label>select,div.modal.settings>div:not(.box):first-child button,div.modal.settings>div.box>div:first-child>div:not(.header):first-child label,div.modal.settings>div.box>div:first-child>div:not(.header):first-child label>input,div.modal.settings>div.box>div:first-child>div:not(.header):first-child label>select,div.modal.settings>div.box>div:first-child>div:not(.header):first-child button,div.modal.settings>div.box>div:first-child>.header+div label,div.modal.settings>div.box>div:first-child>.header+div label>input,div.modal.settings>div.box>div:first-child>.header+div label>select,div.modal.settings>div.box>div:first-child>.header+div button{width:100%;margin-left:0;margin-right:0}div.modal>div{max-width:95%;max-width:95%}div.modal>div:not(.box):first-child,div.modal>div.box>div:first-child{min-width:11em;min-height:2em;border-width:.1em;border-style:solid;border-color:transparent;border-radius:.3em;box-shadow:.4em .4em .8em .2em rgba(8,8,8,.2);background-color:#fff;color:#707070}div.modal>div:not(.box):first-child>.header,div.modal>div.box>div:first-child>.header{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;font-weight:700;font-size:1.1em;text-align:center;padding:.8em 0;background-color:#fff;color:#003d6e;cursor:default}div.modal>div:not(.box):first-child>.header>span[class*=icon],div.modal>div.box>div:first-child>.header>span[class*=icon]{position:absolute;top:.3em;left:.3em;font-size:1.8em;vertical-align:middle;margin-right:.1em;cursor:pointer}div.modal .footer{text-align:center;padding:.8em 2.4em;color:#fff}.open{-webkit-animation:fade-in .75s ease forwards;-moz-animation:fade-in .75s ease forwards;-o-animation:fade-in .75s ease forwards;animation:fade-in .75s ease forwards}.close{-webkit-animation:fade-out .25s ease forwards;-moz-animation:fade-out .25s ease forwards;-o-animation:fade-out .25s ease forwards;animation:fade-out .25s ease forwards}@keyframes swing{0%{transform:rotate(0deg)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}100%{transform:rotate(0deg)}}@-o-keyframes swing{0%{transform:rotate(0deg)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}100%{transform:rotate(0deg)}}@-moz-keyframes swing{0%{transform:rotate(0deg)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes swing{0%{transform:rotate(0deg)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}100%{transform:rotate(0deg)}}@keyframes box-removal{0%{opacity:1;transform:scale(1);-webkit-transform:scale(1)}100%{opacity:0;transform:scale(0);-webkit-transform:scale(0)}}@-o-keyframes box-removal{0%{opacity:1;transform:scale(1);-webkit-transform:scale(1)}100%{opacity:0;transform:scale(0);-webkit-transform:scale(0)}}@-moz-keyframes box-removal{0%{opacity:1;transform:scale(1);-webkit-transform:scale(1)}100%{opacity:0;transform:scale(0);-webkit-transform:scale(0)}}@-webkit-keyframes box-removal{0%{opacity:1;transform:scale(1);-webkit-transform:scale(1)}100%{opacity:0;transform:scale(0);-webkit-transform:scale(0)}}.balloon-icon{position:relative;display:inline-block}.balloon-icon>span{position:absolute;z-index:1;top:0;right:0;left:auto;display:none;min-width:1.1em;min-height:1.1em;border-width:.1em;border-style:solid;border-color:#ef5350;border-radius:1em;font-size:.6em;font-weight:bold;text-align:center;letter-spacing:0;line-height:1em;background-color:#ef5350;color:#fff;cursor:default}.balloon-icon>span.active{display:inline-block}.balloon-icon>span.active+[class*=-icons]{animation:linear 1s infinite swing}.balloon-icon i{font-size:2em}div.notification{-webkit-animation:slide-out-right .3s ease forwards;-moz-animation:slide-out-right .3s ease forwards;-o-animation:slide-out-right .3s ease forwards;animation:slide-out-right .3s ease forwards;position:fixed;right:-18em;top:0;z-index:999;overflow:auto;height:100vh;width:18em;margin:0;margin:0;padding:0;box-shadow:0 0 .6em .2em rgba(8,8,8,.2);font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-color:#e6edf7;color:#707070;cursor:default}div.notification.active{-webkit-animation:slide-in-right .3s ease forwards;-moz-animation:slide-in-right .3s ease forwards;-o-animation:slide-in-right .3s ease forwards;animation:slide-in-right .3s ease forwards}div.notification>div{height:100%;overflow:auto}div.notification>div>div{display:inline-flex;align-items:center;width:100%;position:relative;box-sizing:border-box;padding:.6em 1.2em .6em 1em;border-width:.1em;border-style:solid;border-color:#e6edf7;line-height:1.3em;letter-spacing:.01em;font-size:.82em}div.notification>div>div.remove{animation-name:box-removal;animation-duration:.3s;animation-timing-function:ease;animation-delay:.3s;animation-fill-mode:forwards;animation-play-state:running}div.notification>div>div.recent{background-color:#cbe2f5;color:#707070}div.notification>div>div.selected,div.notification>div>div:not(.trash-all):hover{background-color:#fff;color:#707070}div.notification>div>div.type-error>[class*=-icons]{position:absolute;display:flex;align-items:center;justify-content:center}div.notification>div>div.type-error>[class*=-icons]:first-child{left:auto;right:auto;font-size:1.8em}div.notification>div>div.type-error>[class*=-icons]+[class*=-icons]{top:.3em;right:.2em;left:auto;font-size:1.7em}div.notification>div>div.type-warning>[class*=-icons]{position:absolute;display:flex;align-items:center;justify-content:center}div.notification>div>div.type-warning>[class*=-icons]:first-child{left:auto;right:auto;font-size:1.8em}div.notification>div>div.type-warning>[class*=-icons]+[class*=-icons]{top:.3em;right:.2em;left:auto;font-size:1.7em}div.notification>div>div.type-success>[class*=-icons]{position:absolute;display:flex;align-items:center;justify-content:center}div.notification>div>div.type-success>[class*=-icons]:first-child{left:auto;right:auto;font-size:1.8em}div.notification>div>div.type-success>[class*=-icons]+[class*=-icons]{top:.3em;right:.2em;left:auto;font-size:1.7em}div.notification>div>div.type-info>[class*=-icons]{position:absolute;display:flex;align-items:center;justify-content:center}div.notification>div>div.type-info>[class*=-icons]:first-child{left:auto;right:auto;font-size:1.8em}div.notification>div>div.type-info>[class*=-icons]+[class*=-icons]{top:.3em;right:.2em;left:auto;font-size:1.7em}div.notification>div>div>p{padding:0 .4em 0 3em}div.notification>div .trash-all{display:inline-flex;flex-direction:column;align-items:center}.shaded-icon-primary{font-size:1.8em;text-shadow:0 0 .25em #08306d;color:#fff}.alert-primary{background-color:#0d50b4 !important;color:#fff !important}.shaded-icon-primary-variant{font-size:1.8em;text-shadow:0 0 .25em #6cafe4;color:#fff}.alert-primary-variant{background-color:#add2f0 !important;color:#707070 !important}.shaded-icon-secondary{font-size:1.8em;text-shadow:0 0 .25em #acc3e4;color:#fff}.alert-secondary{background-color:#e6edf7 !important;color:#707070 !important}.shaded-icon-secondary-variant{font-size:1.8em;text-shadow:0 0 .25em #8bbee9;color:#fff}.alert-secondary-variant{background-color:#cbe2f5 !important;color:#707070 !important}.shaded-icon-background{font-size:1.8em;text-shadow:0 0 .25em #d9d9d9;color:#fff}.alert-background{background-color:#fff !important;color:#707070 !important}.shaded-icon-surfacy{font-size:1.8em;text-shadow:0 0 .25em #d9d9d9;color:#fff}.alert-surfacy{background-color:#fff !important;color:#707070 !important}.shaded-icon-error{font-size:1.8em;text-shadow:0 0 .25em #de1814;color:#fff}.alert-error{background-color:#ef5350 !important;color:#fff !important}.shaded-icon-warning{font-size:1.8em;text-shadow:0 0 .25em #b38f00;color:#fff}.alert-warning{background-color:#fc0 !important;color:#707070 !important}.shaded-icon-success{font-size:1.8em;text-shadow:0 0 .25em #14dea8;color:#fff}.alert-success{background-color:#50efc4 !important;color:#707070 !important}.shaded-icon-info{font-size:1.8em;text-shadow:0 0 .25em #08306d;color:#fff}.alert-info{background-color:#0d50b4 !important;color:#fff !important}div.alert{display:flex;align-items:center;margin:.8em .8em;padding:.4em .6em;border-width:.1em;border-style:solid;border-color:transparent;border-radius:.3em;box-shadow:.2em .2em .4em .1em rgba(8,8,8,.2);background-color:#e6edf7;color:#707070}div.alert:first-child{margin-top:.8em}div.alert:last-child{margin-bottom:.8em}div.alert>[class*=-icons]{margin:0 .8em 0 0}.shaded-icon{font-size:1.8em;text-shadow:0 0 .2em #707070;color:#fff}.message{font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:.8em}.message>.primary,.message>.primary a{color:#0d50b4 !important}.message>.primary-variant,.message>.primary-variant a{color:#add2f0 !important}.message>.secondary,.message>.secondary a{color:#e6edf7 !important}.message>.secondary-variant,.message>.secondary-variant a{color:#cbe2f5 !important}.message>.background,.message>.background a{color:#fff !important}.message>.surfacy,.message>.surfacy a{color:#fff !important}.message>.error,.message>.error a{color:#ef5350 !important}.message>.warning,.message>.warning a{color:#fc0 !important}.message>.success,.message>.success a{color:#50efc4 !important}.message>.info,.message>.info a{color:#0d50b4 !important}.message>p{text-align:center;margin:.8em 0}.form .field-container{position:relative;display:flex;flex-direction:column;box-sizing:border-box;padding-top:1.0866666667em;margin-bottom:.4em;margin-left:.2666666667em;margin-right:.2666666667em;overflow:unset;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;font-weight:400;color:#707070}.form .field-container div.radio-field,.form .field-container div.checkbox-field,.form .field-container div.select-field,.form .field-container div.textarea-field,.form .field-container div.text-field{position:relative;display:inline-flex;height:2em;min-height:2em;border-width:0;border-style:solid;border-color:transparent;border-radius:.3em;box-sizing:border-box;letter-spacing:.019375em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;font-weight:400;will-change:opacity,transform,color;background-color:#e6e6e6;color:#707070}.form .field-container div.focus.radio-field,.form .field-container div.focus.checkbox-field,.form .field-container div.focus.select-field,.form .field-container div.focus.textarea-field,.form .field-container div.focus.text-field{box-shadow:inset 0 0 0 .1em #1162d9}.form .field-container div.error.radio-field,.form .field-container div.error.checkbox-field,.form .field-container div.error.select-field,.form .field-container div.error.textarea-field,.form .field-container div.error.text-field{box-shadow:inset 0 0 0 .1em #ef5350 !important}.form .field-container div.warning.radio-field,.form .field-container div.warning.checkbox-field,.form .field-container div.warning.select-field,.form .field-container div.warning.textarea-field,.form .field-container div.warning.text-field{box-shadow:inset 0 0 0 .1em #fc0}.form .field-container div.success.radio-field,.form .field-container div.success.checkbox-field,.form .field-container div.success.select-field,.form .field-container div.success.textarea-field,.form .field-container div.success.text-field{box-shadow:inset 0 0 0 .1em #50efc4}.form .field-container div.info.radio-field,.form .field-container div.info.checkbox-field,.form .field-container div.info.select-field,.form .field-container div.info.textarea-field,.form .field-container div.info.text-field{box-shadow:inset 0 0 0 .1em #0d50b4}.form .field-container div.select-field>label,.form .field-container div.textarea-field>label,.form .field-container div.text-field>label{position:absolute;right:initial;left:0;top:-.2666666667em;transform:translateY(-100%);transform-origin:left top;font-size:.82em;font-weight:700;line-height:1.18333em;will-change:transform;white-space:nowrap;text-align:left;text-overflow:ellipsis;cursor:text;overflow:hidden;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;pointer-events:none;color:inherit}.form .field-container div.radio-field~label,.form .field-container div.checkbox-field~label,.form .field-container div.select-field~label,.form .field-container div.textarea-field~label,.form .field-container div.text-field~label{position:absolute;right:initial;left:.055em;top:0;font-size:.82em;font-weight:700;line-height:1em;will-change:transform;white-space:nowrap;text-align:left;text-overflow:ellipsis;cursor:text;overflow:hidden;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;pointer-events:none;color:inherit}.form .field-container div.text-field{overflow:unset}.form .field-container div.text-field>i{position:absolute;top:50%;left:.2em;right:auto;transform:translateY(-50%);font-size:1.4em;cursor:pointer}.form .field-container div.text-field>i.no-action{cursor:default !important}.form .field-container div.text-field>i~i{right:.2em;left:auto}.form .field-container div.text-field>i~input{padding-left:2.2em;padding-right:2.2em}.form .field-container div.text-field>input{align-self:flex-end;width:100%;height:100%;padding-left:.4em;padding-right:.4em;box-sizing:border-box;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;outline:none;border:none;background:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit}.form .field-container div.textarea-field{overflow:auto;resize:vertical}.form .field-container div.textarea-field>i{position:absolute;top:50%;left:.2em;right:auto;transform:translateY(-50%);font-size:1.4em;cursor:pointer}.form .field-container div.textarea-field>i.no-action{cursor:default !important}.form .field-container div.textarea-field>i~i{right:.2em;left:auto}.form .field-container div.textarea-field>i~textarea{padding-left:2.2em;padding-right:2.2em}.form .field-container div.textarea-field>textarea{align-self:flex-end;width:100% !important;height:100% !important;padding-top:.4em;padding-left:.4em;padding-right:.4em;box-sizing:border-box;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;outline:none;border:none;background:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:justify;line-height:1.4em;resize:none;color:inherit}.form .field-container div.select-field{will-change:auto;overflow:unset}.form .field-container div.select-field>i{position:absolute;z-index:11;top:50%;left:.2em;right:auto;transform:translateY(-50%);font-size:1.4em;cursor:pointer}.form .field-container div.select-field>i.no-action{cursor:default !important}.form .field-container div.select-field>i.active{z-index:14}.form .field-container div.select-field>i~i{right:.2em;left:auto}.form .field-container div.select-field>i~i+select{background-position:right 2.2em center}.form .field-container div.select-field>i~i+select~.select-box .toggle{background-position:right 2.4em center}.form .field-container div.select-field>i~select{padding-left:1.8em;padding-right:3.3em}.form .field-container div.select-field>i~.select-box .toggle{padding-left:2.1em;padding-right:3.5em}.form .field-container div.select-field>select{align-self:flex-end;width:100%;height:100%;padding-left:0;padding-right:1.5em;box-sizing:border-box;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;outline:none;border:none;background:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;font-family:inherit;font-size:inherit;font-weight:inherit;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.932 2.966'%3e%3cdefs%3e%3cstyle%3e.a{fill:%236f6f6f;}%3c/style%3e%3c/defs%3e%3cpath class='a' d='M9,13.5l2.966,2.966L14.932,13.5Z' transform='translate%28-9 -13.5%29'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .4em center;background-size:1em;color:inherit}.form .field-container div.select-field>select option{line-height:1em}.form .field-container div.select-field .select-box{display:flex;flex-direction:column;top:0;bottom:auto;position:absolute;z-index:10;width:100%;align-self:flex-start;border-width:0;border-style:solid;border-color:transparent;border-radius:.3em;cursor:default;padding:0;box-sizing:border-box}.form .field-container div.select-field .select-box .toggle{cursor:default;display:inline-flex;align-self:flex-end;align-items:center;width:100%;height:1.8em;min-height:1.8em;margin-top:.1em;padding-left:.4em;padding-right:1.5em;box-sizing:border-box;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;user-select:none;outline:none;border:none;font-family:inherit;font-size:inherit;font-weight:inherit;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.932 2.966'%3e%3cdefs%3e%3cstyle%3e.a{fill:%236f6f6f;}%3c/style%3e%3c/defs%3e%3cpath class='a' d='M9,13.5l2.966,2.966L14.932,13.5Z' transform='translate%28-9 -13.5%29'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .4em center;background-size:1em;color:inherit}.form .field-container div.select-field .select-box.reverse{flex-direction:column-reverse;top:auto;bottom:0}.form .field-container div.select-field .select-box.active{z-index:13}.form .field-container div.select-field .select-box:not(.active) .options{display:none}.form .field-container div.select-field .select-box .options{z-index:12;background-color:#e6e6e6;margin:.24em 0 .32em;padding-top:.16em;border-width:0;border-style:solid;border-color:transparent;border-radius:.3em;box-shadow:.2em .2em .4em 0 rgba(8,8,8,.2);box-sizing:border-box}.form .field-container div.select-field .select-box .options input{position:relative;width:calc(100% - 0.8em);height:2em;min-height:2em;border-width:0;border-style:solid;border-color:transparent;border-radius:.3em;box-sizing:border-box;margin:.4em .4em;padding-left:.4em;padding-right:.4em;box-sizing:border-box;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;font-family:inherit;font-size:inherit;font-weight:inherit;background-color:#fff;color:#707070}.form .field-container div.select-field .select-box .options>ul{overflow-y:auto;max-height:10em}.form .field-container div.select-field .select-box .options ul{box-sizing:border-box;list-style-type:none;margin:.2em 0 .32em 0;padding:0;border:none}.form .field-container div.select-field .select-box .options ul li{min-height:2em}.form .field-container div.select-field .select-box .options ul li strong{display:flex;align-items:center;min-height:2em;padding-left:.4em;box-sizing:border-box}.form .field-container div.select-field .select-box .options ul li:not(.group){display:flex;align-items:center;padding-left:.4em}.form .field-container div.select-field .select-box .options ul li:not(.group).selected{background-color:#cbe2f5;color:#707070}.form .field-container div.select-field .select-box .options ul li:not(.group):hover{background-color:#add2f0;color:#707070}.form .field-container div.select-field .select-box .options ul ul li:not(.group){padding-left:.8em}.form .field-container div.checkbox-field{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form .field-container div.checkbox-field.focus{box-shadow:unset}.form .field-container div.checkbox-field label{display:flex;align-items:center;cursor:pointer;margin:.4em}.form .field-container div.checkbox-field label:last-child{margin-right:0}.form .field-container div.checkbox-field input[type=checkbox]{position:absolute;opacity:0;outline:none;border:none;background:none;appearance:none}.form .field-container div.checkbox-field label::before{display:inline-block;width:1em;height:1em;margin:0 .4em 0 0;border-width:.2em;border-style:solid;border-color:#003d6e;border-radius:.2em;content:" ";background-color:#fff;color:#707070}.form .field-container div.checkbox-field input[type=checkbox]:checked+label::before{display:flex;align-items:end;line-height:1.1em;text-indent:.0733333em;content:"⏹";background-color:#fff;color:#003d6e}.form .field-container div.checkbox-field input[type=checkbox]:disabled+label::before{border-color:#959595;background-color:#ccc;color:#959595}.form .field-container div.radio-field{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form .field-container div.radio-field.focus{box-shadow:none}.form .field-container div.radio-field label{display:flex;align-items:center;cursor:pointer;margin:.4em}.form .field-container div.radio-field label:last-child{margin-right:0}.form .field-container div.radio-field input[type=radio]{position:absolute;opacity:0;outline:none;border:none;background:none;appearance:none}.form .field-container div.radio-field label::before{display:inline-block;width:1em;height:1em;margin:0 .4em 0 0;border-width:.2em;border-style:solid;border-color:#003d6e;border-radius:1em;content:" ";background-color:#fff;color:#707070}.form .field-container div.radio-field input[type=radio]:checked+label::before{display:flex;align-items:end;line-height:1.1em;text-indent:.0733333em;content:"⬤";background-color:#fff;color:#003d6e}.form .field-container div.radio-field input[type=radio]:disabled+label::before{border-color:#959595;background-color:#ccc;color:#959595}.form .field-container .field-helper{display:block;min-height:1.4em;margin-top:.4em;padding-left:.6em;padding-right:.6em;box-sizing:border-box;font-size:.7em;font-weight:400;letter-spacing:0.0223333333em;line-height:1em;text-decoration:inherit;text-transform:inherit;color:#ef5350}.form .field-container .field-helper [class*=-icons]{font-size:1em;vertical-align:bottom}.form .field-container .field-helper [class*=-icons]:first-child{padding-left:0}.form hr{width:calc(100% - 0.5em);background-color:#add2f0;border-width:.1em 0;border-style:solid;border-color:#add2f0 !important;box-shadow:none;margin:.8em .2666666667em}.venture{background-color:#003d6e !important;color:#fff !important}.success{background-color:#80ba80 !important;color:#fff !important}.danger{background-color:#d67371 !important;color:#fff !important}.normal{background-color:#f9f9f9 !important;color:#707070 !important}.medium{background-color:#ccc !important;color:#707070 !important}.disabled{background-color:#959595 !important;color:#ccc !important}.cover{background-color:#e6edf7 !important;color:#0d50b4 !important}.rounded-button{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;height:2em;line-height:2em;box-sizing:border-box;vertical-align:middle;letter-spacing:.019375em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;font-weight:400;margin:.2666666667em .2666666667em;outline:none;background-color:#f9f9f9;color:#707070;cursor:default;position:relative;text-align:center;padding:0 2.5em;border-color:transparent;border-width:0;border-style:solid;border-radius:1em}.rounded-button:first-child{margin-left:0}.rounded-button:hover,.rounded-button:focus{box-shadow:0 0 0 .1em #1162d9}.rounded-button:hover{cursor:pointer}.rounded-button:disabled{cursor:default;pointer-events:none}.rounded-button [class*=icon]{display:inline-flex;align-self:center}.rounded-button>[class*=icon]{position:absolute;float:right;right:0;width:1em;padding:0 .03em;margin:0;font-size:2em;line-height:1em;border:none}.button{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;height:2em;line-height:2em;box-sizing:border-box;vertical-align:middle;letter-spacing:.019375em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;font-weight:400;margin:.2666666667em .2666666667em;outline:none;background-color:#f9f9f9;color:#707070;cursor:default;position:relative;text-align:center;padding:0 2.5em;border-color:transparent;border-width:0;border-style:solid;border-radius:.3em;padding:0 1.5em}.button:first-child{margin-left:0}.button:hover,.button:focus{box-shadow:0 0 0 .1em #1162d9}.button:hover{cursor:pointer}.button:disabled{cursor:default;pointer-events:none}.button [class*=icon]{display:inline-flex;align-self:center}.dropdown{position:relative;display:inline-flex !important;flex-direction:column;user-select:none;vertical-align:middle;box-sizing:border-box}.dropdown button{display:inherit;text-align:left;align-items:inherit;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.932 2.966'%3e%3cdefs%3e%3cstyle%3e.a{fill:%236f6f6f;}%3c/style%3e%3c/defs%3e%3cpath class='a' d='M9,13.5l2.966,2.966L14.932,13.5Z' transform='translate%28-9 -13.5%29'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:.7em}.dropdown button.rounded-button{background-position:right .7em center}.dropdown button.button{background-position:right .4em center}.dropdown .dropdown-options{position:relative;top:0;display:inline-flex;justify-content:end;align-items:self-start;height:0 !important;margin:0;box-sizing:border-box;text-align:left}.dropdown .dropdown-options>ul{position:relative;z-index:998;display:none;list-style-type:none;margin:0;padding:0;text-align:left;border-width:.1em;border-style:solid;border-color:#e6edf7;border-radius:.3em;box-shadow:.3em .3em .5em rgba(8,8,8,.2);background-color:#e6edf7;color:#707070}.dropdown .dropdown-options>ul>li{display:block;padding:.4em .6em;line-height:2em;box-sizing:border-box;white-space:nowrap;cursor:pointer}.dropdown .dropdown-options>ul>li:hover{background-color:#f9f9f9;color:#707070}.dropdown .dropdown-options>ul>li [class*=-icons]{display:inline;vertical-align:middle;font-size:2em}.dropdown .dropdown-options>ul>li:first-child{border-radius:.3em .3em 0 0}.dropdown .dropdown-options>ul>li:last-child{border-radius:0 0 .3em .3em}.dropdown.top{flex-direction:column-reverse}.dropdown.top .dropdown-options{align-items:self-end}.dropdown.active ul{display:block}.dropdown.user button:not([class*=button]){position:relative;display:inline-flex !important;flex-direction:column;min-height:3em;user-select:none;padding:.2em;box-sizing:border-box;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;border-color:transparent;border-width:0;border-style:solid;border-radius:2em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.932 2.966'%3e%3cdefs%3e%3cstyle%3e.a{fill:%236f6f6f;}%3c/style%3e%3c/defs%3e%3cpath class='a' d='M9,13.5l2.966,2.966L14.932,13.5Z' transform='translate%28-9 -13.5%29'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1em center;background-size:.8em;background-color:#e6edf7;color:#707070}.dropdown.user button:not([class*=button])>.circle{position:absolute;height:2.3em;max-height:2.3em;width:2.3em;max-width:2.3em;margin-top:.072em;margin-left:.13em;font-weight:bold;font-size:1em;font-size-adjust:.7;line-height:2.3em;text-align:center;border-width:.1em;border-style:solid;border-color:#0d50b4;border-radius:1.15em;background-color:#0d50b4;color:#fff}.dropdown.user button:not([class*=button])>div:not(.circle){padding-left:3.2em;padding-right:3.2em}.dropdown.user .dropdown-options{top:.4em}.dropdown.user.top .dropdown-options{top:-0.4em}.markdown.box,.box.error-screen{padding:.8em;border-width:.1em;border-style:solid;border-color:#add2f0;border-radius:.3em;background-color:#fff;color:#707070}.markdown.box>.title,.box.error-screen>.title{color:#707070}.markdown.box>div:not(.title),.box.error-screen>div:not(.title){padding:.4em .6em}.markdown blockquote,.error-screen blockquote{border-left:.3em solid #add2f0;padding-left:.6em;margin:0;font-size:1em;font-style:italic}.markdown code,.error-screen code{margin:0;padding:.05rem .2rem;border-width:.1em;border-style:solid;border-color:transparent;border-radius:.2em;border-collapse:collapse;white-space:pre-wrap;word-wrap:break-word;background-color:#cbe2f5;color:#707070}.markdown pre,.error-screen pre{position:relative;padding:.8em .8em;min-height:2em;border-width:.1em;border-style:solid;border-color:transparent;border-radius:.3em;background-color:#e6edf7;color:#707070}.markdown pre:hover>button.copy,.error-screen pre:hover>button.copy{visibility:visible}.markdown pre>button.copy,.error-screen pre>button.copy{visibility:hidden;position:absolute;top:.12em;right:.12em;opacity:.5}.markdown pre>code,.error-screen pre>code{margin:0;padding:0;border:none;background:none}.markdown pre code,.error-screen pre code,.markdown pre code *,.error-screen pre code *{font-family:SFMono-Regular,Menlo,Monaco,Consolas;font-size:1em;line-height:1em}.markdown p,.error-screen p{text-align:justify}.markdown h1,.error-screen h1,.markdown h2,.error-screen h2,.markdown h3,.error-screen h3,.markdown h4,.error-screen h4,.markdown h5,.error-screen h5,.markdown h6,.error-screen h6{margin:.4em 0}p~.markdown h1,p~.error-screen h1,p~.markdown h2,p~.error-screen h2,p~.markdown h3,p~.error-screen h3,p~.markdown h4,p~.error-screen h4,p~.markdown h5,p~.error-screen h5,p~.markdown h6,p~.error-screen h6{margin-top:1.6em}.markdown h1,.error-screen h1{font-size:3em}.markdown h2,.error-screen h2{font-size:2.5em}.markdown h3,.error-screen h3{font-size:2em}.markdown h4,.error-screen h4{font-size:1.5em}.markdown h5,.error-screen h5{font-size:1em}.markdown h6,.error-screen h6{font-size:.82em}.markdown hr,.error-screen hr{height:0;border-width:.1em;border-style:solid;border-color:#0d50b4;box-shadow:.2em .2em .4em rgba(8,8,8,.2);background-color:#0d50b4}.markdown ul,.error-screen ul{padding:0 0 0 1.5em}.markdown ul li p,.error-screen ul li p{text-indent:unset;padding:0;margin:0}.markdown table,.error-screen table{border-collapse:collapse}.markdown table caption,.error-screen table caption{text-align:left;font-size:.82em;padding:1em 0 .5em 0}.markdown table thead th,.error-screen table thead th{background-color:#0d50b4;color:#fff}.markdown table tbody td,.error-screen table tbody td{background-color:#e6edf7;color:#707070}.markdown table tbody td:hover,.error-screen table tbody td:hover{background-color:#add2f0;color:#707070}.markdown table th,.error-screen table th,.markdown table td,.error-screen table td{padding:.4em .6em}.markdown table th,.error-screen table th{border-right:.1em solid #add2f0}.markdown table td,.error-screen table td{border-right:.1em solid #add2f0}.markdown table th:last-child,.error-screen table th:last-child,.markdown table td:last-child,.error-screen table td:last-child{border-right:none}.markdown table thead th:first-child,.error-screen table thead th:first-child{border-radius:.3em 0 0 0}.markdown table thead th:last-child,.error-screen table thead th:last-child{border-radius:0 .3em 0 0}.markdown table tbody tr:first-child td,.error-screen table tbody tr:first-child td{border-top:.3em solid #add2f0}.markdown table tbody tr:last-child td,.error-screen table tbody tr:last-child td{border-bottom:.3em solid #add2f0}@keyframes slide-left{0%{left:0}100%{left:14em}}@-o-keyframes slide-left{0%{left:0}100%{left:14em}}@-moz-keyframes slide-left{0%{left:0}100%{left:14em}}@-webkit-keyframes slide-left{0%{left:0}100%{left:14em}}.lateral-menu{position:absolute;z-index:900;top:0;left:0;height:100vh;box-shadow:inset 5.4em 0 0 #0d50b4;border:none;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;font-weight:700;background-color:#e6edf7;color:#707070}.lateral-menu:hover>div,.lateral-menu.active>div{width:14em}.lateral-menu:hover>div>[class*=-icons],.lateral-menu.active>div>[class*=-icons]{display:inherit}.lateral-menu:hover>div>[class*=-icons].marker,.lateral-menu.active>div>[class*=-icons].marker{transform:rotate(45deg)}.lateral-menu:hover>ul>li>div>div:last-child,.lateral-menu.active>ul>li>div>div:last-child{display:inherit}.lateral-menu.active>div>.marker[class*=-icons]{transform:rotate(0deg)}.lateral-menu>div{display:inline-flex;flex-direction:row;align-items:center;height:3.3em;width:4em;position:absolute;bottom:0;box-shadow:inset 4em 0 0 #0d50b4;background-color:#cbe2f5;color:#707070}.lateral-menu>div>[class*=-icons]{display:none;font-size:2.5em;padding:0 .3em;color:#0d50b4}.lateral-menu>div>[class*=-icons]:first-child{display:inherit;color:#fff}.lateral-menu>div>[class*=-icons]:last-child{position:absolute;bottom:.4em;left:12.2em;width:1.45em;height:1.45em;font-size:1em;color:#0d50b4;padding:0}.lateral-menu>div>[class*=-icons]:last-child:before{font-size:1.4em}.lateral-menu ul{height:100%;border:none;padding:0;margin:0;box-sizing:border-box;list-style-type:none;overflow-y:auto;overflow-x:hidden}.lateral-menu ul li div{display:table-cell;height:inherit;box-sizing:border-box;vertical-align:middle}.lateral-menu>ul{height:100%;box-shadow:inset 4em 0 0 #0d50b4;scrollbar-width:none;background-color:#cbe2f5;color:#707070;padding-bottom:3.6em}.lateral-menu>ul::-webkit-scrollbar{width:0}.lateral-menu>ul>li{height:3.333333333em;cursor:pointer}.lateral-menu>ul>li>div{height:inherit;font-size:1em}.lateral-menu>ul>li>div>div{height:inherit}.lateral-menu>ul>li>div>div:first-child{height:inherit;width:4em;min-width:4em;padding:0;text-align:center;font-size:inherit;color:#fff}.lateral-menu>ul>li>div>div:first-child>[class*=-icons]{font-size:2.6em;line-height:1em;vertical-align:middle}.lateral-menu>ul>li>div>div:last-child{width:10em;display:none;padding:.2em;text-indent:.5em;text-align:left;font-size:inherit;color:#707070}.lateral-menu>ul>li>div>div:last-child>span{font-size:.82em}.lateral-menu>ul>li:hover:not(.active)>div>div:first-child{background-color:#1162d9}.lateral-menu>ul>li:hover:not(.active)>div>div:last-child{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.796 9.862'%3e%3cdefs%3e%3cstyle%3e.a{fill:%23707070;}%3c/style%3e%3c/defs%3e%3cpath class='a' d='M13.954,12.375,10.411,8.866a.835.835,0,1,1,1.181-1.181l4.128,4.141a.834.834,0,0,1,.026,1.151l-4.067,4.08A.834.834,0,1,1,10.5,15.88Z' transform='translate%28-10.167 -7.441%29'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .6em center;background-size:.6em;background-color:#e6edf7;color:#707070}.lateral-menu>ul>li:hover>ul{display:block}.lateral-menu>ul>li.active{background-color:#fff;color:#707070}.lateral-menu>ul>li.active>div>div{color:#707070}.lateral-menu>ul>li.active>div>div:last-child{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.796 9.862'%3e%3cdefs%3e%3cstyle%3e.a{fill:%23707070;}%3c/style%3e%3c/defs%3e%3cpath class='a' d='M13.954,12.375,10.411,8.866a.835.835,0,1,1,1.181-1.181l4.128,4.141a.834.834,0,0,1,.026,1.151l-4.067,4.08A.834.834,0,1,1,10.5,15.88Z' transform='translate%28-10.167 -7.441%29'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .6em center;background-size:.6em}.lateral-menu>ul>li ul{height:100vh;display:none;position:fixed;z-index:-1;top:0;left:0;animation-name:slide-left;animation-duration:.3s;animation-timing-function:ease;animation-delay:.3s;animation-fill-mode:forwards;animation-play-state:running;list-style-type:none;background-color:#e6edf7;color:#707070}.lateral-menu>ul>li ul>li{width:14em;height:3.333333333em;box-sizing:border-box}.lateral-menu>ul>li ul>li:hover,.lateral-menu>ul>li ul>li:hover>div{border-color:#0d50b4;background-color:#add2f0;color:#707070;cursor:pointer}.lateral-menu>ul>li ul>li>div{display:flex;width:inherit;height:inherit;padding-left:.4em;border-width:0 0 0 .4em;border-style:solid;border-color:#e6edf7;font-size:.82em}.lateral-menu>ul>li ul>li>div>div:first-child{display:inherit;align-items:center;width:inherit;height:inherit;padding-right:2em}.lateral-menu>ul>li ul>li>div>div:first-child.describe{display:table-cell;font-weight:normal}.lateral-menu>ul>li ul>li>div>div:first-child.describe>div>strong{display:block}.lateral-menu>ul>li ul>li>div>div:last-child{display:inherit;align-self:flex-start}.lateral-menu>ul>li ul>li>div>div:last-child>[class*=icons]{position:absolute;top:auto;right:0;padding:.3em;font-size:1em}.lateral-menu>ul>li ul>li.active{background-color:#fff;color:#707070}.lateral-menu>ul>li ul>li.active>div{border-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.796 9.862'%3e%3cdefs%3e%3cstyle%3e.a{fill:%23707070;}%3c/style%3e%3c/defs%3e%3cpath class='a' d='M13.954,12.375,10.411,8.866a.835.835,0,1,1,1.181-1.181l4.128,4.141a.834.834,0,0,1,.026,1.151l-4.067,4.08A.834.834,0,1,1,10.5,15.88Z' transform='translate%28-10.167 -7.441%29'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .6em center;background-size:.6em;background-color:#fff;color:#707070}.flip-box{width:10em;height:10em;border-width:.1em;border-style:solid;border-color:#e6edf7;border-radius:.3em;box-sizing:border-box;letter-spacing:.019375em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;font-weight:400;box-sizing:border-box;background-color:transparent}.flip-box-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .8s;transform-style:preserve-3d;box-sizing:border-box}.flip-box-inner .foreground,.flip-box-inner .background{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-width:0;border-style:solid;border-color:#e6edf7;border-radius:.18em;box-sizing:border-box}.flip-box-inner .foreground{display:flex;overflow:hidden;align-items:center;background-color:#cbe2f5;color:#707070}.flip-box-inner .foreground>img{margin:auto;padding:0}.flip-box-inner .background{overflow:auto;transform:rotateY(180deg);background-color:#e6edf7;color:#707070}.flip-box:hover .flip-box-inner{transform:rotateY(180deg) translateZ(0)}figure img{border:none}figure figcaption{padding:1em 0;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:.7em}@keyframes effect-card-open{0%{transform:rotate(180deg)}100%{transform:rotate(0deg)}}@-o-keyframes effect-card-open{0%{transform:rotate(180deg)}100%{transform:rotate(0deg)}}@-moz-keyframes effect-card-open{0%{transform:rotate(180deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes effect-card-open{0%{transform:rotate(180deg)}100%{transform:rotate(0deg)}}@keyframes effect-card-close{0%{transform:rotate(0deg)}100%{transform:rotate(180deg)}}@-o-keyframes effect-card-close{0%{transform:rotate(0deg)}100%{transform:rotate(180deg)}}@-moz-keyframes effect-card-close{0%{transform:rotate(0deg)}100%{transform:rotate(180deg)}}@-webkit-keyframes effect-card-close{0%{transform:rotate(0deg)}100%{transform:rotate(180deg)}}.card{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;min-width:8em;border-width:0 0 0 .6em;border-style:solid;border-color:#0d50b4;border-radius:.1em;box-shadow:.3em .3em .4em 0 rgba(8,8,8,.2);padding:1.2em 1.8em 1.2em 1.2em;margin:.4em .4em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;font-weight:400;background-color:#e6edf7;color:#0d50b4;cursor:pointer}.card>[class*=-icon]{font-size:5.5em}.card>strong{font-size:.82em;font-weight:400}.card-retractable-box,.card-retractable-table{border-width:0;border-style:solid;border-color:transparent;border-radius:.1em;box-shadow:.3em .3em .4em 0 rgba(8,8,8,.2);margin:.4em .4em;background-color:#e6edf7;font-size:.82em;color:#0d50b4}.card-retractable-box>div:first-child,.card-retractable-table>div:first-child{border-radius:.1em;padding:.8em 1.2em;text-align:left}.card-retractable-box>div:first-child [class*=-icon],.card-retractable-table>div:first-child [class*=-icon]{float:right;font-size:1.3em;animation-name:effect-card-open;animation-duration:.3s;animation-timing-function:ease;animation-delay:0;animation-fill-mode:forwards;animation-play-state:running;color:#0d50b4}.card-retractable-box>div~div,.card-retractable-table>div~div{display:none;text-align:justify;padding:.8em 1.2em;overflow:clip}.card-retractable-box.active>div:first-child,.card-retractable-table.active>div:first-child{border-radius:.1em .1em 0 0}.card-retractable-box.active>div:first-child [class*=-icon],.card-retractable-table.active>div:first-child [class*=-icon]{animation-name:effect-card-close}.card-retractable-box.active>div~div,.card-retractable-table.active>div~div{display:block}.card-retractable-box{border-width:0 0 0 .6em;border-style:solid;border-color:#0d50b4}.card-retractable-box>div:first-child,.card-retractable-box>div~div{padding-left:.6em}.card-retractable-table>div:first-child{background-color:#0d50b4;color:#fff}.card-retractable-table>div:first-child [class*=-icon]{color:#fff}.note-primary{display:inline-block;border-style:solid;border-width:.1em;border-color:#0b459c;border-radius:.1em;box-sizing:border-box;margin:.4em .4em;padding:.8em 1.2em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-color:#1f72ef;color:#fff !important}.note-primary a{color:#fff !important}.note-primary-variant{display:inline-block;border-style:solid;border-width:.1em;border-color:#97c6ec;border-radius:.1em;box-sizing:border-box;margin:.4em .4em;padding:.8em 1.2em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-color:#eef5fc;color:#707070 !important}.note-primary-variant a{color:#707070 !important}.note-secondary{display:inline-block;border-style:solid;border-width:.1em;border-color:#d3dff1;border-radius:.1em;box-sizing:border-box;margin:.4em .4em;padding:.8em 1.2em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-color:#fff;color:#707070 !important}.note-secondary a{color:#707070 !important}.note-secondary-variant{display:inline-block;border-style:solid;border-width:.1em;border-color:#b6d6f1;border-radius:.1em;box-sizing:border-box;margin:.4em .4em;padding:.8em 1.2em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-color:#fff;color:#707070 !important}.note-secondary-variant a{color:#707070 !important}.note-background{display:inline-block;border-style:solid;border-width:.1em;border-color:#f2f2f2;border-radius:.1em;box-sizing:border-box;margin:.4em .4em;padding:.8em 1.2em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-color:#fff;color:#707070 !important}.note-background a{color:#707070 !important}.note-surfacy{display:inline-block;border-style:solid;border-width:.1em;border-color:#f2f2f2;border-radius:.1em;box-sizing:border-box;margin:.4em .4em;padding:.8em 1.2em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-color:#fff;color:#707070 !important}.note-surfacy a{color:#707070 !important}.note-error{display:inline-block;border-style:solid;border-width:.1em;border-color:#ed3c39;border-radius:.1em;box-sizing:border-box;margin:.4em .4em;padding:.8em 1.2em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-color:#f59896;color:#fff !important}.note-error a{color:#fff !important}.note-warning{display:inline-block;border-style:solid;border-width:.1em;border-color:#e6b800;border-radius:.1em;box-sizing:border-box;margin:.4em .4em;padding:.8em 1.2em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-color:#ffdb4d;color:#707070 !important}.note-warning a{color:#707070 !important}.note-success{display:inline-block;border-style:solid;border-width:.1em;border-color:#39edbc;border-radius:.1em;box-sizing:border-box;margin:.4em .4em;padding:.8em 1.2em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-color:#96f5dc;color:#707070 !important}.note-success a{color:#707070 !important}.note-info{display:inline-block;border-style:solid;border-width:.1em;border-color:#0b459c;border-radius:.1em;box-sizing:border-box;margin:.4em .4em;padding:.8em 1.2em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-color:#1f72ef;color:#fff !important}.note-info a{color:#fff !important}@keyframes pull-and-stretch{0%{width:auto;margin-left:0%;margin-right:100%}20%{margin-left:10%;margin-right:75%}80%{margin-left:75%;margin-right:10%}100%{width:auto;margin-left:100%;margin-right:0%}}@-o-keyframes pull-and-stretch{0%{width:auto;margin-left:0%;margin-right:100%}20%{margin-left:10%;margin-right:75%}80%{margin-left:75%;margin-right:10%}100%{width:auto;margin-left:100%;margin-right:0%}}@-moz-keyframes pull-and-stretch{0%{width:auto;margin-left:0%;margin-right:100%}20%{margin-left:10%;margin-right:75%}80%{margin-left:75%;margin-right:10%}100%{width:auto;margin-left:100%;margin-right:0%}}@-webkit-keyframes pull-and-stretch{0%{width:auto;margin-left:0%;margin-right:100%}20%{margin-left:10%;margin-right:75%}80%{margin-left:75%;margin-right:10%}100%{width:auto;margin-left:100%;margin-right:0%}}div.loading{position:fixed;z-index:999;height:.2em;width:100vw;top:0;left:0;right:0;border:none;background-color:#add2f0}div.loading .bar{height:100%;width:0;display:block;background-color:#0d50b4;animation:2s linear 1s infinite alternate pull-and-stretch}.grid{width:100%;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:0;margin-left:0}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:0;padding-left:0}@media(min-width: 600px){.grid-small,.grid-medium,.grid-large,.grid-x-large,.grid{max-width:960px}}@media(min-width: 960px){.grid-medium,.grid-large,.grid-x-large,.grid{max-width:1280px}}@media(min-width: 1280px){.grid-large,.grid-x-large,.grid{max-width:1920px}}@media(min-width: 1920px){.grid-x-large,.grid{max-width:100vw}}.row-cols{flex:0 0 auto}.row-cols-auto>*{width:auto}.row-cols-1>*{width:100%}.row-cols-2>*{width:50%}.row-cols-3>*{width:33.3333333333%}.row-cols-4>*{width:25%}.row-cols-5>*{width:20%}.row-cols-6>*{width:16.6666666667%}.col{flex:1 0 0%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}@media(max-width: 480px){.col-x-small{flex:0 0 auto;width:100%}.col-x-small-1{width:25%}.col-x-small-2{width:50%}.col-x-small-3{width:75%}.col-x-small-4{width:100%}}@media(min-width: 481px)and (max-width: 840px){.col-small{flex:0 0 auto;width:100%}.col-small-1{width:12.5%}.col-small-2{width:25%}.col-small-3{width:37.5%}.col-small-4{width:50%}.col-small-5{width:62.5%}.col-small-6{width:75%}.col-small-7{width:87.5%}.col-small-8{width:100%}}@media(min-width: 841px)and (max-width: 1320px){.col-medium{flex:0 0 auto;width:100%}.col-medium-1{width:8.33333333%}.col-medium-2{width:16.66666667%}.col-medium-3{width:25%}.col-medium-4{width:33.33333333%}.col-medium-5{width:41.66666667%}.col-medium-6{width:50%}.col-medium-7{width:58.33333333%}.col-medium-8{width:66.66666667%}.col-medium-9{width:75%}.col-medium-10{width:83.33333333%}.col-medium-11{width:91.66666667%}.col-medium-12{width:100%}}@media(min-width: 1321px)and (max-width: 1800px){.col-large{flex:0 0 auto;width:100%}.col-large-1{width:6.25%}.col-large-2{width:12.5%}.col-large-3{width:18.75%}.col-large-4{width:25%}.col-large-5{width:31.25%}.col-large-6{width:37.5%}.col-large-7{width:43.75%}.col-large-8{width:50%}.col-large-9{width:56.25%}.col-large-10{width:62.5%}.col-large-11{width:68.75%}.col-large-12{width:75%}.col-large-13{width:81.25%}.col-large-14{width:87.5%}.col-large-15{width:93.75%}.col-large-16{width:100%}}@media(min-width: 1920px){.col-x-large{flex:0 0 auto;width:100%}.col-x-large-1{width:5%}.col-x-large-2{width:10%}.col-x-large-3{width:15%}.col-x-large-4{width:20%}.col-x-large-5{width:25%}.col-x-large-6{width:30%}.col-x-large-7{width:35%}.col-x-large-8{width:40%}.col-x-large-9{width:45%}.col-x-large-10{width:50%}.col-x-large-11{width:55%}.col-x-large-12{width:60%}.col-x-large-13{width:65%}.col-x-large-14{width:70%}.col-x-large-15{width:75%}.col-x-large-16{width:80%}.col-x-large-17{width:85%}.col-x-large-18{width:90%}.col-x-large-19{width:95%}.col-x-large-20{width:100%}}.display-inline{display:inline !important}.display-inline-block{display:inline-block !important}.display-block{display:block !important}.display-grid{display:grid !important}.display-table{display:table !important}.display-table-row{display:table-row !important}.display-table-cell{display:table-cell !important}.display-flex{display:flex !important}.display-inline-flex{display:inline-flex !important}.display-none{display:none !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.margin-0{margin:0 !important}.margin-1{margin:.4em .4em !important}.margin-2{margin:.8em .8em !important}.margin-3{margin:1.2em 1.2em !important}.margin-4{margin:1.6em 1.6em !important}.margin-5{margin:2em 2em !important}.margin-auto{margin:auto !important}.margin-y-0{margin-top:0 !important;margin-bottom:0 !important}.margin-y-1{margin-top:.4em !important;margin-bottom:.4em !important}.margin-y-2{margin-top:.8em !important;margin-bottom:.8em !important}.margin-y-3{margin-top:1.2em !important;margin-bottom:1.2em !important}.margin-y-4{margin-top:1.6em !important;margin-bottom:1.6em !important}.margin-y-5{margin-top:2em !important;margin-bottom:2em !important}.margin-y-auto{margin-top:auto !important;margin-bottom:auto !important}.margin-x-0{margin-left:0 !important;margin-right:0 !important}.margin-x-1{margin-left:.4em !important;margin-right:.4em !important}.margin-x-2{margin-left:.8em !important;margin-right:.8em !important}.margin-x-3{margin-left:1.2em !important;margin-right:1.2em !important}.margin-x-4{margin-left:1.6em !important;margin-right:1.6em !important}.margin-x-5{margin-left:2em !important;margin-right:2em !important}.margin-x-auto{margin-left:auto !important;margin-right:auto !important}.padding-0{padding:0 !important}.padding-1{padding:.4em .6em !important}.padding-2{padding:.8em 1.2em !important}.padding-3{padding:1.2em 1.8em !important}.padding-4{padding:1.6em 2.4em !important}.padding-5{padding:2em 3em !important}.padding-auto{padding:auto !important}.padding-y-0{padding-top:0 !important;padding-bottom:0 !important}.padding-y-1{padding-top:.4em !important;padding-bottom:.4em !important}.padding-y-2{padding-top:.8em !important;padding-bottom:.8em !important}.padding-y-3{padding-top:1.2em !important;padding-bottom:1.2em !important}.padding-y-4{padding-top:1.6em !important;padding-bottom:1.6em !important}.padding-y-5{padding-top:2em !important;padding-bottom:2em !important}.padding-y-auto{padding-top:auto !important;padding-bottom:auto !important}.padding-x-0{padding-left:0 !important;padding-right:0 !important}.padding-x-1{padding-left:.6em !important;padding-right:.6em !important}.padding-x-2{padding-left:1.2em !important;padding-right:1.2em !important}.padding-x-3{padding-left:1.8em !important;padding-right:1.8em !important}.padding-x-4{padding-left:2.4em !important;padding-right:2.4em !important}.padding-x-5{padding-left:3em !important;padding-right:3em !important}.padding-x-auto{padding-left:auto !important;padding-right:auto !important}.viewport-width-1{width:8.33333333vw}.viewport-width-2{width:16.66666667vw}.viewport-width-3{width:25vw}.viewport-width-4{width:33.33333333vw}.viewport-width-5{width:41.66666667vw}.viewport-width-6{width:50vw}.viewport-width-7{width:58.33333333vw}.viewport-width-8{width:66.66666667vw}.viewport-width-9{width:75vw}.viewport-width-10{width:83.33333333vw}.viewport-width-11{width:91.66666667vw}.viewport-width-12{width:100vw}.viewport-width-auto{width:auto !important}.viewport-height-1{height:8.33333333vh}.viewport-height-2{height:16.66666667vh}.viewport-height-3{height:25vh}.viewport-height-4{height:33.33333333vh}.viewport-height-5{height:41.66666667vh}.viewport-height-6{height:50vh}.viewport-height-7{height:58.33333333vh}.viewport-height-8{height:66.66666667vh}.viewport-height-9{height:75vh}.viewport-height-10{height:83.33333333vh}.viewport-height-11{height:91.66666667vh}.viewport-height-12{height:100vh}.viewport-height-auto{height:auto !important}.initial-box{width:22em}.footer img{width:10em}.screen-desktop{position:fixed;top:0;left:0;height:100vh;width:100vw;min-width:55em;box-sizing:border-box;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-color:#fff;color:#707070}.screen-desktop .notification{top:4em;height:calc(100vh - 4em);z-index:899}.screen-desktop [data-cnt-toggle=notification]{display:flex;align-items:center;flex-direction:column;font-size:.8em;cursor:pointer}.screen-desktop [data-cnt-toggle=notification]>span{font-size:1.2em}.screen-desktop [data-cnt-toggle=notification]>strong{font-size:.7em}.screen-desktop header{position:relative;z-index:900;display:inline-flex;justify-content:flex-end;width:100%;min-height:4em;max-height:4em;height:4em;box-sizing:border-box;padding:.4em 1em .4em 1.4em !important;background-color:#add2f0;color:#707070}.screen-desktop header .field-container{position:relative;display:flex;flex-direction:column;height:2.1666em;box-sizing:border-box}.screen-desktop header .field-container~[class*=-icons]{margin-left:.4em;cursor:pointer}.screen-desktop header .field-container>.text-field{height:100%;overflow:unset;border-width:.1em;border-style:solid;border-color:#707070;border-radius:2.1666em;background-color:#fff;color:#707070}.screen-desktop header .field-container>.text-field>i{position:absolute;top:50%;left:auto;right:.6em;transform:translateY(-50%);font-size:1.4em;cursor:pointer}.screen-desktop header .field-container>.text-field>i~input{padding-left:.6em;padding-right:2.2em}.screen-desktop header .field-container>.text-field>input{align-self:flex-end;width:11em;height:100%;padding-left:.4em;padding-right:.4em;box-sizing:border-box;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;outline:none;border:none;background:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;transition:width .4s}.screen-desktop header .field-container>.text-field>input:focus{width:18em}.screen-desktop header .dropdown{position:relative;display:inline-flex !important;flex-direction:column;user-select:none;vertical-align:middle;box-sizing:border-box}.screen-desktop header .dropdown button{display:inline-flex;align-items:center;text-align:left;max-height:2.1666em;min-height:2.1666em;height:2.1666em;padding:0 2.5em 0 .2em;border-color:transparent;border-width:0;border-style:solid;border-radius:2.1666em;font-family:Verdana,Arial,Times,Helvetica,sans-serif;font-size:1em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.932 2.966'%3e%3cdefs%3e%3cstyle%3e.a{fill:%236f6f6f;}%3c/style%3e%3c/defs%3e%3cpath class='a' d='M9,13.5l2.966,2.966L14.932,13.5Z' transform='translate%28-9 -13.5%29'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:.7em;background-color:#e6edf7;background-position:right 1em center;color:#707070}.screen-desktop header .dropdown button>.circle{display:inline-flex;align-items:center;justify-content:center;height:1.6666em;max-height:1.6666em;width:1.6666em;max-width:1.6666em;margin-left:0;margin-right:.4em;padding:.2em .3em .4em .3em;font-weight:bold;font-size:.7em;font-size-adjust:.7;line-height:2.2em;text-align:center;border-width:.1em;border-style:solid;border-color:#0d50b4;border-radius:1.8em;background-color:#0d50b4;color:#fff}.screen-desktop header .dropdown button>div:not(.circle){display:flex;flex-direction:column}.screen-desktop header .dropdown button>div:not(.circle)>div{font-size:.82em}.screen-desktop header .dropdown button>div:not(.circle)>sup{font-size:.7em}.screen-desktop header .dropdown .dropdown-options{top:.2em;font-size:.82em}.screen-desktop header .logo{height:3em}.screen-desktop header>div:first-child{position:absolute;top:auto;left:1.5em}.screen-desktop header>div:last-child{display:inline-flex;justify-content:center}.screen-desktop header>div:last-child>div{display:inline-flex;align-items:center;padding-left:1.2em}.screen-desktop main .lateral-menu{height:calc(100vh - 4em) !important;top:4em !important}.screen-desktop main .lateral-menu>ul>li ul{height:calc(100vh - 4em) !important;top:4em !important}.screen-desktop main>article{position:absolute;z-index:800;top:4em;left:4em;width:calc(100vw - 4em);height:calc(100vh - 4em);overflow:auto;box-sizing:border-box;transition:width .1s,left .1s}.screen-desktop main>article>iframe{position:absolute;width:100%;height:100%;padding:0;margin:0;overflow:auto}.screen-desktop main>.active+article{width:calc(100vw - 14em);left:14em}.screen-desktop main>aside{width:0;height:0}sub,sup{font-size:.82em}sub{vertical-align:sub}sup{vertical-align:sup}h1,h2,h3,h4,h5,h6{margin:.4em 0}p~h1,p~h2,p~h3,p~h4,p~h5,p~h6{margin-top:1.6em}h1{font-size:3em}h2{font-size:2.5em}h3{font-size:2em}h4{font-size:1.5em}h5{font-size:1em}h6{font-size:.82em}hr{border-width:.1em;border-style:solid;border-color:#0d50b4;box-shadow:.2em .2em .4em rgba(8,8,8,.2)}a{text-decoration:none;background-color:initial;color:#289be8}a:visited{color:#9460b8}a:hover{text-decoration:underline;color:#1162d9}*{scrollbar-width:thin;scrollbar-color:#0d50b4 #add2f0}*::-webkit-scrollbar{width:.6em}*::-webkit-scrollbar-thumb{background-color:#0d50b4}*::-webkit-scrollbar-track{background:#add2f0}