@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width: 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width: 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width: 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}html[dir=rtl] .ki-duotones,html[dir=rtl] .ki-duotone span{transform:scaleX(-1)}html[dir=rtl] .vs__dropdown-toggle,html[dir=rtl] .vs__selected-options,html[dir=rtl] .vs__actions{flex-direction:row-reverse}html[dir=rtl] .vs__dropdown-menu li{text-align:right}html[dir=rtl] .vs__open-indicator{margin:0 10px}html[dir=rtl] .form-floating>.form-control:focus~label,html[dir=rtl] .form-floating>.form-control:not(:placeholder-shown)~label,html[dir=rtl] .form-floating>.form-control-plaintext~label,html[dir=rtl] .form-floating>.form-select~label{transform:scale(.75) translateY(-.9rem) translate(-.8rem)}.tox{box-shadow:none;box-sizing:content-box;color:#222f3e;cursor:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;-webkit-tap-highlight-color:transparent;-webkit-text-decoration:none;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:initial;white-space:normal}.tox :not(svg):not(rect){box-sizing:inherit;color:inherit;cursor:inherit;direction:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;-webkit-tap-highlight-color:inherit;text-align:inherit;text-decoration:inherit;text-shadow:inherit;text-transform:inherit;vertical-align:inherit;white-space:inherit}.tox :not(svg):not(rect){background:0 0;border:0;box-shadow:none;float:none;height:auto;margin:0;max-width:none;outline:0;padding:0;position:static;width:auto}.tox:not([dir=rtl]){direction:ltr;text-align:left}.tox[dir=rtl]{direction:rtl;text-align:right}.tox-tinymce{border:2px solid #eee;border-radius:10px;box-shadow:none;box-sizing:border-box;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;overflow:hidden;position:relative;visibility:inherit!important}.tox.tox-tinymce-inline{border:none;box-shadow:none;overflow:initial}.tox.tox-tinymce-inline .tox-editor-container{overflow:initial}.tox.tox-tinymce-inline .tox-editor-header{background-color:#fff;border:2px solid #eee;border-radius:10px;box-shadow:none;overflow:hidden}.tox-tinymce-aux{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;z-index:1300}.tox-tinymce :focus,.tox-tinymce-aux :focus{outline:0}button::-moz-focus-inner{border:0}.tox[dir=rtl] .tox-icon--flip svg{transform:rotateY(180deg)}.tox .accessibility-issue__header{align-items:center;display:flex;margin-bottom:4px}.tox #accessibility-issue__subheader{font-size:16px;color:#222f3e}.tox .accessbility-sr-only{position:absolute;clip:rect(1px,1px,1px,1px);clip-path:inset(0 0 99.9% 99.9%);overflow:hidden;height:1px;width:1px;padding:0;border:0}.tox .accessibility-issue__description{align-items:stretch;border-radius:6px;justify-content:space-between}.tox .accessibility-issue__description>div{padding-bottom:4px}.tox .accessibility-issue__description>div>div{align-items:center;display:flex;margin-bottom:4px}.tox .accessibility-issue__description>div>div .tox-icon svg{display:block}.tox #accessibility-issue__contentID{margin-top:8px;margin-bottom:8px}.tox #accessibility-issue__contentID span:first-child{font-weight:700}.tox #accessibility-issue__document{padding-bottom:8px}.tox .accessibility-issue__repair{margin-top:8px}.tox .accessibility-issue__repair .tox-form__group .tox-form__group--error{color:#c00}.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description{background-color:#e6f0fd;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2{font-size:14px;color:#006ce7}.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon.accessibility-issue__icon svg{fill:#006ce7}.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon{background-color:#006ce7;color:#fff}.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus,.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover{background-color:#0060ce}.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active{background-color:#0054b4}.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description{background-color:#fffae6;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2{font-size:14px;color:#7a6e25}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon.accessibility-issue__icon svg{fill:#7a6e25}.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon{background-color:#ffe89d;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus,.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover{background-color:#f2d574;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active{background-color:#e8c657;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description{background-color:#fae6e6;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2{font-size:14px;color:#c00}.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon.accessibility-issue__icon svg{fill:#c00}.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon{background-color:#f2bfbf;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus,.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover{background-color:#e9a4a4;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active{background-color:#ee9494;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description{background-color:#78ab461a;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description>:last-child{display:none}.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2{color:#527530}.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon.accessibility-issue__icon svg{fill:#527530}.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2{margin-top:0}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-left:4px}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-left:auto}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description{padding:8px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-right:4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-right:auto}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description{padding:4px 8px 4px 4px}.tox .mce-codemirror{background:#fff;bottom:0;font-size:13px;left:0;position:absolute;right:0;top:0;z-index:1}.tox .mce-codemirror.tox-inline-codemirror{margin:8px;position:absolute}.tox .tox-advtemplate .tox-form__grid{flex:1}.tox .tox-advtemplate .tox-form__grid>div:first-child{display:flex;flex-direction:column;width:30%}.tox .tox-advtemplate .tox-form__grid>div:first-child>div:nth-child(2){flex-basis:0;flex-grow:1;overflow:auto}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid>div:first-child{width:100%}}.tox .tox-advtemplate iframe{border-color:#eee;border-radius:10px;border-style:solid;border-width:1px;margin:0 10px}.tox .tox-anchorbar,.tox .tox-bottom-anchorbar,.tox .tox-bar{display:flex;flex:0 0 auto}.tox .tox-button{background-color:#006ce7;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#006ce7;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;line-height:24px;margin:0;outline:0;padding:4px 16px;position:relative;text-align:center;-webkit-text-decoration:none;text-decoration:none;text-transform:none;white-space:nowrap}.tox .tox-button:before{border-radius:6px;bottom:-1px;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #006ce7;content:"";left:-1px;opacity:0;pointer-events:none;position:absolute;right:-1px;top:-1px}.tox .tox-button[disabled]{background-color:#006ce7;background-image:none;border-color:#006ce7;box-shadow:none;color:#ffffff80;cursor:not-allowed}.tox .tox-button:focus:not(:disabled){background-color:#0060ce;background-image:none;border-color:#0060ce;box-shadow:none;color:#fff}.tox .tox-button:focus:not(:disabled):before{opacity:1}.tox .tox-button:hover:not(:disabled){background-color:#0060ce;background-image:none;border-color:#0060ce;box-shadow:none;color:#fff}.tox .tox-button:active:not(:disabled){background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled{background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled[disabled]{background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:#ffffff80;cursor:not-allowed}.tox .tox-button.tox-button--enabled:focus:not(:disabled){background-color:#00489b;background-image:none;border-color:#00489b;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled:hover:not(:disabled){background-color:#00489b;background-image:none;border-color:#00489b;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled:active:not(:disabled){background-color:#003c81;background-image:none;border-color:#003c81;box-shadow:none;color:#fff}.tox .tox-button--icon-and-text,.tox .tox-button.tox-button--icon-and-text,.tox .tox-button.tox-button--secondary.tox-button--icon-and-text{display:flex;padding:5px 4px}.tox .tox-button--icon-and-text .tox-icon svg,.tox .tox-button.tox-button--icon-and-text .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg{display:block;fill:currentColor}.tox .tox-button--secondary{background-color:#f0f0f0;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#f0f0f0;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;color:#222f3e;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;outline:0;padding:4px 16px;-webkit-text-decoration:none;text-decoration:none;text-transform:none}.tox .tox-button--secondary[disabled]{background-color:#f0f0f0;background-image:none;border-color:#f0f0f0;box-shadow:none;color:#222f3e80}.tox .tox-button--secondary:focus:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:hover:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:active:not(:disabled){background-color:#d6d6d6;background-image:none;border-color:#d6d6d6;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled{background-color:#a8c8ed;background-image:none;border-color:#a8c8ed;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled[disabled]{background-color:#a8c8ed;background-image:none;border-color:#a8c8ed;box-shadow:none;color:#222f3e80}.tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled){background-color:#93bbe9;background-image:none;border-color:#93bbe9;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled){background-color:#93bbe9;background-image:none;border-color:#93bbe9;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled:active:not(:disabled){background-color:#7daee4;background-image:none;border-color:#7daee4;box-shadow:none;color:#222f3e}.tox .tox-button--icon,.tox .tox-button.tox-button--icon,.tox .tox-button.tox-button--secondary.tox-button--icon{padding:4px}.tox .tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg{display:block;fill:currentColor}.tox-context-form__group .tox-button--icon,.tox-context-form__group .tox-button.tox-button--icon{margin:6px 1px 5px 0;padding:0}.tox .tox-button-link{background:0;border:none;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;font-weight:400;line-height:1.3;margin:0;padding:0;white-space:nowrap}.tox .tox-button-link--sm{font-size:14px}.tox .tox-button--naked{background-color:transparent;border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked[disabled]{background-color:#222f3e1f;border-color:transparent;box-shadow:unset;color:#222f3e80}.tox .tox-button--naked:hover:not(:disabled){background-color:#222f3e1f;border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked:focus:not(:disabled){background-color:#222f3e1f;border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked:active:not(:disabled){background-color:#222f3e2e;border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked .tox-icon svg{fill:currentColor}.tox .tox-button--naked.tox-button--icon:hover:not(:disabled){color:#222f3e}.tox .tox-checkbox{align-items:center;border-radius:6px;cursor:pointer;display:flex;height:36px;min-width:36px}.tox .tox-checkbox__input{height:1px;overflow:hidden;position:absolute;top:auto;width:1px}.tox .tox-checkbox__icons{align-items:center;border-radius:6px;box-shadow:0 0 0 2px transparent;box-sizing:content-box;display:flex;height:24px;justify-content:center;padding:3px;width:24px}.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:block;fill:#222f3e4d}@media (forced-colors: active){.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{fill:currentColor!important}}.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:none;fill:#006ce7}.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg{display:none;fill:#006ce7}.tox .tox-checkbox--disabled{color:#222f3e80;cursor:not-allowed}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg{fill:#222f3e80}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{fill:#222f3e80}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{fill:#222f3e80}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__checked svg{display:block}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:block}.tox input.tox-checkbox__input:focus+.tox-checkbox__icons{border-radius:6px;box-shadow:inset 0 0 0 1px #006ce7;padding:3px}.tox:not([dir=rtl]) .tox-checkbox__label{margin-left:4px}.tox:not([dir=rtl]) .tox-checkbox__input{left:-10000px}.tox:not([dir=rtl]) .tox-bar .tox-checkbox{margin-left:4px}.tox[dir=rtl] .tox-checkbox__label{margin-right:4px}.tox[dir=rtl] .tox-checkbox__input{right:-10000px}.tox[dir=rtl] .tox-bar .tox-checkbox{margin-right:4px}.tox .tox-collection--toolbar .tox-collection__group{display:flex;padding:0}.tox .tox-collection--grid .tox-collection__group{display:flex;flex-wrap:wrap;max-height:208px;overflow-x:hidden;overflow-y:auto;padding:0}.tox .tox-collection--list .tox-collection__group{border-bottom-width:0;border-color:#e3e3e3;border-left-width:0;border-right-width:0;border-style:solid;border-top-width:1px;padding:4px 0}.tox .tox-collection--list .tox-collection__group:first-child{border-top-width:0}.tox .tox-collection__group-heading{background-color:#fcfcfc;color:#222f3eb3;cursor:default;font-size:12px;font-style:normal;font-weight:400;margin-bottom:4px;margin-top:-4px;padding:4px 8px;text-transform:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.tox .tox-collection__item{align-items:center;border-radius:3px;color:#222f3e;display:flex;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.tox .tox-image-selector-menu .tox-collection__item,.tox .tox-image-selector-menu .tox-collection__item-image-selector{flex-direction:column}.tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-checkmark,.tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-icon,.tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-image,.tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-checkmark,.tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-icon,.tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-image{flex-grow:1}.tox .tox-image-selector-menu .tox-collection__item label,.tox .tox-image-selector-menu .tox-collection__item-image-selector label{width:48px;white-space:nowrap;overflow:hidden;font-size:12px;color:#222f3e;text-align:center;align-self:flex-end}.tox .tox-image-selector-menu .tox-collection__item-checkmark{height:24px;width:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tox .tox-image-selector-menu .tox-collection__item-checkmark svg path{fill:#006ce7;stroke:#006ce7}.tox .tox-image-selector-menu .tox-image-selector__row .tox-collection__item-image-selector.tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#fff}.tox .tox-image-selector-menu .tox-image-selector__row .tox-collection__item-image-selector.tox-collection__item--enabled:not(.tox-collection__item--state-disabled){z-index:2;background-color:#fff;opacity:.8;background-clip:content-box}.tox .tox-collection--list .tox-collection__item{padding:4px 8px}.tox .tox-collection--toolbar .tox-collection__item,.tox .tox-collection--grid .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--list .tox-collection__item--enabled:not(.tox-collection__item--state-disabled){background-color:#fff;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#006ce7;color:#fff}@media (forced-colors: active){.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){border:solid 1px}}.tox .tox-collection--grid .tox-collection__item--enabled:not(.tox-collection__item--state-disabled){background-color:#a6ccf7;color:#222f3e}.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#f0f0f0;color:#222f3e;position:relative;z-index:1}.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7 inset;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after{border:2px solid highlight}}.tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled){background-color:#a6ccf7;color:#222f3e}@media (forced-colors: active){.tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled){border-radius:3px;outline:solid 1px}}.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e;background-color:#fff;position:relative}.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover{background-color:#f0f0f0;color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus{background-color:#f0f0f0;color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after{border:2px solid highlight}}@media (forced-colors: active){.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover{border-radius:3px;outline:solid 1px}}.tox .tox-collection__item-image{border:1px solid #eee;border-radius:6px;display:flex;flex-direction:column;justify-content:center;margin-bottom:4px;position:relative}.tox .tox-collection__item-checkmark,.tox .tox-collection__item-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.tox .tox-collection__item-checkmark svg,.tox .tox-collection__item-icon svg{fill:currentColor}.tox .tox-collection--toolbar-lg .tox-collection__item-icon{height:48px;width:48px}.tox .tox-collection__item-label{color:currentColor;display:inline-block;flex:1;font-size:14px;font-style:normal;font-weight:400;line-height:24px;max-width:100%;text-transform:none;word-break:break-all}.tox .tox-collection__item-accessory{color:currentColor;display:inline-block;font-size:14px;height:24px;line-height:24px;text-transform:none}.tox .tox-collection__item-caret{align-items:center;display:flex;min-height:24px}.tox .tox-collection__item-caret:after{content:"";font-size:0;min-height:inherit}.tox .tox-collection__item-caret svg{fill:currentColor}.tox .tox-collection__item--state-disabled{background-color:transparent;color:#222f3e80;cursor:not-allowed}.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg{fill:#222f3e80}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg{display:none}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory+.tox-collection__item-checkmark{display:none}.tox .tox-collection--horizontal{background-color:#fff;border:1px solid #e3e3e3;border-radius:6px;box-shadow:0 0 2px #222f3e33,0 4px 8px #222f3e26;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:nowrap;margin-bottom:0;overflow-x:auto;padding:0}.tox .tox-collection--horizontal .tox-collection__group{align-items:center;display:flex;flex-wrap:nowrap;margin:0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item{height:28px;margin:6px 1px 5px 0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item-label{white-space:nowrap}.tox .tox-collection--horizontal .tox-collection__item-caret{margin-left:4px}.tox .tox-collection__item-container{display:flex}.tox .tox-collection__item-container--row{align-items:center;flex:1 1 auto;flex-direction:row}.tox .tox-collection__item-container--row.tox-collection__item-container--align-left{margin-right:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--align-right{justify-content:flex-end;margin-left:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top{align-items:flex-start;margin-bottom:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle{align-items:center}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom{align-items:flex-end;margin-top:auto}.tox .tox-collection__item-container--column{align-self:center;flex:1 1 auto;flex-direction:column}.tox .tox-collection__item-container--column.tox-collection__item-container--align-left{align-items:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--align-right{align-items:flex-end}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top{align-self:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle{align-self:center}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom{align-self:flex-end}.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-right:1px solid transparent}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>:not(:first-child){margin-left:8px}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-left:4px}.tox:not([dir=rtl]) .tox-collection__item-accessory{margin-left:16px;text-align:right}.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret{margin-left:16px}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-left:1px solid transparent}.tox[dir=rtl] .tox-collection--list .tox-collection__item>:not(:first-child){margin-right:8px}.tox[dir=rtl] .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-right:4px}.tox[dir=rtl] .tox-collection__item-accessory{margin-right:16px;text-align:left}.tox[dir=rtl] .tox-collection .tox-collection__item-caret{margin-right:16px;transform:rotateY(180deg)}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret{margin-right:4px}@media (forced-colors: active){.tox .tox-hue-slider,.tox .tox-rgb-form .tox-rgba-preview{background-color:currentColor!important;border:1px solid highlight!important;forced-color-adjust:none}}.tox .tox-color-picker-container{display:flex;flex-direction:row;height:225px;margin:0}.tox .tox-sv-palette{box-sizing:border-box;display:flex;height:100%}.tox .tox-sv-palette-spectrum{height:100%}.tox .tox-sv-palette,.tox .tox-sv-palette-spectrum{width:225px}.tox .tox-sv-palette-thumb{background:0 0;border:1px solid #000;border-radius:50%;box-sizing:content-box;height:12px;position:absolute;width:12px}.tox .tox-sv-palette-inner-thumb{border:1px solid #fff;border-radius:50%;height:10px;position:absolute;width:10px}.tox .tox-hue-slider{box-sizing:border-box;height:100%;width:25px}.tox .tox-hue-slider-spectrum{background:linear-gradient(to bottom,red,#ff0080,#f0f,#8000ff,#00f,#0080ff,#0ff,#00ff80,#0f0,#80ff00,#ff0,#ff8000,red);height:100%;width:100%}.tox .tox-hue-slider,.tox .tox-hue-slider-spectrum{width:20px}.tox .tox-hue-slider-spectrum:focus,.tox .tox-sv-palette-spectrum:focus{outline:#08f solid}.tox .tox-hue-slider-thumb{background:#fff;border:1px solid #000;box-sizing:content-box;height:4px;width:100%}.tox .tox-rgb-form{display:flex;flex-direction:column;justify-content:space-between}.tox .tox-rgb-form div{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px;width:inherit}.tox .tox-rgb-form input{min-width:6em}.tox .tox-rgb-form input.tox-invalid{border:1px solid red!important;box-shadow:0 0 0 1px red}.tox .tox-rgb-container{position:relative}.tox .tox-rgb-form .tox-invalid-icon{align-content:center;align-items:center;display:none;height:100%;position:absolute;right:0;top:0}.tox .tox-rgb-form .tox-invalid-icon .tox-control-wrap__status-icon-invalid{margin:0}.tox .tox-rgb-warning-note{background-color:#f5cccc;border:1px solid #f0b3b3;border-radius:3px;color:#77181f;padding:3px}.tox input.tox-invalid+.tox-invalid-icon{display:flex}.tox .tox-rgb-form .tox-rgba-preview{border:1px solid #000;flex-grow:2;margin-bottom:0}.tox:not([dir=rtl]) .tox-sv-palette{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider-thumb{margin-left:-1px}.tox:not([dir=rtl]) .tox-rgb-form label{margin-right:.5em}.tox[dir=rtl] .tox-sv-palette,.tox[dir=rtl] .tox-hue-slider{margin-left:15px}.tox[dir=rtl] .tox-hue-slider-thumb{margin-right:-1px}.tox[dir=rtl] .tox-rgb-form label{margin-left:.5em}.tox .tox-toolbar .tox-swatches,.tox .tox-toolbar__overflow .tox-swatches,.tox .tox-toolbar__primary .tox-swatches{margin:5px 0 6px 11px}.tox .tox-collection--list .tox-collection__group .tox-swatches-menu{border:0;margin:-4px}.tox .tox-swatches__row{display:flex}@media (forced-colors: active){.tox .tox-swatches__row{forced-color-adjust:none}}.tox .tox-swatch{height:30px;transition:transform .15s,box-shadow .15s;width:30px}.tox .tox-swatch:focus,.tox .tox-swatch:hover{box-shadow:0 0 0 1px #7f7f7f4d inset;transform:scale(.8)}.tox .tox-swatch--remove{align-items:center;display:flex;justify-content:center}.tox .tox-swatch--remove svg path{stroke:#e74c3c}.tox .tox-swatches__picker-btn{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;height:30px;justify-content:center;outline:0;padding:0;width:30px}.tox .tox-swatches__picker-btn svg{fill:#222f3e;height:24px;width:24px}.tox .tox-swatches__picker-btn:hover{background:#f0f0f0}.tox div.tox-swatch:not(.tox-swatch--remove) svg{display:none;fill:#222f3e;height:24px;margin:3px;width:24px}.tox div.tox-swatch:not(.tox-swatch--remove) svg path{fill:#fff;paint-order:stroke;stroke:#222f3e;stroke-width:2px}.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg{display:block}.tox:not([dir=rtl]) .tox-swatches__picker-btn{margin-left:auto}.tox[dir=rtl] .tox-swatches__picker-btn{margin-right:auto}.tox .tox-conversations{display:flex;flex-direction:column;position:relative;height:100%;min-width:300px;max-width:300px;width:300px}.tox .tox-conversations__header{align-items:center;display:flex;justify-content:space-between;box-shadow:0 4px 8px #222f3e1a;padding:8px 12px;background:#fff;z-index:1}.tox .tox-conversations__title{font-size:20px;font-weight:400;padding:8px 0;color:#222f3e;line-height:28px}.tox .tox-comment{background:#fff;border:1px solid #fff;border-radius:6px;padding:8px 8px 16px;position:relative}.tox .tox-comment:hover{box-shadow:0 4px 8px #222f3e1a}.tox .tox-comment.tox-comment--selected{background-color:#fff2c9;border:1px solid #ffcf30;box-shadow:0 4px 8px #222f3e1a}.tox .tox-comment.tox-comment--selected:focus{border:2px solid #006ce7;margin:-1px}.tox .tox-comment.tox-comment--selected:focus:not(:first-child){margin-top:7px}.tox .tox-comment.tox-comment--selected .tox-comment__single{margin-bottom:12px}.tox .tox-comment.tox-comment--selected .tox-comment__single:focus{position:relative}.tox .tox-comment.tox-comment--selected .tox-comment__single:focus:after{top:-9px;pointer-events:none;position:absolute;content:"";display:block;bottom:-9px;left:-9px;right:-9px;border-radius:6px;border:2px solid #006ce7}.tox .tox-comment.tox-comment--selected .tox-comment__single:focus:last-of-type:has(textarea):after{bottom:-29px}.tox .tox-comment__header{align-items:center;color:#222f3e;display:flex;justify-content:space-between}.tox .tox-comment__date{color:#222f3e;font-size:12px;line-height:18px}.tox .tox-comment__body{color:#222f3e;font-size:16px;font-style:normal;font-weight:400;line-height:1.3;margin-top:8px;position:relative;text-transform:initial;transition:max-height .5s cubic-bezier(0,1,0,1);white-space:pre-wrap}.tox .tox-comment__body.tox-comment__body--expanded{max-height:100em;transition:max-height 1s ease-in-out}.tox .tox-comment__body.tox-comment__body--pending{transition:max-height 0s}.tox .tox-comment__body p{margin:0}.tox .tox-comment__body textarea{resize:none;white-space:normal;width:100%;font-size:16px}.tox .tox-comment__loading-text{align-items:center;color:#222f3e;display:flex;flex-direction:column;position:relative}.tox .tox-comment__loading-text>div{padding-bottom:16px}.tox .tox-comment__overlaytext{bottom:0;flex-direction:column;font-size:14px;left:0;padding:1em;position:absolute;right:0;top:0;z-index:10}.tox .tox-comment__overlaytext p{background-color:#fff;box-shadow:0 0 8px 8px #fff;color:#222f3e;text-align:center}.tox .tox-comment__overlaytext div:nth-of-type(2){font-size:.8em}.tox .tox-comment__expander{padding-top:8px}.tox .tox-comment__expander p{color:#222f3eb3;font-size:14px;font-style:normal}.tox .tox-comment__expander p:focus{font-weight:700}.tox .tox-comment__buttonspacing{padding-top:16px;text-align:center}.tox .tox-tbtn.tox-comment__mention-btn{display:flex;width:34px;height:34px;padding:5px;justify-content:center;align-items:center;margin:0;background-color:transparent}.tox .tox-comment-thread{background:#fff;position:relative;border-radius:6px;background-color:transparent}.tox .tox-comment-thread>:not(:first-child){margin-top:8px}.tox .tox-comment-thread__overlay:after{background:#fff;bottom:0;content:"";display:flex;left:0;opacity:.9;position:absolute;right:0;top:0;z-index:5}.tox .tox-comment__reply{display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}.tox .tox-comment__reply>:first-child{margin-bottom:8px;width:100%}.tox .tox-comment__edit{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}.tox .tox-comment__gradient:after{background:linear-gradient(#fff0,#fff);bottom:0;content:"";display:block;height:5em;margin-top:-40px;position:absolute;width:100%}.tox .tox-comment__overlay{background:#fff;bottom:0;display:flex;flex-direction:column;flex-grow:1;left:0;opacity:.9;position:absolute;right:0;text-align:center;top:0;z-index:5}.tox .tox-comment__busy-spinner{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:20}.tox .tox-comment__scroll{display:flex;flex-direction:column;flex-shrink:1;overflow:auto;padding:12px;scroll-behavior:smooth}.tox .tox-comment__scroll:has(textarea:focus){scroll-behavior:auto}.tox .tox-comment--disappearing{transition:opacity .5s ease}.tox .tox-comment[data-transitioning-destination=deleting]{opacity:0}.tox .tox-skeleton .tox-skeleton__line{height:16px;width:100%;background:linear-gradient(to right,#f0f0f080 8%,#f0f0f0b3 18%,#f0f0f080 33%);animation:wave 2s infinite ease-out}.tox .tox-skeleton .tox-skeleton__circle{height:36px;width:36px;margin-right:8px;border-radius:100%;background:linear-gradient(to right,#f0f0f080 8%,#f0f0f0b3 18%,#f0f0f080 33%);animation:wave 2s infinite ease-out}.tox .tox-ring-loader{width:10px;height:10px;border:1px solid #fff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:tox-rotation 1s linear infinite}.tox:not([dir=rtl]) .tox-comment__edit{margin-left:8px}.tox:not([dir=rtl]) .tox-comment__buttonspacing>:last-child,.tox:not([dir=rtl]) .tox-comment__edit>:last-child,.tox:not([dir=rtl]) .tox-comment__reply>:last-child{margin-left:8px}.tox[dir=rtl] .tox-comment__edit{margin-right:8px}.tox[dir=rtl] .tox-comment__buttonspacing>:last-child,.tox[dir=rtl] .tox-comment__edit>:last-child,.tox[dir=rtl] .tox-comment__reply>:last-child{margin-right:8px}.tox .tox-user{align-items:center;display:flex}.tox .tox-user__avatar svg{fill:#222f3eb3}.tox .tox-user__avatar img{border-radius:50%;height:36px;object-fit:cover;vertical-align:middle;width:36px}.tox .tox-user__name{color:#222f3e;font-size:14px;font-style:normal;font-weight:700;line-height:18px;text-transform:none}.tox:not([dir=rtl]) .tox-user__avatar img,.tox:not([dir=rtl]) .tox-user__avatar svg{margin-right:8px}.tox:not([dir=rtl]) .tox-user__avatar+.tox-user__name{margin-left:8px}.tox[dir=rtl] .tox-user__avatar img,.tox[dir=rtl] .tox-user__avatar svg{margin-left:8px}.tox[dir=rtl] .tox-user__avatar+.tox-user__name{margin-right:8px}.tox .tox-dialog-wrap{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}.tox .tox-dialog-wrap__backdrop{background-color:#ffffffbf;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.tox .tox-dialog-wrap__backdrop--opaque{background-color:#fff}.tox .tox-dialog{background-color:#fff;border-color:#eee;border-radius:10px;border-style:solid;border-width:0;box-shadow:0 16px 16px -10px #222f3e26,0 0 40px 1px #222f3e26;display:flex;flex-direction:column;max-height:100%;max-width:480px;overflow:hidden;position:relative;width:95vw;z-index:2}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox .tox-dialog{align-self:flex-start;margin:8px auto;max-height:calc(100vh - 16px);width:calc(100vw - 16px)}}.tox .tox-dialog-inline{z-index:1100}.tox .tox-dialog__header{align-items:center;background-color:#fff;border-bottom:none;color:#222f3e;display:flex;font-size:16px;justify-content:space-between;padding:8px 16px 0;position:relative}.tox .tox-dialog__header .tox-button{z-index:1}.tox .tox-dialog__draghandle{cursor:grab;height:100%;left:0;position:absolute;top:0;width:100%}.tox .tox-dialog__draghandle:active{cursor:grabbing}.tox .tox-dialog__dismiss{margin-left:auto}.tox .tox-dialog__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:1.3;margin:0;text-transform:none}.tox .tox-dialog__body{color:#222f3e;display:flex;flex:1;font-size:16px;font-style:normal;font-weight:400;line-height:1.3;min-width:0;text-align:left;text-transform:none}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox .tox-dialog__body{flex-direction:column}}.tox .tox-dialog__body-nav{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;padding:16px}@media only screen and (min-width: 768px){.tox .tox-dialog__body-nav{max-width:11em}}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox .tox-dialog__body-nav{flex-direction:row;-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:0}}.tox .tox-dialog__body-nav-item{border-bottom:2px solid transparent;color:#222f3eb3;display:inline-block;flex-shrink:0;font-size:14px;line-height:1.3;margin-bottom:8px;max-width:13em;-webkit-text-decoration:none;text-decoration:none}.tox .tox-dialog__body-nav-item:focus{background-color:#006ce71a}.tox .tox-dialog__body-nav-item--active{border-bottom:2px solid #144782;color:#144782}@media (forced-colors: active){.tox .tox-dialog__body-nav-item--active{border-bottom:2px solid highlight;color:highlight}}.tox .tox-dialog__body-content{box-sizing:border-box;display:flex;flex:1;flex-direction:column;max-height:min(650px,100vh - 110px);overflow:auto;-webkit-overflow-scrolling:touch;padding:16px}.tox .tox-dialog__body-content>*{margin-bottom:0;margin-top:16px}.tox .tox-dialog__body-content>:first-child{margin-top:0}.tox .tox-dialog__body-content>:last-child{margin-bottom:0}.tox .tox-dialog__body-content>:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog__body-content a{color:#144782;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-dialog__body-content a:focus,.tox .tox-dialog__body-content a:hover{color:#071729;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-dialog__body-content a:focus-visible{border-radius:1px;outline:2px solid #144782;outline-offset:2px}.tox .tox-dialog__body-content a:active{color:#000;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-dialog__body-content svg{fill:#222f3e}.tox .tox-dialog__body-content strong{font-weight:700}.tox .tox-dialog__body-content ul{list-style-type:disc}.tox .tox-dialog__body-content dd,.tox .tox-dialog__body-content ol,.tox .tox-dialog__body-content ul{padding-inline-start:2.5rem}.tox .tox-dialog__body-content dl,.tox .tox-dialog__body-content ol,.tox .tox-dialog__body-content ul{margin-bottom:16px}.tox .tox-dialog__body-content dd,.tox .tox-dialog__body-content dl,.tox .tox-dialog__body-content dt,.tox .tox-dialog__body-content ol,.tox .tox-dialog__body-content ul{display:block;margin-inline-end:0;margin-inline-start:0}.tox .tox-dialog__body-content .tox-form__group h1{color:#222f3e;font-size:20px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group h2{color:#222f3e;font-size:16px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group p{margin-bottom:16px}.tox .tox-dialog__body-content .tox-form__group h1:first-child,.tox .tox-dialog__body-content .tox-form__group h2:first-child,.tox .tox-dialog__body-content .tox-form__group p:first-child{margin-top:0}.tox .tox-dialog__body-content .tox-form__group h1:last-child,.tox .tox-dialog__body-content .tox-form__group h2:last-child,.tox .tox-dialog__body-content .tox-form__group p:last-child{margin-bottom:0}.tox .tox-dialog__body-content .tox-form__group h1:only-child,.tox .tox-dialog__body-content .tox-form__group h2:only-child,.tox .tox-dialog__body-content .tox-form__group p:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center{text-align:center}.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end{text-align:end}.tox .tox-dialog--width-lg{height:650px;max-width:1200px}.tox .tox-dialog--fullscreen{height:100%;max-width:100%}.tox .tox-dialog--fullscreen .tox-dialog__body-content{max-height:100%}.tox .tox-dialog--width-md{max-width:800px}.tox .tox-dialog--width-md .tox-dialog__body-content{overflow:auto}.tox .tox-dialog__body-content--centered{text-align:center}.tox .tox-dialog__footer{align-items:center;background-color:#fff;border-top:none;display:flex;justify-content:space-between;padding:8px 16px}.tox .tox-dialog__footer-end,.tox .tox-dialog__footer-start{display:flex}.tox .tox-dialog__busy-spinner{align-items:center;background-color:#ffffffbf;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.tox .tox-dialog__table{border-collapse:collapse;width:100%}.tox .tox-dialog__table thead th{font-weight:700;padding-bottom:8px}.tox .tox-dialog__table thead th:first-child{padding-right:8px}.tox .tox-dialog__table tbody tr{border-bottom:1px solid #626262}.tox .tox-dialog__table tbody tr:last-child{border-bottom:none}.tox .tox-dialog__table td{padding-bottom:8px;padding-top:8px}.tox .tox-dialog__table td:first-child{padding-right:8px}.tox .tox-dialog__iframe{min-height:200px}.tox .tox-dialog__iframe.tox-dialog__iframe--opaque{background:#fff}.tox .tox-navobj-bordered{position:relative}.tox .tox-navobj-bordered:before{border:1px solid #eee;border-radius:6px;content:"";top:0;right:0;bottom:0;left:0;opacity:1;pointer-events:none;position:absolute;z-index:1}.tox .tox-navobj-bordered iframe{border-radius:6px}.tox .tox-navobj-bordered-focus.tox-navobj-bordered:before{border-color:#006ce7;box-shadow:0 0 0 1px #006ce7;outline:0}.tox .tox-dialog__popups{position:absolute;width:100%;z-index:1100}.tox .tox-dialog__body-iframe{display:flex;flex:1;flex-direction:column}.tox .tox-dialog__body-iframe .tox-navobj{display:flex;flex:1}.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2){flex:1;height:100%}.tox .tox-dialog-dock-fadeout{opacity:0;visibility:hidden}.tox .tox-dialog-dock-fadein{opacity:1;visibility:visible}.tox .tox-dialog-dock-transition{transition:visibility 0s linear .3s,opacity .3s ease}.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein{transition-delay:0s}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav{margin-right:0}}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child){margin-left:8px}}.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end>*,.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start>*{margin-left:8px}.tox[dir=rtl] .tox-dialog__body{text-align:right}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav{margin-left:0}}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child){margin-right:8px}}.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end>*,.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start>*{margin-right:8px}body.tox-dialog__disable-scroll{overflow:hidden}.tox .tox-dropzone-container{display:flex;flex:1}.tox .tox-dropzone{align-items:center;background:#fff;border:2px dashed #eee;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;min-height:100px;padding:10px}.tox .tox-dropzone p{color:#222f3eb3;margin:0 0 16px}.tox .tox-edit-area{display:flex;flex:1;overflow:hidden;position:relative}.tox .tox-edit-area:before{border:2px solid #006ce7;border-radius:4px;content:"";top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .15s;z-index:1}@media (forced-colors: active){.tox .tox-edit-area:before{border:2px solid highlight}}.tox .tox-edit-area__iframe{background-color:#fff;border:0;box-sizing:border-box;flex:1;height:100%;position:absolute;width:100%}.tox.tox-edit-focus .tox-edit-area:before{opacity:1}.tox.tox-inline-edit-area{border:1px dotted #eee}.tox .tox-editor-container{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}.tox .tox-editor-header{display:grid;grid-template-columns:1fr min-content;z-index:2}.tox:not(.tox-tinymce-inline) .tox-editor-header{background-color:#fff;border-bottom:none;box-shadow:0 2px 2px -2px #222f3e1a,0 8px 8px -4px #222f3e12;padding:4px 0}.tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition){transition:box-shadow .5s}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header{border-top:1px solid #e3e3e3;box-shadow:none}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header{background-color:#fff;box-shadow:0 2px 2px -2px #222f3e33,0 8px 8px -4px #222f3e26;padding:4px 0}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header{box-shadow:0 2px 2px -2px #222f3e33,0 8px 8px -4px #222f3e26}.tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty{background:0 0;border:none;box-shadow:none;padding:0}.tox-editor-dock-fadeout{opacity:0;visibility:hidden}.tox-editor-dock-fadein{opacity:1;visibility:visible}.tox-editor-dock-transition{transition:visibility 0s linear .25s,opacity .25s ease}.tox-editor-dock-transition.tox-editor-dock-fadein{transition-delay:0s}.tox .tox-control-wrap{flex:1;position:relative}.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid{display:none}.tox .tox-control-wrap svg{display:block}.tox .tox-control-wrap__status-icon-wrap{position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-control-wrap__status-icon-invalid svg{fill:#c00}.tox .tox-control-wrap__status-icon-unknown svg{fill:orange}.tox .tox-control-wrap__status-icon-valid svg{fill:green}.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield{padding-right:32px}.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap{right:4px}.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield{padding-left:32px}.tox[dir=rtl] .tox-control-wrap__status-icon-wrap{left:4px}.tox .tox-custom-preview{border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;flex:1;padding:8px}.tox .tox-autocompleter{max-width:25em}.tox .tox-autocompleter .tox-menu{box-sizing:border-box;max-width:25em}.tox .tox-autocompleter .tox-autocompleter-highlight{font-weight:700}.tox .tox-color-input{display:flex;position:relative;z-index:1}.tox .tox-color-input .tox-textfield{z-index:-1}.tox .tox-color-input span{border-color:#222f08;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;height:24px;position:absolute;top:6px;width:24px}@media (forced-colors: active){.tox .tox-color-input span{border-color:currentColor;border-width:2px!important;forced-color-adjust:none}}.tox .tox-color-input span:focus:not([aria-disabled=true]),.tox .tox-color-input span:hover:not([aria-disabled=true]){border-color:#006ce7;cursor:pointer}.tox .tox-color-input span:before{background-image:linear-gradient(45deg,rgba(0,0,0,.25) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.25) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.25) 75%),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.25) 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;border:1px solid #fff;border-radius:6px;box-sizing:border-box;content:"";height:24px;left:-1px;position:absolute;top:-1px;width:24px;z-index:-1}@media (forced-colors: active){.tox .tox-color-input span:before{border:none}}.tox .tox-color-input span[aria-disabled=true]{cursor:not-allowed}.tox:not([dir=rtl]) .tox-color-input .tox-textfield{padding-left:36px}.tox:not([dir=rtl]) .tox-color-input span{left:6px}.tox[dir=rtl] .tox-color-input .tox-textfield{padding-right:36px}.tox[dir=rtl] .tox-color-input span{right:6px}.tox .tox-label,.tox .tox-toolbar-label{color:#222f3eb3;display:block;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;padding:0 8px 0 0;text-transform:none;white-space:nowrap}.tox .tox-toolbar-label{padding:0 8px}.tox[dir=rtl] .tox-label{padding:0 0 0 8px}.tox .tox-form{display:flex;flex:1;flex-direction:column}.tox .tox-form__group{box-sizing:border-box;margin-bottom:4px}.tox .tox-form-group--maximize{flex:1}.tox .tox-form__group--error{color:#c00}.tox .tox-form__group--collection{display:flex}.tox .tox-form__grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.tox .tox-form__grid--2col>.tox-form__group{width:calc(50% - 4px)}.tox .tox-form__grid--3col>.tox-form__group{width:calc(33.3333333333% - 4px)}.tox .tox-form__grid--4col>.tox-form__group{width:calc(25% - 4px)}.tox .tox-form__controls-h-stack,.tox .tox-form__group--inline{align-items:center;display:flex}.tox .tox-form__group--stretched{display:flex;flex:1;flex-direction:column}.tox .tox-form__group--stretched .tox-textarea{flex:1}.tox .tox-form__group--stretched .tox-navobj{display:flex;flex:1}.tox .tox-form__group--stretched .tox-navobj :nth-child(2){flex:1;height:100%}.tox:not([dir=rtl]) .tox-form__controls-h-stack>:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-form__controls-h-stack>:not(:first-child){margin-right:4px}.tox .tox-lock.tox-locked .tox-lock-icon__unlock,.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock{display:none}.tox .tox-context-form__group .tox-button--icon.tox-lock-context-form-size-input{margin-left:8px;margin-right:8px}.tox .tox-listboxfield .tox-listbox--select,.tox .tox-textarea,.tox .tox-textarea-wrap .tox-textarea:focus,.tox .tox-textfield,.tox .tox-toolbar-textfield{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 5.5px;resize:none;width:100%}.tox .tox-textarea[disabled],.tox .tox-textfield[disabled],.tox .tox-toolbar-textfield[disabled]{background-color:#f2f2f2;color:#222f3ed9;cursor:not-allowed}.tox .tox-custom-editor:focus-within,.tox .tox-focusable-wrapper:focus,.tox .tox-listboxfield .tox-listbox--select:focus,.tox .tox-textarea-wrap:focus-within,.tox .tox-textarea:focus,.tox .tox-textfield:focus,.tox .tox-toolbar-textfield:focus{background-color:#fff;border-color:#006ce7;box-shadow:0 0 0 1px #006ce7;outline:0}.tox .tox-toolbar-textfield{max-width:250px;min-height:unset;height:28px;margin:5px 0 6px}.tox .tox-naked-btn{background-color:transparent;border:0;border-color:transparent;box-shadow:unset;color:#006ce7;cursor:pointer;display:block;margin:0;padding:0}.tox .tox-naked-btn svg{display:block;fill:#222f3e}.tox .tox-textfield-size{width:80px}.tox:not([dir=rtl]) .tox-toolbar-textfield+*{margin-left:4px}.tox[dir=rtl] .tox-toolbar-textfield+*{margin-right:4px}.tox .tox-listboxfield{cursor:pointer;position:relative}.tox .tox-listboxfield .tox-listbox--select[disabled]{background-color:#f2f2f2;color:#222f3ed9;cursor:not-allowed}.tox .tox-listbox__select-label{cursor:default;flex:1;margin:0 4px}.tox .tox-listbox__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}.tox .tox-listbox__select-chevron svg{fill:#222f3e}@media (forced-colors: active){.tox .tox-listbox__select-chevron svg{fill:currentColor!important}}.tox .tox-listboxfield .tox-listbox--select{align-items:center;display:flex}.tox:not([dir=rtl]) .tox-listboxfield svg{right:8px}.tox[dir=rtl] .tox-listboxfield svg{left:8px}.tox .tox-selectfield{cursor:pointer;position:relative}.tox .tox-selectfield select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 5.5px;resize:none;width:100%}.tox .tox-selectfield select[disabled]{background-color:#f2f2f2;color:#222f3ed9;cursor:not-allowed}.tox .tox-selectfield select::-ms-expand{display:none}.tox .tox-selectfield select:focus{background-color:#fff;border-color:#006ce7;box-shadow:0 0 0 1px #006ce7;outline:0}.tox .tox-selectfield svg{pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-selectfield select option:checked{background-color:revert;color:revert}.tox:not([dir=rtl]) .tox-selectfield select[size="0"],.tox:not([dir=rtl]) .tox-selectfield select[size="1"]{padding-right:24px}.tox:not([dir=rtl]) .tox-selectfield svg{right:8px}.tox[dir=rtl] .tox-selectfield select[size="0"],.tox[dir=rtl] .tox-selectfield select[size="1"]{padding-left:24px}.tox[dir=rtl] .tox-selectfield svg{left:8px}.tox .tox-textarea-wrap{border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;display:flex;flex:1;overflow:hidden}.tox .tox-textarea{-webkit-appearance:textarea;-moz-appearance:textarea;appearance:textarea;white-space:pre-wrap}.tox .tox-textarea-wrap .tox-textarea{border:none}.tox .tox-textarea-wrap .tox-textarea:focus{border:none}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}.tox .tox-help__more-link{list-style:none;margin-top:1em}.tox .tox-imagepreview{background-color:#666;height:380px;overflow:hidden;position:relative;width:100%}.tox .tox-imagepreview.tox-imagepreview__loaded{overflow:auto}.tox .tox-imagepreview__container{display:flex;left:100vw;position:absolute;top:100vw}.tox .tox-imagepreview__image{background:url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==)}.tox .tox-image-tools .tox-spacer{flex:1}.tox .tox-image-tools .tox-bar{align-items:center;display:flex;height:60px;justify-content:center}.tox .tox-image-tools .tox-imagepreview,.tox .tox-image-tools .tox-imagepreview+.tox-bar{margin-top:8px}.tox .tox-image-tools .tox-croprect-block{background:#000;opacity:.5;position:absolute;zoom:1}.tox .tox-image-tools .tox-croprect-handle{border:2px solid #fff;height:20px;left:0;position:absolute;top:0;width:20px}.tox .tox-image-tools .tox-croprect-handle-move{border:0;cursor:move;position:absolute}.tox .tox-image-tools .tox-croprect-handle-nw{border-width:2px 0 0 2px;cursor:nw-resize;left:100px;margin:-2px 0 0 -2px;top:100px}.tox .tox-image-tools .tox-croprect-handle-ne{border-width:2px 2px 0 0;cursor:ne-resize;left:200px;margin:-2px 0 0 -20px;top:100px}.tox .tox-image-tools .tox-croprect-handle-sw{border-width:0 0 2px 2px;cursor:sw-resize;left:100px;margin:-20px 2px 0 -2px;top:200px}.tox .tox-image-tools .tox-croprect-handle-se{border-width:0 2px 2px 0;cursor:se-resize;left:200px;margin:-20px 0 0 -20px;top:200px}.tox .tox-image-selector-loading-spinner-wrapper{display:flex;justify-content:center;align-items:center}.tox .tox-image-selector-loading-spinner{position:absolute;width:min(24px,30%);aspect-ratio:1;border-radius:50%;border:3px solid #006ce7;border-bottom-color:transparent;animation:tox-rotation 1s linear infinite}.tox .tox-toolbar .tox-image-selector,.tox .tox-toolbar__overflow .tox-image-selector,.tox .tox-toolbar__primary .tox-image-selector{margin:5px 0 6px 11px}.tox .tox-image-selector-menu{border:0;border-radius:3px;margin:-4px;padding:4px}.tox .tox-image-selector-menu .tox-collection--list .tox-collection__group{border:0;padding:0;margin:-4px}.tox .tox-image-selector-menu .tox-collection__item{max-width:48px}.tox .tox-image-selector-menu .tox-collection__item-icon{border:1px solid #eee;border-radius:3px;margin-bottom:4px;width:100%}.tox .tox-image-selector-menu .tox-collection__item-icon svg path{stroke:#c00}.tox .tox-image-selector__row{display:flex}.tox .tox-image-selector--remove{align-items:center;display:flex;justify-content:center}.tox .tox-image-selector--remove svg path{stroke:#c00}.tox .tox-image-selector-image-wrapper{width:46px;height:46px;display:flex;align-items:center;justify-content:center}.tox .tox-image-selector-image-img{max-width:100%;max-height:100%}.tox .tox-image-selector__picker-btn{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;height:30px;justify-content:center;outline:0;padding:0;width:30px}.tox .tox-image-selector__picker-btn svg{fill:#222f3e;height:24px;width:24px}.tox .tox-image-selector__picker-btn:hover{background:#f0f0f0}.tox .tox-insert-table-picker{background-color:#fff;display:flex;flex-wrap:wrap;width:170px}.tox .tox-insert-table-picker>div{border-color:#eee;border-style:solid;border-width:0 1px 1px 0;box-sizing:border-box;height:17px;width:17px}.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker{margin:-4px}.tox .tox-insert-table-picker .tox-insert-table-picker__selected{background-color:#006ce7;border-color:#eee}@media (forced-colors: active){.tox .tox-insert-table-picker .tox-insert-table-picker__selected{border-color:Highlight;filter:contrast(50%)}}.tox .tox-insert-table-picker__label{color:#222f3eb3;display:block;font-size:14px;padding:4px;text-align:center;width:100%}.tox:not([dir=rtl]) .tox-insert-table-picker>div:nth-child(10n){border-right:0}.tox[dir=rtl] .tox-insert-table-picker>div:nth-child(10n+1){border-right:0}.tox-mentions__card-common{z-index:1200}.tox.tox-mentions__card{background:#fff;border:1px solid #eee;display:flex;padding:4px 8px}.tox.tox-mentions__card .tox-mentions__container{display:flex;flex-direction:column;align-self:center;margin:0 4px}.tox .tox-mentions__avatar{width:42px;height:42px;border-radius:50%;margin-right:4px}.tox .tox-mentions__username{font-size:14px;line-height:21px}.tox .tox-mentions__description{font-size:12px;line-height:21px;color:#222f3eb3}.tox .tox-collection__item--active .tox-mentions__description{color:inherit}.tox .tox-menu{background-color:#fff;border:1px solid transparent;border-radius:6px;box-shadow:0 0 2px #222f3e33,0 4px 8px #222f3e26;display:inline-block;overflow:hidden;vertical-align:top;z-index:1150}.tox .tox-menu.tox-collection.tox-collection--list{padding:0 4px}.tox .tox-menu.tox-collection.tox-collection--toolbar,.tox .tox-menu.tox-collection.tox-collection--grid{padding:8px}@media only screen and (min-width: 768px){.tox .tox-menu .tox-collection__item-label{overflow-wrap:break-word;word-break:normal}.tox .tox-dialog__popups .tox-menu .tox-collection__item-label{word-break:break-all}}.tox .tox-menu__label blockquote,.tox .tox-menu__label code,.tox .tox-menu__label h1,.tox .tox-menu__label h2,.tox .tox-menu__label h3,.tox .tox-menu__label h4,.tox .tox-menu__label h5,.tox .tox-menu__label h6,.tox .tox-menu__label p{margin:0}.tox .tox-menubar{background:repeating-linear-gradient(transparent 0 1px,transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background-color:#fff;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;grid-column:1/-1;grid-row:1;padding:0 11px 0 12px}.tox .tox-promotion+.tox-menubar{grid-column:1}.tox .tox-promotion{background:repeating-linear-gradient(transparent 0 1px,transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background-color:#fff;grid-column:2;grid-row:1;padding-inline-end:8px;padding-inline-start:4px;padding-top:5px}.tox .tox-promotion-link{align-items:unsafe center;background-color:#e8f1f8;border-radius:5px;color:#086be6;cursor:pointer;display:flex;font-size:14px;height:26.6px;padding:4px 8px;white-space:nowrap}.tox .tox-promotion-link:hover{background-color:#b4d7ff}.tox .tox-promotion-link:focus{background-color:#d9edf7}.tox .tox-mbtn{align-items:center;background:#fff;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;justify-content:center;margin:5px 1px 6px 0;outline:0;padding:0 4px;text-transform:none;width:auto}.tox .tox-mbtn[disabled]{background-color:#fff;border:0;box-shadow:none;color:#222f3e80;cursor:not-allowed}.tox .tox-mbtn:focus:not(:disabled){background:#fff;border:0;box-shadow:none;color:#222f3e;position:relative;z-index:1}.tox .tox-mbtn:focus:not(:disabled):after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){.tox .tox-mbtn:focus:not(:disabled):after{border:2px solid highlight}}.tox .tox-mbtn--active,.tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active){background:#f0f0f0;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn__select-label{cursor:default;font-weight:400;margin:0 4px}.tox .tox-mbtn[disabled] .tox-mbtn__select-label{cursor:not-allowed}.tox .tox-mbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px;display:none}.tox .tox-notification{border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;display:grid;font-size:14px;font-weight:400;grid-template-columns:minmax(40px,1fr) auto minmax(40px,1fr);margin-left:auto;margin-right:auto;margin-top:4px;opacity:0;padding:4px;transition:transform .1s ease-in,opacity .15s ease-in;width:max-content}.tox .tox-notification a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification p{font-size:14px;font-weight:400}.tox .tox-notification:focus{border-color:#006ce7;box-shadow:0 0 0 1px #006ce7}.tox .tox-notification--in{opacity:1}.tox .tox-notification--success{background-color:#e4eeda;border-color:#d7e6c8;color:#222f3e}.tox .tox-notification--success p{color:#222f3e}.tox .tox-notification--success a{color:#517342}.tox .tox-notification--success a:focus,.tox .tox-notification--success a:hover{color:#24321d;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--success a:focus-visible{border-radius:1px;outline:2px solid #517342;outline-offset:2px}.tox .tox-notification--success a:active{color:#0d120a;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--success svg{fill:#222f3e}.tox .tox-notification--error{background-color:#f5cccc;border-color:#f0b3b3;color:#222f3e}.tox .tox-notification--error p{color:#222f3e}.tox .tox-notification--error a{color:#77181f}.tox .tox-notification--error a:focus,.tox .tox-notification--error a:hover{color:#220709;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--error a:focus-visible{border-radius:1px;outline:2px solid #77181f;outline-offset:2px}.tox .tox-notification--error a:active{color:#000;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--error svg{fill:#222f3e}.tox .tox-notification--warn,.tox .tox-notification--warning{background-color:#fff5cc;border-color:#fff0b3;color:#222f3e}.tox .tox-notification--warn p,.tox .tox-notification--warning p{color:#222f3e}.tox .tox-notification--warn a,.tox .tox-notification--warning a{color:#7a6e25}.tox .tox-notification--warn a:focus,.tox .tox-notification--warn a:hover,.tox .tox-notification--warning a:focus,.tox .tox-notification--warning a:hover{color:#2c280d;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--warn a:focus-visible,.tox .tox-notification--warning a:focus-visible{border-radius:1px;outline:2px solid #7a6e25;outline-offset:2px}.tox .tox-notification--warn a:active,.tox .tox-notification--warning a:active{color:#050502;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--warn svg,.tox .tox-notification--warning svg{fill:#222f3e}.tox .tox-notification--info{background-color:#d6e7fb;border-color:#c1dbf9;color:#222f3e}.tox .tox-notification--info p{color:#222f3e}.tox .tox-notification--info a{color:#2a64a6}.tox .tox-notification--info a:focus,.tox .tox-notification--info a:hover{color:#163355;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--info a:focus-visible{border-radius:1px;outline:2px solid #2a64a6;outline-offset:2px}.tox .tox-notification--info a:active{color:#0b1a2c;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--info svg{fill:#222f3e}.tox .tox-notification__body{align-self:center;color:#222f3e;font-size:14px;grid-column-end:3;grid-column-start:2;grid-row-end:2;grid-row-start:1;text-align:center;white-space:normal;word-break:break-all;word-break:break-word}.tox .tox-notification__body>*{margin:0}.tox .tox-notification__body>*+*{margin-top:1rem}.tox .tox-notification__icon{align-self:center;grid-column-end:2;grid-column-start:1;grid-row-end:2;grid-row-start:1;justify-self:end}.tox .tox-notification__icon svg{display:block}.tox .tox-notification__dismiss{align-self:start;grid-column-end:4;grid-column-start:3;grid-row-end:2;grid-row-start:1;justify-self:end}.tox .tox-notification .tox-progress-bar{grid-column-end:4;grid-column-start:1;grid-row-end:3;grid-row-start:2;justify-self:center}.tox .tox-notification-container-dock-fadeout{opacity:0;visibility:hidden}.tox .tox-notification-container-dock-fadein{opacity:1;visibility:visible}.tox .tox-notification-container-dock-transition{transition:visibility 0s linear .3s,opacity .3s ease}.tox .tox-notification-container-dock-transition.tox-notification-container-dock-fadein{transition-delay:0s}.tox .tox-onboarding-overlay{height:100%;background-color:#f0f0f0;position:absolute;top:0;left:0;right:0;z-index:1;overflow:auto;display:grid;justify-content:center;align-items:center}.tox .tox-onboarding-dialog{max-width:512px;background-color:#fff;display:flex;flex-direction:column;box-shadow:0 16px 16px -10px #222f3e26,0 0 40px 1px #222f3e26;border-radius:12px;margin:8px}.tox .tox-onboarding-dialog .tox-onboarding-header{color:#222f3e;display:flex;justify-content:center;align-items:center;font-size:20px;margin:24px 0 8px}.tox .tox-onboarding-dialog .tox-onboarding-step{display:grid;grid-template-columns:min-content 1fr min-content;align-items:center;margin:0 24px}.tox .tox-onboarding-dialog .tox-onboarding-step:not(:last-child){border-bottom:1px solid #e3e3e3}.tox .tox-onboarding-dialog .tox-onboarding-step--number{width:24px;aspect-ratio:1;border-radius:50%;border:1px solid #00ad0e;display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:700;color:#00ad0e}.tox .tox-onboarding-dialog .tox-onboarding-step--body{padding:24px 0 24px 16px}.tox .tox-onboarding-dialog .tox-onboarding-step--body-header{color:#222f3e;font-size:14px;font-weight:700;margin-bottom:4px}.tox .tox-onboarding-dialog .tox-onboarding-step--body-details{color:#222f3eb3;font-size:14px}.tox .tox-onboarding-dialog .tox-onboarding-step--action{padding-left:24px}.tox .tox-onboarding-dialog .tox-onboarding-footer{background-color:#f0f0f0;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.tox .tox-onboarding-dialog .tox-onboarding-footer p{display:flex;align-items:center;justify-content:center;gap:4px;font-size:14px;color:#222f3eb3}.tox .tox-onboarding-dialog svg{width:24px;fill:#222f3eb3}.tox .tox-promotion-dialog .tox-promotion-dialog-plugin{display:grid;align-items:center;grid-template-columns:min-content 1fr min-content;border-bottom:1px solid #e3e3e3;padding:24px 0;margin:0 16px}.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body{margin:0 16px}.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body .tox-promotion-dialog-plugin-header{color:#222f3e;font-size:14px;font-weight:700;margin-bottom:4px}.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body .tox-promotion-dialog-plugin-details{color:#222f3eb3;font-size:14px}.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--icon{display:grid;place-content:center;width:56px;height:56px;line-height:24px;font-size:24px;border-radius:12px;background:linear-gradient(180deg,#fff 24%,#f0f0f0);box-shadow:0 1px 1px #222f3e12,0 3px 6px #222f3e06;color:#006ce7}.tox .tox-promotion-dialog--subtitle{margin:16px;color:#222f3eb3;font-size:14px}.tox .tox-promotion-dialog--explore{text-align:center;margin:16px;color:#222f3eb3;font-size:14px}.tox .tox-promotion-dialog--explore a{color:#006ce7}.tox .tox-promotion-dialog--footer{background-color:#f0f0f0;color:#222f3eb3;font-size:12px;text-align:center;padding:16px}.tox .tox-promotion-button{display:flex;align-items:center;height:26.6px;line-height:26.6px;font-size:14px;font-weight:700;background-color:#f1ebf9;color:#851aff;padding:8px 16px;cursor:pointer;white-space:nowrap;border-radius:5px}.tox .tox-promotion-button:focus{outline:1px solid #851AFF}.tox .tox-onboarding-dialog a,.tox .tox-promotion-dialog--footer a{color:#222f3eb3;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-onboarding-dialog a:focus,.tox .tox-onboarding-dialog a:hover,.tox .tox-promotion-dialog--footer a:focus,.tox .tox-promotion-dialog--footer a:hover{color:#071729;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-onboarding-dialog a:focus-visible,.tox .tox-promotion-dialog--footer a:focus-visible{border-radius:1px;outline:2px solid #144782;outline-offset:2px}.tox .tox-onboarding-dialog a:active,.tox .tox-promotion-dialog--footer a:active{color:#000;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-pop{display:inline-block;position:relative}.tox .tox-pop--resizing{transition:width .1s ease}.tox .tox-pop--resizing .tox-toolbar,.tox .tox-pop--resizing .tox-toolbar__group{flex-wrap:nowrap}.tox .tox-pop--transition{transition:.15s ease;transition-property:left,right,top,bottom}.tox .tox-pop--transition:after,.tox .tox-pop--transition:before{transition:all .15s,visibility 0s,opacity 75ms ease 75ms}.tox .tox-pop__dialog{background-color:#fff;border:1px solid #eee;border-radius:6px;box-shadow:0 0 2px #222f3e33,0 4px 8px #222f3e26;min-width:0;overflow:hidden}.tox .tox-pop__dialog>:not(.tox-toolbar){margin:4px 4px 4px 8px}.tox .tox-pop__dialog .tox-toolbar{background-color:transparent;margin-bottom:-1px}.tox .tox-pop:after,.tox .tox-pop:before{border-style:solid;content:"";display:block;height:0;opacity:1;position:absolute;width:0}@media (forced-colors: active){.tox .tox-pop:after,.tox .tox-pop:before{content:none}}.tox .tox-pop.tox-pop--inset:after,.tox .tox-pop.tox-pop--inset:before{opacity:0;transition:all 0s .15s,visibility 0s,opacity 75ms ease}.tox .tox-pop.tox-pop--bottom:after,.tox .tox-pop.tox-pop--bottom:before{left:50%;top:100%}.tox .tox-pop.tox-pop--bottom:after{border-color:#fff transparent transparent transparent;border-width:8px;margin-left:-8px;margin-top:-1px}.tox .tox-pop.tox-pop--bottom:before{border-color:#eee transparent transparent transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--top:after,.tox .tox-pop.tox-pop--top:before{left:50%;top:0;transform:translateY(-100%)}.tox .tox-pop.tox-pop--top:after{border-color:transparent transparent #fff transparent;border-width:8px;margin-left:-8px;margin-top:1px}.tox .tox-pop.tox-pop--top:before{border-color:transparent transparent #eee transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--left:after,.tox .tox-pop.tox-pop--left:before{left:0;top:calc(50% - 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--left:after{border-color:transparent #fff transparent transparent;border-width:8px;margin-left:-15px}.tox .tox-pop.tox-pop--left:before{border-color:transparent #eee transparent transparent;border-width:10px;margin-left:-19px}.tox .tox-pop.tox-pop--right:after,.tox .tox-pop.tox-pop--right:before{left:100%;top:calc(50% + 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--right:after{border-color:transparent transparent transparent #fff;border-width:8px;margin-left:-1px}.tox .tox-pop.tox-pop--right:before{border-color:transparent transparent transparent #eee;border-width:10px;margin-left:-1px}.tox .tox-pop.tox-pop--align-left:after,.tox .tox-pop.tox-pop--align-left:before{left:20px}.tox .tox-pop.tox-pop--align-right:after,.tox .tox-pop.tox-pop--align-right:before{left:calc(100% - 20px)}.tox .tox-sidebar-wrap{display:flex;flex-direction:row;flex-grow:1;min-height:0}.tox .tox-sidebar{background-color:#f0f0f0;display:flex;flex-direction:row;justify-content:flex-end}.tox .tox-sidebar__slider{display:flex;overflow:hidden}.tox .tox-sidebar__pane-container,.tox .tox-sidebar__pane{display:flex}.tox .tox-sidebar--sliding-closed{opacity:0}.tox .tox-sidebar--sliding-open{opacity:1}.tox .tox-sidebar--sliding-growing,.tox .tox-sidebar--sliding-shrinking{transition:width .5s ease,opacity .5s ease}.tox .tox-selector{background-color:#4099ff;border-color:#4099ff;border-style:solid;border-width:1px;box-sizing:border-box;display:inline-block;height:10px;position:absolute;width:10px}.tox.tox-platform-touch .tox-selector{height:12px;width:12px}.tox .tox-slider{align-items:center;display:flex;flex:1;height:24px;justify-content:center;position:relative}.tox .tox-slider__rail{background-color:transparent;border:1px solid #eee;border-radius:6px;height:10px;min-width:120px;width:100%}.tox .tox-slider__handle{background-color:#006ce7;border:2px solid #0054b4;border-radius:6px;box-shadow:none;height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%);width:14px}.tox .tox-form__controls-h-stack>.tox-slider:not(:first-of-type){margin-inline-start:8px}.tox .tox-form__controls-h-stack>.tox-form__group+.tox-slider{margin-inline-start:32px}.tox .tox-form__controls-h-stack>.tox-slider+.tox-form__group{margin-inline-start:32px}.tox .tox-toolbar-slider{align-items:center;display:inline-flex;height:16px}.tox .tox-toolbar-slider__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#eee;border-radius:16px;width:130px;height:2px}.tox .tox-toolbar-slider__input::-webkit-slider-runnable-track{background-color:transparent;height:16px}.tox .tox-toolbar-slider__input::-moz-range-track{background-color:transparent;height:16px}.tox .tox-toolbar-slider__input::-webkit-slider-thumb{-webkit-appearance:none;background-color:#006ce7;border-radius:16px;border:none;height:16px;width:16px}.tox .tox-toolbar-slider__input::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#006ce7;border-radius:16px;border:none;height:16px;width:16px}.tox .tox-toolbar-slider__input:focus-visible{outline:0}.tox .tox-toolbar-slider__input:focus::-webkit-slider-thumb{background-color:#0060ce;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #006ce7}.tox .tox-toolbar-slider__input:focus::-moz-range-thumb{background-color:#0060ce;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #006ce7}.tox .tox-toolbar-slider__input:hover::-webkit-slider-thumb{background-color:#0060ce}.tox .tox-toolbar-slider__input:hover::-moz-range-thumb{background-color:#0060ce}.tox .tox-toolbar-slider__input:active::-webkit-slider-thumb{background-color:#0054b4}.tox .tox-toolbar-slider__input:active::-moz-range-thumb{background-color:#0054b4}.tox .tox-toolbar-slider__input[disabled]::-webkit-slider-thumb{background-color:#ffffff80}.tox .tox-toolbar-slider__input[disabled]::-moz-range-thumb{background-color:#ffffff80}.tox .tox-source-code{overflow:auto}.tox .tox-spinner{display:flex}.tox .tox-spinner>div{animation:tam-bouncing-dots 1.5s ease-in-out 0s infinite both;background-color:#222f3eb3;border-radius:100%;height:8px;width:8px}.tox .tox-spinner>div:first-child{animation-delay:-.32s}.tox .tox-spinner>div:nth-child(2){animation-delay:-.16s}@keyframes tam-bouncing-dots{0%,to,80%{transform:scale(0)}40%{transform:scale(1)}}.tox:not([dir=rtl]) .tox-spinner>div:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-spinner>div:not(:first-child){margin-right:4px}.tox .tox-statusbar{align-items:center;background-color:#fff;border-top:1px solid #e3e3e3;color:#222f3eb3;display:flex;flex:0 0 auto;font-size:14px;font-weight:400;height:25px;overflow:hidden;padding:0 8px;position:relative;text-transform:none}.tox .tox-statusbar__path{display:flex;flex:1 1 auto;text-overflow:ellipsis;white-space:nowrap}.tox .tox-statusbar__right-container{display:flex;justify-content:flex-end;white-space:nowrap}.tox .tox-statusbar__help-text{text-align:center}.tox .tox-statusbar__text-container{align-items:flex-start;display:flex;flex:1 1 auto;height:16px;justify-content:space-between}@media only screen and (min-width: 768px){.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__help-text,.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__path,.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__right-container{flex:0 0 33.3333333333%}}.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end{justify-content:flex-end}.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start{justify-content:flex-start}.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around{justify-content:space-around}.tox .tox-statusbar__path>*{display:inline;white-space:nowrap}.tox .tox-statusbar__wordcount{flex:0 0 auto;margin-left:1ch}@media only screen and (max-width: 767px){.tox .tox-statusbar__text-container .tox-statusbar__help-text{display:none}.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child{display:block}}.tox .tox-statusbar a,.tox .tox-statusbar__path-item,.tox .tox-statusbar__wordcount{color:#222f3eb3;position:relative;-webkit-text-decoration:none;text-decoration:none}.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]){color:#222f3e;cursor:pointer}.tox .tox-statusbar a:focus-visible:after,.tox .tox-statusbar__path-item:focus-visible:after,.tox .tox-statusbar__wordcount:focus-visible:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){.tox .tox-statusbar a:focus-visible:after,.tox .tox-statusbar__path-item:focus-visible:after,.tox .tox-statusbar__wordcount:focus-visible:after{border:2px solid highlight}}.tox .tox-statusbar__branding svg{fill:#222f3ecc;height:1em;margin-left:.3em;width:auto}@media (forced-colors: active){.tox .tox-statusbar__branding svg{fill:currentColor}}.tox .tox-statusbar__branding a{align-items:center;display:inline-flex}.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg,.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg{fill:#222f3e}.tox .tox-statusbar__resize-cursor-default{cursor:ns-resize}.tox .tox-statusbar__resize-cursor-both{cursor:nwse-resize}.tox .tox-statusbar__resize-handle{align-items:flex-end;align-self:stretch;display:flex;flex:0 0 auto;justify-content:flex-end;margin:3px -5px 3px 4px;padding-bottom:0;padding-left:0;padding-right:0;position:relative}.tox .tox-statusbar__resize-handle svg{display:block;fill:#222f3e80}.tox .tox-statusbar__resize-handle:focus svg,.tox .tox-statusbar__resize-handle:hover svg{fill:#222f3e}.tox .tox-statusbar__resize-handle:focus-visible{background-color:transparent;border-radius:1px 1px 5px;box-shadow:0 0 0 2px transparent}.tox .tox-statusbar__resize-handle:focus-visible:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){.tox .tox-statusbar__resize-handle:focus-visible:after{border:2px solid highlight}}.tox .tox-statusbar__resize-handle:only-child{margin-left:auto}.tox:not([dir=rtl]) .tox-statusbar__path>*{margin-right:4px}.tox:not([dir=rtl]) .tox-statusbar__branding{margin-left:2ch}.tox[dir=rtl] .tox-statusbar{flex-direction:row-reverse}.tox[dir=rtl] .tox-statusbar__path>*{margin-left:4px}.tox[dir=rtl] .tox-statusbar__branding svg{margin-left:0;margin-right:.3em}.tox .tox-throbber{z-index:1299}.tox .tox-throbber__busy-spinner{align-items:center;background-color:#fff9;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.tox .tox-tbtn{align-items:center;background:#fff;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;justify-content:center;margin:6px 1px 5px 0;outline:0;padding:0;text-transform:none;width:34px}@media (forced-colors: active){.tox .tox-tbtn.tox-tbtn:hover,.tox .tox-tbtn:hover{outline:1px dashed currentColor}.tox .tox-tbtn.tox-tbtn--active,.tox .tox-tbtn.tox-tbtn--enabled,.tox .tox-tbtn.tox-tbtn--enabled:focus,.tox .tox-tbtn.tox-tbtn--enabled:hover,.tox .tox-tbtn:focus:not(.tox-tbtn--disabled){outline:1px solid currentColor;position:relative}}.tox .tox-tbtn svg{display:block;fill:#222f3e}@media (forced-colors: active){.tox .tox-tbtn svg{fill:currentColor!important}.tox .tox-tbtn svg.tox-tbtn--enabled,.tox .tox-tbtn svg:focus:not(.tox-tbtn--disabled){fill:currentColor!important}.tox .tox-tbtn svg .tox-tbtn:disabled,.tox .tox-tbtn svg .tox-tbtn:disabled:hover,.tox .tox-tbtn svg.tox-tbtn--disabled,.tox .tox-tbtn svg.tox-tbtn--disabled:hover{filter:contrast(0%)}}.tox .tox-tbtn.tox-tbtn-more{padding-left:5px;padding-right:5px;width:inherit}.tox .tox-tbtn:focus{background:#fff;border:0;box-shadow:none;position:relative;z-index:1}.tox .tox-tbtn:focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){.tox .tox-tbtn:focus:after{border:2px solid highlight}}.tox .tox-tbtn:hover{background:#f0f0f0;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:hover svg{fill:#222f3e}.tox .tox-tbtn:active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:active svg{fill:#222f3e}.tox .tox-tbtn--disabled .tox-tbtn--enabled svg{fill:#222f3e80}.tox .tox-tbtn--disabled,.tox .tox-tbtn--disabled:hover,.tox .tox-tbtn:disabled,.tox .tox-tbtn:disabled:hover{background:#fff;border:0;box-shadow:none;color:#222f3e80;cursor:not-allowed}.tox .tox-tbtn--disabled svg,.tox .tox-tbtn--disabled:hover svg,.tox .tox-tbtn:disabled svg,.tox .tox-tbtn:disabled:hover svg{fill:#222f3e80}.tox .tox-tbtn--active,.tox .tox-tbtn--enabled,.tox .tox-tbtn--enabled:focus,.tox .tox-tbtn--enabled:hover{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e;position:relative}.tox .tox-tbtn--active>*,.tox .tox-tbtn--enabled:focus>*,.tox .tox-tbtn--enabled:hover>*,.tox .tox-tbtn--enabled>*{transform:none}.tox .tox-tbtn--active svg,.tox .tox-tbtn--enabled svg,.tox .tox-tbtn--enabled:focus svg,.tox .tox-tbtn--enabled:hover svg{fill:#222f3e}.tox .tox-tbtn--active.tox-tbtn--disabled svg,.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,.tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg,.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg{fill:#222f3e80}.tox .tox-tbtn--enabled:focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){.tox .tox-tbtn--enabled:focus:after{border:2px solid highlight}}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled){color:#222f3e}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg{fill:#222f3e}.tox .tox-tbtn:active>*{transform:none}.tox .tox-tbtn--md{height:42px;width:51px}.tox .tox-tbtn--lg{flex-direction:column;height:56px;width:68px}.tox .tox-tbtn--return{align-self:stretch;height:unset;width:16px}.tox .tox-tbtn--labeled{padding:0 4px;width:unset}.tox .tox-tbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-.025em;margin-bottom:4px;white-space:nowrap}.tox .tox-label--context-toolbar{margin:6px 1px 5px 0;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.tox .tox-number-input{background:#f7f7f7;border-radius:3px;display:flex;margin:6px 1px 5px 0;position:relative;width:auto}.tox .tox-number-input:focus{background:#f7f7f7}.tox .tox-number-input:focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){.tox .tox-number-input:focus:after{border:2px solid highlight}}.tox .tox-number-input .tox-input-wrapper{display:flex;pointer-events:none;position:relative;text-align:center}.tox .tox-number-input .tox-input-wrapper:focus{background-color:#f7f7f7;z-index:1}.tox .tox-number-input .tox-input-wrapper:focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){.tox .tox-number-input .tox-input-wrapper:focus:after{border:2px solid highlight}}.tox .tox-number-input .tox-input-wrapper:has(input:focus):after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){.tox .tox-number-input .tox-input-wrapper:has(input:focus):after{border:2px solid highlight}}.tox .tox-number-input input{border-radius:3px;color:#222f3e;font-size:14px;margin:2px 0;pointer-events:all;position:relative;width:60px}.tox .tox-number-input input:hover{background:#f0f0f0;color:#222f3e}.tox .tox-number-input input:focus{background-color:#f7f7f7}.tox .tox-number-input input:disabled{background:#fff;border:0;box-shadow:none;color:#222f3e80;cursor:not-allowed}.tox .tox-number-input button{color:#222f3e;height:28px;position:relative;text-align:center;width:24px}@media (forced-colors: active){.tox .tox-number-input button:active,.tox .tox-number-input button:focus,.tox .tox-number-input button:hover{outline:1px solid currentColor!important}}.tox .tox-number-input button svg{display:block;fill:#222f3e;margin:0 auto;transform:scale(.67)}@media (forced-colors: active){.tox .tox-number-input button svg,.tox .tox-number-input button svg:active,.tox .tox-number-input button svg:hover{fill:currentColor!important}.tox .tox-number-input button svg:disabled{filter:contrast(0)}}.tox .tox-number-input button:focus{background:#f7f7f7;z-index:1}.tox .tox-number-input button:focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){.tox .tox-number-input button:focus:after{border:2px solid highlight}}.tox .tox-number-input button:hover{background:#f0f0f0;border:0;box-shadow:none;color:#222f3e}.tox .tox-number-input button:hover svg{fill:#222f3e}.tox .tox-number-input button:active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-number-input button:active svg{fill:#222f3e}.tox .tox-number-input button:disabled{background:#fff;border:0;box-shadow:none;color:#222f3e80;cursor:not-allowed}.tox .tox-number-input button:disabled svg{fill:#222f3e80}.tox .tox-number-input button.minus{border-radius:3px 0 0 3px}.tox .tox-number-input button.plus{border-radius:0 3px 3px 0}.tox .tox-number-input:focus:not(:active)>.tox-input-wrapper,.tox .tox-number-input:focus:not(:active)>button{background:#f7f7f7}.tox .tox-tbtn--select{margin:6px 1px 5px 0;padding:0 4px;width:auto}.tox .tox-tbtn--bordered,.tox .tox-tbtn--bordered:focus,.tox .tox-tbtn--bordered:hover{border:1px solid #eee}.tox .tox-tbtn__select-label{cursor:default;font-weight:400;height:initial;margin:0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tox .tox-tbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}.tox .tox-tbtn__select-chevron svg{fill:#222f3e80}@media (forced-colors: active){.tox .tox-tbtn__select-chevron svg{fill:currentColor}}.tox .tox-tbtn--bespoke{background:#f7f7f7}.tox .tox-tbtn--bespoke:focus{background:#f7f7f7}.tox .tox-tbtn--bespoke+.tox-tbtn--bespoke{margin-inline-start:4px}.tox .tox-tbtn--bespoke .tox-tbtn__select-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:7em}.tox .tox-tbtn--disabled .tox-tbtn__select-label,.tox .tox-tbtn--select:disabled .tox-tbtn__select-label{cursor:not-allowed}.tox .tox-split-button{border:0;border-radius:3px;box-sizing:border-box;display:flex;margin:6px 1px 5px 0}.tox .tox-split-button:hover{box-shadow:0 0 0 1px #f0f0f0 inset}.tox .tox-split-button:focus{background:#fff;box-shadow:none;color:#222f3e;position:relative;z-index:1}.tox .tox-split-button:focus:after{pointer-events:none;border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){.tox .tox-split-button:focus:after{border:2px solid highlight}}.tox .tox-split-button>*{border-radius:0}.tox .tox-split-button>:first-child{border-bottom-left-radius:3px;border-top-left-radius:3px}.tox .tox-split-button>:nth-child(2){border-bottom-right-radius:3px;border-top-right-radius:3px}.tox .tox-split-button__chevron{width:16px}.tox .tox-split-button__chevron svg{fill:#222f3e80}@media (forced-colors: active){.tox .tox-split-button__chevron svg{fill:currentColor}}.tox .tox-split-button .tox-tbtn{margin:0}.tox .tox-split-button:focus .tox-tbtn{background-color:transparent}.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus,.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,.tox .tox-split-button.tox-tbtn--disabled:focus,.tox .tox-split-button.tox-tbtn--disabled:hover{background:#fff;box-shadow:none;color:#222f3e80}.tox.tox-platform-touch .tox-split-button .tox-tbtn--select{padding:0}.tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child{width:30px}.tox.tox-platform-touch .tox-split-button__chevron{width:20px}.tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-highlight-bg-color__color,.tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-text-color__color{opacity:.3}.tox .tox-toolbar-overlord{background-color:#fff}.tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary{background-attachment:local;background-color:#fff;background-image:repeating-linear-gradient(#e3e3e3 0 1px,transparent 1px 39px);background-position:center top 40px;background-repeat:no-repeat;background-size:calc(100% - 22px) calc(100% - 41px);display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;padding:0;transform:perspective(1px)}.tox .tox-toolbar-overlord>.tox-toolbar,.tox .tox-toolbar-overlord>.tox-toolbar__overflow,.tox .tox-toolbar-overlord>.tox-toolbar__primary{background-position:center top 0;background-size:calc(100% - 22px) calc(100% + -0px)}.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed{height:0;opacity:0;padding-bottom:0;padding-top:0;visibility:hidden}.tox .tox-toolbar__overflow--growing{transition:height .3s ease,opacity .2s linear .1s}.tox .tox-toolbar__overflow--shrinking{transition:opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s}.tox .tox-anchorbar,.tox .tox-toolbar-overlord{grid-column:1/-1}.tox .tox-menubar+.tox-toolbar,.tox .tox-menubar+.tox-toolbar-overlord{border-top:1px solid transparent;margin-top:-1px;padding-bottom:1px;padding-top:1px}@media (forced-colors: active){.tox .tox-menubar+.tox-toolbar,.tox .tox-menubar+.tox-toolbar-overlord{outline:1px solid currentColor}}.tox .tox-toolbar--scrolling{flex-wrap:nowrap;overflow-x:auto}.tox .tox-pop .tox-toolbar{border-width:0}.tox .tox-toolbar--no-divider{background-image:none}.tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,.tox .tox-toolbar-overlord .tox-toolbar__primary{background-position:center top 39px}.tox .tox-editor-header>.tox-toolbar--scrolling,.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child{background-image:none}.tox .tox-focusable-wrapper{border:1px solid transparent;margin-right:2px;pointer-events:none}.tox .tox-focusable-wrapper .tox-textfield-size{pointer-events:all}.tox .tox-focusable-wrapper:focus{background-color:#f7f7f7;border-radius:6px;border-style:solid;border-width:1px}.tox.tox-tinymce-aux .tox-toolbar__overflow{background-color:#fff;background-position:center top 43px;background-size:calc(100% - 16px) calc(100% - 51px);border:none;border-radius:6px;box-shadow:0 0 2px #222f3e33,0 4px 8px #222f3e26;overscroll-behavior:none;padding:4px 0}@media (forced-colors: active){.tox.tox-tinymce-aux .tox-toolbar__overflow{border:solid}}.tox-pop .tox-pop__dialog .tox-toolbar{background-position:center top 43px;background-size:calc(100% - 22px) calc(100% - 51px);padding:4px 0}.tox-context-form__group{display:flex;align-items:center}.tox .tox-toolbar__group{align-items:center;display:flex;flex-wrap:wrap;margin:0;padding:0 11px 0 12px}.tox .tox-toolbar__group--pull-right{margin-left:auto}.tox .tox-toolbar--scrolling .tox-toolbar__group{flex-shrink:0;flex-wrap:nowrap}.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid transparent}.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type){border-left:1px solid transparent}.tox .tox-tooltip{display:inline-block;max-width:15em;padding:8px;pointer-events:none;position:relative;width:max-content;z-index:1150}.tox .tox-tooltip__body{background-color:#222f3e;border-radius:6px;box-shadow:none;color:#fff;font-size:12px;font-style:normal;font-weight:600;overflow-wrap:break-word;padding:4px 6px;text-transform:none}@media (forced-colors: active){.tox .tox-tooltip__body{outline:outset 1px}}.tox .tox-tooltip__arrow{position:absolute}.tox .tox-tooltip--down .tox-tooltip__arrow{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #222f3e;bottom:0;left:50%;position:absolute;transform:translate(-50%)}.tox .tox-tooltip--up .tox-tooltip__arrow{border-bottom:8px solid #222f3e;border-left:8px solid transparent;border-right:8px solid transparent;left:50%;position:absolute;top:0;transform:translate(-50%)}.tox .tox-tooltip--right .tox-tooltip__arrow{border-bottom:8px solid transparent;border-left:8px solid #222f3e;border-top:8px solid transparent;position:absolute;right:0;top:50%;transform:translateY(-50%)}.tox .tox-tooltip--left .tox-tooltip__arrow{border-bottom:8px solid transparent;border-right:8px solid #222f3e;border-top:8px solid transparent;left:0;position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-tree{display:flex;flex-direction:column}.tox .tox-tree .tox-trbtn{align-items:center;background:0 0;border:0;border-radius:4px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;margin-bottom:4px;margin-top:4px;outline:0;overflow:hidden;padding:0 0 0 8px;text-transform:none}.tox .tox-tree .tox-trbtn .tox-tree__label{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tox .tox-tree .tox-trbtn svg{display:block;fill:#222f3e}.tox .tox-tree .tox-trbtn:focus{background:#f0f0f0;border:0;box-shadow:none}.tox .tox-tree .tox-trbtn:hover{background:#f0f0f0;border:0;box-shadow:none;color:#222f3e}.tox .tox-tree .tox-trbtn:hover svg{fill:#222f3e}.tox .tox-tree .tox-trbtn:active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tree .tox-trbtn:active svg{fill:#222f3e}.tox .tox-tree .tox-trbtn--disabled,.tox .tox-tree .tox-trbtn--disabled:hover,.tox .tox-tree .tox-trbtn:disabled,.tox .tox-tree .tox-trbtn:disabled:hover{background:0 0;border:0;box-shadow:none;color:#222f3e80;cursor:not-allowed}.tox .tox-tree .tox-trbtn--disabled svg,.tox .tox-tree .tox-trbtn--disabled:hover svg,.tox .tox-tree .tox-trbtn:disabled svg,.tox .tox-tree .tox-trbtn:disabled:hover svg{fill:#222f3e80}.tox .tox-tree .tox-trbtn--enabled,.tox .tox-tree .tox-trbtn--enabled:hover{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tree .tox-trbtn--enabled:hover>*,.tox .tox-tree .tox-trbtn--enabled>*{transform:none}.tox .tox-tree .tox-trbtn--enabled svg,.tox .tox-tree .tox-trbtn--enabled:hover svg{fill:#222f3e}.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled){color:#222f3e}.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg{fill:#222f3e}.tox .tox-tree .tox-trbtn:active>*{transform:none}.tox .tox-tree .tox-trbtn--return{align-self:stretch;height:unset;width:16px}.tox .tox-tree .tox-trbtn--labeled{padding:0 4px;width:unset}.tox .tox-tree .tox-trbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-.025em;margin-bottom:4px;white-space:nowrap}.tox .tox-tree .tox-tree--directory{display:flex;flex-direction:column}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label{font-weight:700}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn{margin-left:auto}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg{fill:transparent}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover){background-color:transparent;color:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron{margin-right:6px}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--growing) .tox-chevron,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--shrinking) .tox-chevron{transition:transform .5s ease-in-out}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--growing) .tox-chevron,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--open) .tox-chevron{transform:rotate(90deg)}.tox .tox-tree .tox-tree--leaf__label{font-weight:400}.tox .tox-tree .tox-tree--leaf__label .tox-mbtn{margin-left:auto}.tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg{fill:transparent}.tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,.tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg{fill:#222f3e}.tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg{fill:#222f3e}.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover){background-color:transparent;color:#222f3e}.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg{fill:#222f3e}.tox .tox-tree .tox-icon-custom-state{flex-grow:1;display:flex;justify-content:flex-end}.tox .tox-tree .tox-tree--directory__children{overflow:hidden;padding-left:16px}.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking{transition:height .5s ease-in-out}.tox .tox-tree .tox-trbtn.tox-tree--leaf__label{display:flex;justify-content:space-between}.tox .tox-revisionhistory__pane{padding:0!important}.tox .tox-revisionhistory__container{display:flex;flex-direction:column;height:100%}.tox .tox-revisionhistory{background-color:#fff;border-top:1px solid #f0f0f0;display:flex;flex:1;height:100%;margin-top:8px;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}.tox .tox-revisionhistory--align-right{margin-left:auto}.tox .tox-revisionhistory__iframe{flex:1}.tox .tox-revisionhistory__sidebar{display:flex;flex-direction:column;height:100%;min-width:248px;width:316px}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title{background-color:#fff;box-shadow:0 4px 8px #222f3e1a;color:#222f3e;font-size:20px;font-weight:400;line-height:28px;padding:12px;z-index:1}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions{background-color:#f0f0f0;display:flex;flex:1;flex-direction:column;gap:12px;overflow-y:auto;padding:10px 12px}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus{height:100%;position:relative;z-index:1}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus:after{box-shadow:0 0 0 2px #006ce7;content:"";position:absolute;border-radius:6px;bottom:1px;left:1px;right:1px;top:1px}@media (forced-colors: active){.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus:after{border:2px solid highlight}}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card{background-color:#fff;border:1px solid #f0f0f0;border-radius:6px;color:#222f3e;cursor:pointer;display:flex;flex-direction:column;font-size:14px;gap:12px;padding:12px;width:100%}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover{box-shadow:0 4px 8px #222f3e1a}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus{position:relative;z-index:1}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus:after{bottom:0;box-shadow:0 0 0 2px #006ce7 #006ce7;content:"";left:0;position:absolute;right:0;top:0;border-radius:6px;box-shadow:0 0 0 2px #006ce7;box-shadow:0 0 0 2px #006ce7!important}@media (forced-colors: active){.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus:after{border:2px solid highlight}}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected{background-color:#fff5cc;box-shadow:0 4px 8px #222f3e1a;position:relative}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected:after{bottom:0;box-shadow:0 0 0 2px #006ce7 #e3b82a;content:"";left:0;position:absolute;right:0;top:0;border-radius:6px;box-shadow:0 0 0 2px #e3b82a}@media (forced-colors: active){.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected:after{border:2px solid highlight}}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date{display:flex;gap:12px;justify-content:space-between}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date-label{font-size:16px;line-height:24px}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-label{font-size:12px;font-weight:600;line-height:24px;padding:0}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author{align-items:center;display:flex;flex:1 0 0;gap:8px;height:36px}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:18px}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__avatar{border-radius:50%;height:36px;object-fit:cover;vertical-align:middle;width:36px}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision{color:#222f3eb3;font-size:16px;line-height:24px;padding:5px 5.5px}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-check-icon{color:#222f3e;height:24px}[data-mce-name=uploadcare-enhance-filter] .color-swatch-remove-color path{fill:#c00;stroke:#c00}.tox .tox-view-wrap,.tox .tox-view-wrap__slot-container{background-color:#fff;display:flex;flex:1;flex-direction:column;height:100%}.tox .tox-view{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}.tox .tox-view__header{align-items:center;display:flex;font-size:16px;justify-content:space-between;padding:10px 10px 2px;position:relative}.tox .tox-view__label{color:#222f3e;font-weight:700;line-height:24px;padding:4px 16px;text-align:center;white-space:nowrap}.tox .tox-view__label--normal{font-size:16px}.tox .tox-view__label--large{font-size:20px}.tox .tox-view--mobile.tox-view__header,.tox .tox-view--mobile.tox-view__toolbar{padding:8px}.tox .tox-view--scrolling{flex-wrap:nowrap;overflow-x:auto}.tox .tox-view__toolbar{display:flex;flex-direction:row;gap:8px;justify-content:space-between;overflow-x:auto;padding:10px 10px 2px}.tox .tox-view__toolbar__group{display:flex;flex-direction:row;gap:12px}.tox .tox-view__header-end,.tox .tox-view__header-start{display:flex}.tox .tox-view__pane{height:100%;padding:8px;position:relative;width:100%}.tox .tox-view__pane_panel{border:1px solid #eee;border-radius:6px}.tox:not([dir=rtl]) .tox-view__header .tox-view__header-end>*,.tox:not([dir=rtl]) .tox-view__header .tox-view__header-start>*{margin-left:8px}.tox[dir=rtl] .tox-view__header .tox-view__header-end>*,.tox[dir=rtl] .tox-view__header .tox-view__header-start>*{margin-right:8px}.tox .tox-well{border:1px solid #eee;border-radius:6px;padding:8px;width:100%}.tox .tox-well>:first-child{margin-top:0}.tox .tox-well>:last-child{margin-bottom:0}.tox .tox-well>:only-child{margin:0}.tox .tox-custom-editor{border:1px solid #eee;border-radius:6px;display:flex;flex:1;overflow:hidden;position:relative}.tox .tox-dialog-loading:before{background-color:#00000080;content:"";height:100%;position:absolute;width:100%;z-index:1000}.tox .tox-tab{cursor:pointer}.tox .tox-dialog__content-js,.tox .tox-dialog__body-content .tox-collection{display:flex;flex:1}html[data-bs-theme=dark] .tox{box-shadow:none;box-sizing:content-box;color:#1b1c22;cursor:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;-webkit-tap-highlight-color:transparent;-webkit-text-decoration:none;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:initial;white-space:normal}html[data-bs-theme=dark] .tox *:not(svg):not(rect){box-sizing:inherit;color:inherit;cursor:inherit;direction:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;-webkit-tap-highlight-color:inherit;text-align:inherit;text-decoration:inherit;text-shadow:inherit;text-transform:inherit;vertical-align:inherit;white-space:inherit}html[data-bs-theme=dark] .tox *:not(svg):not(rect){background:transparent;border:0;box-shadow:none;float:none;height:auto;margin:0;max-width:none;outline:0;padding:0;position:static;width:auto}html[data-bs-theme=dark] .tox:not([dir=rtl]){direction:ltr;text-align:left}html[data-bs-theme=dark] .tox[dir=rtl]{direction:rtl;text-align:right}html[data-bs-theme=dark] .tox-tinymce{border:2px solid #161f29;border-radius:10px;box-shadow:none;box-sizing:border-box;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;overflow:hidden;position:relative;visibility:inherit!important}html[data-bs-theme=dark] .tox.tox-tinymce-inline{border:none;box-shadow:none;overflow:initial}html[data-bs-theme=dark] .tox.tox-tinymce-inline .tox-editor-container{overflow:initial}html[data-bs-theme=dark] .tox.tox-tinymce-inline .tox-editor-header{background-color:#1b1c22;border:2px solid #161f29;border-radius:10px;box-shadow:none;overflow:hidden}html[data-bs-theme=dark] .tox-tinymce-aux{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;z-index:1300}html[data-bs-theme=dark] .tox-tinymce *:focus,html[data-bs-theme=dark] .tox-tinymce-aux *:focus{outline:none}html[data-bs-theme=dark] button::-moz-focus-inner{border:0}html[data-bs-theme=dark] .tox[dir=rtl] .tox-icon--flip svg{transform:rotateY(180deg)}@keyframes tox-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html[data-bs-theme=dark] .tox .accessibility-issue__header{align-items:center;display:flex;margin-bottom:4px}html[data-bs-theme=dark] .tox #accessibility-issue__subheader{font-size:16px;color:#fff}html[data-bs-theme=dark] .tox .accessbility-sr-only{position:absolute;clip:rect(1px,1px,1px,1px);clip-path:inset(0 0 99.9% 99.9%);overflow:hidden;height:1px;width:1px;padding:0;border:0}html[data-bs-theme=dark] .tox .accessibility-issue__description{align-items:stretch;border-radius:6px;justify-content:space-between}html[data-bs-theme=dark] .tox .accessibility-issue__description>div{padding-bottom:16px}html[data-bs-theme=dark] .tox .accessibility-issue__description>div>div{align-items:center;display:flex;margin-bottom:4px}html[data-bs-theme=dark] .tox .accessibility-issue__description>div>div .tox-icon svg{display:block}html[data-bs-theme=dark] .tox #accessibility-issue__contentID{margin-top:16px;margin-bottom:16px}html[data-bs-theme=dark] .tox #accessibility-issue__contentID span:first-child{font-weight:700}html[data-bs-theme=dark] .tox #accessibility-issue__document{padding-bottom:8px}html[data-bs-theme=dark] .tox .accessibility-issue__repair{margin-top:8px}html[data-bs-theme=dark] .tox .accessibility-issue__repair .tox-form__group .tox-form__group--error{color:#eb9999}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description{background-color:#1f354f;color:#fff}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2{font-size:14px;color:#99c4f5}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--info .tox-icon.accessibility-issue__icon svg{fill:#99c4f5}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon{background-color:#006ce7;color:#fff}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover,html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus{background-color:#0060ce}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active{background-color:#0054b4}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description{background-color:#383f38;color:#fff}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2{font-size:14px;color:#ffeb99}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon.accessibility-issue__icon svg{fill:#ffeb99}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon{background-color:#ffe89d;color:#1b1c22}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover,html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus{background-color:#f2d574;color:#1b1c22}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active{background-color:#e8c657;color:#1b1c22}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description{background-color:#332a38;color:#fff}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2{font-size:14px;color:#eb9999}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--error .tox-icon.accessibility-issue__icon svg{fill:#eb9999}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon{background-color:#f2bfbf;color:#1b1c22}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover,html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus{background-color:#e9a4a4;color:#1b1c22}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active{background-color:#ee9494;color:#1b1c22}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description{background-color:#78ab4680;color:#fff}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description>*:last-child{display:none}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2{color:#fff}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue--success .tox-icon.accessibility-issue__icon svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2{margin-top:0}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-left:4px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header>*:nth-last-child(2){margin-left:auto}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description{padding:8px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-right:4px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header>*:nth-last-child(2){margin-right:auto}html[data-bs-theme=dark] .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description{padding:4px 8px 4px 4px}html[data-bs-theme=dark] .tox .mce-codemirror{background:#fff;bottom:0;font-size:13px;left:0;position:absolute;right:0;top:0;z-index:1}html[data-bs-theme=dark] .tox .mce-codemirror.tox-inline-codemirror{margin:8px;position:absolute}html[data-bs-theme=dark] .tox .tox-advtemplate .tox-form__grid{flex:1}html[data-bs-theme=dark] .tox .tox-advtemplate .tox-form__grid>div:first-child{display:flex;flex-direction:column;width:30%}html[data-bs-theme=dark] .tox .tox-advtemplate .tox-form__grid>div:first-child>div:nth-child(2){flex-basis:0;flex-grow:1;overflow:auto}@media only screen and (max-width: 767px){html[data-bs-theme=dark] body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid>div:first-child{width:100%}}html[data-bs-theme=dark] .tox .tox-advtemplate iframe{border-color:#161f29;border-radius:10px;border-style:solid;border-width:1px;margin:0 10px}html[data-bs-theme=dark] .tox .tox-anchorbar,html[data-bs-theme=dark] .tox .tox-bottom-anchorbar,html[data-bs-theme=dark] .tox .tox-bar{display:flex;flex:0 0 auto}html[data-bs-theme=dark] .tox .tox-button{background-color:#006ce7;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#006ce7;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;line-height:24px;margin:0;outline:none;padding:4px 16px;position:relative;text-align:center;-webkit-text-decoration:none;text-decoration:none;text-transform:none;white-space:nowrap}html[data-bs-theme=dark] .tox .tox-button:before{border-radius:6px;bottom:-1px;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #006ce7;content:"";left:-1px;opacity:0;pointer-events:none;position:absolute;right:-1px;top:-1px}html[data-bs-theme=dark] .tox .tox-button[disabled]{background-color:#006ce7;background-image:none;border-color:#006ce7;box-shadow:none;color:#ffffff80;cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-button:focus:not(:disabled){background-color:#0060ce;background-image:none;border-color:#0060ce;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button:focus:not(:disabled):before{opacity:1}html[data-bs-theme=dark] .tox .tox-button:hover:not(:disabled){background-color:#0060ce;background-image:none;border-color:#0060ce;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button:active:not(:disabled){background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button.tox-button--enabled{background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button.tox-button--enabled[disabled]{background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:#ffffff80;cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-button.tox-button--enabled:focus:not(:disabled){background-color:#00489b;background-image:none;border-color:#00489b;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button.tox-button--enabled:hover:not(:disabled){background-color:#00489b;background-image:none;border-color:#00489b;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button.tox-button--enabled:active:not(:disabled){background-color:#003c81;background-image:none;border-color:#003c81;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button--icon-and-text,html[data-bs-theme=dark] .tox .tox-button.tox-button--icon-and-text,html[data-bs-theme=dark] .tox .tox-button.tox-button--secondary.tox-button--icon-and-text{display:flex;padding:5px 4px}html[data-bs-theme=dark] .tox .tox-button--icon-and-text .tox-icon svg,html[data-bs-theme=dark] .tox .tox-button.tox-button--icon-and-text .tox-icon svg,html[data-bs-theme=dark] .tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg{display:block;fill:currentColor}html[data-bs-theme=dark] .tox .tox-button--secondary{background-color:#3d546f;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#3d546f;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;color:#fff;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;outline:none;padding:4px 16px;-webkit-text-decoration:none;text-decoration:none;text-transform:none}html[data-bs-theme=dark] .tox .tox-button--secondary[disabled]{background-color:#3d546f;background-image:none;border-color:#3d546f;box-shadow:none;color:#ffffff80}html[data-bs-theme=dark] .tox .tox-button--secondary:focus:not(:disabled){background-color:#34485f;background-image:none;border-color:#34485f;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button--secondary:hover:not(:disabled){background-color:#34485f;background-image:none;border-color:#34485f;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button--secondary:active:not(:disabled){background-color:#1b1c22;background-image:none;border-color:#1b1c22;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button--secondary.tox-button--enabled{background-color:#2b5c93;background-image:none;border-color:#2b5c93;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button--secondary.tox-button--enabled[disabled]{background-color:#2b5c93;background-image:none;border-color:#2b5c93;box-shadow:none;color:#ffffff80}html[data-bs-theme=dark] .tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled){background-color:#254f80;background-image:none;border-color:#254f80;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled){background-color:#254f80;background-image:none;border-color:#254f80;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button--secondary.tox-button--enabled:active:not(:disabled){background-color:#1f436c;background-image:none;border-color:#1f436c;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-button--icon,html[data-bs-theme=dark] .tox .tox-button.tox-button--icon,html[data-bs-theme=dark] .tox .tox-button.tox-button--secondary.tox-button--icon{padding:4px}html[data-bs-theme=dark] .tox .tox-button--icon .tox-icon svg,html[data-bs-theme=dark] .tox .tox-button.tox-button--icon .tox-icon svg,html[data-bs-theme=dark] .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg{display:block;fill:currentColor}html[data-bs-theme=dark] .tox-context-form__group .tox-button--icon,html[data-bs-theme=dark] .tox-context-form__group .tox-button.tox-button--icon{margin:6px 1px 5px 0;padding:0}html[data-bs-theme=dark] .tox .tox-button-link{background:0;border:none;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;font-weight:400;line-height:1.3;margin:0;padding:0;white-space:nowrap}html[data-bs-theme=dark] .tox .tox-button-link--sm{font-size:14px}html[data-bs-theme=dark] .tox .tox-button--naked{background-color:transparent;border-color:transparent;box-shadow:unset;color:#fff}html[data-bs-theme=dark] .tox .tox-button--naked[disabled]{background-color:#fff3;border-color:transparent;box-shadow:unset;color:#ffffff80}html[data-bs-theme=dark] .tox .tox-button--naked:hover:not(:disabled){background-color:#fff3;border-color:transparent;box-shadow:unset;color:#fff}html[data-bs-theme=dark] .tox .tox-button--naked:focus:not(:disabled){background-color:#fff3;border-color:transparent;box-shadow:unset;color:#fff}html[data-bs-theme=dark] .tox .tox-button--naked:active:not(:disabled){background-color:#ffffff4d;border-color:transparent;box-shadow:unset;color:#fff}html[data-bs-theme=dark] .tox .tox-button--naked .tox-icon svg{fill:currentColor}html[data-bs-theme=dark] .tox .tox-button--naked.tox-button--icon:hover:not(:disabled){color:#fff}html[data-bs-theme=dark] .tox .tox-checkbox{align-items:center;border-radius:6px;cursor:pointer;display:flex;height:36px;min-width:36px}html[data-bs-theme=dark] .tox .tox-checkbox__input{height:1px;overflow:hidden;position:absolute;top:auto;width:1px}html[data-bs-theme=dark] .tox .tox-checkbox__icons{align-items:center;border-radius:6px;box-shadow:0 0 0 2px transparent;box-sizing:content-box;display:flex;height:24px;justify-content:center;padding:3px;width:24px}html[data-bs-theme=dark] .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:block;fill:#fff3}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{fill:currentColor!important}}html[data-bs-theme=dark] .tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:none;fill:#006ce7}html[data-bs-theme=dark] .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg{display:none;fill:#006ce7}html[data-bs-theme=dark] .tox .tox-checkbox--disabled{color:#ffffff80;cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg{fill:#ffffff80}html[data-bs-theme=dark] .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{fill:#ffffff80}html[data-bs-theme=dark] .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{fill:#ffffff80}html[data-bs-theme=dark] .tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}html[data-bs-theme=dark] .tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__checked svg{display:block}html[data-bs-theme=dark] .tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}html[data-bs-theme=dark] .tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:block}html[data-bs-theme=dark] .tox input.tox-checkbox__input:focus+.tox-checkbox__icons{border-radius:6px;box-shadow:inset 0 0 0 1px #006ce7;padding:3px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-checkbox__label{margin-left:4px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-checkbox__input{left:-10000px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-bar .tox-checkbox{margin-left:4px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-checkbox__label{margin-right:4px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-checkbox__input{right:-10000px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-bar .tox-checkbox{margin-right:4px}html[data-bs-theme=dark] .tox .tox-collection--toolbar .tox-collection__group{display:flex;padding:0}html[data-bs-theme=dark] .tox .tox-collection--grid .tox-collection__group{display:flex;flex-wrap:wrap;max-height:208px;overflow-x:hidden;overflow-y:auto;padding:0}html[data-bs-theme=dark] .tox .tox-collection--list .tox-collection__group{border-bottom-width:0;border-color:#ffffff26;border-left-width:0;border-right-width:0;border-style:solid;border-top-width:1px;padding:4px 0}html[data-bs-theme=dark] .tox .tox-collection--list .tox-collection__group:first-child{border-top-width:0}html[data-bs-theme=dark] .tox .tox-collection__group-heading{background-color:#ffffff26;color:#ffffff80;cursor:default;font-size:12px;font-style:normal;font-weight:400;margin-bottom:4px;margin-top:-4px;padding:4px 8px;text-transform:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}html[data-bs-theme=dark] .tox .tox-collection__item{align-items:center;border-radius:3px;color:#fff;display:flex;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item-image-selector,html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item{flex-direction:column}html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-icon,html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-icon,html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-image,html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-image,html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-checkmark,html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-checkmark{flex-grow:1}html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item-image-selector label,html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item label{width:48px;white-space:nowrap;overflow:hidden;font-size:12px;color:#fff;text-align:center;align-self:flex-end}html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item-checkmark{height:24px;width:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item-checkmark svg path{fill:#006ce7;stroke:#006ce7}html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-image-selector__row .tox-collection__item-image-selector.tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#1b1c22}html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-image-selector__row .tox-collection__item-image-selector.tox-collection__item--enabled:not(.tox-collection__item--state-disabled){z-index:2;background-color:#1b1c22;opacity:.8;background-clip:content-box}html[data-bs-theme=dark] .tox .tox-collection--list .tox-collection__item{padding:4px 8px}html[data-bs-theme=dark] .tox .tox-collection--toolbar .tox-collection__item,html[data-bs-theme=dark] .tox .tox-collection--grid .tox-collection__item{border-radius:3px;padding:4px}html[data-bs-theme=dark] .tox .tox-collection--list .tox-collection__item--enabled:not(.tox-collection__item--state-disabled){background-color:#1b1c22;color:#fff}html[data-bs-theme=dark] .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#006ce7;color:#fff}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){border:solid 1px}}html[data-bs-theme=dark] .tox .tox-collection--grid .tox-collection__item--enabled:not(.tox-collection__item--state-disabled){background-color:#599fef;color:#fff}html[data-bs-theme=dark] .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#2f4055;color:#fff;position:relative;z-index:1}html[data-bs-theme=dark] .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #fff inset;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled){background-color:#599fef;color:#fff}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled){border-radius:3px;outline:solid 1px}}html[data-bs-theme=dark] .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#fff;background-color:#1b1c22;position:relative}html[data-bs-theme=dark] .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover{background-color:#2f4055;color:#fff}html[data-bs-theme=dark] .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus{background-color:#2f4055;color:#fff}html[data-bs-theme=dark] .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #fff;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after{border:2px solid highlight}}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover{border-radius:3px;outline:solid 1px}}html[data-bs-theme=dark] .tox .tox-collection__item-image{border:1px solid #161f29;border-radius:6px;display:flex;flex-direction:column;justify-content:center;margin-bottom:4px;position:relative}html[data-bs-theme=dark] .tox .tox-collection__item-icon,html[data-bs-theme=dark] .tox .tox-collection__item-checkmark{align-items:center;display:flex;height:24px;justify-content:center;width:24px}html[data-bs-theme=dark] .tox .tox-collection__item-icon svg,html[data-bs-theme=dark] .tox .tox-collection__item-checkmark svg{fill:currentColor}html[data-bs-theme=dark] .tox .tox-collection--toolbar-lg .tox-collection__item-icon{height:48px;width:48px}html[data-bs-theme=dark] .tox .tox-collection__item-label{color:currentColor;display:inline-block;flex:1;font-size:14px;font-style:normal;font-weight:400;line-height:24px;max-width:100%;text-transform:none;word-break:break-all}html[data-bs-theme=dark] .tox .tox-collection__item-accessory{color:currentColor;display:inline-block;font-size:14px;height:24px;line-height:24px;text-transform:none}html[data-bs-theme=dark] .tox .tox-collection__item-caret{align-items:center;display:flex;min-height:24px}html[data-bs-theme=dark] .tox .tox-collection__item-caret:after{content:"";font-size:0;min-height:inherit}html[data-bs-theme=dark] .tox .tox-collection__item-caret svg{fill:currentColor}html[data-bs-theme=dark] .tox .tox-collection__item--state-disabled{background-color:transparent;color:#ffffff80;cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-collection__item--state-disabled .tox-collection__item-caret svg{fill:#ffffff80}html[data-bs-theme=dark] .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg{display:none}html[data-bs-theme=dark] .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory+.tox-collection__item-checkmark{display:none}html[data-bs-theme=dark] .tox .tox-collection--horizontal{background-color:#1b1c22;border:1px solid rgba(255,255,255,.15);border-radius:6px;box-shadow:0 0 2px #222f3e33,0 4px 8px #222f3e26;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:nowrap;margin-bottom:0;overflow-x:auto;padding:0}html[data-bs-theme=dark] .tox .tox-collection--horizontal .tox-collection__group{align-items:center;display:flex;flex-wrap:nowrap;margin:0;padding:0 4px}html[data-bs-theme=dark] .tox .tox-collection--horizontal .tox-collection__item{height:28px;margin:6px 1px 5px 0;padding:0 4px}html[data-bs-theme=dark] .tox .tox-collection--horizontal .tox-collection__item-label{white-space:nowrap}html[data-bs-theme=dark] .tox .tox-collection--horizontal .tox-collection__item-caret{margin-left:4px}html[data-bs-theme=dark] .tox .tox-collection__item-container{display:flex}html[data-bs-theme=dark] .tox .tox-collection__item-container--row{align-items:center;flex:1 1 auto;flex-direction:row}html[data-bs-theme=dark] .tox .tox-collection__item-container--row.tox-collection__item-container--align-left{margin-right:auto}html[data-bs-theme=dark] .tox .tox-collection__item-container--row.tox-collection__item-container--align-right{justify-content:flex-end;margin-left:auto}html[data-bs-theme=dark] .tox .tox-collection__item-container--row.tox-collection__item-container--valign-top{align-items:flex-start;margin-bottom:auto}html[data-bs-theme=dark] .tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle{align-items:center}html[data-bs-theme=dark] .tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom{align-items:flex-end;margin-top:auto}html[data-bs-theme=dark] .tox .tox-collection__item-container--column{align-self:center;flex:1 1 auto;flex-direction:column}html[data-bs-theme=dark] .tox .tox-collection__item-container--column.tox-collection__item-container--align-left{align-items:flex-start}html[data-bs-theme=dark] .tox .tox-collection__item-container--column.tox-collection__item-container--align-right{align-items:flex-end}html[data-bs-theme=dark] .tox .tox-collection__item-container--column.tox-collection__item-container--valign-top{align-self:flex-start}html[data-bs-theme=dark] .tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle{align-self:center}html[data-bs-theme=dark] .tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom{align-self:flex-end}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-right:1px solid transparent}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>*:not(:first-child){margin-left:8px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-left:4px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-collection__item-accessory{margin-left:16px;text-align:right}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret{margin-left:16px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-left:1px solid transparent}html[data-bs-theme=dark] .tox[dir=rtl] .tox-collection--list .tox-collection__item>*:not(:first-child){margin-right:8px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-right:4px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-collection__item-accessory{margin-right:16px;text-align:left}html[data-bs-theme=dark] .tox[dir=rtl] .tox-collection .tox-collection__item-caret{margin-right:16px;transform:rotateY(180deg)}html[data-bs-theme=dark] .tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret{margin-right:4px}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-hue-slider,html[data-bs-theme=dark] .tox .tox-rgb-form .tox-rgba-preview{background-color:currentColor!important;border:1px solid highlight!important;forced-color-adjust:none}}html[data-bs-theme=dark] .tox .tox-color-picker-container{display:flex;flex-direction:row;height:225px;margin:0}html[data-bs-theme=dark] .tox .tox-sv-palette{box-sizing:border-box;display:flex;height:100%}html[data-bs-theme=dark] .tox .tox-sv-palette-spectrum{height:100%}html[data-bs-theme=dark] .tox .tox-sv-palette,html[data-bs-theme=dark] .tox .tox-sv-palette-spectrum{width:225px}html[data-bs-theme=dark] .tox .tox-sv-palette-thumb{background:none;border:1px solid black;border-radius:50%;box-sizing:content-box;height:12px;position:absolute;width:12px}html[data-bs-theme=dark] .tox .tox-sv-palette-inner-thumb{border:1px solid white;border-radius:50%;height:10px;position:absolute;width:10px}html[data-bs-theme=dark] .tox .tox-hue-slider{box-sizing:border-box;height:100%;width:25px}html[data-bs-theme=dark] .tox .tox-hue-slider-spectrum{background:linear-gradient(to bottom,red,#ff0080,#f0f,#8000ff,#00f,#0080ff,#0ff,#00ff80,#0f0,#80ff00,#ff0,#ff8000,red);height:100%;width:100%}html[data-bs-theme=dark] .tox .tox-hue-slider,html[data-bs-theme=dark] .tox .tox-hue-slider-spectrum{width:20px}html[data-bs-theme=dark] .tox .tox-hue-slider-spectrum:focus,html[data-bs-theme=dark] .tox .tox-sv-palette-spectrum:focus{outline:#08f solid}html[data-bs-theme=dark] .tox .tox-hue-slider-thumb{background:#fff;border:1px solid black;box-sizing:content-box;height:4px;width:100%}html[data-bs-theme=dark] .tox .tox-rgb-form{display:flex;flex-direction:column;justify-content:space-between}html[data-bs-theme=dark] .tox .tox-rgb-form div{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px;width:inherit}html[data-bs-theme=dark] .tox .tox-rgb-form input{min-width:6em}html[data-bs-theme=dark] .tox .tox-rgb-form input.tox-invalid{border:1px solid #f00!important;box-shadow:0 0 0 1px red}html[data-bs-theme=dark] .tox .tox-rgb-container{position:relative}html[data-bs-theme=dark] .tox .tox-rgb-form .tox-invalid-icon{align-content:center;align-items:center;display:none;height:100%;position:absolute;right:0;top:0}html[data-bs-theme=dark] .tox .tox-rgb-form .tox-invalid-icon .tox-control-wrap__status-icon-invalid{margin:0}html[data-bs-theme=dark] .tox .tox-rgb-warning-note{background-color:#442632;border:1px solid #55212b;border-radius:3px;color:#e68080;padding:3px}html[data-bs-theme=dark] .tox input.tox-invalid+.tox-invalid-icon{display:flex}html[data-bs-theme=dark] .tox .tox-rgb-form .tox-rgba-preview{border:1px solid black;flex-grow:2;margin-bottom:0}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-sv-palette{margin-right:15px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-hue-slider{margin-right:15px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-hue-slider-thumb{margin-left:-1px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-rgb-form label{margin-right:.5em}html[data-bs-theme=dark] .tox[dir=rtl] .tox-sv-palette,html[data-bs-theme=dark] .tox[dir=rtl] .tox-hue-slider{margin-left:15px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-hue-slider-thumb{margin-right:-1px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-rgb-form label{margin-left:.5em}html[data-bs-theme=dark] .tox .tox-toolbar .tox-swatches,html[data-bs-theme=dark] .tox .tox-toolbar__primary .tox-swatches,html[data-bs-theme=dark] .tox .tox-toolbar__overflow .tox-swatches{margin:5px 0 6px 11px}html[data-bs-theme=dark] .tox .tox-collection--list .tox-collection__group .tox-swatches-menu{border:0;margin:-4px}html[data-bs-theme=dark] .tox .tox-swatches__row{display:flex}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-swatches__row{forced-color-adjust:none}}html[data-bs-theme=dark] .tox .tox-swatch{height:30px;transition:transform .15s,box-shadow .15s;width:30px}html[data-bs-theme=dark] .tox .tox-swatch:hover,html[data-bs-theme=dark] .tox .tox-swatch:focus{box-shadow:0 0 0 1px #7f7f7f4d inset;transform:scale(.8)}html[data-bs-theme=dark] .tox .tox-swatch--remove{align-items:center;display:flex;justify-content:center}html[data-bs-theme=dark] .tox .tox-swatch--remove svg path{stroke:#e74c3c}html[data-bs-theme=dark] .tox .tox-swatches__picker-btn{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;height:30px;justify-content:center;outline:none;padding:0;width:30px}html[data-bs-theme=dark] .tox .tox-swatches__picker-btn svg{fill:#fff;height:24px;width:24px}html[data-bs-theme=dark] .tox .tox-swatches__picker-btn:hover{background:#2f4055}html[data-bs-theme=dark] .tox div.tox-swatch:not(.tox-swatch--remove) svg{display:none;fill:#fff;height:24px;margin:3px;width:24px}html[data-bs-theme=dark] .tox div.tox-swatch:not(.tox-swatch--remove) svg path{fill:#fff;paint-order:stroke;stroke:#1b1c22;stroke-width:2px}html[data-bs-theme=dark] .tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg{display:block}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-swatches__picker-btn{margin-left:auto}html[data-bs-theme=dark] .tox[dir=rtl] .tox-swatches__picker-btn{margin-right:auto}html[data-bs-theme=dark] .tox .tox-conversations{display:flex;flex-direction:column;position:relative;height:100%;min-width:300px;max-width:300px;width:300px}html[data-bs-theme=dark] .tox .tox-conversations__header{align-items:center;display:flex;justify-content:space-between;box-shadow:0 4px 8px #222f3e1a;padding:8px 12px;background:#1b1c22;z-index:1}html[data-bs-theme=dark] .tox .tox-conversations__title{font-size:20px;font-weight:400;padding:8px 0;color:#fff;line-height:28px}html[data-bs-theme=dark] .tox .tox-comment{background:#1b1c22;border:1px solid #1b1c22;border-radius:6px;padding:8px 8px 16px;position:relative}html[data-bs-theme=dark] .tox .tox-comment:hover{box-shadow:0 4px 8px #222f3e1a}html[data-bs-theme=dark] .tox .tox-comment.tox-comment--selected{background-color:#1b3b60;border:1px solid #006ce7;box-shadow:0 4px 8px #222f3e1a}html[data-bs-theme=dark] .tox .tox-comment.tox-comment--selected:focus{border:2px solid #fff;margin:-1px}html[data-bs-theme=dark] .tox .tox-comment.tox-comment--selected:focus:not(:first-child){margin-top:7px}html[data-bs-theme=dark] .tox .tox-comment.tox-comment--selected .tox-comment__single{margin-bottom:12px}html[data-bs-theme=dark] .tox .tox-comment.tox-comment--selected .tox-comment__single:focus{position:relative}html[data-bs-theme=dark] .tox .tox-comment.tox-comment--selected .tox-comment__single:focus:after{top:-9px;pointer-events:none;position:absolute;content:"";display:block;bottom:-9px;left:-9px;right:-9px;border-radius:6px;border:2px solid #fff}html[data-bs-theme=dark] .tox .tox-comment.tox-comment--selected .tox-comment__single:focus:last-of-type:has(textarea):after{bottom:-29px}html[data-bs-theme=dark] .tox .tox-comment__header{align-items:center;color:#fff;display:flex;justify-content:space-between}html[data-bs-theme=dark] .tox .tox-comment__date{color:#fff;font-size:12px;line-height:18px}html[data-bs-theme=dark] .tox .tox-comment__body{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:1.3;margin-top:8px;position:relative;text-transform:initial;transition:max-height .5s cubic-bezier(0,1,0,1);white-space:pre-wrap}html[data-bs-theme=dark] .tox .tox-comment__body.tox-comment__body--expanded{max-height:100em;transition:max-height 1s ease-in-out}html[data-bs-theme=dark] .tox .tox-comment__body.tox-comment__body--pending{transition:max-height 0s}html[data-bs-theme=dark] .tox .tox-comment__body p{margin:0}html[data-bs-theme=dark] .tox .tox-comment__body textarea{resize:none;white-space:normal;width:100%;font-size:16px}html[data-bs-theme=dark] .tox .tox-comment__loading-text{align-items:center;color:#fff;display:flex;flex-direction:column;position:relative}html[data-bs-theme=dark] .tox .tox-comment__loading-text>div{padding-bottom:16px}html[data-bs-theme=dark] .tox .tox-comment__overlaytext{bottom:0;flex-direction:column;font-size:14px;left:0;padding:1em;position:absolute;right:0;top:0;z-index:10}html[data-bs-theme=dark] .tox .tox-comment__overlaytext p{background-color:#1b1c22;box-shadow:0 0 8px 8px #1b1c22;color:#fff;text-align:center}html[data-bs-theme=dark] .tox .tox-comment__overlaytext div:nth-of-type(2){font-size:.8em}html[data-bs-theme=dark] .tox .tox-comment__expander{padding-top:8px}html[data-bs-theme=dark] .tox .tox-comment__expander p{color:#ffffff80;font-size:14px;font-style:normal}html[data-bs-theme=dark] .tox .tox-comment__expander p:focus{font-weight:700}html[data-bs-theme=dark] .tox .tox-comment__buttonspacing{padding-top:16px;text-align:center}html[data-bs-theme=dark] .tox .tox-tbtn.tox-comment__mention-btn{display:flex;width:34px;height:34px;padding:5px;justify-content:center;align-items:center;margin:0;background-color:transparent}html[data-bs-theme=dark] .tox .tox-comment-thread{background:#1b1c22;position:relative;border-radius:6px;background-color:transparent}html[data-bs-theme=dark] .tox .tox-comment-thread>*:not(:first-child){margin-top:8px}html[data-bs-theme=dark] .tox .tox-comment-thread__overlay:after{background:#1b1c22;bottom:0;content:"";display:flex;left:0;opacity:.9;position:absolute;right:0;top:0;z-index:5}html[data-bs-theme=dark] .tox .tox-comment__reply{display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}html[data-bs-theme=dark] .tox .tox-comment__reply>*:first-child{margin-bottom:8px;width:100%}html[data-bs-theme=dark] .tox .tox-comment__edit{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}html[data-bs-theme=dark] .tox .tox-comment__gradient:after{background:linear-gradient(#222f3e00,#1b1c22);bottom:0;content:"";display:block;height:5em;margin-top:-40px;position:absolute;width:100%}html[data-bs-theme=dark] .tox .tox-comment__overlay{background:#1b1c22;bottom:0;display:flex;flex-direction:column;flex-grow:1;left:0;opacity:.9;position:absolute;right:0;text-align:center;top:0;z-index:5}html[data-bs-theme=dark] .tox .tox-comment__busy-spinner{align-items:center;background-color:#1b1c22;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:20}html[data-bs-theme=dark] .tox .tox-comment__scroll{display:flex;flex-direction:column;flex-shrink:1;overflow:auto;padding:12px;scroll-behavior:smooth}html[data-bs-theme=dark] .tox .tox-comment__scroll:has(textarea:focus){scroll-behavior:auto}html[data-bs-theme=dark] .tox .tox-comment--disappearing{transition:opacity .5s ease}html[data-bs-theme=dark] .tox .tox-comment[data-transitioning-destination=deleting]{opacity:0}html[data-bs-theme=dark] .tox .tox-skeleton .tox-skeleton__line{height:16px;width:100%;background:linear-gradient(to right,#f0f0f080 8%,#f0f0f0b3 18%,#f0f0f080 33%);animation:wave 2s infinite ease-out}html[data-bs-theme=dark] .tox .tox-skeleton .tox-skeleton__circle{height:36px;width:36px;margin-right:8px;border-radius:100%;background:linear-gradient(to right,#f0f0f080 8%,#f0f0f0b3 18%,#f0f0f080 33%);animation:wave 2s infinite ease-out}@keyframes wave{0%{background-position:-268px 0}to{background-position:268px 0}}html[data-bs-theme=dark] .tox .tox-ring-loader{width:10px;height:10px;border:1px solid #FFF;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:tox-rotation 1s linear infinite}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-comment__edit{margin-left:8px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-comment__buttonspacing>*:last-child,html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-comment__edit>*:last-child,html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-comment__reply>*:last-child{margin-left:8px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-comment__edit{margin-right:8px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-comment__buttonspacing>*:last-child,html[data-bs-theme=dark] .tox[dir=rtl] .tox-comment__edit>*:last-child,html[data-bs-theme=dark] .tox[dir=rtl] .tox-comment__reply>*:last-child{margin-right:8px}html[data-bs-theme=dark] .tox .tox-user{align-items:center;display:flex}html[data-bs-theme=dark] .tox .tox-user__avatar svg{fill:#ffffff80}html[data-bs-theme=dark] .tox .tox-user__avatar img{border-radius:50%;height:36px;object-fit:cover;vertical-align:middle;width:36px}html[data-bs-theme=dark] .tox .tox-user__name{color:#fff;font-size:14px;font-style:normal;font-weight:700;line-height:18px;text-transform:none}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-user__avatar svg,html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-user__avatar img{margin-right:8px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-user__avatar+.tox-user__name{margin-left:8px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-user__avatar svg,html[data-bs-theme=dark] .tox[dir=rtl] .tox-user__avatar img{margin-left:8px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-user__avatar+.tox-user__name{margin-right:8px}html[data-bs-theme=dark] .tox .tox-dialog-wrap{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}html[data-bs-theme=dark] .tox .tox-dialog-wrap__backdrop{background-color:#222f3ebf;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}html[data-bs-theme=dark] .tox .tox-dialog-wrap__backdrop--opaque{background-color:#1b1c22}html[data-bs-theme=dark] .tox .tox-dialog{background-color:#1b1c22;border-color:#161f29;border-radius:10px;border-style:solid;border-width:0;box-shadow:0 16px 16px -10px #222f3e26,0 0 40px 1px #222f3e26;display:flex;flex-direction:column;max-height:100%;max-width:480px;overflow:hidden;position:relative;width:95vw;z-index:2}@media only screen and (max-width: 767px){html[data-bs-theme=dark] body:not(.tox-force-desktop) .tox .tox-dialog{align-self:flex-start;margin:8px auto;max-height:calc(100vh - 16px);width:calc(100vw - 16px)}}html[data-bs-theme=dark] .tox .tox-dialog-inline{z-index:1100}html[data-bs-theme=dark] .tox .tox-dialog__header{align-items:center;background-color:#1b1c22;border-bottom:none;color:#fff;display:flex;font-size:16px;justify-content:space-between;padding:8px 16px 0;position:relative}html[data-bs-theme=dark] .tox .tox-dialog__header .tox-button{z-index:1}html[data-bs-theme=dark] .tox .tox-dialog__draghandle{cursor:grab;height:100%;left:0;position:absolute;top:0;width:100%}html[data-bs-theme=dark] .tox .tox-dialog__draghandle:active{cursor:grabbing}html[data-bs-theme=dark] .tox .tox-dialog__dismiss{margin-left:auto}html[data-bs-theme=dark] .tox .tox-dialog__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:1.3;margin:0;text-transform:none}html[data-bs-theme=dark] .tox .tox-dialog__body{color:#fff;display:flex;flex:1;font-size:16px;font-style:normal;font-weight:400;line-height:1.3;min-width:0;text-align:left;text-transform:none}@media only screen and (max-width: 767px){html[data-bs-theme=dark] body:not(.tox-force-desktop) .tox .tox-dialog__body{flex-direction:column}}html[data-bs-theme=dark] .tox .tox-dialog__body-nav{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;padding:16px}@media only screen and (min-width: 768px){html[data-bs-theme=dark] .tox .tox-dialog__body-nav{max-width:11em}}@media only screen and (max-width: 767px){html[data-bs-theme=dark] body:not(.tox-force-desktop) .tox .tox-dialog__body-nav{flex-direction:row;-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:0}}html[data-bs-theme=dark] .tox .tox-dialog__body-nav-item{border-bottom:2px solid transparent;color:#ffffff80;display:inline-block;flex-shrink:0;font-size:14px;line-height:1.3;margin-bottom:8px;max-width:13em;-webkit-text-decoration:none;text-decoration:none}html[data-bs-theme=dark] .tox .tox-dialog__body-nav-item:focus{background-color:#006ce71a}html[data-bs-theme=dark] .tox .tox-dialog__body-nav-item--active{border-bottom:2px solid #67aeff;color:#67aeff}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-dialog__body-nav-item--active{border-bottom:2px solid highlight;color:highlight}}html[data-bs-theme=dark] .tox .tox-dialog__body-content{box-sizing:border-box;display:flex;flex:1;flex-direction:column;max-height:min(650px,100vh - 110px);overflow:auto;-webkit-overflow-scrolling:touch;padding:16px}html[data-bs-theme=dark] .tox .tox-dialog__body-content>*{margin-bottom:0;margin-top:16px}html[data-bs-theme=dark] .tox .tox-dialog__body-content>*:first-child{margin-top:0}html[data-bs-theme=dark] .tox .tox-dialog__body-content>*:last-child{margin-bottom:0}html[data-bs-theme=dark] .tox .tox-dialog__body-content>*:only-child{margin-bottom:0;margin-top:0}html[data-bs-theme=dark] .tox .tox-dialog__body-content a{color:#67aeff;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-dialog__body-content a:hover,html[data-bs-theme=dark] .tox .tox-dialog__body-content a:focus{color:#cde5ff;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-dialog__body-content a:focus-visible{border-radius:1px;outline:2px solid #67aeff;outline-offset:2px}html[data-bs-theme=dark] .tox .tox-dialog__body-content a:active{color:#fff;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-dialog__body-content svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-dialog__body-content strong{font-weight:700}html[data-bs-theme=dark] .tox .tox-dialog__body-content ul{list-style-type:disc}html[data-bs-theme=dark] .tox .tox-dialog__body-content ul,html[data-bs-theme=dark] .tox .tox-dialog__body-content ol,html[data-bs-theme=dark] .tox .tox-dialog__body-content dd{padding-inline-start:2.5rem}html[data-bs-theme=dark] .tox .tox-dialog__body-content ul,html[data-bs-theme=dark] .tox .tox-dialog__body-content ol,html[data-bs-theme=dark] .tox .tox-dialog__body-content dl{margin-bottom:16px}html[data-bs-theme=dark] .tox .tox-dialog__body-content ul,html[data-bs-theme=dark] .tox .tox-dialog__body-content ol,html[data-bs-theme=dark] .tox .tox-dialog__body-content dl,html[data-bs-theme=dark] .tox .tox-dialog__body-content dd,html[data-bs-theme=dark] .tox .tox-dialog__body-content dt{display:block;margin-inline-end:0;margin-inline-start:0}html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group h1{color:#fff;font-size:20px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group h2{color:#fff;font-size:16px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group p{margin-bottom:16px}html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group h1:first-child,html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group h2:first-child,html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group p:first-child{margin-top:0}html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group h1:last-child,html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group h2:last-child,html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group p:last-child{margin-bottom:0}html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group h1:only-child,html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group h2:only-child,html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group p:only-child{margin-bottom:0;margin-top:0}html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center{text-align:center}html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end{text-align:end}html[data-bs-theme=dark] .tox .tox-dialog--width-lg{height:650px;max-width:1200px}html[data-bs-theme=dark] .tox .tox-dialog--fullscreen{height:100%;max-width:100%}html[data-bs-theme=dark] .tox .tox-dialog--fullscreen .tox-dialog__body-content{max-height:100%}html[data-bs-theme=dark] .tox .tox-dialog--width-md{max-width:800px}html[data-bs-theme=dark] .tox .tox-dialog--width-md .tox-dialog__body-content{overflow:auto}html[data-bs-theme=dark] .tox .tox-dialog__body-content--centered{text-align:center}html[data-bs-theme=dark] .tox .tox-dialog__footer{align-items:center;background-color:#1b1c22;border-top:none;display:flex;justify-content:space-between;padding:8px 16px}html[data-bs-theme=dark] .tox .tox-dialog__footer-start,html[data-bs-theme=dark] .tox .tox-dialog__footer-end{display:flex}html[data-bs-theme=dark] .tox .tox-dialog__busy-spinner{align-items:center;background-color:#222f3ebf;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}html[data-bs-theme=dark] .tox .tox-dialog__table{border-collapse:collapse;width:100%}html[data-bs-theme=dark] .tox .tox-dialog__table thead th{font-weight:700;padding-bottom:8px}html[data-bs-theme=dark] .tox .tox-dialog__table thead th:first-child{padding-right:8px}html[data-bs-theme=dark] .tox .tox-dialog__table tbody tr{border-bottom:1px solid #000000}html[data-bs-theme=dark] .tox .tox-dialog__table tbody tr:last-child{border-bottom:none}html[data-bs-theme=dark] .tox .tox-dialog__table td{padding-bottom:8px;padding-top:8px}html[data-bs-theme=dark] .tox .tox-dialog__table td:first-child{padding-right:8px}html[data-bs-theme=dark] .tox .tox-dialog__iframe{min-height:200px}html[data-bs-theme=dark] .tox .tox-dialog__iframe.tox-dialog__iframe--opaque{background:#fff}html[data-bs-theme=dark] .tox .tox-navobj-bordered{position:relative}html[data-bs-theme=dark] .tox .tox-navobj-bordered:before{border:1px solid #161f29;border-radius:6px;content:"";top:0;right:0;bottom:0;left:0;opacity:1;pointer-events:none;position:absolute;z-index:1}html[data-bs-theme=dark] .tox .tox-navobj-bordered iframe{border-radius:6px}html[data-bs-theme=dark] .tox .tox-navobj-bordered-focus.tox-navobj-bordered:before{border-color:#006ce7;box-shadow:0 0 0 1px #006ce7;outline:none}html[data-bs-theme=dark] .tox .tox-dialog__popups{position:absolute;width:100%;z-index:1100}html[data-bs-theme=dark] .tox .tox-dialog__body-iframe{display:flex;flex:1;flex-direction:column}html[data-bs-theme=dark] .tox .tox-dialog__body-iframe .tox-navobj{display:flex;flex:1}html[data-bs-theme=dark] .tox .tox-dialog__body-iframe .tox-navobj :nth-child(2){flex:1;height:100%}html[data-bs-theme=dark] .tox .tox-dialog-dock-fadeout{opacity:0;visibility:hidden}html[data-bs-theme=dark] .tox .tox-dialog-dock-fadein{opacity:1;visibility:visible}html[data-bs-theme=dark] .tox .tox-dialog-dock-transition{transition:visibility 0s linear .3s,opacity .3s ease}html[data-bs-theme=dark] .tox .tox-dialog-dock-transition.tox-dialog-dock-fadein{transition-delay:0s}@media only screen and (max-width: 767px){html[data-bs-theme=dark] body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav{margin-right:0}}@media only screen and (max-width: 767px){html[data-bs-theme=dark] body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child){margin-left:8px}}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start>*,html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end>*{margin-left:8px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-dialog__body{text-align:right}@media only screen and (max-width: 767px){html[data-bs-theme=dark] body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav{margin-left:0}}@media only screen and (max-width: 767px){html[data-bs-theme=dark] body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child){margin-right:8px}}html[data-bs-theme=dark] .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start>*,html[data-bs-theme=dark] .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end>*{margin-right:8px}html[data-bs-theme=dark] body.tox-dialog__disable-scroll{overflow:hidden}html[data-bs-theme=dark] .tox .tox-dropzone-container{display:flex;flex:1}html[data-bs-theme=dark] .tox .tox-dropzone{align-items:center;background:#fff;border:2px dashed #161f29;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;min-height:100px;padding:10px}html[data-bs-theme=dark] .tox .tox-dropzone p{color:#ffffff80;margin:0 0 16px}html[data-bs-theme=dark] .tox .tox-edit-area{display:flex;flex:1;overflow:hidden;position:relative}html[data-bs-theme=dark] .tox .tox-edit-area:before{border:2px solid #FFFFFF;border-radius:4px;content:"";top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .15s;z-index:1}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-edit-area:before{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-edit-area__iframe{background-color:#fff;border:0;box-sizing:border-box;flex:1;height:100%;position:absolute;width:100%}html[data-bs-theme=dark] .tox.tox-edit-focus .tox-edit-area:before{opacity:1}html[data-bs-theme=dark] .tox.tox-inline-edit-area{border:1px dotted #161f29}html[data-bs-theme=dark] .tox .tox-editor-container{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}html[data-bs-theme=dark] .tox .tox-editor-header{display:grid;grid-template-columns:1fr min-content;z-index:2}html[data-bs-theme=dark] .tox:not(.tox-tinymce-inline) .tox-editor-header{background-color:#1b1c22;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:none;padding:4px 0}html[data-bs-theme=dark] .tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition){transition:box-shadow .5s}html[data-bs-theme=dark] .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header{border-top:1px solid rgba(255,255,255,.15);box-shadow:none}html[data-bs-theme=dark] .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header{background-color:#1b1c22;box-shadow:none;padding:4px 0}html[data-bs-theme=dark] .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header{box-shadow:none}html[data-bs-theme=dark] .tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty{background:none;border:none;box-shadow:none;padding:0}html[data-bs-theme=dark] .tox-editor-dock-fadeout{opacity:0;visibility:hidden}html[data-bs-theme=dark] .tox-editor-dock-fadein{opacity:1;visibility:visible}html[data-bs-theme=dark] .tox-editor-dock-transition{transition:visibility 0s linear .25s,opacity .25s ease}html[data-bs-theme=dark] .tox-editor-dock-transition.tox-editor-dock-fadein{transition-delay:0s}html[data-bs-theme=dark] .tox .tox-control-wrap{flex:1;position:relative}html[data-bs-theme=dark] .tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,html[data-bs-theme=dark] .tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,html[data-bs-theme=dark] .tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid{display:none}html[data-bs-theme=dark] .tox .tox-control-wrap svg{display:block}html[data-bs-theme=dark] .tox .tox-control-wrap__status-icon-wrap{position:absolute;top:50%;transform:translateY(-50%)}html[data-bs-theme=dark] .tox .tox-control-wrap__status-icon-invalid svg{fill:#c00}html[data-bs-theme=dark] .tox .tox-control-wrap__status-icon-unknown svg{fill:orange}html[data-bs-theme=dark] .tox .tox-control-wrap__status-icon-valid svg{fill:green}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield{padding-right:32px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap{right:4px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,html[data-bs-theme=dark] .tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,html[data-bs-theme=dark] .tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield{padding-left:32px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-control-wrap__status-icon-wrap{left:4px}html[data-bs-theme=dark] .tox .tox-custom-preview{border-color:#161f29;border-radius:6px;border-style:solid;border-width:1px;flex:1;padding:8px}html[data-bs-theme=dark] .tox .tox-autocompleter{max-width:25em}html[data-bs-theme=dark] .tox .tox-autocompleter .tox-menu{box-sizing:border-box;max-width:25em}html[data-bs-theme=dark] .tox .tox-autocompleter .tox-autocompleter-highlight{font-weight:700}html[data-bs-theme=dark] .tox .tox-color-input{display:flex;position:relative;z-index:1}html[data-bs-theme=dark] .tox .tox-color-input .tox-textfield{z-index:-1}html[data-bs-theme=dark] .tox .tox-color-input span{border-color:#222f08;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;height:24px;position:absolute;top:6px;width:24px}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-color-input span{border-color:currentColor;border-width:2px!important;forced-color-adjust:none}}html[data-bs-theme=dark] .tox .tox-color-input span:hover:not([aria-disabled=true]),html[data-bs-theme=dark] .tox .tox-color-input span:focus:not([aria-disabled=true]){border-color:#006ce7;cursor:pointer}html[data-bs-theme=dark] .tox .tox-color-input span:before{background-image:linear-gradient(45deg,rgba(255,255,255,.25) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.25) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.25) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.25) 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;border:1px solid #1b1c22;border-radius:6px;box-sizing:border-box;content:"";height:24px;left:-1px;position:absolute;top:-1px;width:24px;z-index:-1}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-color-input span:before{border:none}}html[data-bs-theme=dark] .tox .tox-color-input span[aria-disabled=true]{cursor:not-allowed}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-color-input .tox-textfield{padding-left:36px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-color-input span{left:6px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-color-input .tox-textfield{padding-right:36px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-color-input span{right:6px}html[data-bs-theme=dark] .tox .tox-label,html[data-bs-theme=dark] .tox .tox-toolbar-label{color:#ffffff80;display:block;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;padding:0 8px 0 0;text-transform:none;white-space:nowrap}html[data-bs-theme=dark] .tox .tox-toolbar-label{padding:0 8px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-label{padding:0 0 0 8px}html[data-bs-theme=dark] .tox .tox-form{display:flex;flex:1;flex-direction:column}html[data-bs-theme=dark] .tox .tox-form__group{box-sizing:border-box;margin-bottom:4px}html[data-bs-theme=dark] .tox .tox-form-group--maximize{flex:1}html[data-bs-theme=dark] .tox .tox-form__group--error{color:#c00}html[data-bs-theme=dark] .tox .tox-form__group--collection{display:flex}html[data-bs-theme=dark] .tox .tox-form__grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}html[data-bs-theme=dark] .tox .tox-form__grid--2col>.tox-form__group{width:calc(50% - 4px)}html[data-bs-theme=dark] .tox .tox-form__grid--3col>.tox-form__group{width:calc(33.3333333333% - 4px)}html[data-bs-theme=dark] .tox .tox-form__grid--4col>.tox-form__group{width:calc(25% - 4px)}html[data-bs-theme=dark] .tox .tox-form__controls-h-stack,html[data-bs-theme=dark] .tox .tox-form__group--inline{align-items:center;display:flex}html[data-bs-theme=dark] .tox .tox-form__group--stretched{display:flex;flex:1;flex-direction:column}html[data-bs-theme=dark] .tox .tox-form__group--stretched .tox-textarea{flex:1}html[data-bs-theme=dark] .tox .tox-form__group--stretched .tox-navobj{display:flex;flex:1}html[data-bs-theme=dark] .tox .tox-form__group--stretched .tox-navobj :nth-child(2){flex:1;height:100%}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-form__controls-h-stack>*:not(:first-child){margin-left:4px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-form__controls-h-stack>*:not(:first-child){margin-right:4px}html[data-bs-theme=dark] .tox .tox-lock.tox-locked .tox-lock-icon__unlock,html[data-bs-theme=dark] .tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock{display:none}html[data-bs-theme=dark] .tox .tox-textfield,html[data-bs-theme=dark] .tox .tox-toolbar-textfield,html[data-bs-theme=dark] .tox .tox-listboxfield .tox-listbox--select,html[data-bs-theme=dark] .tox .tox-textarea,html[data-bs-theme=dark] .tox .tox-textarea-wrap .tox-textarea:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#1b1c22;border-color:#161f29;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:none;padding:5px 5.5px;resize:none;width:100%}html[data-bs-theme=dark] .tox .tox-textfield[disabled],html[data-bs-theme=dark] .tox .tox-toolbar-textfield[disabled],html[data-bs-theme=dark] .tox .tox-textarea[disabled]{background-color:#1b1c22;color:#ffffffd9;cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-textfield:focus,html[data-bs-theme=dark] .tox .tox-toolbar-textfield:focus,html[data-bs-theme=dark] .tox .tox-listboxfield .tox-listbox--select:focus,html[data-bs-theme=dark] .tox .tox-textarea-wrap:focus-within,html[data-bs-theme=dark] .tox .tox-textarea:focus,html[data-bs-theme=dark] .tox .tox-focusable-wrapper:focus,html[data-bs-theme=dark] .tox .tox-custom-editor:focus-within{background-color:#1b1c22;border-color:#006ce7;box-shadow:0 0 0 1px #006ce7;outline:none}html[data-bs-theme=dark] .tox .tox-toolbar-textfield{max-width:250px;min-height:unset;height:28px;margin:5px 0 6px}html[data-bs-theme=dark] .tox .tox-naked-btn{background-color:transparent;border:0;border-color:transparent;box-shadow:unset;color:#006ce7;cursor:pointer;display:block;margin:0;padding:0}html[data-bs-theme=dark] .tox .tox-naked-btn svg{display:block;fill:#fff}html[data-bs-theme=dark] .tox .tox-textfield-size{width:80px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-toolbar-textfield+*{margin-left:4px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-toolbar-textfield+*{margin-right:4px}html[data-bs-theme=dark] .tox .tox-listboxfield{cursor:pointer;position:relative}html[data-bs-theme=dark] .tox .tox-listboxfield .tox-listbox--select[disabled]{background-color:#19232e;color:#ffffffd9;cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-listbox__select-label{cursor:default;flex:1;margin:0 4px}html[data-bs-theme=dark] .tox .tox-listbox__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}html[data-bs-theme=dark] .tox .tox-listbox__select-chevron svg{fill:#fff}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-listbox__select-chevron svg{fill:currentColor!important}}html[data-bs-theme=dark] .tox .tox-listboxfield .tox-listbox--select{align-items:center;display:flex}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-listboxfield svg{right:8px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-listboxfield svg{left:8px}html[data-bs-theme=dark] .tox .tox-selectfield{cursor:pointer;position:relative}html[data-bs-theme=dark] .tox .tox-selectfield select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#1b1c22;border-color:#161f29;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:none;padding:5px 5.5px;resize:none;width:100%}html[data-bs-theme=dark] .tox .tox-selectfield select[disabled]{background-color:#19232e;color:#ffffffd9;cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-selectfield select::-ms-expand{display:none}html[data-bs-theme=dark] .tox .tox-selectfield select:focus{background-color:#1b1c22;border-color:#006ce7;box-shadow:0 0 0 1px #006ce7;outline:none}html[data-bs-theme=dark] .tox .tox-selectfield svg{pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-selectfield select[size="0"],html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-selectfield select[size="1"]{padding-right:24px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-selectfield svg{right:8px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-selectfield select[size="0"],html[data-bs-theme=dark] .tox[dir=rtl] .tox-selectfield select[size="1"]{padding-left:24px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-selectfield svg{left:8px}html[data-bs-theme=dark] .tox .tox-textarea-wrap{border-color:#161f29;border-radius:6px;border-style:solid;border-width:1px;display:flex;flex:1;overflow:hidden}html[data-bs-theme=dark] .tox .tox-textarea{-webkit-appearance:textarea;-moz-appearance:textarea;appearance:textarea;white-space:pre-wrap}html[data-bs-theme=dark] .tox .tox-textarea-wrap .tox-textarea{border:none}html[data-bs-theme=dark] .tox .tox-textarea-wrap .tox-textarea:focus{border:none}html[data-bs-theme=dark] .tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}html[data-bs-theme=dark] .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}html[data-bs-theme=dark] .tox.tox-tinymce.tox-fullscreen,html[data-bs-theme=dark] .tox-shadowhost.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}html[data-bs-theme=dark] .tox.tox-tinymce.tox-fullscreen{background-color:transparent}html[data-bs-theme=dark] .tox-fullscreen .tox.tox-tinymce-aux,html[data-bs-theme=dark] .tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}html[data-bs-theme=dark] .tox .tox-help__more-link{list-style:none;margin-top:1em}html[data-bs-theme=dark] .tox .tox-imagepreview{background-color:#666;height:380px;overflow:hidden;position:relative;width:100%}html[data-bs-theme=dark] .tox .tox-imagepreview.tox-imagepreview__loaded{overflow:auto}html[data-bs-theme=dark] .tox .tox-imagepreview__container{display:flex;left:100vw;position:absolute;top:100vw}html[data-bs-theme=dark] .tox .tox-imagepreview__image{background:url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==)}html[data-bs-theme=dark] .tox .tox-image-tools .tox-spacer{flex:1}html[data-bs-theme=dark] .tox .tox-image-tools .tox-bar{align-items:center;display:flex;height:60px;justify-content:center}html[data-bs-theme=dark] .tox .tox-image-tools .tox-imagepreview,html[data-bs-theme=dark] .tox .tox-image-tools .tox-imagepreview+.tox-bar{margin-top:8px}html[data-bs-theme=dark] .tox .tox-image-tools .tox-croprect-block{background:#000;filter:alpha(opacity=50);opacity:.5;position:absolute;zoom:1}html[data-bs-theme=dark] .tox .tox-image-tools .tox-croprect-handle{border:2px solid white;height:20px;left:0;position:absolute;top:0;width:20px}html[data-bs-theme=dark] .tox .tox-image-tools .tox-croprect-handle-move{border:0;cursor:move;position:absolute}html[data-bs-theme=dark] .tox .tox-image-tools .tox-croprect-handle-nw{border-width:2px 0 0 2px;cursor:nw-resize;left:100px;margin:-2px 0 0 -2px;top:100px}html[data-bs-theme=dark] .tox .tox-image-tools .tox-croprect-handle-ne{border-width:2px 2px 0 0;cursor:ne-resize;left:200px;margin:-2px 0 0 -20px;top:100px}html[data-bs-theme=dark] .tox .tox-image-tools .tox-croprect-handle-sw{border-width:0 0 2px 2px;cursor:sw-resize;left:100px;margin:-20px 2px 0 -2px;top:200px}html[data-bs-theme=dark] .tox .tox-image-tools .tox-croprect-handle-se{border-width:0 2px 2px 0;cursor:se-resize;left:200px;margin:-20px 0 0 -20px;top:200px}html[data-bs-theme=dark] .tox .tox-image-selector-loading-spinner-wrapper{display:flex;justify-content:center;align-items:center}html[data-bs-theme=dark] .tox .tox-image-selector-loading-spinner{position:absolute;width:min(24px,30%);aspect-ratio:1;border-radius:50%;border:3px solid #006ce7;border-bottom-color:transparent;animation:tox-rotation 1s linear infinite}html[data-bs-theme=dark] .tox .tox-toolbar .tox-image-selector,html[data-bs-theme=dark] .tox .tox-toolbar__primary .tox-image-selector,html[data-bs-theme=dark] .tox .tox-toolbar__overflow .tox-image-selector{margin:5px 0 6px 11px}html[data-bs-theme=dark] .tox .tox-image-selector-menu{border:0;border-radius:3px;margin:-4px;padding:4px}html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection--list .tox-collection__group{border:0;padding:0;margin:-4px}html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item{max-width:48px}html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item-icon{border:1px solid #161f29;border-radius:3px;margin-bottom:4px;width:100%}html[data-bs-theme=dark] .tox .tox-image-selector-menu .tox-collection__item-icon svg path{stroke:#c00}html[data-bs-theme=dark] .tox .tox-image-selector__row{display:flex}html[data-bs-theme=dark] .tox .tox-image-selector--remove{align-items:center;display:flex;justify-content:center}html[data-bs-theme=dark] .tox .tox-image-selector--remove svg path{stroke:#c00}html[data-bs-theme=dark] .tox .tox-image-selector-image-wrapper{width:46px;height:46px;display:flex;align-items:center;justify-content:center}html[data-bs-theme=dark] .tox .tox-image-selector-image-img{max-width:100%;max-height:100%}html[data-bs-theme=dark] .tox .tox-image-selector__picker-btn{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;height:30px;justify-content:center;outline:none;padding:0;width:30px}html[data-bs-theme=dark] .tox .tox-image-selector__picker-btn svg{fill:#fff;height:24px;width:24px}html[data-bs-theme=dark] .tox .tox-image-selector__picker-btn:hover{background:#2f4055}html[data-bs-theme=dark] .tox .tox-insert-table-picker{background-color:#1b1c22;display:flex;flex-wrap:wrap;width:170px}html[data-bs-theme=dark] .tox .tox-insert-table-picker>div{border-color:#ffffff26;border-style:solid;border-width:0 1px 1px 0;box-sizing:border-box;height:17px;width:17px}html[data-bs-theme=dark] .tox .tox-collection--list .tox-collection__group .tox-insert-table-picker{margin:-4px}html[data-bs-theme=dark] .tox .tox-insert-table-picker .tox-insert-table-picker__selected{background-color:#006ce7;border-color:#ffffff26}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-insert-table-picker .tox-insert-table-picker__selected{border-color:Highlight;filter:contrast(50%)}}html[data-bs-theme=dark] .tox .tox-insert-table-picker__label{color:#fff;display:block;font-size:14px;padding:4px;text-align:center;width:100%}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-insert-table-picker>div:nth-child(10n){border-right:0}html[data-bs-theme=dark] .tox[dir=rtl] .tox-insert-table-picker>div:nth-child(10n+1){border-right:0}html[data-bs-theme=dark] .tox .tox-menu{background-color:#1b1c22;border:1px solid rgba(255,255,255,.15);border-radius:6px;box-shadow:none;display:inline-block;overflow:hidden;vertical-align:top;z-index:1150}html[data-bs-theme=dark] .tox .tox-menu.tox-collection.tox-collection--list{padding:0 4px}html[data-bs-theme=dark] .tox .tox-menu.tox-collection.tox-collection--toolbar,html[data-bs-theme=dark] .tox .tox-menu.tox-collection.tox-collection--grid{padding:8px}@media only screen and (min-width: 768px){html[data-bs-theme=dark] .tox .tox-menu .tox-collection__item-label{overflow-wrap:break-word;word-break:normal}html[data-bs-theme=dark] .tox .tox-dialog__popups .tox-menu .tox-collection__item-label{word-break:break-all}}html[data-bs-theme=dark] .tox .tox-menu__label h1,html[data-bs-theme=dark] .tox .tox-menu__label h2,html[data-bs-theme=dark] .tox .tox-menu__label h3,html[data-bs-theme=dark] .tox .tox-menu__label h4,html[data-bs-theme=dark] .tox .tox-menu__label h5,html[data-bs-theme=dark] .tox .tox-menu__label h6,html[data-bs-theme=dark] .tox .tox-menu__label p,html[data-bs-theme=dark] .tox .tox-menu__label blockquote,html[data-bs-theme=dark] .tox .tox-menu__label code{margin:0}html[data-bs-theme=dark] .tox .tox-menubar{background:repeating-linear-gradient(transparent 0 1px,transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background-color:#1b1c22;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;grid-column:1/-1;grid-row:1;padding:0 11px 0 12px}html[data-bs-theme=dark] .tox .tox-promotion+.tox-menubar{grid-column:1}html[data-bs-theme=dark] .tox .tox-promotion{background:repeating-linear-gradient(transparent 0 1px,transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background-color:#1b1c22;grid-column:2;grid-row:1;padding-inline-end:8px;padding-inline-start:4px;padding-top:5px}html[data-bs-theme=dark] .tox .tox-promotion-link{align-items:unsafe center;background-color:#e8f1f8;border-radius:5px;color:#086be6;cursor:pointer;display:flex;font-size:14px;height:26.6px;padding:4px 8px;white-space:nowrap}html[data-bs-theme=dark] .tox .tox-promotion-link:hover{background-color:#b4d7ff}html[data-bs-theme=dark] .tox .tox-promotion-link:focus{background-color:#d9edf7}html[data-bs-theme=dark] .tox .tox-mbtn{align-items:center;background:#1b1c22;border:0;border-radius:3px;box-shadow:none;color:#fff;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;justify-content:center;margin:5px 1px 6px 0;outline:none;padding:0 4px;text-transform:none;width:auto}html[data-bs-theme=dark] .tox .tox-mbtn[disabled]{background-color:#1b1c22;border:0;box-shadow:none;color:#ffffff80;cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-mbtn:focus:not(:disabled){background:#1b1c22;border:0;box-shadow:none;color:#fff;position:relative;z-index:1}html[data-bs-theme=dark] .tox .tox-mbtn:focus:not(:disabled):after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #fff;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-mbtn:focus:not(:disabled):after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-mbtn--active,html[data-bs-theme=dark] .tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus{background:#599fef;border:0;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active){background:#2f4055;border:0;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-mbtn__select-label{cursor:default;font-weight:400;margin:0 4px}html[data-bs-theme=dark] .tox .tox-mbtn[disabled] .tox-mbtn__select-label{cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-mbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px;display:none}html[data-bs-theme=dark] .tox .tox-notification{border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;display:grid;font-size:14px;font-weight:400;grid-template-columns:minmax(40px,1fr) auto minmax(40px,1fr);margin-left:auto;margin-right:auto;margin-top:4px;opacity:0;padding:4px;transition:transform .1s ease-in,opacity .15s ease-in;width:max-content}html[data-bs-theme=dark] .tox .tox-notification a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-notification p{font-size:14px;font-weight:400}html[data-bs-theme=dark] .tox .tox-notification:focus{border-color:#006ce7;box-shadow:0 0 0 1px #006ce7}html[data-bs-theme=dark] .tox .tox-notification--in{opacity:1}html[data-bs-theme=dark] .tox .tox-notification--success{background-color:#334840;border-color:#3c5440;color:#fff}html[data-bs-theme=dark] .tox .tox-notification--success p{color:#fff}html[data-bs-theme=dark] .tox .tox-notification--success a{color:#b5d199}html[data-bs-theme=dark] .tox .tox-notification--success a:hover,html[data-bs-theme=dark] .tox .tox-notification--success a:focus{color:#82b153;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-notification--success a:focus-visible{border-radius:1px;outline:2px solid #b5d199;outline-offset:2px}html[data-bs-theme=dark] .tox .tox-notification--success a:active{color:#689041;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-notification--success svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-notification--error{background-color:#442632;border-color:#55212b;color:#fff}html[data-bs-theme=dark] .tox .tox-notification--error p{color:#fff}html[data-bs-theme=dark] .tox .tox-notification--error a{color:#e68080}html[data-bs-theme=dark] .tox .tox-notification--error a:hover,html[data-bs-theme=dark] .tox .tox-notification--error a:focus{color:#d42b2b;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-notification--error a:focus-visible{border-radius:1px;outline:2px solid #e68080;outline-offset:2px}html[data-bs-theme=dark] .tox .tox-notification--error a:active{color:#a22;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-notification--error svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-notification--warn,html[data-bs-theme=dark] .tox .tox-notification--warning{background-color:#1b1c22;border-color:#ffffff26;color:#fff0b3}html[data-bs-theme=dark] .tox .tox-notification--warn p,html[data-bs-theme=dark] .tox .tox-notification--warning p{color:#fff0b3}html[data-bs-theme=dark] .tox .tox-notification--warn a,html[data-bs-theme=dark] .tox .tox-notification--warning a{color:#fc0}html[data-bs-theme=dark] .tox .tox-notification--warn a:hover,html[data-bs-theme=dark] .tox .tox-notification--warning a:hover,html[data-bs-theme=dark] .tox .tox-notification--warn a:focus,html[data-bs-theme=dark] .tox .tox-notification--warning a:focus{color:#997a00;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-notification--warn a:focus-visible,html[data-bs-theme=dark] .tox .tox-notification--warning a:focus-visible{border-radius:1px;outline:2px solid #ffcc00;outline-offset:2px}html[data-bs-theme=dark] .tox .tox-notification--warn a:active,html[data-bs-theme=dark] .tox .tox-notification--warning a:active{color:#665200;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-notification--warn svg,html[data-bs-theme=dark] .tox .tox-notification--warning svg{fill:#fff0b3}html[data-bs-theme=dark] .tox .tox-notification--info{background-color:#254161;border-color:#264972;color:#fff}html[data-bs-theme=dark] .tox .tox-notification--info p{color:#fff}html[data-bs-theme=dark] .tox .tox-notification--info a{color:#83b7f3}html[data-bs-theme=dark] .tox .tox-notification--info a:hover,html[data-bs-theme=dark] .tox .tox-notification--info a:focus{color:#2681ea;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-notification--info a:focus-visible{border-radius:1px;outline:2px solid #83b7f3;outline-offset:2px}html[data-bs-theme=dark] .tox .tox-notification--info a:active{color:#1368c9;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-notification--info svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-notification__body{align-self:center;color:#fff;font-size:14px;grid-column-end:3;grid-column-start:2;grid-row-end:2;grid-row-start:1;text-align:center;white-space:normal;word-break:break-all;word-break:break-word}html[data-bs-theme=dark] .tox .tox-notification__body>*{margin:0}html[data-bs-theme=dark] .tox .tox-notification__body>*+*{margin-top:1rem}html[data-bs-theme=dark] .tox .tox-notification__icon{align-self:center;grid-column-end:2;grid-column-start:1;grid-row-end:2;grid-row-start:1;justify-self:end}html[data-bs-theme=dark] .tox .tox-notification__icon svg{display:block}html[data-bs-theme=dark] .tox .tox-notification__dismiss{align-self:start;grid-column-end:4;grid-column-start:3;grid-row-end:2;grid-row-start:1;justify-self:end}html[data-bs-theme=dark] .tox .tox-notification .tox-progress-bar{grid-column-end:4;grid-column-start:1;grid-row-end:3;grid-row-start:2;justify-self:center}html[data-bs-theme=dark] .tox .tox-notification-container-dock-fadeout{opacity:0;visibility:hidden}html[data-bs-theme=dark] .tox .tox-notification-container-dock-fadein{opacity:1;visibility:visible}html[data-bs-theme=dark] .tox .tox-notification-container-dock-transition{transition:visibility 0s linear .3s,opacity .3s ease}html[data-bs-theme=dark] .tox .tox-notification-container-dock-transition.tox-notification-container-dock-fadein{transition-delay:0s}html[data-bs-theme=dark] .tox .tox-onboarding-overlay{height:100%;background-color:#17202a;position:absolute;top:0;left:0;right:0;z-index:1;overflow:auto;display:grid;justify-content:center;align-items:center}html[data-bs-theme=dark] .tox .tox-onboarding-dialog{max-width:512px;background-color:#1b1c22;display:flex;flex-direction:column;box-shadow:0 16px 16px -10px #222f3e26,0 0 40px 1px #222f3e26;border-radius:12px;margin:8px}html[data-bs-theme=dark] .tox .tox-onboarding-dialog .tox-onboarding-header{color:#fff;display:flex;justify-content:center;align-items:center;font-size:20px;margin:24px 0 8px}html[data-bs-theme=dark] .tox .tox-onboarding-dialog .tox-onboarding-step{display:grid;grid-template-columns:min-content 1fr min-content;align-items:center;margin:0 24px}html[data-bs-theme=dark] .tox .tox-onboarding-dialog .tox-onboarding-step:not(:last-child){border-bottom:1px solid rgba(255,255,255,.15)}html[data-bs-theme=dark] .tox .tox-onboarding-dialog .tox-onboarding-step--number{width:24px;aspect-ratio:1;border-radius:50%;border:1px solid #00AD0E;display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:700;color:#00ad0e}html[data-bs-theme=dark] .tox .tox-onboarding-dialog .tox-onboarding-step--body{padding:24px 0 24px 16px}html[data-bs-theme=dark] .tox .tox-onboarding-dialog .tox-onboarding-step--body-header{color:#fff;font-size:14px;font-weight:700;margin-bottom:4px}html[data-bs-theme=dark] .tox .tox-onboarding-dialog .tox-onboarding-step--body-details{color:#ffffff80;font-size:14px}html[data-bs-theme=dark] .tox .tox-onboarding-dialog .tox-onboarding-step--action{padding-left:24px}html[data-bs-theme=dark] .tox .tox-onboarding-dialog .tox-onboarding-footer{background-color:#1b1c22;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom-left-radius:12px;border-bottom-right-radius:12px}html[data-bs-theme=dark] .tox .tox-onboarding-dialog .tox-onboarding-footer p{display:flex;align-items:center;justify-content:center;gap:4px;font-size:14px;color:#ffffff80}html[data-bs-theme=dark] .tox .tox-onboarding-dialog svg{width:24px;fill:#ffffff80}html[data-bs-theme=dark] .tox .tox-promotion-dialog .tox-promotion-dialog-plugin{display:grid;align-items:center;grid-template-columns:min-content 1fr min-content;border-bottom:1px solid rgba(255,255,255,.15);padding:24px 0;margin:0 16px}html[data-bs-theme=dark] .tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body{margin:0 16px}html[data-bs-theme=dark] .tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body .tox-promotion-dialog-plugin-header{color:#fff;font-size:14px;font-weight:700;margin-bottom:4px}html[data-bs-theme=dark] .tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body .tox-promotion-dialog-plugin-details{color:#ffffff80;font-size:14px}html[data-bs-theme=dark] .tox .tox-promotion-dialog .tox-promotion-dialog-plugin--icon{display:grid;place-content:center;width:56px;height:56px;line-height:24px;font-size:24px;border-radius:12px;background:linear-gradient(180deg,#1b1c22 24%,#202d3b);box-shadow:0 1px 1px #1b1c2212,0 3px 6px #1b1c2206;color:#006ce7}html[data-bs-theme=dark] .tox .tox-promotion-dialog--subtitle{margin:16px;color:#ffffff80;font-size:14px}html[data-bs-theme=dark] .tox .tox-promotion-dialog--explore{text-align:center;margin:16px;color:#ffffff80;font-size:14px}html[data-bs-theme=dark] .tox .tox-promotion-dialog--explore a{color:#006ce7}html[data-bs-theme=dark] .tox .tox-promotion-dialog--footer{background-color:#17202a;color:#ffffff80;font-size:12px;text-align:center;padding:16px}html[data-bs-theme=dark] .tox .tox-promotion-button{display:flex;align-items:center;height:26.6px;line-height:26.6px;font-size:14px;font-weight:700;background-color:#55367a;color:#c290fb;padding:8px 16px;cursor:pointer;white-space:nowrap;border-radius:5px}html[data-bs-theme=dark] .tox .tox-promotion-button:focus{outline:1px solid #C290FB}html[data-bs-theme=dark] .tox .tox-onboarding-dialog a,html[data-bs-theme=dark] .tox .tox-promotion-dialog--footer a{color:#ffffff80;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-onboarding-dialog a:hover,html[data-bs-theme=dark] .tox .tox-promotion-dialog--footer a:hover,html[data-bs-theme=dark] .tox .tox-onboarding-dialog a:focus,html[data-bs-theme=dark] .tox .tox-promotion-dialog--footer a:focus{color:#cde5ff;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-onboarding-dialog a:focus-visible,html[data-bs-theme=dark] .tox .tox-promotion-dialog--footer a:focus-visible{border-radius:1px;outline:2px solid #67aeff;outline-offset:2px}html[data-bs-theme=dark] .tox .tox-onboarding-dialog a:active,html[data-bs-theme=dark] .tox .tox-promotion-dialog--footer a:active{color:#fff;-webkit-text-decoration:underline;text-decoration:underline}html[data-bs-theme=dark] .tox .tox-pop{display:inline-block;position:relative}html[data-bs-theme=dark] .tox .tox-pop--resizing{transition:width .1s ease}html[data-bs-theme=dark] .tox .tox-pop--resizing .tox-toolbar,html[data-bs-theme=dark] .tox .tox-pop--resizing .tox-toolbar__group{flex-wrap:nowrap}html[data-bs-theme=dark] .tox .tox-pop--transition{transition:.15s ease;transition-property:left,right,top,bottom}html[data-bs-theme=dark] .tox .tox-pop--transition:before,html[data-bs-theme=dark] .tox .tox-pop--transition:after{transition:all .15s,visibility 0s,opacity 75ms ease 75ms}html[data-bs-theme=dark] .tox .tox-pop__dialog{background-color:#1b1c22;border:1px solid #161f29;border-radius:6px;box-shadow:0 0 2px #222f3e33,0 4px 8px #222f3e26;min-width:0;overflow:hidden}html[data-bs-theme=dark] .tox .tox-pop__dialog>*:not(.tox-toolbar){margin:4px 4px 4px 8px}html[data-bs-theme=dark] .tox .tox-pop__dialog .tox-toolbar{background-color:transparent;margin-bottom:-1px}html[data-bs-theme=dark] .tox .tox-pop:before,html[data-bs-theme=dark] .tox .tox-pop:after{border-style:solid;content:"";display:block;height:0;opacity:1;position:absolute;width:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-pop:before,html[data-bs-theme=dark] .tox .tox-pop:after{content:none}}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--inset:before,html[data-bs-theme=dark] .tox .tox-pop.tox-pop--inset:after{opacity:0;transition:all 0s .15s,visibility 0s,opacity 75ms ease}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--bottom:before,html[data-bs-theme=dark] .tox .tox-pop.tox-pop--bottom:after{left:50%;top:100%}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--bottom:after{border-color:#1b1c22 transparent transparent transparent;border-width:8px;margin-left:-8px;margin-top:-1px}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--bottom:before{border-color:#161f29 transparent transparent transparent;border-width:9px;margin-left:-9px}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--top:before,html[data-bs-theme=dark] .tox .tox-pop.tox-pop--top:after{left:50%;top:0;transform:translateY(-100%)}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--top:after{border-color:transparent transparent #1b1c22 transparent;border-width:8px;margin-left:-8px;margin-top:1px}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--top:before{border-color:transparent transparent #161f29 transparent;border-width:9px;margin-left:-9px}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--left:before,html[data-bs-theme=dark] .tox .tox-pop.tox-pop--left:after{left:0;top:calc(50% - 1px);transform:translateY(-50%)}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--left:after{border-color:transparent #1b1c22 transparent transparent;border-width:8px;margin-left:-15px}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--left:before{border-color:transparent #161f29 transparent transparent;border-width:10px;margin-left:-19px}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--right:before,html[data-bs-theme=dark] .tox .tox-pop.tox-pop--right:after{left:100%;top:calc(50% + 1px);transform:translateY(-50%)}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--right:after{border-color:transparent transparent transparent #1b1c22;border-width:8px;margin-left:-1px}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--right:before{border-color:transparent transparent transparent #161f29;border-width:10px;margin-left:-1px}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--align-left:before,html[data-bs-theme=dark] .tox .tox-pop.tox-pop--align-left:after{left:20px}html[data-bs-theme=dark] .tox .tox-pop.tox-pop--align-right:before,html[data-bs-theme=dark] .tox .tox-pop.tox-pop--align-right:after{left:calc(100% - 20px)}html[data-bs-theme=dark] .tox .tox-sidebar-wrap{display:flex;flex-direction:row;flex-grow:1;min-height:0}html[data-bs-theme=dark] .tox .tox-sidebar{background-color:#34485f;display:flex;flex-direction:row;justify-content:flex-end}html[data-bs-theme=dark] .tox .tox-sidebar__slider{display:flex;overflow:hidden}html[data-bs-theme=dark] .tox .tox-sidebar__pane-container,html[data-bs-theme=dark] .tox .tox-sidebar__pane{display:flex}html[data-bs-theme=dark] .tox .tox-sidebar--sliding-closed{opacity:0}html[data-bs-theme=dark] .tox .tox-sidebar--sliding-open{opacity:1}html[data-bs-theme=dark] .tox .tox-sidebar--sliding-growing,html[data-bs-theme=dark] .tox .tox-sidebar--sliding-shrinking{transition:width .5s ease,opacity .5s ease}html[data-bs-theme=dark] .tox .tox-selector{background-color:#4099ff;border-color:#4099ff;border-style:solid;border-width:1px;box-sizing:border-box;display:inline-block;height:10px;position:absolute;width:10px}html[data-bs-theme=dark] .tox.tox-platform-touch .tox-selector{height:12px;width:12px}html[data-bs-theme=dark] .tox .tox-slider{align-items:center;display:flex;flex:1;height:24px;justify-content:center;position:relative}html[data-bs-theme=dark] .tox .tox-slider__rail{background-color:transparent;border:1px solid #161f29;border-radius:6px;height:10px;min-width:120px;width:100%}html[data-bs-theme=dark] .tox .tox-slider__handle{background-color:#006ce7;border:2px solid #0054b4;border-radius:6px;box-shadow:none;height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%);width:14px}html[data-bs-theme=dark] .tox .tox-form__controls-h-stack>.tox-slider:not(:first-of-type){margin-inline-start:8px}html[data-bs-theme=dark] .tox .tox-form__controls-h-stack>.tox-form__group+.tox-slider{margin-inline-start:32px}html[data-bs-theme=dark] .tox .tox-form__controls-h-stack>.tox-slider+.tox-form__group{margin-inline-start:32px}html[data-bs-theme=dark] .tox .tox-toolbar-slider{align-items:center;display:inline-flex;height:16px}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#161f29;border-radius:16px;width:130px;height:2px}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input::-webkit-slider-runnable-track{background-color:transparent;height:16px}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input::-moz-range-track{background-color:transparent;height:16px}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input::-webkit-slider-thumb{-webkit-appearance:none;background-color:#006ce7;border-radius:16px;border:none;height:16px;width:16px}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#006ce7;border-radius:16px;border:none;height:16px;width:16px}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input:focus-visible{outline:none}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input:focus::-webkit-slider-thumb{background-color:#0060ce;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #006ce7}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input:focus::-moz-range-thumb{background-color:#0060ce;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #006ce7}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input:hover::-webkit-slider-thumb{background-color:#0060ce}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input:hover::-moz-range-thumb{background-color:#0060ce}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input:active::-webkit-slider-thumb{background-color:#0054b4}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input:active::-moz-range-thumb{background-color:#0054b4}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input[disabled]::-webkit-slider-thumb{background-color:#ffffff80}html[data-bs-theme=dark] .tox .tox-toolbar-slider__input[disabled]::-moz-range-thumb{background-color:#ffffff80}html[data-bs-theme=dark] .tox .tox-source-code{overflow:auto}html[data-bs-theme=dark] .tox .tox-spinner{display:flex}html[data-bs-theme=dark] .tox .tox-spinner>div{animation:tam-bouncing-dots 1.5s ease-in-out 0s infinite both;background-color:#ffffff80;border-radius:100%;height:8px;width:8px}html[data-bs-theme=dark] .tox .tox-spinner>div:nth-child(1){animation-delay:-.32s}html[data-bs-theme=dark] .tox .tox-spinner>div:nth-child(2){animation-delay:-.16s}@keyframes tam-bouncing-dots{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-spinner>div:not(:first-child){margin-left:4px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-spinner>div:not(:first-child){margin-right:4px}html[data-bs-theme=dark] .tox .tox-statusbar{align-items:center;background-color:#1b1c22;border-top:1px solid rgba(255,255,255,.15);color:#ffffffbf;display:flex;flex:0 0 auto;font-size:14px;font-weight:400;height:25px;overflow:hidden;padding:0 8px;position:relative;text-transform:none}html[data-bs-theme=dark] .tox .tox-statusbar__path{display:flex;flex:1 1 auto;text-overflow:ellipsis;white-space:nowrap}html[data-bs-theme=dark] .tox .tox-statusbar__right-container{display:flex;justify-content:flex-end;white-space:nowrap}html[data-bs-theme=dark] .tox .tox-statusbar__help-text{text-align:center}html[data-bs-theme=dark] .tox .tox-statusbar__text-container{align-items:flex-start;display:flex;flex:1 1 auto;height:16px;justify-content:space-between}@media only screen and (min-width: 768px){html[data-bs-theme=dark] .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__help-text,html[data-bs-theme=dark] .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__right-container,html[data-bs-theme=dark] .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__path{flex:0 0 33.3333333333%}}html[data-bs-theme=dark] .tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end{justify-content:flex-end}html[data-bs-theme=dark] .tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start{justify-content:flex-start}html[data-bs-theme=dark] .tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around{justify-content:space-around}html[data-bs-theme=dark] .tox .tox-statusbar__path>*{display:inline;white-space:nowrap}html[data-bs-theme=dark] .tox .tox-statusbar__wordcount{flex:0 0 auto;margin-left:1ch}@media only screen and (max-width: 767px){html[data-bs-theme=dark] .tox .tox-statusbar__text-container .tox-statusbar__help-text{display:none}html[data-bs-theme=dark] .tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child{display:block}}html[data-bs-theme=dark] .tox .tox-statusbar a,html[data-bs-theme=dark] .tox .tox-statusbar__path-item,html[data-bs-theme=dark] .tox .tox-statusbar__wordcount{color:#ffffffbf;position:relative;-webkit-text-decoration:none;text-decoration:none}html[data-bs-theme=dark] .tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),html[data-bs-theme=dark] .tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),html[data-bs-theme=dark] .tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),html[data-bs-theme=dark] .tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),html[data-bs-theme=dark] .tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),html[data-bs-theme=dark] .tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]){color:#fff;cursor:pointer}html[data-bs-theme=dark] .tox .tox-statusbar a:focus-visible:after,html[data-bs-theme=dark] .tox .tox-statusbar__path-item:focus-visible:after,html[data-bs-theme=dark] .tox .tox-statusbar__wordcount:focus-visible:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #fff;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-statusbar a:focus-visible:after,html[data-bs-theme=dark] .tox .tox-statusbar__path-item:focus-visible:after,html[data-bs-theme=dark] .tox .tox-statusbar__wordcount:focus-visible:after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-statusbar__branding svg{fill:#fffc;height:1em;margin-left:.3em;width:auto}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-statusbar__branding svg{fill:currentColor}}html[data-bs-theme=dark] .tox .tox-statusbar__branding a{align-items:center;display:inline-flex}html[data-bs-theme=dark] .tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg,html[data-bs-theme=dark] .tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-statusbar__resize-handle{align-items:flex-end;align-self:stretch;cursor:nwse-resize;display:flex;flex:0 0 auto;justify-content:flex-end;margin:3px -5px 3px 4px;padding-bottom:0;padding-left:0;padding-right:0;position:relative}html[data-bs-theme=dark] .tox .tox-statusbar__resize-handle svg{display:block;fill:#ffffff80}html[data-bs-theme=dark] .tox .tox-statusbar__resize-handle:hover svg,html[data-bs-theme=dark] .tox .tox-statusbar__resize-handle:focus svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-statusbar__resize-handle:focus-visible{background-color:transparent;border-radius:1px 1px 5px;box-shadow:0 0 0 2px transparent}html[data-bs-theme=dark] .tox .tox-statusbar__resize-handle:focus-visible:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #fff;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-statusbar__resize-handle:focus-visible:after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-statusbar__resize-handle:only-child{margin-left:auto}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-statusbar__path>*{margin-right:4px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-statusbar__branding{margin-left:2ch}html[data-bs-theme=dark] .tox[dir=rtl] .tox-statusbar{flex-direction:row-reverse}html[data-bs-theme=dark] .tox[dir=rtl] .tox-statusbar__path>*{margin-left:4px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-statusbar__branding svg{margin-left:0;margin-right:.3em}html[data-bs-theme=dark] .tox .tox-throbber{z-index:1299}html[data-bs-theme=dark] .tox .tox-throbber__busy-spinner{align-items:center;background-color:#222f3e99;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}html[data-bs-theme=dark] .tox .tox-tbtn{align-items:center;background:#1b1c22;border:0;border-radius:3px;box-shadow:none;color:#fff;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;justify-content:center;margin:6px 1px 5px 0;outline:none;padding:0;text-transform:none;width:34px}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-tbtn:hover,html[data-bs-theme=dark] .tox .tox-tbtn.tox-tbtn:hover{outline:1px dashed currentColor}html[data-bs-theme=dark] .tox .tox-tbtn.tox-tbtn--active,html[data-bs-theme=dark] .tox .tox-tbtn.tox-tbtn--enabled,html[data-bs-theme=dark] .tox .tox-tbtn.tox-tbtn--enabled:hover,html[data-bs-theme=dark] .tox .tox-tbtn.tox-tbtn--enabled:focus,html[data-bs-theme=dark] .tox .tox-tbtn:focus:not(.tox-tbtn--disabled){outline:1px solid currentColor;position:relative}}html[data-bs-theme=dark] .tox .tox-tbtn svg{display:block;fill:#fff}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-tbtn svg{fill:currentColor!important}html[data-bs-theme=dark] .tox .tox-tbtn svg.tox-tbtn--enabled,html[data-bs-theme=dark] .tox .tox-tbtn svg:focus:not(.tox-tbtn--disabled){fill:currentColor!important}html[data-bs-theme=dark] .tox .tox-tbtn svg.tox-tbtn--disabled,html[data-bs-theme=dark] .tox .tox-tbtn svg.tox-tbtn--disabled:hover,html[data-bs-theme=dark] .tox .tox-tbtn svg .tox-tbtn:disabled,html[data-bs-theme=dark] .tox .tox-tbtn svg .tox-tbtn:disabled:hover{filter:contrast(0%)}}html[data-bs-theme=dark] .tox .tox-tbtn.tox-tbtn-more{padding-left:5px;padding-right:5px;width:inherit}html[data-bs-theme=dark] .tox .tox-tbtn:focus{background:#1b1c22;border:0;box-shadow:none;position:relative;z-index:1}html[data-bs-theme=dark] .tox .tox-tbtn:focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #fff;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-tbtn:focus:after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-tbtn:hover{background:#2f4055;border:0;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-tbtn:hover svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tbtn:active{background:#599fef;border:0;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-tbtn:active svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tbtn--disabled .tox-tbtn--enabled svg{fill:#ffffff80}html[data-bs-theme=dark] .tox .tox-tbtn--disabled,html[data-bs-theme=dark] .tox .tox-tbtn--disabled:hover,html[data-bs-theme=dark] .tox .tox-tbtn:disabled,html[data-bs-theme=dark] .tox .tox-tbtn:disabled:hover{background:#1b1c22;border:0;box-shadow:none;color:#ffffff80;cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-tbtn--disabled svg,html[data-bs-theme=dark] .tox .tox-tbtn--disabled:hover svg,html[data-bs-theme=dark] .tox .tox-tbtn:disabled svg,html[data-bs-theme=dark] .tox .tox-tbtn:disabled:hover svg{fill:#ffffff80}html[data-bs-theme=dark] .tox .tox-tbtn--active,html[data-bs-theme=dark] .tox .tox-tbtn--enabled,html[data-bs-theme=dark] .tox .tox-tbtn--enabled:hover,html[data-bs-theme=dark] .tox .tox-tbtn--enabled:focus{background:#599fef;border:0;box-shadow:none;color:#fff;position:relative}html[data-bs-theme=dark] .tox .tox-tbtn--active>*,html[data-bs-theme=dark] .tox .tox-tbtn--enabled>*,html[data-bs-theme=dark] .tox .tox-tbtn--enabled:hover>*,html[data-bs-theme=dark] .tox .tox-tbtn--enabled:focus>*{transform:none}html[data-bs-theme=dark] .tox .tox-tbtn--active svg,html[data-bs-theme=dark] .tox .tox-tbtn--enabled svg,html[data-bs-theme=dark] .tox .tox-tbtn--enabled:hover svg,html[data-bs-theme=dark] .tox .tox-tbtn--enabled:focus svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tbtn--active.tox-tbtn--disabled svg,html[data-bs-theme=dark] .tox .tox-tbtn--enabled.tox-tbtn--disabled svg,html[data-bs-theme=dark] .tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg,html[data-bs-theme=dark] .tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg{fill:#ffffff80}html[data-bs-theme=dark] .tox .tox-tbtn--enabled:focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #fff;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-tbtn--enabled:focus:after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-tbtn:focus:not(.tox-tbtn--disabled){color:#fff}html[data-bs-theme=dark] .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tbtn:active>*{transform:none}html[data-bs-theme=dark] .tox .tox-tbtn--md{height:42px;width:51px}html[data-bs-theme=dark] .tox .tox-tbtn--lg{flex-direction:column;height:56px;width:68px}html[data-bs-theme=dark] .tox .tox-tbtn--return{align-self:stretch;height:unset;width:16px}html[data-bs-theme=dark] .tox .tox-tbtn--labeled{padding:0 4px;width:unset}html[data-bs-theme=dark] .tox .tox-tbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-.025em;margin-bottom:4px;white-space:nowrap}html[data-bs-theme=dark] .tox .tox-label--context-toolbar{margin:6px 1px 5px 0;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}html[data-bs-theme=dark] .tox .tox-number-input{background:#2f4055;border-radius:3px;display:flex;margin:6px 1px 5px 0;position:relative;width:auto}html[data-bs-theme=dark] .tox .tox-number-input:focus{background:#2f4055}html[data-bs-theme=dark] .tox .tox-number-input:focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #fff;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-number-input:focus:after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-number-input .tox-input-wrapper{display:flex;pointer-events:none;position:relative;text-align:center}html[data-bs-theme=dark] .tox .tox-number-input .tox-input-wrapper:focus{background-color:#2f4055;z-index:1}html[data-bs-theme=dark] .tox .tox-number-input .tox-input-wrapper:focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #fff;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-number-input .tox-input-wrapper:focus:after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-number-input .tox-input-wrapper:has(input:focus):after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #fff;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-number-input .tox-input-wrapper:has(input:focus):after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-number-input input{border-radius:3px;color:#fff;font-size:14px;margin:2px 0;pointer-events:all;position:relative;width:60px}html[data-bs-theme=dark] .tox .tox-number-input input:hover{background:#2f4055;color:#fff}html[data-bs-theme=dark] .tox .tox-number-input input:focus{background-color:#2f4055}html[data-bs-theme=dark] .tox .tox-number-input input:disabled{background:#1b1c22;border:0;box-shadow:none;color:#ffffff80;cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-number-input button{color:#fff;height:28px;position:relative;text-align:center;width:24px}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-number-input button:hover,html[data-bs-theme=dark] .tox .tox-number-input button:focus,html[data-bs-theme=dark] .tox .tox-number-input button:active{outline:1px solid currentColor!important}}html[data-bs-theme=dark] .tox .tox-number-input button svg{display:block;fill:#fff;margin:0 auto;transform:scale(.67)}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-number-input button svg,html[data-bs-theme=dark] .tox .tox-number-input button svg:active,html[data-bs-theme=dark] .tox .tox-number-input button svg:hover{fill:currentColor!important}html[data-bs-theme=dark] .tox .tox-number-input button svg:disabled{filter:contrast(0)}}html[data-bs-theme=dark] .tox .tox-number-input button:focus{background:#2f4055;z-index:1}html[data-bs-theme=dark] .tox .tox-number-input button:focus:after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #fff;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-number-input button:focus:after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-number-input button:hover{background:#2f4055;border:0;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-number-input button:hover svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-number-input button:active{background:#599fef;border:0;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-number-input button:active svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-number-input button:disabled{background:#1b1c22;border:0;box-shadow:none;color:#ffffff80;cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-number-input button:disabled svg{fill:#ffffff80}html[data-bs-theme=dark] .tox .tox-number-input button.minus{border-radius:3px 0 0 3px}html[data-bs-theme=dark] .tox .tox-number-input button.plus{border-radius:0 3px 3px 0}html[data-bs-theme=dark] .tox .tox-number-input:focus:not(:active)>button,html[data-bs-theme=dark] .tox .tox-number-input:focus:not(:active)>.tox-input-wrapper{background:#2f4055}html[data-bs-theme=dark] .tox .tox-tbtn--select{margin:6px 1px 5px 0;padding:0 4px;width:auto}html[data-bs-theme=dark] .tox .tox-tbtn--bordered,html[data-bs-theme=dark] .tox .tox-tbtn--bordered:focus,html[data-bs-theme=dark] .tox .tox-tbtn--bordered:hover{border:1px solid #161f29}html[data-bs-theme=dark] .tox .tox-tbtn__select-label{cursor:default;font-weight:400;height:initial;margin:0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-bs-theme=dark] .tox .tox-tbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}html[data-bs-theme=dark] .tox .tox-tbtn__select-chevron svg{fill:#ffffff80}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-tbtn__select-chevron svg{fill:currentColor}}html[data-bs-theme=dark] .tox .tox-tbtn--bespoke{background:#2f4055}html[data-bs-theme=dark] .tox .tox-tbtn--bespoke:focus{background:#2f4055}html[data-bs-theme=dark] .tox .tox-tbtn--bespoke+.tox-tbtn--bespoke{margin-inline-start:4px}html[data-bs-theme=dark] .tox .tox-tbtn--bespoke .tox-tbtn__select-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:7em}html[data-bs-theme=dark] .tox .tox-tbtn--disabled .tox-tbtn__select-label,html[data-bs-theme=dark] .tox .tox-tbtn--select:disabled .tox-tbtn__select-label{cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-split-button{border:0;border-radius:3px;box-sizing:border-box;display:flex;margin:6px 1px 5px 0}html[data-bs-theme=dark] .tox .tox-split-button:hover{box-shadow:0 0 0 1px #2f4055 inset}html[data-bs-theme=dark] .tox .tox-split-button:focus{background:#1b1c22;box-shadow:none;color:#fff;position:relative;z-index:1}html[data-bs-theme=dark] .tox .tox-split-button:focus:after{pointer-events:none;border-radius:3px;bottom:0;box-shadow:0 0 0 2px #fff;content:"";left:0;position:absolute;right:0;top:0}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-split-button:focus:after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-split-button>*{border-radius:0}html[data-bs-theme=dark] .tox .tox-split-button>*:nth-child(1){border-bottom-left-radius:3px;border-top-left-radius:3px}html[data-bs-theme=dark] .tox .tox-split-button>*:nth-child(2){border-bottom-right-radius:3px;border-top-right-radius:3px}html[data-bs-theme=dark] .tox .tox-split-button__chevron{width:16px}html[data-bs-theme=dark] .tox .tox-split-button__chevron svg{fill:#ffffff80}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-split-button__chevron svg{fill:currentColor}}html[data-bs-theme=dark] .tox .tox-split-button .tox-tbtn{margin:0}html[data-bs-theme=dark] .tox .tox-split-button:focus .tox-tbtn{background-color:transparent}html[data-bs-theme=dark] .tox .tox-split-button.tox-tbtn--disabled:hover,html[data-bs-theme=dark] .tox .tox-split-button.tox-tbtn--disabled:focus,html[data-bs-theme=dark] .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,html[data-bs-theme=dark] .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus{background:#1b1c22;box-shadow:none;color:#ffffff80}html[data-bs-theme=dark] .tox.tox-platform-touch .tox-split-button .tox-tbtn--select{padding:0}html[data-bs-theme=dark] .tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child{width:30px}html[data-bs-theme=dark] .tox.tox-platform-touch .tox-split-button__chevron{width:20px}html[data-bs-theme=dark] .tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-text-color__color,html[data-bs-theme=dark] .tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-highlight-bg-color__color{opacity:.3}html[data-bs-theme=dark] .tox .tox-toolbar-overlord{background-color:#1b1c22}html[data-bs-theme=dark] .tox .tox-toolbar,html[data-bs-theme=dark] .tox .tox-toolbar__primary,html[data-bs-theme=dark] .tox .tox-toolbar__overflow{background-attachment:local;background-color:#1b1c22;background-image:repeating-linear-gradient(rgba(255,255,255,.15) 0 1px,transparent 1px 39px);background-position:center top 40px;background-repeat:no-repeat;background-size:calc(100% - 22px) calc(100% - 41px);display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;padding:0;transform:perspective(1px)}html[data-bs-theme=dark] .tox .tox-toolbar-overlord>.tox-toolbar,html[data-bs-theme=dark] .tox .tox-toolbar-overlord>.tox-toolbar__primary,html[data-bs-theme=dark] .tox .tox-toolbar-overlord>.tox-toolbar__overflow{background-position:center top 0px;background-size:calc(100% - 22px) calc(100% + -0px)}html[data-bs-theme=dark] .tox .tox-toolbar__overflow.tox-toolbar__overflow--closed{height:0;opacity:0;padding-bottom:0;padding-top:0;visibility:hidden}html[data-bs-theme=dark] .tox .tox-toolbar__overflow--growing{transition:height .3s ease,opacity .2s linear .1s}html[data-bs-theme=dark] .tox .tox-toolbar__overflow--shrinking{transition:opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s}html[data-bs-theme=dark] .tox .tox-toolbar-overlord,html[data-bs-theme=dark] .tox .tox-anchorbar{grid-column:1/-1}html[data-bs-theme=dark] .tox .tox-menubar+.tox-toolbar,html[data-bs-theme=dark] .tox .tox-menubar+.tox-toolbar-overlord{border-top:1px solid transparent;margin-top:-1px;padding-bottom:1px;padding-top:1px}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-menubar+.tox-toolbar,html[data-bs-theme=dark] .tox .tox-menubar+.tox-toolbar-overlord{outline:1px solid currentColor}}html[data-bs-theme=dark] .tox .tox-toolbar--scrolling{flex-wrap:nowrap;overflow-x:auto}html[data-bs-theme=dark] .tox .tox-pop .tox-toolbar{border-width:0}html[data-bs-theme=dark] .tox .tox-toolbar--no-divider{background-image:none}html[data-bs-theme=dark] .tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,html[data-bs-theme=dark] .tox .tox-toolbar-overlord .tox-toolbar__primary{background-position:center top 39px}html[data-bs-theme=dark] .tox .tox-editor-header>.tox-toolbar--scrolling,html[data-bs-theme=dark] .tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child{background-image:none}html[data-bs-theme=dark] .tox .tox-focusable-wrapper{border:1px solid transparent;margin-right:2px;pointer-events:none}html[data-bs-theme=dark] .tox .tox-focusable-wrapper .tox-textfield-size{pointer-events:all}html[data-bs-theme=dark] .tox .tox-focusable-wrapper:focus{background-color:#2f4055;border-radius:6px;border-style:solid;border-width:1px}html[data-bs-theme=dark] .tox.tox-tinymce-aux .tox-toolbar__overflow{background-color:#1b1c22;background-position:center top 43px;background-size:calc(100% - 16px) calc(100% - 51px);border:none;border-radius:6px;box-shadow:0 0 2px #222f3e33,0 4px 8px #222f3e26;overscroll-behavior:none;padding:4px 0}@media (forced-colors: active){html[data-bs-theme=dark] .tox.tox-tinymce-aux .tox-toolbar__overflow{border:solid}}html[data-bs-theme=dark] .tox-pop .tox-pop__dialog .tox-toolbar{background-position:center top 43px;background-size:calc(100% - 22px) calc(100% - 51px);padding:4px 0}html[data-bs-theme=dark] .tox-context-form__group{display:flex;align-items:center}html[data-bs-theme=dark] .tox .tox-toolbar__group{align-items:center;display:flex;flex-wrap:wrap;margin:0;padding:0 11px 0 12px}html[data-bs-theme=dark] .tox .tox-toolbar__group--pull-right{margin-left:auto}html[data-bs-theme=dark] .tox .tox-toolbar--scrolling .tox-toolbar__group{flex-shrink:0;flex-wrap:nowrap}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid transparent}html[data-bs-theme=dark] .tox[dir=rtl] .tox-toolbar__group:not(:last-of-type){border-left:1px solid transparent}html[data-bs-theme=dark] .tox .tox-tooltip{display:inline-block;max-width:15em;padding:8px;pointer-events:none;position:relative;width:max-content;z-index:1150}html[data-bs-theme=dark] .tox .tox-tooltip__body{background-color:#324053;border-radius:6px;box-shadow:none;color:#fff;font-size:12px;font-style:normal;font-weight:600;overflow-wrap:break-word;padding:4px 6px;text-transform:none}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-tooltip__body{outline:outset 1px}}html[data-bs-theme=dark] .tox .tox-tooltip__arrow{position:absolute}html[data-bs-theme=dark] .tox .tox-tooltip--down .tox-tooltip__arrow{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #324053;bottom:0;left:50%;position:absolute;transform:translate(-50%)}html[data-bs-theme=dark] .tox .tox-tooltip--up .tox-tooltip__arrow{border-bottom:8px solid #324053;border-left:8px solid transparent;border-right:8px solid transparent;left:50%;position:absolute;top:0;transform:translate(-50%)}html[data-bs-theme=dark] .tox .tox-tooltip--right .tox-tooltip__arrow{border-bottom:8px solid transparent;border-left:8px solid #324053;border-top:8px solid transparent;position:absolute;right:0;top:50%;transform:translateY(-50%)}html[data-bs-theme=dark] .tox .tox-tooltip--left .tox-tooltip__arrow{border-bottom:8px solid transparent;border-right:8px solid #324053;border-top:8px solid transparent;left:0;position:absolute;top:50%;transform:translateY(-50%)}html[data-bs-theme=dark] .tox .tox-tree{display:flex;flex-direction:column}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn{align-items:center;background:transparent;border:0;border-radius:4px;box-shadow:none;color:#fff;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;margin-bottom:4px;margin-top:4px;outline:none;overflow:hidden;padding:0 0 0 8px;text-transform:none}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn .tox-tree__label{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn svg{display:block;fill:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn:focus{background:#2f4055;border:0;box-shadow:none}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn:hover{background:#2f4055;border:0;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn:hover svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn:active{background:#599fef;border:0;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn:active svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn--disabled,html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn--disabled:hover,html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn:disabled,html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn:disabled:hover{background:transparent;border:0;box-shadow:none;color:#ffffff80;cursor:not-allowed}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn--disabled svg,html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn--disabled:hover svg,html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn:disabled svg,html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn:disabled:hover svg{fill:#ffffff80}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn--enabled,html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn--enabled:hover{background:#599fef;border:0;box-shadow:none;color:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn--enabled>*,html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn--enabled:hover>*{transform:none}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn--enabled svg,html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn--enabled:hover svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled){color:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn:active>*{transform:none}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn--return{align-self:stretch;height:unset;width:16px}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn--labeled{padding:0 4px;width:unset}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-.025em;margin-bottom:4px;white-space:nowrap}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory{display:flex;flex-direction:column}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label{font-weight:700}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn{margin-left:auto}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg{fill:transparent}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg,html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover){background-color:transparent;color:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron{margin-right:6px}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--growing) .tox-chevron,html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--shrinking) .tox-chevron{transition:transform .5s ease-in-out}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--growing) .tox-chevron,html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--open) .tox-chevron{transform:rotate(90deg)}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--leaf__label{font-weight:400}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--leaf__label .tox-mbtn{margin-left:auto}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg{fill:transparent}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,html[data-bs-theme=dark] .tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover){background-color:transparent;color:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg{fill:#fff}html[data-bs-theme=dark] .tox .tox-tree .tox-icon-custom-state{flex-grow:1;display:flex;justify-content:flex-end}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory__children{overflow:hidden;padding-left:16px}html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,html[data-bs-theme=dark] .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking{transition:height .5s ease-in-out}html[data-bs-theme=dark] .tox .tox-tree .tox-trbtn.tox-tree--leaf__label{display:flex;justify-content:space-between}html[data-bs-theme=dark] .tox .tox-revisionhistory__pane{padding:0!important}html[data-bs-theme=dark] .tox .tox-revisionhistory__container{display:flex;flex-direction:column;height:100%}html[data-bs-theme=dark] .tox .tox-revisionhistory{background-color:#1b1c22;border-top:1px solid rgba(255,255,255,.15);display:flex;flex:1;height:100%;margin-top:8px;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}html[data-bs-theme=dark] .tox .tox-revisionhistory--align-right{margin-left:auto}html[data-bs-theme=dark] .tox .tox-revisionhistory__iframe{flex:1}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar{display:flex;flex-direction:column;height:100%;min-width:248px;width:316px}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title{background-color:#1b1c22;box-shadow:0 4px 8px #222f3e1a;color:#fff;font-size:20px;font-weight:400;line-height:28px;padding:12px;z-index:1}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions{background-color:#1b1c22;display:flex;flex:1;flex-direction:column;gap:12px;overflow-y:auto;padding:10px 12px}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus{height:100%;position:relative;z-index:1}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus:after{box-shadow:0 0 0 2px #fff;content:"";position:absolute;border-radius:6px;bottom:1px;left:1px;right:1px;top:1px}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus:after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card{background-color:#1b1c22;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:14px;gap:12px;padding:12px;width:100%}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover{box-shadow:0 4px 8px #222f3e1a}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus{position:relative;z-index:1}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus:after{bottom:0;box-shadow:0 0 0 2px #fff #285ec7;content:"";left:0;position:absolute;right:0;top:0;border-radius:6px;box-shadow:0 0 0 2px #285ec7;box-shadow:0 0 0 2px #285ec7!important}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus:after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected{background-color:#62430b;box-shadow:0 4px 8px #222f3e1a;position:relative}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected:after{bottom:0;box-shadow:0 0 0 2px #fff #cea215;content:"";left:0;position:absolute;right:0;top:0;border-radius:6px;box-shadow:0 0 0 2px #cea215}@media (forced-colors: active){html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected:after{border:2px solid highlight}}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date{display:flex;gap:12px;justify-content:space-between}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date-label{font-size:16px;line-height:24px}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-label{font-size:12px;font-weight:600;line-height:24px;padding:0}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author{align-items:center;display:flex;flex:1 0 0;gap:8px;height:36px}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:18px}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__avatar{border-radius:50%;height:36px;object-fit:cover;vertical-align:middle;width:36px}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision{color:#ffffff80;font-size:16px;line-height:24px;padding:5px 5.5px}html[data-bs-theme=dark] .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-check-icon{color:#fff;height:24px}html[data-bs-theme=dark] [data-mce-name=uploadcare-enhance-filter] .color-swatch-remove-color path{fill:#c00;stroke:#c00}html[data-bs-theme=dark] .tox .tox-view-wrap,html[data-bs-theme=dark] .tox .tox-view-wrap__slot-container{background-color:#1b1c22;display:flex;flex:1;flex-direction:column;height:100%}html[data-bs-theme=dark] .tox .tox-view{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}html[data-bs-theme=dark] .tox .tox-view__header{align-items:center;display:flex;font-size:16px;justify-content:space-between;padding:10px 10px 2px;position:relative}html[data-bs-theme=dark] .tox .tox-view__label{color:#fff;font-weight:700;line-height:24px;padding:4px 16px;text-align:center;white-space:nowrap}html[data-bs-theme=dark] .tox .tox-view__label--normal{font-size:16px}html[data-bs-theme=dark] .tox .tox-view__label--large{font-size:20px}html[data-bs-theme=dark] .tox .tox-view--mobile.tox-view__header,html[data-bs-theme=dark] .tox .tox-view--mobile.tox-view__toolbar{padding:8px}html[data-bs-theme=dark] .tox .tox-view--scrolling{flex-wrap:nowrap;overflow-x:auto}html[data-bs-theme=dark] .tox .tox-view__toolbar{display:flex;flex-direction:row;gap:8px;justify-content:space-between;overflow-x:auto;padding:10px 10px 2px}html[data-bs-theme=dark] .tox .tox-view__toolbar__group{display:flex;flex-direction:row;gap:12px}html[data-bs-theme=dark] .tox .tox-view__header-start,html[data-bs-theme=dark] .tox .tox-view__header-end{display:flex}html[data-bs-theme=dark] .tox .tox-view__pane{height:100%;padding:8px;position:relative;width:100%}html[data-bs-theme=dark] .tox .tox-view__pane_panel{border:1px solid #161f29;border-radius:6px}html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-view__header .tox-view__header-start>*,html[data-bs-theme=dark] .tox:not([dir=rtl]) .tox-view__header .tox-view__header-end>*{margin-left:8px}html[data-bs-theme=dark] .tox[dir=rtl] .tox-view__header .tox-view__header-start>*,html[data-bs-theme=dark] .tox[dir=rtl] .tox-view__header .tox-view__header-end>*{margin-right:8px}html[data-bs-theme=dark] .tox .tox-well{border:1px solid #161f29;border-radius:6px;padding:8px;width:100%}html[data-bs-theme=dark] .tox .tox-well>*:first-child{margin-top:0}html[data-bs-theme=dark] .tox .tox-well>*:last-child{margin-bottom:0}html[data-bs-theme=dark] .tox .tox-well>*:only-child{margin:0}html[data-bs-theme=dark] .tox .tox-custom-editor{border:1px solid #161f29;border-radius:6px;display:flex;flex:1;overflow:hidden;position:relative}html[data-bs-theme=dark] .tox .tox-dialog-loading:before{background-color:#00000080;content:"";height:100%;position:absolute;width:100%;z-index:1000}html[data-bs-theme=dark] .tox .tox-tab{cursor:pointer}html[data-bs-theme=dark] .tox .tox-dialog__content-js,html[data-bs-theme=dark] .tox .tox-dialog__body-content .tox-collection{display:flex;flex:1}html[data-bs-theme=dark] .tox.tox-tinymce-aux .tox-toolbar__overflow{box-shadow:0 0 0 1px #ffffff26}@font-face{font-family:JF Flat;src:local("JF Flat"),url(/assets/JF-Flat-regular-DRx4Wp2D.ttf) format("truetype")}*:not(i,i *){font-family:Inter,serif}:root{--vs-dropdown-bg: var(--bs-gray-100);--vs-dropdown-option--active-bg: var(--bs-primary-light);--vs-dropdown-option--active-color: var(--bs-primary)}.table-dropdown{position:absolute}.truncate{white-space:nowrap;overflow:hidden;width:50px;text-overflow:ellipsis}.w-max{width:max-content}.badge i.ki-duotone{color:unset}.modal-backdrop{background:#000!important;opacity:var(--bs-backdrop-opacity)}.symbol.symbol-50px.flag img{width:25px;height:auto;border-radius:3px}.modal.show{display:block}.vs--searchable .vs__dropdown-toggle{border:0}.ribbon .ribbon-label{background-color:var(--bs-gray-100)!important}a{cursor:pointer}span.rounded-pill svg{border-radius:50rem!important}.table-ribbon{top:115%!important;min-height:30px!important}.image_list img{object-fit:cover;transition:transform .25s}.full-image,.full-image img{width:100%!important;height:auto!important}.image_list{overflow:hidden}.image_list:hover img{transform:scale(1.5)}@media (min-width: 992px){div::-webkit-scrollbar{height:15px}}.symbol.image_list.selected:after{width:100px;height:100px;background:#4fff7580;content:"";position:absolute;top:0;left:-5px;text-align:center;font-size:60px!important;font-family:keenicons-duotone!important}.symbol.image_list.selected:hover:after{width:100px;height:100px;position:absolute;background:#ff4f4f80;content:"";top:0;left:-5px;text-align:center;font-size:60px!important;font-family:keenicons-duotone!important}.BMenuItems{position:absolute;top:60px;min-width:100px;z-index:999;box-shadow:0 0 10px -2px var(--bs-light)}.mh-4{min-height:400px}.card-header-border-0 .card-header{border:0}span.rounded-1 svg{border-radius:.425rem!important}.form-floating>.form-control.form-control-sm,.form-floating>.form-control-plaintext.form-control-sm{padding:0rem .75rem!important}.form-floating>input.form-control.form-control-sm,.form-floating>input.form-control-plaintext.form-control-sm{height:calc(2.5rem + 2px)!important;min-height:calc(2.5rem + 2px)!important;line-height:1!important}.form-floating>textarea.form-control.form-control-sm{height:auto;padding-top:1rem!important}.form-floating>.form-control-sm+label{opacity:.65;padding:.5rem .75rem}tr.filter-tr td{box-shadow:unset!important}.form-floating .form-select{box-shadow:unset!important;background-image:unset;background-color:var(--bs-gray-100)!important;border:0!important;padding:0rem!important;min-height:calc(2.5rem + 2px)!important;height:auto}.b-editor{position:relative}.form-control:disabled{opacity:.5}.form-floating>.form-control:not(:placeholder-shown)~label.disabled{color:var(--bs-dark);background-color:var(--bs-gray-200);opacity:.5}.b-editor label{border-radius:.425rem;color:var(--bs-primary);background-color:var(--bs-primary-light);width:auto;height:auto;padding:0 10px;position:absolute;left:0;top:0;z-index:10}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{opacity:1;transform:scale(.75) translateY(-.9rem) translate(.8rem);border-radius:.425rem;color:var(--bs-primary);background-color:var(--bs-primary-light);width:auto;height:auto;padding:0 10px}.vs__selected{margin:10px 2px 0}.form-floating>.form-control:focus~label:after,.form-floating>.form-control-plaintext~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-select~label:after{display:none}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-from{opacity:0;transform:translateY(30px)}.slide-up-leave-to{opacity:0;transform:translateY(-30px)}.v-popper.v-popper--theme-tooltip{display:inherit}ul.vs__dropdown-menu{z-index:9999}.ql-toolbar,.ql-editor{background-color:var(--bs-gray-100)}.ql-editor:active,.ql-editor:focus{background-color:var(--bs-gray-200)}.table-switch div{margin:0!important;display:flex;align-items:center}@media (min-width: 1500px){#kt_content_container{min-width:1320px}}.response-html-builder{background:var(--bs-light)}.response-html-builder *{color:var(--bs-dark)!important}.card-bg-img-success{background-image:url(/assets/top-green-C6FfZ8_a.png)}.card-bg-img-warning{background-image:url(/assets/pattern-1-Dvx5bIqK.jpg)}.card-bg-img-danger{background-color:var(--bs-info)!important;background-image:url(/assets/wave-bg-purple--Kj78k-E.svg)}.last-child-rounded:last-child{border-radius:0 0 .475rem .475rem}.right-0{right:0!important}.inherit-color{color:inherit}.Vue-Toastification__toast--error{background:var(--bs-danger)}.Vue-Toastification__toast--success{background:var(--bs-success)}.Vue-Toastification__toast--warning{background:var(--bs-warning)}.Vue-Toastification__toast--info{background:var(--bs-info)}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.v-popper__popper{z-index:10000;top:0;left:0;outline:none}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s;pointer-events:none}.v-popper__popper.v-popper__popper--shown{visibility:visible;opacity:1;transition:opacity .15s}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.v-popper__inner{position:relative;box-sizing:border-box;overflow-y:auto}.v-popper__inner>div{position:relative;z-index:1;max-width:inherit;max-height:inherit}.v-popper__arrow-container{position:absolute;width:10px;height:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;position:absolute;top:0;left:0;width:0;height:0}.v-popper__arrow-inner{visibility:hidden;border-width:7px}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-top-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-left-width:0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-right-width:0;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-tooltip .v-popper__inner{background:#000c;color:#fff;border-radius:6px;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.v-popper--theme-dropdown .v-popper__inner{background:#fff;color:#000;border-radius:6px;border:1px solid #ddd;box-shadow:0 6px 30px #0000001a}.v-popper--theme-dropdown .v-popper__arrow-inner{visibility:visible;border-color:#fff}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}.dropdown-icon[data-v-1391ce5b]{transition:.3s ease}.rotated[data-v-1391ce5b]{transform:rotate(180deg)}.dropdown-collapse[data-v-1391ce5b],.collapse-enter-active,.collapse-leave-active{overflow:hidden}.alert[data-v-bb8ba448]{margin-bottom:10px!important}.telegram-bubble[data-v-20564afa]{position:relative;display:inline-block;margin:.5em 0;padding:8px 12px;background-color:#2b5278;color:#fff;border-radius:12px;font-family:Menlo,Monaco,Consolas,Courier New,monospace;white-space:pre-wrap}.telegram-chat[data-v-20564afa]{background:#0e1621}.card{margin-top:0!important}textarea{min-height:100px!important}[data-v-d66d9bf7] *{--vs-controls-color: var(--bs-primary);--vs-border-color: var(--bs-gray-100);--vs-selected-bg: var(--bs-primary-light);--vs-selected-color: var(--bs-primary);--vs-selected-border-color: var(--bs-gray-100);--vs-font-size: 1.2rem}.slide-left-enter-active[data-v-01aff679],.slide-left-leave-active[data-v-01aff679]{transition:transform .3s ease,opacity .3s ease}.slide-left-enter-from[data-v-01aff679],.slide-left-leave-to[data-v-01aff679]{transform:translate(30px);opacity:0}.slide-left-enter-to[data-v-01aff679],.slide-left-leave-from[data-v-01aff679]{transform:translate(0);opacity:1}.fade-enter-active[data-v-ee0412b0],.fade-leave-active[data-v-ee0412b0]{transition:opacity .2s ease}.slide-up-enter-active[data-v-ee0412b0],.slide-up-leave-active[data-v-ee0412b0]{transition:all .2s ease-out}.slide-fade-leave-active[data-v-ee0412b0]{transition:all .2s cubic-bezier(1,.5,.8,1)}.slide-fade-enter-from[data-v-ee0412b0],.slide-fade-leave-to[data-v-ee0412b0]{transform:translate(50px);opacity:0}.scale-enter-active[data-v-ee0412b0],.scale-leave-active[data-v-ee0412b0]{transition:all .5s ease}.scale-enter-from[data-v-ee0412b0],.scale-leave-to[data-v-ee0412b0]{opacity:0;transform:scale(.9)}.v-enter-active[data-v-226bdaa5],.v-leave-active[data-v-226bdaa5]{transition:opacity .5s ease}.v-enter-from[data-v-226bdaa5],.v-leave-to[data-v-226bdaa5]{opacity:0}.v-enter-active[data-v-928e4894],.v-leave-active[data-v-928e4894]{transition:opacity .5s ease}.v-enter-from[data-v-928e4894],.v-leave-to[data-v-928e4894]{opacity:0}[data-v-06094ba5] *,[data-v-a9d282e8] *{--vs-controls-color: var(--bs-primary);--vs-border-color: var(--bs-gray-100);--vs-selected-bg: var(--bs-primary-light);--vs-selected-color: var(--bs-primary);--vs-selected-border-color: var(--bs-gray-100);--vs-font-size: 1.2rem}.vc-color-wrap{width:100%!important;border-radius:.5rem!important}.tox-promotion{display:none}.small-alpha-slider{height:10px!important}.small-alpha-slider .small-bar{height:10px!important;width:10px!important}.small-alpha-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-alpha-slider{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-alpha-slider.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-alpha-slider.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-alpha-slider__bar{position:relative;width:100%;height:100%;border-radius:15px}.bee-alpha-slider__bar-pointer{position:absolute;width:14px;height:14px}.bee-alpha-slider__bar-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-alpha-slider__bar-handle.vertical{transform:translateY(-7px);margin-top:0}.bee-compact{margin-bottom:15px;width:auto;box-shadow:3px 0 5px #00000014;display:inline-block}.bee-compact__row{position:relative;width:100%;margin:0}.bee-compact__row>*{display:inline-block;vertical-align:middle}.bee-compact__color_cube{width:100%;height:100%}.bee-compact__color_cube.transparent:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff}.bee-compact__color_cube.transparent:after{content:"";position:absolute;top:100%;left:0;transform:rotate(-45deg);transform-origin:0 0;width:35px;height:1px;background:red}.bee-compact__color_cube.advance{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABqVJREFUeNrEl11yHDUQx1ua2Zlde2M7jqESqnjg45kjcBwOwQG4BY+8cwWK17xBUUARICQhTmI7tte7Ozs7o+bXLTleuACpKNJqJP3789+doKoSPxfVGxFZioS1iK5Yd0nCJko9iLTVVvZSlCOp5FBF7vP5RFTelyDHvmYvMPPtiP19fu+HIHPetrllX2TLMJAOgEehti3ZY/Axap51ZB5ZDEnGMUoCNCmDbRv+2Q4CDJ5Mymj4OmE0CNj6b5WJlkel3xkiGXjOc0imDH/JDid1AXQEfKgccHg3lN+uhh+v2WkkOvCUnT3GjP2WOfrJzjUNPq/ugPUej1TiwME3+DfVUhWkEQF6LZraJxsp6xHLIzW/DNyAW75PGJVrOxbQFSeWzOsdjQ/tZHTxtSgdzAimMfOAdbas7crUvIWAqZg5+gg8FBzYTOygbo1tAb1xTYMs/q1xAFgnvBx5JrKO2X9pzJrJhr+b5BaY8vjG3O+w7HFnypkZ+zP3K8AWL7FHiRsJappe4knA9fo/pj7WrIrdshBs8cukcu0ljhK2lZt1Q8B1msMj5WCQKoibd8q8p1J8i6aWJnrJCcDljDX2Cm8Jn2WJC9PtIHpYeowza125Dc3c6CQ1MbEdooxoPQw54Ak9jigaKcAMk9ddgUi68ZxMmNbNG8hTXXjOZrPf+vg4C+RpRRJqO0ps8FxtzhoJLiSIHCWtLi9u5LiZyqKv0UvlHmaccukoVjJLFu2YUy946FRidS7beCXN9i3gKzd1Yo53ps7ppTnqEYD0mYNldpuxnvIo2nZb/L+ay9tulA/sJpE/Tfchj1H2kW2KpsFYSK4YgI1vZDJe57XmIAu642N5kCxUJfQ8bA48IKpWGNKi/T7rPWRMBMkp5lhz5mUlV0O+fGAGC5XMkTzoG349I/D+Qis0jpeZBt0CXaZGnwtwdcS7A/4ycOIi3bNI0pzfxoVHQYYDIu+A9djJ5bKX+c2BVKnHS5Xcw8QTecWlXxi/khgvYMFzHlp4/g74WREshg3zpuS9mfowShxyrnv6wFS2Dl12QUDwaO54xIWTKZem8up7M0ojn5BzdftEdPMzII9ljE8kVde8Z5y89PSJYcACAJhWTigFOO1rpqRbWs0pKjp4Nkl6OMiGQiFnKsOnLQNqJNe33yV5iFml/4YLfzB+wwpvuNoT+eq0F+JWYtp50MlXLBvUAkLlXXbdloHkUsREDsc6y9LDvs2pTNJD6eM5+x/KAslqWK/pOo/WEIvw3PC3q8rZz3IzWBqqp2CpTvjAACIVyFhLMQmlwXPU9gYrC+lCZs0VtPkc0Jfc+Va+XK/lK3Pr10XhF8ToAjf1VKktAH0hd3srqesSMmCJaiNwJB/IzNviF9Uor8NnndSkyRBfExbPpdHfKRg/yqH8JCPxdvbZVE6+6GTzmCD9Af45RfhzLGZZtEaIVQVdDpLwVByAHeIu8DXWGTySUil8wSNw6fMoliZnfHsqfXiC2M+gjJXX7wuEOvm4gWUBa9h4xrAAtwy6hHyWo1QQGc9gDkD7sAt8VjqETSnUHaArd0Gupc8ZBv4n4ymUfiEPxEu4/A3eyayX+x+ZZjjoIEl6D+2zrJJgyOoKf68RCKJXOpt4B3xZQNclwVeSbXVd2hXzKXlpqsC3c0ttyR3La6rTW2yyP1dpSbdowUtBji1+aAioxTZXD+ORZcrs+A5YF9kWnnfWeJUSZgnswKeZ7FNHkaeXgjTmowVhkhuQ1pQxCE1aik2A16OVVwtvayxmW6fdeDNKKcs79Zhy5eaFwIOXsxu3grolVsUVS0y0pAKN3tpMStdlheJajZ1V5rxWHxoJjR6crr51frlg59K73AFWf7h3gs8BlWtpsHpqwrioa6nJj5lphgim1C3XdPGuuZm2hYIB90QCrKqxDnPkm81hN6pvAyqElRdvN3exjdXeYGQS8oXGmjgoICQjhUh6jdSYmvQdpakSFArIfg6bqiqZW6t3N6HaNbUX7M4Lt4NK8bX3SblJM9Mas+65xuodpVFRj58HfLyAdPZjftCittnLXaHWKQdczNE4trkfK8GFiT3RVqU523gaBbeC04/3zW3pp0yJWFqfofjZejBfw3bGE3WNO8jrmLtDt5ahVyHt+DiUDv/WtFpAQ+4MrDFvC3Bb+uXiI2f1TXGURfesNPc11mjacki1dK/JKTnsUmYGLnnM/2MycWRt7dCtedrSyhqPe39tPBecjV3rrTWDweqzSl2hsfVwM3lX+UL+f0CuTv/Hn38EGAAvCnNy1JKVIQAAAABJRU5ErkJggg==)}.bee-compact__color_cube .alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-compact__color-cube--wrap{position:relative;width:25px;height:25px;cursor:pointer;overflow:hidden}.bee-compact__color-cube--wrap:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.bee-colorPicker__record{display:flex;align-items:center;margin-top:20px}.bee-colorPicker__record .text{width:48px;margin-right:10px;text-align:right;font-size:12px;color:#666}.bee-colorPicker__record .color-list{width:auto;display:flex;position:relative;margin:0}.bee-colorPicker__record .color-list .color-item{position:relative;width:25px;height:25px;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle;margin-right:1px;box-shadow:3px 0 5px #00000014}.bee-colorPicker__record .color-list .color-item__round{border-radius:50%}.bee-colorPicker__record .color-list .color-item.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-colorPicker__record .color-list .color-item:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.bee-colorPicker__record .color-list .color-item__display{width:100%;height:100%}.small-hue-slider{height:10px!important}.small-hue-slider .small-bar{height:10px!important;width:10px!important}.small-hue-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-hue-colorPicker{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-hue-colorPicker.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-hue-colorPicker.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-hue-colorPicker__inner{position:relative;width:100%;height:100%;border-radius:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAAAdCAYAAAAAaUg8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNrs09EKgjAUgOGzEFfv/7CVBceiLiJiLnf7fSAbDoUj/iWnyKgRcXxf9Wtt7Vvntf8854jLY3uN19qzf67nH/e2nmmdZ8xjg2x+sI533qf9g4wM/3GvLPumOHVMWf/4SiWWsUG6/6bG+/NWDgE0iQREAiIBkYBIQCQgEhAJiAQQCYgERAIiAZGASEAkIBJAJCASEAmIBEQCIgGRgEgAkYBIYNAqwAD5oWo3bpsiKwAAAABJRU5ErkJggg==);background-size:100%}.bee-hue-colorPicker__inner-pointer{position:absolute;width:14px;height:14px}.bee-hue-colorPicker__inner-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-hue-colorPicker__inner-handle.vertical{transform:translate(-1px,-7px);margin-top:0}.small-light-slider{height:10px!important}.small-light-slider .small-bar{height:10px!important;width:10px!important}.small-light-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-light-colorPicker{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-light-colorPicker.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-light-colorPicker.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-light-colorPicker__inner{position:relative;width:100%;height:100%;border-radius:15px}.bee-light-colorPicker__inner-pointer{position:absolute;width:14px;height:14px}.bee-light-colorPicker__inner-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-light-colorPicker__inner-handle.vertical{transform:translateY(-7px);margin-top:0}.bee-saturation{position:relative;margin-bottom:15px;width:100%;height:125px}.bee-saturation__chrome{border-top-left-radius:5px;border-top-right-radius:5px;border-color:transparent}.bee-saturation__hidden{overflow:hidden}.bee-saturation__white,.bee-saturation__black{position:absolute;top:0;left:0;right:0;bottom:0}.bee-saturation__black{background:linear-gradient(0deg,#000,transparent)}.bee-saturation__white{background:linear-gradient(90deg,#fff,#fff0)}.bee-saturation__cursor{position:absolute}.bee-saturation__cursor div{transform:translate(-5px,-5px);box-shadow:0 1px 4px #0000005e;width:10px;height:10px;border:1px solid white;border-radius:50%;cursor:pointer}.inputs-controls{display:flex;font-size:16px;margin-bottom:5px}.inputs-controls .formatBtn{position:relative;display:inline-flex;justify-content:center;align-items:center;padding:1px;border:0;text-align:center;cursor:pointer;background-color:transparent;font-weight:700;outline:none;margin-right:5px}.inputs-controls .formatBtn:hover{color:#1a3aff}.inputs-controls .format-group{display:flex;flex-grow:1}.inputs-controls .format-group input{padding:5px;margin:0 3px;min-width:0;text-align:center;border-width:0 0 1px 0;-webkit-appearance:none;appearance:none;-moz-appearance:textfield;outline:none;flex:1}.inputs-controls .format-group input::-webkit-outer-spin-button,.inputs-controls .format-group input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}.bee-fk-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;width:249px;padding-bottom:10px}.bee-fk-colorPicker__inner{padding:12px}.bee-fk-colorPicker__header{margin-bottom:12px;z-index:999;text-align:left}.bee-fk-colorPicker__header .back{border:solid black;border-width:0 1px 1px 0;display:inline-block;padding:4px;margin-left:2px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.bee-fk-colorPicker__display{position:relative;width:100%;margin:0;text-align:left}.bee-fk-colorPicker__display .transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-fk-colorPicker__display .current-color{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.bee-fk-colorPicker__display .current-color .color-cube{width:100%;height:100%}.bee-fk-colorPicker__display .hexColor-prefix{position:relative;padding:0 4px;font-size:14px;display:inline-block;vertical-align:middle}.bee-fk-colorPicker__display input{width:25px;text-align:center;outline:0;border-top:0;border-right:0;border-left:none;display:inline-block;vertical-align:middle;padding-bottom:3px;border-bottom:1px solid #e3e2e8}.bee-fk-colorPicker__display .hexColor-input{width:64px}.bee-fk-colorPicker__display .action{float:right;vertical-align:middle}.bee-fk-colorPicker__display .action .clear-btn{border-color:transparent;color:#409eff;background:transparent;padding-left:0;padding-right:0;display:inline-block;vertical-align:middle;cursor:pointer}.bee-fk-colorPicker__display .action .copy-btn{border-color:transparent;color:#13ce66cc;background:transparent;padding-left:0;padding-right:0;display:inline-block;margin-left:10px;vertical-align:middle;cursor:pointer}.bee-ele-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;padding:10px;width:300px}.bee-ele-colorPicker .bee-ele-row{display:flex}.bee-ele-colorPicker .bee-ele-row .bee-ele-saturation{width:280px;height:180px}.bee-ele-colorPicker .bee-ele-row .bee-ele-hue{margin-left:10px;height:180px}.bee-chrome-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;width:250px;padding-bottom:20px}.bee-chrome-colorPicker-body{padding:0 12px;background-color:#fff}.bee-chrome-colorPicker-body .chrome-controls{display:flex}.bee-chrome-colorPicker-body .chrome-controls .chrome-color-wrap{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden;z-index:1}.bee-chrome-colorPicker-body .chrome-controls .chrome-color-wrap .current-color{width:100%;height:100%}.bee-chrome-colorPicker-body .chrome-controls .chrome-sliders{flex:1;margin-left:10px}.bee-color-wrap{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.bee-color-wrap.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-color-wrap.round{width:22px;height:22px;border-radius:50%;border:1px solid #d8d8d8}.bee-color-wrap .current-color{width:100%;height:100%}.vc-alpha-slider[data-v-18925ba6]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-alpha-slider.is-vertical[data-v-18925ba6]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-alpha-slider.transparent[data-v-18925ba6]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-alpha-slider__bar[data-v-18925ba6]{position:relative;width:100%;height:100%;border-radius:15px}.vc-alpha-slider__bar-pointer[data-v-18925ba6]{position:absolute;width:14px;height:14px}.vc-alpha-slider__bar-handle[data-v-18925ba6]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-alpha-slider__bar-handle.vertical[data-v-18925ba6]{transform:translateY(-7px);margin-top:0}.vc-alpha-slider.small-slider[data-v-18925ba6]{height:10px!important}.vc-alpha-slider.small-slider .small-bar[data-v-18925ba6]{height:10px!important;width:10px!important}.vc-alpha-slider.small-slider .small-bar div[data-v-18925ba6]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-compact[data-v-b969fd48]{margin-bottom:15px;width:auto;box-shadow:3px 0 5px #00000014;display:inline-block}.vc-compact__row[data-v-b969fd48]{position:relative;width:100%;margin:0;height:27px}.vc-compact__row>*[data-v-b969fd48]{display:inline-block;vertical-align:middle}.vc-compact__color_cube[data-v-b969fd48]{width:100%;height:100%}.vc-compact__color_cube.transparent[data-v-b969fd48]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff}.vc-compact__color_cube.transparent[data-v-b969fd48]:after{content:"";position:absolute;top:100%;left:0;transform:rotate(-45deg);transform-origin:0 0;width:35px;height:1px;background:red}.vc-compact__color_cube.advance[data-v-b969fd48]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABqVJREFUeNrEl11yHDUQx1ua2Zlde2M7jqESqnjg45kjcBwOwQG4BY+8cwWK17xBUUARICQhTmI7tte7Ozs7o+bXLTleuACpKNJqJP3789+doKoSPxfVGxFZioS1iK5Yd0nCJko9iLTVVvZSlCOp5FBF7vP5RFTelyDHvmYvMPPtiP19fu+HIHPetrllX2TLMJAOgEehti3ZY/Axap51ZB5ZDEnGMUoCNCmDbRv+2Q4CDJ5Mymj4OmE0CNj6b5WJlkel3xkiGXjOc0imDH/JDid1AXQEfKgccHg3lN+uhh+v2WkkOvCUnT3GjP2WOfrJzjUNPq/ugPUej1TiwME3+DfVUhWkEQF6LZraJxsp6xHLIzW/DNyAW75PGJVrOxbQFSeWzOsdjQ/tZHTxtSgdzAimMfOAdbas7crUvIWAqZg5+gg8FBzYTOygbo1tAb1xTYMs/q1xAFgnvBx5JrKO2X9pzJrJhr+b5BaY8vjG3O+w7HFnypkZ+zP3K8AWL7FHiRsJappe4knA9fo/pj7WrIrdshBs8cukcu0ljhK2lZt1Q8B1msMj5WCQKoibd8q8p1J8i6aWJnrJCcDljDX2Cm8Jn2WJC9PtIHpYeowza125Dc3c6CQ1MbEdooxoPQw54Ak9jigaKcAMk9ddgUi68ZxMmNbNG8hTXXjOZrPf+vg4C+RpRRJqO0ps8FxtzhoJLiSIHCWtLi9u5LiZyqKv0UvlHmaccukoVjJLFu2YUy946FRidS7beCXN9i3gKzd1Yo53ps7ppTnqEYD0mYNldpuxnvIo2nZb/L+ay9tulA/sJpE/Tfchj1H2kW2KpsFYSK4YgI1vZDJe57XmIAu642N5kCxUJfQ8bA48IKpWGNKi/T7rPWRMBMkp5lhz5mUlV0O+fGAGC5XMkTzoG349I/D+Qis0jpeZBt0CXaZGnwtwdcS7A/4ycOIi3bNI0pzfxoVHQYYDIu+A9djJ5bKX+c2BVKnHS5Xcw8QTecWlXxi/khgvYMFzHlp4/g74WREshg3zpuS9mfowShxyrnv6wFS2Dl12QUDwaO54xIWTKZem8up7M0ojn5BzdftEdPMzII9ljE8kVde8Z5y89PSJYcACAJhWTigFOO1rpqRbWs0pKjp4Nkl6OMiGQiFnKsOnLQNqJNe33yV5iFml/4YLfzB+wwpvuNoT+eq0F+JWYtp50MlXLBvUAkLlXXbdloHkUsREDsc6y9LDvs2pTNJD6eM5+x/KAslqWK/pOo/WEIvw3PC3q8rZz3IzWBqqp2CpTvjAACIVyFhLMQmlwXPU9gYrC+lCZs0VtPkc0Jfc+Va+XK/lK3Pr10XhF8ToAjf1VKktAH0hd3srqesSMmCJaiNwJB/IzNviF9Uor8NnndSkyRBfExbPpdHfKRg/yqH8JCPxdvbZVE6+6GTzmCD9Af45RfhzLGZZtEaIVQVdDpLwVByAHeIu8DXWGTySUil8wSNw6fMoliZnfHsqfXiC2M+gjJXX7wuEOvm4gWUBa9h4xrAAtwy6hHyWo1QQGc9gDkD7sAt8VjqETSnUHaArd0Gupc8ZBv4n4ymUfiEPxEu4/A3eyayX+x+ZZjjoIEl6D+2zrJJgyOoKf68RCKJXOpt4B3xZQNclwVeSbXVd2hXzKXlpqsC3c0ttyR3La6rTW2yyP1dpSbdowUtBji1+aAioxTZXD+ORZcrs+A5YF9kWnnfWeJUSZgnswKeZ7FNHkaeXgjTmowVhkhuQ1pQxCE1aik2A16OVVwtvayxmW6fdeDNKKcs79Zhy5eaFwIOXsxu3grolVsUVS0y0pAKN3tpMStdlheJajZ1V5rxWHxoJjR6crr51frlg59K73AFWf7h3gs8BlWtpsHpqwrioa6nJj5lphgim1C3XdPGuuZm2hYIB90QCrKqxDnPkm81hN6pvAyqElRdvN3exjdXeYGQS8oXGmjgoICQjhUh6jdSYmvQdpakSFArIfg6bqiqZW6t3N6HaNbUX7M4Lt4NK8bX3SblJM9Mas+65xuodpVFRj58HfLyAdPZjftCittnLXaHWKQdczNE4trkfK8GFiT3RVqU523gaBbeC04/3zW3pp0yJWFqfofjZejBfw3bGE3WNO8jrmLtDt5ahVyHt+DiUDv/WtFpAQ+4MrDFvC3Bb+uXiI2f1TXGURfesNPc11mjacki1dK/JKTnsUmYGLnnM/2MycWRt7dCtedrSyhqPe39tPBecjV3rrTWDweqzSl2hsfVwM3lX+UL+f0CuTv/Hn38EGAAvCnNy1JKVIQAAAABJRU5ErkJggg==)}.vc-compact__color_cube .alpha[data-v-b969fd48]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-compact__color-cube--wrap[data-v-b969fd48]{position:relative;width:27px;height:27px;cursor:pointer;overflow:hidden}.vc-compact__color-cube--wrap[data-v-b969fd48]:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.vc-saturation[data-v-7f0cdcdf]{position:relative;margin-bottom:15px;width:100%;height:125px}.vc-saturation__chrome[data-v-7f0cdcdf]{border-top-left-radius:5px;border-top-right-radius:5px;border-color:transparent}.vc-saturation__hidden[data-v-7f0cdcdf]{overflow:hidden}.vc-saturation__white[data-v-7f0cdcdf],.vc-saturation__black[data-v-7f0cdcdf]{position:absolute;top:0;left:0;right:0;bottom:0}.vc-saturation__black[data-v-7f0cdcdf]{background:linear-gradient(0deg,#000,transparent)}.vc-saturation__white[data-v-7f0cdcdf]{background:linear-gradient(90deg,#fff,#fff0)}.vc-saturation__cursor[data-v-7f0cdcdf]{position:absolute}.vc-saturation__cursor div[data-v-7f0cdcdf]{transform:translate(-5px,-5px);box-shadow:0 1px 4px #0000005e;width:10px;height:10px;border:1px solid white;border-radius:50%;cursor:pointer}.vc-hue-slider[data-v-e1a08576]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-hue-slider.is-vertical[data-v-e1a08576]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-hue-slider.transparent[data-v-e1a08576]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-hue-slider__bar[data-v-e1a08576]{position:relative;width:100%;height:100%;border-radius:15px;background:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red);background:-webkit-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%);background:-moz-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%);background:-ms-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%)}.vc-hue-slider__bar-pointer[data-v-e1a08576]{position:absolute;width:14px;height:14px}.vc-hue-slider__bar-handle[data-v-e1a08576]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-hue-slider__bar-handle.vertical[data-v-e1a08576]{transform:translateY(-7px);margin-top:0}.vc-hue-slider.small-slider[data-v-e1a08576]{height:10px!important}.vc-hue-slider.small-slider .small-bar[data-v-e1a08576]{height:10px!important;width:10px!important}.vc-hue-slider.small-slider .small-bar div[data-v-e1a08576]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-lightness-slider[data-v-94a50a9e]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-lightness-slider.is-vertical[data-v-94a50a9e]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-lightness-slider.transparent[data-v-94a50a9e]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-lightness-slider__bar[data-v-94a50a9e]{position:relative;width:100%;height:100%;border-radius:15px}.vc-lightness-slider__bar-pointer[data-v-94a50a9e]{position:absolute;width:14px;height:14px}.vc-lightness-slider__bar-handle[data-v-94a50a9e]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-lightness-slider__bar-handle.vertical[data-v-94a50a9e]{transform:translateY(-7px);margin-top:0}.vc-lightness-slider.small-slider[data-v-94a50a9e]{height:10px!important}.vc-lightness-slider.small-slider .small-bar[data-v-94a50a9e]{height:10px!important;width:10px!important}.vc-lightness-slider.small-slider .small-bar div[data-v-94a50a9e]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-colorPicker__record[data-v-0f657238]{display:flex;align-items:center;margin-top:15px}.vc-colorPicker__record .text[data-v-0f657238]{width:48px;margin-right:10px;text-align:right;font-size:12px;color:#666}.vc-colorPicker__record .color-list[data-v-0f657238]{width:100%;display:flex;position:relative;margin:0;gap:2px}.vc-colorPicker__record .color-list .color-item[data-v-0f657238]{position:relative;flex:1;max-width:26px;height:26px;border-radius:2px;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle;box-shadow:3px 0 5px #0000001a}.vc-colorPicker__record .color-list .color-item__round[data-v-0f657238]{border-radius:50%}.vc-colorPicker__record .color-list .color-item.transparent[data-v-0f657238]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-colorPicker__record .color-list .color-item[data-v-0f657238]:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.vc-colorPicker__record .color-list .color-item__display[data-v-0f657238]{width:100%;height:100%}.vc-display[data-v-7334ac20]{height:28px;display:flex;align-items:center;gap:8px}.vc-display .vc-current-color[data-v-7334ac20]{width:50px;height:100%;box-shadow:3px 0 5px #00000014;border-radius:2px;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-display .vc-current-color.vc-transparent[data-v-7334ac20]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-display .vc-current-color .color-cube[data-v-7334ac20]{width:100%;height:100%;text-align:center}.vc-display .vc-color-input[data-v-7334ac20]{height:100%;flex:1;flex-shrink:0;box-sizing:border-box;position:relative}.vc-display .vc-color-input input[data-v-7334ac20]{padding:0;border:0;outline:none;cursor:pointer;font-size:14px;text-align:center;box-sizing:border-box;background-color:#c8c8c840;color:#666;border-radius:2px;height:100%;width:100%}.vc-display .vc-rgb-input[data-v-7334ac20]{flex:1;font-size:12px;color:#666;text-align:center}.vc-display .vc-rgb-input input[data-v-7334ac20]{padding:4px 0;margin-bottom:2px;border:0;outline:none;cursor:pointer;font-size:14px;text-align:center;background-color:#c8c8c840;color:#666;border-radius:2px;width:100%}.vc-display .vc-alpha-input[data-v-7334ac20]{width:48px;height:100%;border:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:2px;font-size:14px;background-color:#c8c8c840;padding:0 2px}.vc-display .vc-alpha-input>input[data-v-7334ac20]{width:100%;height:100%;padding:0;text-align:center;background-color:transparent;font-size:inherit}.vc-display .vc-alpha-input__inner[data-v-7334ac20]{padding:10px 12px;border-radius:4px;color:#000;font-size:14px;line-height:20px;outline:none;border:none;display:block;box-sizing:border-box;cursor:pointer}.vc-display .vc-input-toggle[data-v-7334ac20]{cursor:pointer;font-size:12px;line-height:12px;width:24px;border-radius:4px;padding:2px}.vc-display .vc-input-toggle[data-v-7334ac20]:hover{background-color:#efefef}.vc-display .vc-input-toggle[data-v-7334ac20]:before{height:0;width:0;margin:auto auto 2px;content:"";display:block;border-bottom:4px solid #888;border-left:4px solid transparent;border-right:4px solid transparent}.vc-display .vc-input-toggle[data-v-7334ac20]:after{height:0;width:0;margin:2px auto auto;content:"";display:block;border-top:4px solid #888;border-left:4px solid transparent;border-right:4px solid transparent}.vc-display .copy-text[data-v-7334ac20]{font-size:12px;line-height:28px;text-align:center;transform:scale(.8);display:inline-block}.vc-fk-colorPicker[data-v-48e3c224]{position:relative;box-sizing:border-box;border-radius:3px;-webkit-user-select:none;user-select:none;background-color:initial}.vc-fk-colorPicker__inner[data-v-48e3c224]{position:relative}.vc-fk-colorPicker__header[data-v-48e3c224]{z-index:999;text-align:left}.vc-fk-colorPicker__header .back[data-v-48e3c224]{border:2px solid rgba(150,150,150,.6);border-width:0 2px 2px 0;display:inline-block;padding:4px;margin-left:2px;margin-bottom:12px;transform:rotate(135deg)}.vc-fk-colorPicker__display[data-v-48e3c224]{position:relative;width:100%;margin:0;text-align:left}.vc-fk-colorPicker__display .transparent[data-v-48e3c224]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-fk-colorPicker__display .current-color[data-v-48e3c224]{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-fk-colorPicker__display .current-color .color-cube[data-v-48e3c224]{width:100%;height:100%}.vc-fk-colorPicker__display .hexColor-prefix[data-v-48e3c224]{position:relative;padding:0 4px;font-size:14px;display:inline-block;vertical-align:middle}.vc-fk-colorPicker__display input[data-v-48e3c224]{width:25px;text-align:center;outline:0;border-top:0;border-right:0;border-left:none;display:inline-block;vertical-align:middle;padding-bottom:3px;border-bottom:1px solid #e3e2e8}.vc-fk-colorPicker__display .hexColor-input[data-v-48e3c224]{width:64px}.vc-fk-colorPicker__display .action[data-v-48e3c224]{float:right;vertical-align:middle}.vc-fk-colorPicker__display .action .clear-btn[data-v-48e3c224]{border-color:transparent;color:#409eff;background:transparent;padding-left:0;padding-right:0;display:inline-block;vertical-align:middle;cursor:pointer}.vc-fk-colorPicker__display .action .copy-btn[data-v-48e3c224]{border-color:transparent;color:#13ce66cc;background:transparent;padding-left:0;padding-right:0;display:inline-block;margin-left:10px;vertical-align:middle;cursor:pointer}.vc-chrome-colorPicker[data-v-2611d66c]{position:relative;box-sizing:border-box;border-radius:3px;-webkit-user-select:none;user-select:none;background-color:initial}.vc-chrome-colorPicker-body[data-v-2611d66c]{position:relative}.vc-chrome-colorPicker-body .chrome-controls[data-v-2611d66c]{display:flex}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap[data-v-2611d66c]{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden;z-index:1}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap.transparent[data-v-2611d66c]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap .current-color[data-v-2611d66c]{width:100%;height:100%}.vc-chrome-colorPicker-body .chrome-controls .chrome-sliders[data-v-2611d66c]{flex:1;margin-left:10px}.bee-angle{transform:rotate(90deg)}.bee-angle>*{display:inline-block;vertical-align:middle}.bee-angle.zero-right{transform:rotate(180deg)}.bee-angle.zero-bottom{transform:rotate(270deg)}.bee-angle__round{position:relative;width:16px;height:16px;border:1px solid #666;border-radius:50%;cursor:pointer;display:inline-block;vertical-align:middle}.bee-angle__round:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:50%;height:1px;background-color:#666}.vc-gradient-picker[data-v-c4d6d6ea]{position:relative}.vc-gradient-picker__header[data-v-c4d6d6ea]{margin-bottom:12px;z-index:999;text-align:left;display:flex;justify-content:space-between;align-items:center}.vc-gradient-picker__header .back[data-v-c4d6d6ea]{border:2px solid rgba(150,150,150,.65);border-width:0 2px 2px 0;display:inline-block;padding:4px;margin-left:2px;transform:rotate(135deg);margin-right:8px}.vc-gradient-picker .vc-gradient__types[data-v-c4d6d6ea]{display:flex;width:100%;justify-content:space-between}.vc-gradient-picker .vc-gradient__types .vc-gradient-wrap__types[data-v-c4d6d6ea]{display:flex;background-color:#c8c8c840;border-radius:4px;overflow:hidden;align-items:center}.vc-gradient-picker .vc-gradient__types .vc-gradient__type[data-v-c4d6d6ea]{padding:4px 8px;color:#666;cursor:pointer;font-size:12px}.vc-gradient-picker .vc-gradient__types .vc-gradient__type.active[data-v-c4d6d6ea]{color:#000;background-color:#c8c8c8cc}.vc-gradient-picker__body[data-v-c4d6d6ea]{margin-bottom:12px;display:-ms-flexbox;display:flex;align-items:center}.vc-gradient-picker__body .vc-color-range[data-v-c4d6d6ea]{flex:1}.vc-gradient-picker__body .vc-color-range__container[data-v-c4d6d6ea]{position:relative;height:16px;border-radius:5px}.vc-gradient-picker__body .vc-color-range__container .vc-background[data-v-c4d6d6ea]{height:100%;border-radius:4px;box-shadow:inset 0 0 0 1px #0000000f}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container[data-v-c4d6d6ea]{position:absolute;width:100%;top:0;height:100%;left:0}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop[data-v-c4d6d6ea]{position:absolute;top:-2px;width:14px;height:16px;overflow:hidden;border:2px solid #fff;border-radius:2px;cursor:pointer;box-shadow:0 0 2px 1px #00000059;box-sizing:content-box;transform:translate(-9px)}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop--inner[data-v-c4d6d6ea]{display:inline-block;height:100%}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop--current[data-v-c4d6d6ea]{position:relative;z-index:1;box-shadow:0 0 2px 2px #2253f4,0 0 1px 1px #2253f480}.vc-gradient-picker .vc-degree-input[data-v-c4d6d6ea]{position:relative;z-index:2;font-size:12px;border-radius:4px;display:flex}.vc-gradient-picker .vc-degree-input:hover .vc-degree-input__panel[data-v-c4d6d6ea]{display:block}.vc-gradient-picker .vc-degree-input__control[data-v-c4d6d6ea]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:4px;background-color:#c8c8c840;color:#666;padding:0 6px 0 0}.vc-gradient-picker .vc-degree-input__control input[data-v-c4d6d6ea]{max-width:28px;text-align:center;border:none;outline:none;background-color:transparent;color:#666;font-size:inherit;overflow:visible}.vc-gradient-picker .vc-degree-input__panel[data-v-c4d6d6ea]{display:none;z-index:10;position:absolute;top:20px;left:0}.vc-gradient-picker .vc-degree-input__panel .vc-degree-input__disk[data-v-c4d6d6ea]{padding:4px;background-color:#f1f1f1;box-shadow:0 0 2px #00000029,0 1px 8px #0000000f,0 4px 12px #00000014;border-radius:4px;display:flex;justify-content:center;align-items:center;position:relative;transform:translate(0)}.vc-gradient-picker .vc-picker-degree-input[data-v-c4d6d6ea]{margin-left:8px}.vc-colorpicker[data-v-0492277d]{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;user-select:none;width:276px;z-index:10000}.vc-colorpicker *[data-v-0492277d]{outline:none;line-height:1}.vc-colorpicker--container[data-v-0492277d]{padding:16px}.vc-colorpicker--tabs[data-v-0492277d]{padding:2px;background:#f6f7f9;border-radius:6px;position:relative;margin-bottom:12px}.vc-colorpicker--tabs__inner[data-v-0492277d]{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0;background:#f6f7f9;border-bottom:none;position:relative;box-sizing:border-box}.vc-colorpicker--tabs__btn[data-v-0492277d]{-ms-flex:1;flex:1;z-index:2;color:#636c78;font-size:14px;border-radius:4px;cursor:pointer}.vc-colorpicker--tabs__btn.vc-btn-active[data-v-0492277d]{color:#33383e;font-weight:600}.vc-colorpicker--tabs__btn button[data-v-0492277d]{width:100%;background-color:initial;padding:6px 0;font-size:14px;line-height:20px;color:#636c78;border:0;border-radius:0;outline:0;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-weight:inherit}.vc-colorpicker--tabs__btn button .vc-btn__content[data-v-0492277d]{position:relative;white-space:nowrap}.vc-colorpicker--tabs__bg[data-v-0492277d]{position:absolute;top:0;bottom:0;background:#fff;box-shadow:0 1px 4px #0000001f;border-radius:4px;z-index:1;transition:left .2s ease-in-out}.vc-colorpicker.black[data-v-0492277d]{background-color:#000;color:#fff}.vc-colorpicker.white[data-v-0492277d]{background-color:#fff;color:#333}.vc-color-wrap[data-v-354ca836]{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-color-wrap.transparent[data-v-354ca836]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-color-wrap.round[data-v-354ca836]{width:22px;height:22px;border-radius:50%;border:1px solid #d8d8d8}.vc-color-wrap .current-color[data-v-354ca836]{width:100%;height:100%}.vc-color-extra[data-v-354ca836]{margin-top:10px}
