@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Merriweather&display=swap";#login .login__container .login-password-wrap .show-hide-password,#forgot-password .login__container .login-password-wrap .show-hide-password{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#login,#forgot-password{background-color:var(--color-main);background-image:url(/assets/login-bg-D6iAMfZ_.jpg);background-size:cover;background-position:center;min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 20px}@media (min-width: 900px){#login,#forgot-password{padding:90px 20px}}#login .login,#forgot-password .login{width:100%}@media (min-width: 768px){#login .login,#forgot-password .login{width:450px}}#login .login__container,#forgot-password .login__container{margin:auto;background-color:var(--color-white);padding:50px 30px;border-radius:30px}@media (min-width: 900px){#login .login__container,#forgot-password .login__container{padding:50px}}#login .login__container h2,#forgot-password .login__container h2{margin-bottom:20px;color:var(--color-main--darker)}#login .login__container label span,#forgot-password .login__container label span{padding-left:3px;padding-bottom:4px;color:var(--color-grey-dark)}#login .login__container p,#forgot-password .login__container p{color:var(--color-grey-dark)}#login .login__container p a,#forgot-password .login__container p a{display:inline;font-size:1rem;color:var(--color-main);text-decoration:underline}#login .login__container a,#forgot-password .login__container a{display:block;margin-top:20px;color:var(--color-grey-dark);font-size:.875rem;font-weight:var(--font-semibold)}#login .login__container .login-password-wrap,#forgot-password .login__container .login-password-wrap{position:relative}#login .login__container .login-password-wrap .login__textBox,#forgot-password .login__container .login-password-wrap .login__textBox{padding-right:50px}#login .login__container .login-password-wrap .show-hide-password,#forgot-password .login__container .login-password-wrap .show-hide-password{position:absolute;top:50%;right:15px;transform:translateY(calc(-50% - 5px))}#login .login__container .login-password-wrap .show-hide-password i,#forgot-password .login__container .login-password-wrap .show-hide-password i{font-size:1.125rem;color:var(--color-grey-med)}#login .login__container .login-password-wrap .show-hide-password input[type=checkbox],#forgot-password .login__container .login-password-wrap .show-hide-password input[type=checkbox]{z-index:-1;cursor:inherit;position:absolute;visibility:hidden;top:0;left:0;margin:0;padding:0;z-index:1}#login .login__container .login-password-wrap .show-hide-password:hover,#forgot-password .login__container .login-password-wrap .show-hide-password:hover{cursor:pointer}#login .login__container .login-password-wrap .show-hide-password:hover i,#forgot-password .login__container .login-password-wrap .show-hide-password:hover i{color:var(--color-grey-dark)}#login .login__container .reset-password,#forgot-password .login__container .reset-password{text-align:right}#login .login__container button,#forgot-password .login__container button{margin-top:40px}#login .login .message--successful-logout,#forgot-password .login .message--successful-logout{background-color:#2fad2acc;border-radius:20px;padding:30px;margin:20px 0;transition:all .2s ease-in-out}#login .login .message--successful-logout h4,#forgot-password .login .message--successful-logout h4{margin-bottom:10px}.sidebar{padding:60px 20px 10px;color:var(--color-grey-med)}@media (min-width: 900px){.sidebar{display:flex;flex-direction:column;padding:80px 30px}}.sidebar .button--main{margin:0 auto 35px}@media (max-width: 900px){.sidebar .button--main{width:100%}}.sidebar h5{border-bottom:1px solid #9DA3A6;margin-bottom:20px;padding-bottom:20px}.sidebar label{margin-bottom:20px}@media (max-width: 900px){.sidebar label input{width:100%}}.sidebar label strong{display:block;margin-bottom:5px;font-size:1.125rem}.filter-items--main{padding-right:10px;display:flex;flex-direction:column-reverse}@media (min-width: 768px){.filter-items--main{flex-direction:row}}.filter-items--main label{display:flex;align-items:baseline}.filter-items--main label strong{color:var(--color-grey-med);margin-right:10px;font-size:1.125rem}@media (max-width: 900px){.filter-items--main select{width:100%}}.filter__secondary{display:flex;flex-direction:column;gap:20px;background:var(--color-grey-light);border-top:1px solid #9DA3A6;padding:10px}@media (min-width: 768px){.filter__secondary{justify-content:space-between;align-items:baseline;flex-direction:row}}.filter__secondary label{display:flex;align-items:baseline}.filter__secondary label strong{color:var(--color-grey-med);font-size:1.125rem;margin-right:10px}.filter__secondary select{margin-bottom:unset}@media (max-width: 900px){.filter__secondary select{width:100%}}.filter__secondary .admin-view button{background:unset;border:unset;border-radius:8px;font-size:1.125rem;font-weight:var(--font-semibold);padding:10px 15px;color:var(--color-grey-med)}.filter__secondary .admin-view button.active{background:var(--color-white)}.client-list{padding:20px 30px 180px;background:white;position:relative}@media (min-width: 768px){.client-list{padding:80px 30px 180px}}.client-list .client-list__client{padding:20px 0;border-bottom:1px solid #9DA3A6}@media (min-width: 768px){.client-list .client-list__client{display:flex;justify-content:space-between;align-items:center}}@media (min-width: 900px){.client-list .client-list__client{padding:20px 0 20px 20px}}.client-list .client-list__client:first-child{border-top:1px solid #9DA3A6}.client-list .client-list__client--name{margin-bottom:5px}.client-list .client-list__client--details{color:var(--color-grey-med)}@media (min-width: 1216px){.client-list .client-list__client--details{display:flex;gap:20px}}.client-list .client-list__client--details p{margin-bottom:unset}@media (min-width: 768px){.client-list:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:100%;background:var(--color-white)}}.dashboard__subscription-warning>div{margin-top:0;margin-bottom:30px}.dashboard__subscription-warning p{margin-bottom:0}.pagination{margin:50px 0;display:flex;justify-content:center;align-items:center}.pagination button{padding:5px 10px;margin:5px;border-radius:5px;background:unset;border:unset;font-size:1.125rem;font-weight:var(--font-semibold);background:var(--color-grey-light);color:var(--color-grey-med)}.pagination button i{margin:0 5px}.pagination button:hover{background:var(--color-grey-main)}.pagination button.active{background:var(--color-main);color:var(--color-white)}.pagination button:disabled{background:unset;color:var(--color-grey-light);border:1px solid var(--color-grey-light);cursor:auto}.pagination__arrow{font-size:1rem;padding:0 10px}.sun-editor{width:auto;height:auto;box-sizing:border-box;font-family:Helvetica Neue;border:1px solid #dadada;background-color:#fff;color:#000;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor *{box-sizing:border-box;-webkit-user-drag:none;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{margin:0;padding:0;border:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{resize:none;border:0;padding:0}.sun-editor button{border:0;background-color:transparent;touch-action:manipulation;cursor:pointer;outline:none}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sun-editor button *{pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{width:16px;height:16px;margin:auto;fill:currentColor;display:block;text-align:center;float:none}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{width:10px;height:10px}.sun-editor .se-btn-select>svg{float:right;width:10px;height:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;width:16px;height:16px;margin:-1px 10px 0 0;vertical-align:middle}.sun-editor .se-line-breaker>button>svg{width:24px;height:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;font-size:15px;line-height:2}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{position:absolute;display:block;width:0;height:0;border:11px solid transparent}.sun-editor .se-arrow.se-arrow-up{top:-11px;left:20px;margin-left:-11px;border-top-width:0;border-bottom-color:#dadada}.sun-editor .se-arrow.se-arrow-up:after{top:1px;margin-left:-11px;content:" ";border-top-width:0;border-bottom-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{top:0;left:0;margin-left:-11px;border-bottom-width:0;border-top-color:#dadada}.sun-editor .se-arrow.se-arrow-down:after{top:-12px;margin-left:-11px;content:" ";border-bottom-width:0;border-top-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{position:relative;width:auto;height:auto}.sun-editor button{color:#000}.sun-editor .se-btn{float:left;width:34px;height:34px;border:0;border-radius:4px;margin:1px!important;padding:0;font-size:12px;line-height:27px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{color:#000;background-color:#c7deff;border:1px solid #80bdff;border-radius:4px}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{color:#000;background-color:#80bdff;border-color:#3f9dff;outline:0 none}.sun-editor .se-btn-primary:active{color:#fff;background-color:#3f9dff;border-color:#4592ff;-webkit-box-shadow:inset 0 3px 5px #4592ff;box-shadow:inset 0 3px 5px #4592ff}.sun-editor input,.sun-editor select,.sun-editor textarea{color:#000;border:1px solid #ccc;border-radius:4px}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{cursor:not-allowed;background-color:inherit;color:#bdbdbd}.sun-editor .se-loading-box{position:absolute;display:none;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.7;filter:alpha(opacity=70);z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{position:absolute;display:block;top:50%;left:50%;height:25px;width:25px;border-top:2px solid #07d;border-right:2px solid transparent;border-radius:50%;animation:spinner .8s linear infinite;margin:-25px 0 0 -25px}.sun-editor .se-line-breaker{position:absolute;display:none;width:100%;height:1px;cursor:text;border-top:1px solid #3288ff;z-index:7}.sun-editor .se-line-breaker>button.se-btn{position:relative;display:inline-block;width:30px;height:30px;top:-15px;float:none;left:-50%;background-color:#fff;border:1px solid #0c2240;opacity:.6;cursor:pointer}.sun-editor .se-line-breaker>button.se-btn:hover{opacity:.9;background-color:#fff;border-color:#041b39}.sun-editor .se-line-breaker-component{position:absolute;display:none;width:24px;height:24px;background-color:#fff;border:1px solid #0c2240;opacity:.6;border-radius:4px;cursor:pointer;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{display:block;position:relative;height:auto;width:100%;overflow:visible;padding:0;margin:0;background-color:#fafafa;outline:1px solid #dadada;z-index:5}.sun-editor .se-toolbar-shadow{display:block!important;height:0!important;padding:0!important;margin:0!important;background-color:transparent!important;outline:none!important;border:none!important;z-index:0!important}.sun-editor .se-toolbar-cover{position:absolute;display:none;font-size:36px;width:100%;height:100%;top:0;left:0;background-color:#fefefe;opacity:.5;filter:alpha(opacity=50);cursor:not-allowed;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;width:0;margin:0;vertical-align:top}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{display:none;position:absolute;box-shadow:0 3px 9px #00000080;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-toolbar.se-toolbar-balloon{z-index:2147483647;width:auto}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{display:block;width:100%;height:0;margin:0;padding:0;background-color:transparent}.sun-editor .se-toolbar-more-layer{margin:0 -3px;background-color:#fafafa}.sun-editor .se-toolbar-more-layer .se-more-layer{display:none;border-top:1px solid #dadada}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;width:100%;height:auto;padding:4px 3px 0}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{width:auto;padding:0 4px}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{color:#000;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{color:#333;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{color:#000;background-color:#c1c1c1;border-color:#b1b1b1;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;padding:0;margin:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{width:auto;display:flex;padding:4px 6px}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{position:relative;width:100%;height:auto;padding:4px 3px 0;margin:0}.sun-editor .se-menu-tray{position:absolute;top:0;left:0;width:100%;height:0}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{display:none;position:absolute;top:0;left:0;height:auto;z-index:5;border:1px solid #bababa;border-radius:4px;padding:6px 0;background-color:#fff;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080;outline:0 none}.sun-editor .se-list-layer .se-list-inner{padding:0;margin:0;overflow-x:initial;overflow-y:initial;overflow:visible}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{width:100%;padding:0}.sun-editor .se-list-inner li>button{min-width:100%;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;-webkit-box-shadow:inset 0 3px 5px #407dd1;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{width:100%;height:auto;min-height:32px;padding:0 14px;cursor:pointer;font-size:12px;line-height:normal;text-indent:0;text-decoration:none;text-align:left}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-top:1px dotted #b1b1b1;border-bottom:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{min-width:140px;max-height:300px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{font-size:2em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h2{font-size:1.5em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h3{font-size:1.17em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h4{font-size:1em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h5{font-size:.83em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h6{font-size:.67em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul blockquote{font-size:13px;color:#999;height:22px;margin:0;background-color:transparent;line-height:1.5;border-color:#b1b1b1;padding:0 0 0 7px;border-left:5px #b1b1b1;border-style:solid}.sun-editor .se-list-layer.se-list-format ul pre{font-size:13px;color:#666;padding:4px 11px;margin:0;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px}.sun-editor .se-selector-table{display:none;position:absolute;top:34px;left:1px;z-index:5;padding:5px 0;float:left;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px #0000002d}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{position:absolute!important;z-index:3;font-size:18px;width:10em;height:10em;cursor:pointer}.sun-editor .se-selector-table .se-table-size-highlighted{position:absolute!important;z-index:2;font-size:18px;width:1em;height:1em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat}.sun-editor .se-selector-table .se-table-size-unhighlighted{position:relative!important;z-index:1;font-size:18px;width:10em;height:10em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;width:max-content;max-width:270px;height:auto;padding:0;margin:auto}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{width:100%;height:100%;padding:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;position:relative;margin:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{display:block;cursor:default;width:30px;height:30px;text-indent:-9999px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;width:100%;min-height:40px;height:auto;padding:4px}.sun-editor .se-form-group input{flex:auto;display:inline-block;width:auto;height:33px;font-size:12px;margin:1px 0;padding:0;border-radius:.25rem;border:1px solid #ccc}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;width:34px;height:34px;margin:0 2px!important}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-form-group-label{width:100%;height:auto;padding:0 4px}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{width:auto;height:33px;color:#555}.sun-editor .se-submenu .se-form-group .se-color-input{width:72px;text-transform:uppercase;border:none;border-bottom:2px solid #b1b1b1;outline:none}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{position:relative!important;width:100%;height:auto;overflow:hidden;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{width:100%;height:100%;min-height:65px;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;word-break:break-all;padding:4px;margin:0;resize:none!important}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{position:absolute;display:none;white-space:nowrap;text-overflow:ellipsis;z-index:1;color:#b1b1b1;font-size:13px;line-height:1.5;top:0;left:0;right:0;overflow:hidden;margin-top:0;padding-top:16px;padding-left:16px;margin-left:0;padding-right:16px;margin-right:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-resizing-bar{display:flex;width:auto;height:auto;min-height:16px;border-top:1px solid #dadada;padding:0 4px;background-color:#fafafa;cursor:ns-resize}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{position:absolute;display:none;cursor:default;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{flex:auto;position:relative;width:auto;height:auto;color:#666;margin:0;padding:0;font-size:10px;line-height:1.5;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper{flex:none;position:relative;display:block;width:auto;height:auto;margin:0;padding:0;color:#999;font-size:13px;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{color:#b94a48;animation:blinker .2s linear infinite}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{position:absolute;width:100%;height:100%;top:0;left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{position:relative;width:auto;max-width:500px;margin:1.75rem auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{display:inline-block;padding:6px 12px;margin:0 0 10px!important;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;border-radius:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;margin:0;padding:0;line-height:2.5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{position:relative;padding:15px 15px 5px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-top:10px;margin-bottom:0}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{width:70px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;width:25px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{height:auto;min-height:55px;padding:10px 15px 0;text-align:right;border-top:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-right:16px;margin-left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{position:relative;display:flex;align-items:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{flex:auto;opacity:.8;border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{width:8px;height:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;-webkit-box-shadow:inset 0 3px 5px #d6d6d6;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;width:auto;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;width:70px;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;width:100%;height:34px;font-size:14px;line-height:1.42857143;padding:0 4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{text-decoration:line-through;color:#999}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{width:70px;margin-left:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{width:100%;height:25px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{resize:vertical;height:14em;border:1px solid #ccc;font-size:13px;padding:4px;direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{width:6em;height:28px;margin-left:1em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{display:inline-block;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{color:#b94a48;-webkit-box-shadow:0 0 0 .1rem #f2dede;box-shadow:0 0 0 .1rem #f2dede}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{width:auto;height:30px;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{display:block;height:auto;max-height:18px;font-size:13px;font-weight:400;font-family:inherit;color:#666;background-color:transparent;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:pre}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{width:100%;display:flex;margin-top:4px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{flex:unset;display:none;line-height:1.5;color:#4592ff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{width:46px;color:#3f9dff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:#00000040}.sun-editor .se-controller{position:absolute;display:none;overflow:visible;z-index:6;border:1px solid rgba(0,0,0,.25);border-radius:4px;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px #0003;line-break:auto}.sun-editor .se-controller .se-btn-group{position:relative;display:flex;vertical-align:middle;padding:2px;top:0;left:0}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{left:50%;min-width:auto;width:max-content;display:none}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{position:relative;min-height:34px;height:auto;border:none;border-radius:4px;margin:1px;padding:5px 10px;font-size:12px;line-height:1.5;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;padding:0;margin:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{margin-top:-50px!important;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{position:absolute;display:none;outline:1px solid #3f9dff;background-color:transparent}.sun-editor .se-resizing-container .se-modal-resize{position:absolute;display:inline-block;background-color:#3f9dff;opacity:.3}.sun-editor .se-resizing-container .se-resize-dot{position:absolute;top:0;left:0;width:100%;height:100%}.sun-editor .se-resizing-container .se-resize-dot>span{position:absolute;width:7px;height:7px;background-color:#3f9dff;border:1px solid #4592ff}.sun-editor .se-resizing-container .se-resize-dot>span.tl{top:-5px;left:-5px;cursor:nw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.tr{top:-5px;right:-5px;cursor:ne-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;left:-5px;cursor:sw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.br{right:-5px;bottom:-5px;cursor:se-resize}.sun-editor .se-resizing-container .se-resize-dot>span.lw{left:-7px;bottom:50%;cursor:w-resize}.sun-editor .se-resizing-container .se-resize-dot>span.th{left:50%;top:-7px;cursor:n-resize}.sun-editor .se-resizing-container .se-resize-dot>span.rw{right:-7px;bottom:50%;cursor:e-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bh{right:50%;bottom:-7px;cursor:s-resize}.sun-editor .se-resizing-container .se-resize-display{position:absolute;right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#333;border-radius:4px}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sun-editor .se-controller-link .link-content{padding:0;margin:0}.sun-editor .se-controller-link .link-content a{display:inline-block;color:#4592ff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;margin-left:5px}.sun-editor .se-select-list{position:absolute;top:0;left:0;display:none;width:auto;max-width:100%;background-color:#fff;padding:0;margin:0;border:1px solid #bababa;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080;outline:0 none}.sun-editor .se-select-list .se-select-item{line-height:28px;min-height:28px;font-size:13px;padding:0 5px;margin:2px 0;cursor:pointer}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{position:relative;width:960px;max-width:100%;margin:20px auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080}.sun-editor .se-file-browser .se-file-browser-header{height:auto;min-height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{width:12px;height:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;margin:0;padding:0;line-height:2.2}.sun-editor .se-file-browser .se-file-browser-tags{display:block;width:100%;padding:0;text-align:left;margin:0 -15px}.sun-editor .se-file-browser .se-file-browser-tags a{display:inline-block;background-color:#f5f5f5;padding:6px 12px;margin:8px 0 8px 8px;color:#333;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{position:relative;height:auto;min-height:350px;padding:20px;overflow-y:auto}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{position:relative;display:block;height:auto;float:left}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(25% - 20px);margin:0 10px}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{position:relative;display:block;cursor:pointer;width:100%;height:auto;border-radius:4px;outline:0;margin:10px 0}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{opacity:.8;-webkit-box-shadow:0 0 0 .2rem #3288ff;box-shadow:0 0 0 .2rem #3288ff}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{position:relative;display:block;width:100%;border-radius:4px;outline:0;height:auto}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{position:absolute;z-index:1;font-size:13px;color:#fff;left:0;bottom:0;padding:5px 10px;background-color:transparent;width:100%;height:30px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;pointer-events:none}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6;pointer-events:none}.sun-editor .se-notice{position:absolute;top:0;display:none;z-index:7;width:100%;height:auto;word-break:break-all;font-size:13px;color:#b94a48;background-color:#f2dede;padding:15px;margin:0;border:1px solid #eed3d7;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{position:relative;overflow:visible}.sun-editor .se-tooltip .se-tooltip-inner{visibility:hidden;position:absolute;display:block;width:auto;height:auto;top:120%;left:50%;background:transparent;opacity:0;z-index:1;line-height:1.5;transition:opacity .5s;margin:0;padding:0;bottom:auto;float:none;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{position:relative;display:inline-block;width:auto;height:auto;left:-50%;font-size:.9em;margin:0;padding:4px 6px;border-radius:2px;background-color:#333;color:#fff;text-align:center;line-height:unset;white-space:nowrap;cursor:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#333}.sun-editor .se-tooltip:hover .se-tooltip-inner{visibility:visible;opacity:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{flex:auto;text-align:right;direction:rtl}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{padding:0 7px 0 0;border-right-width:5px;border-left-width:0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog-tabs button,.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;outline:0;-webkit-box-shadow:0 0 0 .2rem #eed3d7;box-shadow:0 0 0 .2rem #eed3d7;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{font-family:Helvetica Neue;font-size:13px;color:#333;background-color:#fff;line-height:1.5;word-break:normal;word-wrap:break-word;padding:16px;margin:0}.sun-editor-editable *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:inherit;font-size:inherit;color:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;vertical-align:baseline;margin:0;padding:0}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{cursor:pointer;color:#0093ff;text-decoration:underline}.sun-editor-editable a.on{color:#0093ff;background-color:#e8f7ff}.sun-editor-editable pre{display:block;padding:8px;margin:0 0 10px;font-family:monospace;color:#666;line-height:1.45;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;white-space:pre-wrap!important;word-wrap:break-word;overflow:visible}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{list-style-position:outside;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;text-align:-webkit-match-parent;margin-bottom:5px}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{display:block;font-family:inherit;font-size:inherit;color:#999;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding:0 5px 0 20px;border:solid #b1b1b1;border-width:0 0 0 5px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{padding-left:5px;padding-right:20px;border-left-width:0;border-right-width:5px}.sun-editor-editable h1{font-size:2em;margin-block-start:.67em;margin-block-end:.67em}.sun-editor-editable h1,.sun-editor-editable h2{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h2{font-size:1.5em;margin-block-start:.83em;margin-block-end:.83em}.sun-editor-editable h3{font-size:1.17em;margin-block-start:1em;margin-block-end:1em}.sun-editor-editable h3,.sun-editor-editable h4{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h4{font-size:1em;margin-block-start:1.33em;margin-block-end:1.33em}.sun-editor-editable h5{font-size:.83em;margin-block-start:1.67em;margin-block-end:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h6{font-size:.67em;margin-block-start:2.33em;margin-block-end:2.33em}.sun-editor-editable hr{display:flex;border-width:1px 0 0;border-color:#000;border-image:initial;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{display:table;table-layout:auto!important;border:1px solid #ccc;width:100%;max-width:100%;margin:0 0 10px;background-color:transparent;border-spacing:0;border-collapse:collapse}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{border:1px solid #e1e1e1;padding:.4em;background-clip:padding-box}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;padding:1px;margin:0 0 10px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{-webkit-box-shadow:0 0 0 .2rem #80bdff;box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;margin:0;padding:0;width:auto;height:auto;max-width:100%}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{position:absolute;content:"";z-index:1;top:0;left:0;right:0;bottom:0;cursor:default;display:block;background:transparent}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{width:auto;height:auto;max-width:100%}.sun-editor-editable figure{display:block;outline:none;padding:0;margin:0}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{padding:1em .5em;margin:0;background-color:#f9f9f9;outline:none}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{padding:1px;margin:1px;outline:1px solid #4592ff}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{outline:1px solid #9e9e9e;position:absolute;top:0;left:0;border:0;width:100%;height:100%}.sun-editor-editable .se-video-container figure{left:0;width:100%;max-width:100%}.sun-editor-editable audio{width:300px;height:54px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor-editable .__se__p-bordered,.sun-editor .__se__p-bordered{border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;padding:4px 0}.sun-editor-editable .__se__p-spaced,.sun-editor .__se__p-spaced{letter-spacing:1px}.sun-editor-editable .__se__p-neon,.sun-editor .__se__p-neon{font-weight:200;font-style:italic;background:#000;color:#fff;padding:6px 4px;border:2px solid #fff;border-radius:6px;text-transform:uppercase;animation:neonFlicker 1.5s infinite alternate}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40;box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f}20%,24%,55%{text-shadow:none;box-shadow:none}}.sun-editor-editable .__se__t-shadow,.sun-editor .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor-editable .__se__t-code,.sun-editor .__se__t-code{font-family:monospace;color:#666;background-color:#1b1f230d;border-radius:6px;padding:.2em .4em}.assessment{padding-top:70px;padding-bottom:70px}.assessment .progress-bar{margin-bottom:40px}.assessment .progress-bar__bar{border-radius:18px;background:var(--color-white);padding:5px 6px}.assessment .progress-bar__bar{width:100%;display:flex}.assessment .progress-bar__bar div{transition:all .2s ease-out;text-align:center;flex:1}.assessment .progress-bar__bar div:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.assessment .progress-bar__bar div:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.assessment .progress-bar__bar div .page-number{font-size:.75rem;font-weight:var(--font-semibold);color:#fff;line-height:22px;position:relative;top:-1px;opacity:0}.assessment .progress-bar__bar div:hover{cursor:pointer;background:var(--color-custom--darker)}.assessment .progress-bar__bar div:hover .page-number{opacity:1}.assessment .progress-bar__bar .progress-item--active,.assessment .progress-bar__bar .progress-item--hover{border-top-right-radius:12px;border-bottom-right-radius:12px;opacity:1}.assessment .progress-bar__bar .progress-item--highlight{flex:1;background:var(--color-custom)}.assessment .progress-bar__bar .progress-item:not(.progress-item--highlight):not(:last-child){border-right:2px solid var(--color-grey-main)}.assessment .progress-bar p{transition:all .2s ease-out;margin:10px 0;color:var(--color-grey-med);font-size:.9rem;text-align:center}.assessment #scroll-to-top{z-index:999;display:block;position:fixed;top:20px;right:20px;outline:unset;border:unset;border-radius:23px;background:var(--color-secondary);color:#fff;width:46px;height:46px;font-size:1.375rem;margin-left:auto;transition:all .2s ease-in-out}@media (min-width: 768px){.assessment #scroll-to-top{position:sticky;bottom:30px;right:unset}}.assessment #scroll-to-top:hover{background:var(--color-secondary--darker)}.assessment__main{background:var(--color-white);padding:20px}@media (min-width: 900px){.assessment__main{padding:50px}}.assessment__main fieldset legend{text-align:center;margin-left:auto;margin-right:auto;margin-bottom:30px}.assessment__main fieldset legend h2{color:var(--color-main--darker);font-weight:var(--font-semibold)}.assessment__main fieldset legend h2 span{color:var(--color-grey-dark)}.assessment__main fieldset legend h5{font-weight:var(--font-regular);color:var(--color-main--darker)}.assessment__main .description-text{margin-bottom:60px}@media (min-width: 768px){.assessment__main .name{display:flex;gap:10px}.assessment__main .name>*{flex-basis:50%;max-width:50%}}.assessment__main .profile-rating-description-text{max-width:660px;margin-top:10px;margin-bottom:60px;font-size:clamp(1rem,3vw,1.125rem);color:var(--color-grey-med)}.assessment__main .profiles-list__selected{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #9DA3A6}.assessment__main .profiles-list__selected .single-profile{width:100%;display:flex;align-items:center;border:unset;padding:unset}.assessment__main .profiles-list__selected .single-profile>div{flex-grow:1;background:var(--color-grey-light);border-radius:4px;padding:20px 16px;margin-bottom:10px;font-size:clamp(1rem,3vw,1.125rem)}.assessment__main .profiles-list__selected .single-profile>div p{margin-bottom:0}.assessment__main .profiles-list__selected.selected-vocations{margin-top:50px;border-bottom:unset}.assessment__main .profiles-list__selected.vocation{border:1px solid var(--color-grey-med);border-radius:16px;padding:20px 10px 20px 20px}@media (min-width: 900px){.assessment__main .profiles-list__selected.vocation{padding:20px 17px 20px 30px}}.assessment__main .search-profiles-input{display:flex;gap:20px;flex-direction:column;margin-bottom:40px}@media (min-width: 768px){.assessment__main .search-profiles-input{flex-direction:row}}.assessment__main .search-profiles-input input{padding:20px;margin-bottom:0}.assessment__main .search-profiles-input button{width:100%}@media (min-width: 768px){.assessment__main .search-profiles-input button{width:unset}}.assessment__main .single-profile{display:flex;gap:20px;align-items:center;padding:30px 0;border-bottom:1px solid}.assessment__main .single-profile h6{margin-bottom:unset}.assessment__main .single-profile h6 i{margin-left:8px}.assessment__main .single-profile h6 i:hover{cursor:pointer}.assessment__main .quill>.ql-container>.ql-editor.ql-blank:before{font-size:1rem}.assessment__main .quill>.ql-container .ql-editor{font-size:130%!important;font-family:var(--main-font)}.assessment__main .quill>.ql-container .ql-editor h1,.assessment__main .quill>.ql-container .ql-editor h2,.assessment__main .quill>.ql-container .ql-editor h3{color:var(--color-grey-dark);font-weight:var(--font-semibold);margin-bottom:10px}.assessment__main .quill>.ql-container .ql-editor ul li,.assessment__main .quill>.ql-container .ql-editor ol li{margin-bottom:10px}.assessment__main .quill>.ql-container .ql-editor strong{font-weight:var(--font-semibold)}.assessment__main .quill>.ql-container .ql-editor em{font-style:italic}.assessment .assessment-rating .level__competency--title{display:flex;justify-content:space-between;padding:25px 30px;margin-bottom:40px;background:var(--color-main);color:#fff;border-radius:4px}.assessment .assessment-rating .level__competency--title h5{text-transform:uppercase;font-weight:var(--font-semibold);margin-bottom:0}.assessment .assessment-rating .level__competency--title i{font-size:1.125rem;position:relative;top:8px}.assessment .assessment-rating .level__competency--body{padding:20px}.assessment .narrow-competency{margin-bottom:40px}.assessment .narrow-competency>div:not(.narrow-competency--profiles){padding:8px 10px}.assessment .narrow-competency>div p{margin-bottom:unset}.assessment .narrow-competency--title{border-bottom:1px solid #707070}.assessment .narrow-competency--title h6{margin-bottom:0}.assessment .narrow-competency--profiles>div{gap:5px;padding:6px 10px}.assessment .narrow-competency--profiles>div:not(:last-child){border-bottom:1px solid #707070}.assessment .narrow-competency--composite-profile{border-top:2px solid #707070}.assessment .narrow-competency--client-rating{align-items:center;background:var(--color-grey-light);border-top:1px solid #707070;border-bottom:1px solid #707070}.assessment .narrow-competency--client-rating--rationale{transition:all .2 ease-in-out;margin-top:20px}@media (min-width: 900px){.assessment .narrow-competency--client-rating--rationale{width:50%;margin-left:auto}.assessment .narrow-competency--client-rating--rationale label{text-align:left}}.assessment .narrow-competency .rating-indicator p{font-size:.875rem;font-style:italic}.assessment .narrow-competency .rating-indicator:hover{cursor:pointer}.assessment .vocation--selected-criteria{margin:40px 0}.assessment .vocation--selected-criteria p{color:var(--color-grey-med);margin:10px 0 45px}.assessment .vocation--selected-criteria--single-select{display:flex;align-items:baseline;gap:10px}.assessment .vocation--selected-criteria--single-select .select-box-group{display:flex;gap:10px;flex:1}.assessment .vocation--selected-criteria--single-select .select-box-group .select-wrap{flex:1}.assessment .vocation--selected-criteria--single-select .delete-placeholder{visibility:hidden;width:40px}.assessment .vocation--selected-criteria .button--add,.assessment .vocation--selected-criteria .button--secondary,.assessment .vocation--selected-criteria .button--large.button--delete{display:block;text-align:center;margin:10px auto}.assessment .vocation--selected-criteria .button--large.button--delete{margin-bottom:40px}.assessment .vocation--results-wrap{margin:50px 0}.assessment .vocation--results--single{padding:25px 0;border-bottom:1px solid #9DA3A6}.assessment .vocation--results--single label{position:relative;display:flex;align-items:center;gap:20px}.assessment .vocation--results--single label span.vocation-checkbox{flex:0 0 auto;display:block;width:33px;height:33px;border:1px solid var(--color-grey-med)}.assessment .vocation--results--single label span.vocation-checkbox i{display:none;text-align:center;color:var(--color-main);font-size:1.125rem;line-height:33px}.assessment .vocation--results--single label h6{margin-bottom:unset;z-index:1}.assessment .vocation--results--single label h6 i{margin-left:10px}.assessment .vocation--results--single label input[type=checkbox]{z-index:-1;cursor:inherit;position:absolute;visibility:hidden;top:0;left:0;margin:0;padding:0;z-index:1}.assessment .vocation--results--single label input:checked+span>i{display:block}.assessment .vocation--results--single label:hover{cursor:pointer}.assessment .summary-details{border-bottom:1px solid #9DA3A6;padding-bottom:60px}.assessment .navigation-buttons{z-index:10;position:sticky;bottom:0;transform:translate(-20px);background:white;padding:25px 20px;margin:10px 0;display:flex;gap:10px;flex-direction:column;justify-content:center;box-shadow:0 -6px 24px #38383826;width:calc(100% + 40px)}@media (min-width: 768px){.assessment .navigation-buttons{flex-direction:row;gap:30px;margin:90px 0 -96px;width:calc(100% + 100px);transform:translate(-50px)}}.form--dragndrop{position:relative;border:unset!important;border-radius:4px;background:var(--color-grey-light);min-height:280px;padding:30px 20px;display:flex;justify-content:center;font-family:var(--main-font);transition:all .2s ease-in-out}.form--dragndrop .dragndrop-text{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.form--dragndrop .dragndrop-text i{font-size:3.9375rem;color:var(--color-main);margin-bottom:10px}.form--dragndrop .dragndrop-text em{font-weight:var(--font-regular);color:#9da3a6}.form--dragndrop .dragndrop-text p{margin-bottom:8px;color:var(--color-grey-med);font-size:1.125rem}.form--dragndrop .dragndrop-text p strong{font-weight:var(--font-semibold)}.form--dragndrop .dragndrop-text .dragndrop-button{background:var(--color-main);padding:20px;display:inline-block;width:auto;margin-top:10px;transition:all .2s ease-in-out}.form--dragndrop .dragndrop-text .dragndrop-button span{text-transform:unset;letter-spacing:unset!important;color:#fff;font-size:1.125rem;font-weight:var(--font-semibold)}.form--dragndrop .dragndrop-text small{margin-top:15px;font-size:.75rem;color:#9da3a6}.form--dragndrop:hover{cursor:pointer;background:#EAE9E6}.form--dragndrop:hover .dragndrop-button{background:var(--color-main--darker)}.form--dragndrop:before{position:absolute;left:10px;top:10px;content:"";display:block;width:calc(100% - 20px);height:calc(100% - 20px);background-image:repeating-linear-gradient(0deg,#9da3a6,#9da3a6 5px,transparent 5px,transparent 10px,#9da3a6 10px),repeating-linear-gradient(90deg,#9da3a6,#9da3a6 5px,transparent 5px,transparent 10px,#9da3a6 10px),repeating-linear-gradient(180deg,#9da3a6,#9da3a6 5px,transparent 5px,transparent 10px,#9da3a6 10px),repeating-linear-gradient(270deg,#9da3a6,#9da3a6 5px,transparent 5px,transparent 10px,#9da3a6 10px);background-size:1px 100%,100% 1px,1px 100%,100% 1px;background-position:0 0,0 0,100% 0,0 100%;background-repeat:no-repeat;border-radius:4px}.form--dragndrop__selected-files{margin:20px 0}.form--dragndrop__selected-files h6{margin-bottom:10px}.form--dragndrop__selected-files ul{color:var(--color-grey-med)}.form--dragndrop__selected-files ul li{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:10px;border-bottom:1px solid var(--color-grey-main)}.cvda-rating{flex:0 0 auto}.cvda-rating button{background-color:transparent;border:none;outline:none;padding:4px}.cvda-rating button .circle{transition:all .1s ease-in-out;display:block;width:18px;height:18px;border-radius:9px;border:1px solid #707070}.cvda-rating button.on .circle{background:var(--color-main)}.cvda-rating button.cvda-rating__total-loss{padding:0 5px;line-height:18px;text-align:center;vertical-align:text-top}.cvda-rating button.cvda-rating__total-loss:hover i,.cvda-rating button.cvda-rating__total-loss.on i{color:var(--color-secondary);font-weight:var(--font-semibold)}.cvda-rating.read-only .on .circle{background:#9DA3A6}.no-matches{text-align:center}.competency-wrap{position:relative;margin-left:10px}.star-competency{position:absolute;top:10px;left:-25px;outline:unset;border:unset;background:unset;font-size:1rem;line-height:1}.star-competency i{transition:all .2s ease}.star-competency.selected i{font-weight:600;color:var(--color-secondary)}.star-competency:hover{cursor:pointer}.star-competency:hover i{font-weight:600;color:var(--color-secondary)}.starred-competencies-list{border:1px solid var(--color-grey-med);border-radius:16px;padding:20px 10px 20px 20px;margin-bottom:40px!important}.starred-competencies-list .single-competency{width:100%;display:flex;align-items:center;border:unset;padding:unset}.starred-competencies-list .single-competency>div{flex-grow:1;border-radius:4px;padding-bottom:5px;margin-bottom:10px}.starred-competencies-list .single-competency>div p{margin-top:0;margin-bottom:0;color:var(--color-black)}.starred-competencies-list .single-competency>div p i{color:var(--color-secondary);margin-right:8px}.MuiAccordion-root.rating-accordion{border:unset;box-shadow:unset;margin-bottom:10px}.MuiAccordion-root.rating-accordion .rating-accordion--title{border-radius:4px;background:var(--color-main);color:var(--color-white);padding:10px 25px}.MuiAccordion-root.rating-accordion .rating-accordion--title i{color:var(--color-white);font-size:1.125rem}.MuiAccordion-root.rating-accordion .rating-accordion--title h5{text-transform:uppercase;font-weight:var(--font-semibold);margin-right:10px}.MuiAccordion-root.rating-accordion .rating-accordion--child-title{border-radius:4px;background:var(--color-grey-med);color:#fff;margin:15px 0}.MuiAccordion-root.rating-accordion .rating-accordion--child-title i{color:var(--color-white);font-size:1.125rem}.MuiAccordion-root.rating-accordion .rating-accordion--child-title h6{font-weight:var(--font-semibold);margin-bottom:4px}.MuiAccordion-root .MuiAccordion-root{box-shadow:unset}.MuiAccordion-root .MuiAccordionDetails-root{padding:unset;margin:40px 10px}.MuiAccordion-root.MuiPaper-root.Mui-expanded{margin:20px 40px 40px!important}.MuiAccordion-root .MuiAccordionSummary-content.Mui-expanded{margin:12px 0}.MuiAccordion-root.vocation-search-accordion .vocation-search-accordion--title{border-radius:4px;background:var(--color-main);color:var(--color-white)}.MuiAccordion-root.vocation-search-accordion .vocation-search-accordion--title i{color:var(--color-white);font-size:1.125rem}.MuiAccordion-root.vocation-search-accordion .MuiAccordion-root{box-shadow:unset}.MuiAccordion-root.vocation-search-accordion .MuiAccordionDetails-root{padding-left:10px;padding-right:10px}.inactive-message>div{box-sizing:border-box;background-color:#f77f004d;border-radius:20px;padding:20px;margin-top:40px;margin-bottom:40px}.active-message>div{box-sizing:border-box;background-color:#11941f4d;border-radius:20px;padding:20px;margin-top:40px;margin-bottom:40px}.page.user-settings{background:transparent}.page.user-settings>div{background:white;border-radius:5px}.page.user-settings h2,.page.user-settings h3{margin-bottom:20px}.page.user-settings button:not(.nav-link){margin-top:10px}.user-settings__layout{display:flex;gap:24px;align-items:flex-start;margin-top:40px}@media (max-width: 900px){.user-settings__layout{flex-direction:column}}.user-settings__sidebar{background:var(--color-grey-light);border-radius:4px;padding:10px;min-width:250px}@media (max-width: 900px){.user-settings__sidebar{width:100%}}.user-settings__sidebar .nav-link{width:100%;border:unset;border-radius:4px;padding:20px 14px;margin:10px 0 0;font-size:clamp(1rem,2vw,1.125rem);font-weight:var(--font-semibold);background:var(--color-grey-light);text-align:left;color:var(--color-grey-dark);transition:all .2s ease}.user-settings__sidebar .nav-link:hover,.user-settings__sidebar .nav-link:focus{background:var(--color-white)}.user-settings__sidebar .nav-link.active,.user-settings__sidebar .nav-item.show .nav-link{background:var(--color-white)}.user-settings__content{flex:1}.admin-dashboard{padding-top:20px;padding-bottom:70px}.admin-dashboard>div{background-color:#fff;border-radius:5px;padding:0}.admin-dashboard>div .user-settings__sidebar{height:fill-available;height:-webkit-fill-available;padding-bottom:80px}.admin-dashboard>div .user-settings__sidebar h2{margin-top:20px;margin-bottom:30px;margin-left:10px}.admin-dashboard>div .user-settings__content{padding-top:100px}.admin-dashboard>div .user-settings__content h3{margin-top:20px}.admin-dashboard>div .user-settings__content h4,.admin-dashboard>div .user-settings__content h5{margin-top:60px}.admin-dashboard>div .user-settings__content button{margin-top:40px}.admin-dashboard>div .user-settings__content .MuiAccordion-root.MuiPaper-root.Mui-expanded{margin:0 0 20px!important}@media (min-width: 900px){.tab-pane>div{margin:20px 40px 40px}}.manage-users-list{margin-top:40px;margin-bottom:40px}.manage-users-list__labels{padding:0 10px;display:flex}.manage-users-list__labels p{color:var(--color-grey-med);font-weight:var(--font-semibold);font-size:.875rem}.manage-users-list__labels p:nth-child(1){flex-basis:50%}.manage-users-list__labels p:nth-child(2){flex-basis:20%}.manage-users-list__labels p:nth-child(3){flex-basis:15%}.manage-users-list__labels p:nth-child(4){flex-basis:5%;margin-left:auto;margin-right:0}.manage-users-list__controls{background-color:var(--color-grey-light);padding:10px 20px;margin-bottom:50px;border-radius:8px}.manage-users-list__controls label{display:flex;align-items:baseline}.manage-users-list__controls label strong{color:var(--color-grey-med);margin-right:10px;font-size:1.125rem}.manage-users-list__controls .select-wrap{width:250px}.manage-users-list__controls .select-wrap select{margin-bottom:unset}.manage-users-list__single{position:relative;padding:25px 10px;display:flex;flex-direction:column;justify-content:flex-start;border-top:1px solid #9DA3A6}@media (min-width: 768px){.manage-users-list__single{flex-direction:row;align-items:center;justify-content:space-between}}.manage-users-list__single:last-child{border-bottom:1px solid #9DA3A6}.manage-users-list__single div:nth-child(1){flex-basis:50%}.manage-users-list__single div:nth-child(2){flex-basis:20%}.manage-users-list__single div:nth-child(3){flex-basis:15%}.manage-users-list__single div:nth-child(4){flex-basis:15%}.manage-users-list__single--role,.manage-users-list__single--status{font-size:.875rem}.manage-users-list__single--user-info h6{font-weight:400;font-size:clamp(1rem,2vw,1.2rem);line-height:1;margin-bottom:5px}.manage-users-list__single--user-info p{margin-bottom:unset;font-size:.875rem}.manage-users-list__single--user-info>div{display:flex;gap:15px}.manage-users-list__single--user-info>div p{color:var(--color-grey-med);font-size:.875rem}.manage-users-list__single .button--action-items{display:flex;justify-content:flex-end;flex:0 0 auto}.manage-users-list__single .button--action-items button{margin-left:8px}.edit-user-form h5{margin-bottom:20px}.edit-user-form label{text-align:left}.allowlist-manager form{gap:20px}.allowlist-manager form label{flex:1 1 auto}.allowlist-manager form button{padding:16px 30px}.allowlist-manager h5{margin-bottom:20px}.allowlist-manager .single-email{width:100%;border:unset;padding:unset}.allowlist-manager .single-email>div{display:flex;align-items:center;gap:20px;margin-bottom:10px}.allowlist-manager .single-email>div p{flex-grow:1;background:var(--color-grey-light);border-radius:4px;padding:20px 16px;font-size:clamp(1rem,3vw,1.125rem);margin-bottom:0}.user-settings__sidebar-subitem{margin-left:14px}.user-settings__sidebar-subitem .nav-link{font-size:1rem;font-weight:var(--font-regular);padding:14px 14px 14px 22px}.user-notification-history{max-width:1200px;margin:auto;padding:40px 20px}.user-notification-history__header{text-align:center}.user-notification-history__header h1{margin-bottom:40px}.user-notification-history__header p{margin-bottom:0}.user-notification-history__layout{display:grid;gap:18px;align-items:start;grid-template-columns:minmax(280px,340px) minmax(0,1fr)}@media (max-width: 900px){.user-notification-history__layout{grid-template-columns:1fr}}.user-notification-history__sidebar{border:1px solid #d9dfe3;border-radius:4px;background:#fff;overflow:hidden}.user-notification-history__list{display:grid;gap:0}.user-notification-history__item{width:100%;border:0;border-bottom:1px solid #d9dfe3;padding:14px 14px 12px;background:#fff;text-align:left;cursor:pointer;margin-top:0!important;transition:background-color .2s ease}.user-notification-history__item:hover,.user-notification-history__item:focus{background:#f7f9fa}.user-notification-history__item:last-child{border-bottom:0}.user-notification-history__item.is-active{background:#eef5f8}.user-notification-history__item h4{font-size:1rem;margin-bottom:4px}.user-notification-history__item p.description{font-size:.875rem;margin-bottom:0}.user-notification-history__detail{border:1px solid #d9dfe3;border-radius:4px;background:#fff;padding:30px 25px 60px}.user-notification-history__detail h3{font-size:clamp(1.2rem,2.4vw,1.75rem);margin-bottom:12px;text-align:center}.user-notification-history__detail .user-notification-history__meta{justify-content:center}.user-notification-history__meta{color:var(--color-grey-med);font-size:.85rem;display:flex;align-items:center;gap:8px;margin-bottom:8px}.user-notification-history__pill{display:inline-flex;align-items:center;border-radius:999px;background:#ffe4c2;color:#6f3c00;font-size:.75rem;font-weight:var(--font-semibold);padding:2px 8px;opacity:1;transition:opacity .9s ease}.user-notification-history__pill.is-fading{opacity:0}*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}header .right-column .user-context-menu a,.button--nav-alt,.button--nav,.button--cancel,.button--tertiary,.button--secondary,.button--main,button{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}:root{--color-white: #FFFFFF;--color-black: #000000;--color-grey-main: #E3DFD8;--color-grey-main--darker: #CCCBC8;--color-grey-light: #F3F2F1;--color-grey-light--darker: #EDEDED;--color-grey-med: #717171;--color-grey-dark: #141010;--color-main: #2274A5;--color-main--darker: #22577A;--color-secondary: #F77F00;--color-secondary--darker: #E27501;--color-tertiary: #D93E16;--color-tertiary--darker: #A02707;--color-custom: #698960;--color-custom--darker: color-mix(in srgb,var(--color-custom),#000 15%);--main-font: "Open Sans",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-light: 300;--font-regular: 400;--font-semibold: 600;--width-xsmall: 525px;--width-small: 700px;--width-medium: 768px;--width-container: 1500px}body{background:var(--color-grey-main);font-family:var(--main-font);max-width:100vw;overflow-x:hidden}h1,h2,h3,h4,h5,h6{line-height:1.375}h1{font-size:clamp(1.7rem,3vw,2rem);color:var(--color-main)}h2{font-size:clamp(1.7rem,3vw,2rem);font-weight:300;color:var(--color-main)}h3{font-size:clamp(1.7rem,3vw,2rem);font-weight:500;color:var(--color-grey-dark)}h4{font-size:clamp(1.5rem,3vw,1.75rem);font-weight:500}h5{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:500;color:var(--color-grey-contrast)}h6{font-size:1.125rem;font-weight:var(--font-semibold);color:var(--color-grey-contrast);margin-bottom:14px}p,li{line-height:1.375}p:not(:last-child),li:not(:last-child){margin:0 0 16px}p.description,ul.description{color:var(--color-grey-med);font-size:1rem}ul.description{margin-left:20px;margin-bottom:15px}ul.description li{list-style-type:disc;margin-bottom:10px;line-height:1.25}strong{font-weight:var(--font-semibold)}a{text-decoration:none;display:inline-block;color:var(--color-main)}label{display:block;margin-bottom:4px;line-height:1.3;font-size:.875rem}label span{display:block;font-size:.875rem;color:var(--color-grey-dark)}label span.label-large{font-size:18px;font-weight:var(--font-semibold);margin-top:1.125rem}label sup{color:var(--color-tertiary);font-weight:var(--font-semibold)}textarea,select,input,.MuiTextField-root{font-family:var(--main-font);width:100%;display:inline-block;border:1px solid #9DA3A6;border-radius:4px;padding:15px;font-size:1.125rem;font-weight:400;margin-bottom:10px}textarea:focus,textarea:active,select:focus,select:active,input:focus,input:active,.MuiTextField-root:focus,.MuiTextField-root:active{border:1px solid var(--color-main)}.select-wrap{position:relative}.select-wrap select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:20px}.select-wrap:after{position:absolute;font-family:"Font Awesome 6 Pro";content:"";font-weight:700;top:30%;right:10px;color:var(--color-grey-med)}.MuiTextField-root .css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:1px solid #9DA3A6!important}.MuiTextField-root .Mui-error .MuiOutlinedInput-notchedOutline{border-color:#9da3a6!important}.MuiTextField-root .MuiInputBase-root{border:unset!important;margin-bottom:10px}.MuiTextField-root .MuiInputBase-root.Mui-error{outline:unset}.MuiTextField-root input{border:unset!important;padding:15px;font-size:1.125rem}.MuiAccordion-root.MuiPaper-root .MuiAccordion-root.MuiPaper-root.Mui-expanded{margin-left:0!important;margin-right:0!important}.MuiPaper-root.MuiAccordion-root.vocation-search-accordion{margin:20px 40px 40px!important}input[type=search]{padding-left:35px}input[type=date]{text-transform:uppercase}input::placeholder,select::placeholder,textarea::placeholder{color:#9da3a6;opacity:1}.search-wrap{position:relative}.search-wrap:before{content:"";display:block;width:20px;height:20px;position:absolute;top:38%;left:8px;transform:translateY(-50%);font-family:"Font Awesome 6 Pro";font-size:1.2rem;font-weight:800;color:var(--color-grey-med)}.search-wrap.alt input{border:unset}.sort{width:200px;color:var(--color-grey-med)}button{font-family:var(--main-font);border:unset;font-size:1rem}button:hover{cursor:pointer}.button-group{margin:40px 0;display:flex;gap:20px}.button-group.space-between{justify-content:space-between}.button--main{letter-spacing:.1em;width:100%;border:unset;outline:unset;display:inline-block;border-radius:20px;font-size:clamp(1rem,3vw,1.125rem);font-weight:var(--font-semibold);text-transform:uppercase;background:var(--color-main);color:var(--color-white);padding:25px;text-align:center}.button--main:hover{background:var(--color-main--darker)}.button--main:focus{box-shadow:0 6px 12px #38383833}.button--main.button-padding-sm{padding:25px 20px}.button--secondary{border:unset;outline:unset;font-size:clamp(1rem,3vw,1.125rem);font-weight:var(--font-semibold);background:var(--color-main);color:var(--color-white);padding:20px 30px;border-radius:8px}.button--secondary:hover{background:var(--color-main--darker)}.button--secondary:focus{box-shadow:0 6px 12px #38383833}.button--tertiary{border:unset;outline:unset;font-size:clamp(1rem,3vw,1.125rem);font-weight:var(--font-semibold);background:var(--color-secondary);color:var(--color-white);padding:20px 30px;border-radius:8px}.button--tertiary:hover{background:var(--color-secondary--darker)}.button--tertiary:focus{box-shadow:0 6px 12px #38383833}.button--cancel{border:unset;outline:unset;font-size:clamp(1rem,3vw,1.125rem);font-weight:var(--font-semibold);background:var(--color-tertiary);color:var(--color-white);padding:20px 30px;border-radius:8px}.button--cancel:hover{background:var(--color-tertiary--darker)}.button--cancel:focus{box-shadow:0 6px 12px #38383833}.button--nav{border:unset;outline:unset;font-size:clamp(1rem,3vw,1.125rem);font-weight:var(--font-semibold);background:var(--color-main);color:var(--color-white);padding:18px 30px;border-radius:8px}.button--nav:hover{background:var(--color-main--darker)}.button--nav:focus{box-shadow:0 6px 12px #38383833}.button--nav.disabled{opacity:.2}.button--nav-alt{border:unset;outline:unset;font-size:clamp(1rem,3vw,1.125rem);font-weight:var(--font-semibold);background:var(--color-grey-light);color:var(--color-grey-med);padding:18px 30px;border-radius:8px}.button--nav-alt:hover{background:var(--color-grey-main--darker)}.button--nav-alt:focus{box-shadow:0 6px 12px #38383833}.button--large{margin:15px 16px 10px 0;padding:20px 25px;font-size:1.125rem;font-weight:var(--font-semibold);border-radius:8px}.button--small{flex:0 0 auto;width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;font-size:1.125rem;transition:all .2s ease}.button--xsmall{margin:0 3px;width:30px;height:30px;border-radius:50%;text-align:center;line-height:30px}.button--link{background:var(--color-main);color:var(--color-white)}.button--link:hover{background:var(--color-main--darker)}.button--action,.button--add{background:var(--color-grey-light);color:var(--color-grey-med)}.button--action:hover,.button--add:hover{background:var(--color-grey-main--darker)}.button--delete{background:var(--color-tertiary);color:#fff}.button--delete:hover{background:var(--color-tertiary--darker)}.button--text{background:unset;color:var(--color-black)}header{z-index:999;position:relative;background:var(--color-white);box-shadow:0 6px 24px #38383826;padding:60px 0 20px}@media (min-width: 900px){header{padding:20px 0}}header .logo a{display:block;max-width:450px;margin:auto}@media (min-width: 768px){header .logo a{margin:unset}}header .logo a img{width:100%}header .right-column{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center}@media (min-width: 768px){header .right-column{align-items:flex-end}}header .right-column h1{margin-top:auto}header .right-column .user-context-menu{display:flex;align-items:center;gap:40px;font-size:.875rem}@media (max-width: 900px){header .right-column .user-context-menu{position:absolute;top:10px;left:10px}}header .right-column .user-context-menu,header .right-column .user-context-menu a{color:#9da3a6}header .right-column .user-context-menu p{margin-bottom:unset}header .right-column .user-context-menu a:hover{cursor:pointer;color:var(--color-grey-dark)}header .right-column .user-context-menu .header-notification-link{display:inline-flex;align-items:center;gap:6px}header .right-column .user-context-menu .header-notification-icon{position:relative;display:inline-flex;line-height:1}header .right-column .user-context-menu .header-notification-dot{position:absolute;top:-3px;right:-5px;width:8px;height:8px;border-radius:999px;background:#d7263d;border:1px solid var(--color-white)}footer{background:var(--color-main--darker);padding:35px 0;font-size:.875rem}footer a{color:#fff}footer a i{font-size:1.125rem;position:relative;top:2px}footer .footer--left>div{display:flex;align-items:flex-end;gap:40px}footer .footer--left p{color:#fff;margin-top:20px;font-size:.875rem}footer .footer--right{display:flex;justify-content:flex-end;align-items:flex-end}footer .footer--right .image-block{max-width:215px}footer .footer--right .image-block img{width:100%;height:auto}.MuiContainer-root{max-width:1500px}.page{background:white;padding:70px 20px}.page h2{text-align:center}.page.resources h1{margin-bottom:20px}.page.resources h2,.page.resources h3,.page.resources h4,.page.resources h5{margin-top:50px;margin-bottom:20px}.loader{margin:auto;text-align:center}.loader i{margin:20px auto;--s: 15px;width:calc(var(--s) * 2.33);aspect-ratio:1;display:flex;justify-content:space-between;animation:l29-0 1s infinite}.loader i:before,.loader i:after{content:"";width:var(--s);--_g: no-repeat radial-gradient(farthest-side,#22577A 94%,rgba(34, 87, 122,0));background:var(--_g) top,var(--_g) bottom;background-size:100% var(--s);transform-origin:50% calc(100% - var(--s) / 2);animation:inherit;animation-name:l29-1}.loader i:after{--_s:-1}@keyframes l29-0{to{transform:translateY(calc(var(--s) - 100%))}}@keyframes l29-1{to{transform:rotate(calc(var(--_s, 1) * -180deg))}}.alert-dialog{text-align:center}.alert-dialog__content{padding:70px}.alert-dialog__content i.fa-warning{color:var(--color-tertiary);font-size:4.6875rem}.alert-dialog__content h4{margin:10px 0}.alert-dialog__content p{color:var(--color-grey-med)}.alert-dialog .MuiDialogActions-root{gap:20px;justify-content:center;margin-top:30px}#message--error p,#message--error__add-user p,#message .message--error p{background-color:#c7583c4d;border-radius:4px;padding:10px;margin:20px 0}#message--success p,#message--success__add-user p,#message .message--success p{background-color:#2fad2a80;border-radius:4px;padding:10px;margin:20px 0}.message--error p,.message--error__add-user p{background-color:#c7583c4d;border-radius:4px;padding:10px;margin:20px 0}.message--success p,.message--success__add-user p{background-color:#2fad2a80;border-radius:4px;padding:10px;margin:20px 0}.cvda-tabs li{margin-bottom:unset}.nav-tabs{display:flex;justify-content:space-around;align-items:center;flex-direction:column;background:var(--color-grey-light);border-radius:4px;padding:10px;margin-bottom:40px}@media (min-width: 768px){.nav-tabs{flex-direction:row}}.nav-tabs .nav-link{width:100%;border:unset;border-radius:4px;padding:10px 20px;font-size:clamp(1rem,2vw,1.125rem);font-weight:var(--font-semibold);text-align:center;background:var(--color-grey-light)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;background:var(--color-white)}.nav-tabs .nav-item{flex:1}@media (max-width: 900px){.nav-tabs .nav-item{width:100%}}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{background:var(--color-white)}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}@media (min-width: 768px){.d-flex{display:flex}}.d-flex.row-reverse{flex-direction:row-reverse}.d-flex.align-items-center{align-items:center}.d-flex.align-items-baseline{align-items:baseline}.d-flex.align-items-end{align-items:flex-end}.d-flex.align-items-start{align-items:flex-start}.d-flex.justify-content-start{justify-content:flex-start}.d-flex.justify-content-center{justify-content:center}.d-flex.justify-content-end{justify-content:flex-end}.d-flex.justify-content-between{justify-content:space-between}.width-xsmall{width:100%;max-width:var(--width-xsmall);margin:auto}.width-small{width:100%;max-width:var(--width-small);margin:auto}.width-medium{width:100%;max-width:var(--width-medium);margin:auto}.width-container{width:100%;max-width:var(--width-container);margin:auto}.show{display:auto}.hide{display:none}.text-center{text-align:center}.invalid,.date-invalid .MuiTextField-root .MuiInputBase-root{border:2px solid var(--color-tertiary)!important}.page:not(.user-settings) .se-component.se-video-container{width:auto;height:auto;max-width:100%}.page:not(.user-settings) .se-component.se-video-container>figure,.page:not(.user-settings) .se-component.se-video-container figure,.page:not(.user-settings) .se-component.se-video-container figcaption,.page:not(.user-settings) .se-component.se-video-container iframe,.page:not(.user-settings) .se-component.se-video-container video{position:relative}.page:not(.user-settings) .se-component.se-video-container figure{display:block;width:100%;max-width:100%;margin:0;padding:0}.page:not(.user-settings) .se-component.se-video-container iframe,.page:not(.user-settings) .se-component.se-video-container video{display:block;margin:0;padding:0;max-width:100%;outline:1px solid #9e9e9e;position:absolute;top:0;right:0;bottom:0;left:0;border:0;width:100%;height:100%}.sun-editor .se-wrapper .se-wrapper-inner,.sun-editor .se-wrapper .se-wrapper-inner .se-editable,.sun-editor .se-wrapper .se-wrapper-inner .se-editor{font-family:var(--main-font);color:var(--color-grey-dark);font-size:1rem}.sun-editor .se-wrapper .se-wrapper-inner p,.sun-editor .se-wrapper .se-wrapper-inner li{line-height:1.375}.sun-editor .se-wrapper .se-wrapper-inner p:not(:last-child),.sun-editor .se-wrapper .se-wrapper-inner li:not(:last-child){margin:0 0 16px}.sun-editor .se-wrapper .se-wrapper-inner h1{font-size:clamp(1.7rem,3vw,2rem);color:var(--color-main);font-weight:var(--font-regular)}.sun-editor .se-wrapper .se-wrapper-inner h2{font-size:clamp(1.7rem,3vw,2rem);font-weight:300;color:var(--color-main)}.sun-editor .se-wrapper .se-wrapper-inner h3{font-size:clamp(1.7rem,3vw,2rem);font-weight:500;color:var(--color-grey-dark)}.sun-editor .se-wrapper .se-wrapper-inner h4{font-size:clamp(1.5rem,3vw,1.75rem);font-weight:500}.sun-editor .se-wrapper .se-wrapper-inner h5{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:500;color:var(--color-grey-contrast)}.sun-editor .se-wrapper .se-wrapper-inner h6{font-size:1.125rem;font-weight:var(--font-semibold);color:var(--color-grey-contrast);margin-bottom:14px}
