:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__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 Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__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 Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__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 Toastify__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 Toastify__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 Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.shrink{flex-shrink:1}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.gap-16{gap:4rem}.border{border-width:1px}.p-4{padding:1rem}.pt-0{padding-top:0}.capitalize{text-transform:capitalize}.italic{font-style:italic}.underline{text-decoration-line:underline}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DIN OT -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background-color:#9e9e9e;border-radius:20px}*{scrollbar-color:#9e9e9e;scrollbar-width:thin}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.files-container{grid-gap:25px;display:grid;grid-template-columns:repeat(auto-fill,22%);justify-content:space-between;margin:auto;width:800px}.draggedItem{opacity:.3}.card-file{background:#eee;border-radius:8px;display:flex;flex-direction:column;height:180px;justify-content:center;padding:1rem;position:relative}.card-file h4{margin-top:0}.drag-separator{background:#adff2f;height:100%;left:-10px;position:absolute;visibility:hidden;width:10px}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */[data-mode=link]{position:static!important;transform:translateY(10px)!important}.react-grid-item .ql-container,.widgetWrapper .ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.react-grid-item .ql-container.ql-disabled .ql-tooltip,.widgetWrapper .ql-container.ql-disabled .ql-tooltip{visibility:hidden}.react-grid-item .ql-container.ql-disabled .ql-editor ul[data-checked]>li:before,.widgetWrapper .ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.react-grid-item .ql-clipboard,.widgetWrapper .ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.react-grid-item .ql-clipboard p,.widgetWrapper .ql-clipboard p{margin:0;padding:0}.react-grid-item .ql-editor,.widgetWrapper .ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.react-grid-item .ql-editor>*,.widgetWrapper .ql-editor>*{cursor:text}.react-grid-item h1,.widgetWrapper h1{font-size:2em}.react-grid-item h2,.widgetWrapper h2{font-size:1.5em}.react-grid-item h3,.widgetWrapper h3{font-size:1.17em}.react-grid-item h5,.widgetWrapper h5{font-size:.83em}.react-grid-item h6,.widgetWrapper h6{font-size:.75em}.react-grid-item h1,.react-grid-item h2,.react-grid-item h3,.react-grid-item h4,.react-grid-item h5,.react-grid-item h6,.widgetWrapper h1,.widgetWrapper h2,.widgetWrapper h3,.widgetWrapper h4,.widgetWrapper h5,.widgetWrapper h6{font-weight:bolder}.react-grid-item blockquote,.react-grid-item h1,.react-grid-item h2,.react-grid-item h3,.react-grid-item h4,.react-grid-item h5,.react-grid-item h6,.react-grid-item ol,.react-grid-item p,.react-grid-item pre,.react-grid-item ul,.widgetWrapper blockquote,.widgetWrapper h1,.widgetWrapper h2,.widgetWrapper h3,.widgetWrapper h4,.widgetWrapper h5,.widgetWrapper h6,.widgetWrapper ol,.widgetWrapper p,.widgetWrapper pre,.widgetWrapper ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.react-grid-item ol,.react-grid-item ul,.widgetWrapper ol,.widgetWrapper ul{padding-left:1.5em}.react-grid-item ol>li,.react-grid-item ul>li,.widgetWrapper ol>li,.widgetWrapper ul>li{list-style-type:none}.react-grid-item ul>li:before,.widgetWrapper ul>li:before{content:"•"}.react-grid-item ul[data-checked=false],.react-grid-item ul[data-checked=true],.widgetWrapper ul[data-checked=false],.widgetWrapper ul[data-checked=true]{pointer-events:none}.react-grid-item ul[data-checked=false]>li *,.react-grid-item ul[data-checked=true]>li *,.widgetWrapper ul[data-checked=false]>li *,.widgetWrapper ul[data-checked=true]>li *{pointer-events:all}.react-grid-item ul[data-checked=false]>li:before,.react-grid-item ul[data-checked=true]>li:before,.widgetWrapper ul[data-checked=false]>li:before,.widgetWrapper ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.react-grid-item ul[data-checked=true]>li:before,.widgetWrapper ul[data-checked=true]>li:before{content:"☑"}.react-grid-item ul[data-checked=false]>li:before,.widgetWrapper ul[data-checked=false]>li:before{content:"☐"}.react-grid-item li:before,.widgetWrapper li:before{display:inline-block;white-space:nowrap;width:1.2em}.react-grid-item li:not(.ql-direction-rtl):before,.widgetWrapper li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.react-grid-item li.ql-direction-rtl:before,.widgetWrapper li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.react-grid-item ol li:not(.ql-direction-rtl),.react-grid-item ul li:not(.ql-direction-rtl),.widgetWrapper ol li:not(.ql-direction-rtl),.widgetWrapper ul li:not(.ql-direction-rtl){padding-left:1.5em}.react-grid-item .ql-direction-rtl,.react-grid-item ul li.ql-direction-rtl,.widgetWrapper .ql-direction-rtl,.widgetWrapper ul li.ql-direction-rtl{padding-right:1.5em}.react-grid-item ol li,.widgetWrapper ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.react-grid-item ol li:before,.widgetWrapper ol li:before{content:counter(list-0,decimal) ". "}.react-grid-item .ql-indent-1,.widgetWrapper .ql-indent-1{counter-increment:list-1}.react-grid-item .ql-indent-1:before,.widgetWrapper .ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.react-grid-item .ql-indent-1,.widgetWrapper .ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.react-grid-item .ql-indent-2,.widgetWrapper .ql-indent-2{counter-increment:list-2}.react-grid-item .ql-indent-2:before,.widgetWrapper .ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.react-grid-item .ql-indent-2,.widgetWrapper .ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.react-grid-item .ql-indent-3,.widgetWrapper .ql-indent-3{counter-increment:list-3}.react-grid-item .ql-indent-3:before,.widgetWrapper .ql-indent-3:before{content:counter(list-3,decimal) ". "}.react-grid-item .ql-indent-3,.widgetWrapper .ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.react-grid-item .ql-indent-4,.widgetWrapper .ql-indent-4{counter-increment:list-4}.react-grid-item .ql-indent-4:before,.widgetWrapper .ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.react-grid-item .ql-indent-4,.widgetWrapper .ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.react-grid-item .ql-indent-5,.widgetWrapper .ql-indent-5{counter-increment:list-5}.react-grid-item .ql-indent-5:before,.widgetWrapper .ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.react-grid-item .ql-indent-5,.widgetWrapper .ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.react-grid-item .ql-indent-6,.widgetWrapper .ql-indent-6{counter-increment:list-6}.react-grid-item .ql-indent-6:before,.widgetWrapper .ql-indent-6:before{content:counter(list-6,decimal) ". "}.react-grid-item .ql-indent-6,.widgetWrapper .ql-indent-6{counter-reset:list-7 list-8 list-9}.react-grid-item .ql-indent-7,.widgetWrapper .ql-indent-7{counter-increment:list-7}.react-grid-item .ql-indent-7:before,.widgetWrapper .ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.react-grid-item .ql-indent-7,.widgetWrapper .ql-indent-7{counter-reset:list-8 list-9}.react-grid-item .ql-indent-8,.widgetWrapper .ql-indent-8{counter-increment:list-8}.react-grid-item .ql-indent-8:before,.widgetWrapper .ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.react-grid-item .ql-indent-8,.widgetWrapper .ql-indent-8{counter-reset:list-9}.react-grid-item .ql-indent-9,.widgetWrapper .ql-indent-9{counter-increment:list-9}.react-grid-item .ql-indent-9:before,.widgetWrapper .ql-indent-9:before{content:counter(list-9,decimal) ". "}.react-grid-item .ql-indent-1:not(.ql-direction-rtl),.widgetWrapper .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.react-grid-item li.ql-indent-1:not(.ql-direction-rtl),.widgetWrapper li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.react-grid-item .ql-indent-1.ql-direction-rtl.ql-align-right,.widgetWrapper .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.react-grid-item li.ql-indent-1.ql-direction-rtl.ql-align-right,.widgetWrapper li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.react-grid-item .ql-indent-2:not(.ql-direction-rtl),.widgetWrapper .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.react-grid-item li.ql-indent-2:not(.ql-direction-rtl),.widgetWrapper li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.react-grid-item .ql-indent-2.ql-direction-rtl.ql-align-right,.widgetWrapper .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.react-grid-item li.ql-indent-2.ql-direction-rtl.ql-align-right,.widgetWrapper li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.react-grid-item .ql-indent-3:not(.ql-direction-rtl),.widgetWrapper .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.react-grid-item li.ql-indent-3:not(.ql-direction-rtl),.widgetWrapper li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.react-grid-item .ql-indent-3.ql-direction-rtl.ql-align-right,.widgetWrapper .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.react-grid-item li.ql-indent-3.ql-direction-rtl.ql-align-right,.widgetWrapper li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.react-grid-item .ql-indent-4:not(.ql-direction-rtl),.widgetWrapper .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.react-grid-item li.ql-indent-4:not(.ql-direction-rtl),.widgetWrapper li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.react-grid-item .ql-indent-4.ql-direction-rtl.ql-align-right,.widgetWrapper .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.react-grid-item li.ql-indent-4.ql-direction-rtl.ql-align-right,.widgetWrapper li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.react-grid-item .ql-indent-5:not(.ql-direction-rtl),.widgetWrapper .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.react-grid-item li.ql-indent-5:not(.ql-direction-rtl),.widgetWrapper li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.react-grid-item .ql-indent-5.ql-direction-rtl.ql-align-right,.widgetWrapper .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.react-grid-item li.ql-indent-5.ql-direction-rtl.ql-align-right,.widgetWrapper li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.react-grid-item .ql-indent-6:not(.ql-direction-rtl),.widgetWrapper .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.react-grid-item li.ql-indent-6:not(.ql-direction-rtl),.widgetWrapper li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.react-grid-item .ql-indent-6.ql-direction-rtl.ql-align-right,.widgetWrapper .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.react-grid-item li.ql-indent-6.ql-direction-rtl.ql-align-right,.widgetWrapper li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.react-grid-item .ql-indent-7:not(.ql-direction-rtl),.widgetWrapper .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.react-grid-item li.ql-indent-7:not(.ql-direction-rtl),.widgetWrapper li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.react-grid-item .ql-indent-7.ql-direction-rtl.ql-align-right,.widgetWrapper .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.react-grid-item li.ql-indent-7.ql-direction-rtl.ql-align-right,.widgetWrapper li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.react-grid-item .ql-indent-8:not(.ql-direction-rtl),.widgetWrapper .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.react-grid-item li.ql-indent-8:not(.ql-direction-rtl),.widgetWrapper li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.react-grid-item .ql-indent-8.ql-direction-rtl.ql-align-right,.widgetWrapper .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.react-grid-item li.ql-indent-8.ql-direction-rtl.ql-align-right,.widgetWrapper li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.react-grid-item .ql-indent-9:not(.ql-direction-rtl),.widgetWrapper .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.react-grid-item li.ql-indent-9:not(.ql-direction-rtl),.widgetWrapper li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.react-grid-item .ql-indent-9.ql-direction-rtl.ql-align-right,.widgetWrapper .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.react-grid-item li.ql-indent-9.ql-direction-rtl.ql-align-right,.widgetWrapper li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.react-grid-item .ql-video,.widgetWrapper .ql-video{display:block;max-width:100%}.react-grid-item .ql-video.ql-align-center,.widgetWrapper .ql-video.ql-align-center{margin:0 auto}.react-grid-item .ql-video.ql-align-right,.widgetWrapper .ql-video.ql-align-right{margin:0 0 0 auto}.react-grid-item .ql-bg-black,.widgetWrapper .ql-bg-black{background-color:#000}.react-grid-item .ql-bg-red,.widgetWrapper .ql-bg-red{background-color:#e60000}.react-grid-item .ql-bg-orange,.widgetWrapper .ql-bg-orange{background-color:#f90}.react-grid-item .ql-bg-yellow,.widgetWrapper .ql-bg-yellow{background-color:#ff0}.react-grid-item .ql-bg-green,.widgetWrapper .ql-bg-green{background-color:#008a00}.react-grid-item .ql-bg-blue,.widgetWrapper .ql-bg-blue{background-color:#06c}.react-grid-item .ql-bg-purple,.widgetWrapper .ql-bg-purple{background-color:#93f}.react-grid-item .ql-color-white,.widgetWrapper .ql-color-white{color:#fff}.react-grid-item .ql-color-red,.widgetWrapper .ql-color-red{color:#e60000}.react-grid-item .ql-color-orange,.widgetWrapper .ql-color-orange{color:#f90}.react-grid-item .ql-color-yellow,.widgetWrapper .ql-color-yellow{color:#ff0}.react-grid-item .ql-color-green,.widgetWrapper .ql-color-green{color:#008a00}.react-grid-item .ql-color-blue,.widgetWrapper .ql-color-blue{color:#06c}.react-grid-item .ql-color-purple,.widgetWrapper .ql-color-purple{color:#93f}.react-grid-item .ql-font-serif,.widgetWrapper .ql-font-serif{font-family:Georgia,Times New Roman,serif}.react-grid-item .ql-font-monospace,.widgetWrapper .ql-font-monospace{font-family:Monaco,Courier New,monospace}.react-grid-item .ql-size-small,.widgetWrapper .ql-size-small{font-size:.75em}.react-grid-item .ql-size-large,.widgetWrapper .ql-size-large{font-size:48px}.react-grid-item .ql-size-huge,.widgetWrapper .ql-size-huge{font-size:72px}.react-grid-item .ql-direction-rtl,.widgetWrapper .ql-direction-rtl{direction:rtl;text-align:inherit}.react-grid-item .ql-align-center,.widgetWrapper .ql-align-center{text-align:center}.react-grid-item .ql-align-justify,.widgetWrapper .ql-align-justify{text-align:justify}.react-grid-item .ql-align-right,.widgetWrapper .ql-align-right{text-align:right}.react-grid-item ql-blank:before,.widgetWrapper ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12px"]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="12px"]:before{content:"12px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14px"]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="14px"]:before{content:"14px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16px"]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="16px"]:before{content:"16px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18px"]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="18px"]:before{content:"18px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="24px"]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="24px"]:before{content:"24px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="32px"]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="32px"]:before{content:"32px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="40px"]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="40px"]:before{content:"40px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="48px"]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="48px"]:before{content:"48px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="56px"]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="56px"]:before{content:"56px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="64px"]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="64px"]:before{content:"64px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="72px"]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="72px"]:before{content:"72px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="96px"]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="96px"]:before{content:"96px"}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top}.react-grid-item.cssTransforms{transition-property:transform}.react-grid-item.resizing{will-change:width,height;z-index:1}.react-grid-item.react-draggable-dragging{transition:none;will-change:transform;z-index:3}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;-webkit-user-select:none;-o-user-select:none;user-select:none;z-index:2}.react-grid-item>.react-resizable-handle{bottom:0;cursor:se-resize;height:20px;position:absolute;right:0;width:20px}.react-grid-item>.react-resizable-handle:after{border-bottom:2px solid #0006;border-right:2px solid #0006;bottom:3px;content:"";height:5px;position:absolute;right:3px;width:5px}.react-resizable-hide>.react-resizable-handle{display:none}.react-resizable{position:relative}.react-resizable-handle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZaIiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+);background-origin:content-box;background-position:100% 100%;background-repeat:no-repeat;box-sizing:border-box;height:20px;padding:0 3px 3px 0;position:absolute;width:20px}.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}@font-face{font-family:DIN OT;font-weight:400;src:url(/static/media/dinot_font.8a234250a6e43e05ae44.otf) format("opentype")}
/*# sourceMappingURL=main.c8306626.css.map*/