: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:hsla(0,0%,100%,.7);--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:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);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 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;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}.Toastify__toast--rtl{direction:rtl}.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}.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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;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)}}


/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor 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}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor 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}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.Flex_flex__xBuHh{display:flex}.Flex_flex--row__lUJV6{flex-direction:row}.Flex_flex--column__Iu1VH{flex-direction:column}.Flex_flex--baseline__pqMM2{align-items:baseline}.Flex_flex--center__mqD8V{align-items:center}.Flex_flex--justify-start__vFwAL{justify-content:start}.Flex_flex--justify-between__d0XM8{justify-content:space-between}.Flex_flex--justify-center__EGIPq{justify-content:center}.Label_label__BUPxB{font-family:var(--cla-font-family-georgia)}.Label_label-sm__giQjS{font-size:var(--cla-font-size-16)}.Label_label-md__u\+mjQ{font-size:var(--cla-font-size-18)}.Label_label-lg__-71UF{font-size:var(--cla-font-size-24)}.Label_label-medium__N1G3o{font-weight:var(--cla-font-weight-medium)}.CLACheckBoxGroup_checkbox-group__\+mSOU .CLACheckBoxGroup_tooltip-icon__NFaW6{color:#2e334e;height:13px;margin-left:7px;width:13px}.CLACheckBoxGroup_checkbox-group__\+mSOU .CLACheckBoxGroup_container-list__HGcdS{margin-top:12px}.CLACheckBoxGroup_checkbox-group__\+mSOU .CLACheckBoxGroup_container-list__HGcdS .CLACheckBoxGroup_list-wrapper__Xj2dE{min-width:150px}.CLACheckBoxGroup_checkbox-group__\+mSOU .CLACheckBoxGroup_container-list__HGcdS .CLACheckBoxGroup_list-wrapper__Xj2dE label{align-items:flex-start}.CLACheckBoxGroup_checkbox-group__\+mSOU .CLACheckBoxGroup_container-list__HGcdS .CLACheckBoxGroup_list-wrapper__Xj2dE span{padding-top:0}.CLACheckBoxGroup_checkbox-group__\+mSOU .CLACheckBoxGroup_container-list__HGcdS .CLACheckBoxGroup_list-wrapper__Xj2dE .CLACheckBoxGroup_other-wrapper__WFKrP{display:flex;flex-direction:row}.CLACheckBoxGroup_checkbox-group__\+mSOU{width:100%}.CLAAccordion_addProject__WcqUM a{color:#6baeb4;font-family:museo-sans;font-size:15px;font-weight:400;line-height:18px;text-decoration:none}div.CLAAccordion_addProject__WcqUM{display:block;float:right!important}.CLAAccordion_addProject__WcqUM img{height:14px;margin-right:10px;margin-top:-2px;vertical-align:auto;width:14px}.CLAAccordion_accordionContainer__4zzE7{margin-bottom:44px;min-width:400px}.CLAAccordion_hasSubtitle2__ahh5e{color:#565656;font-family:museo-sans;font-size:12px;font-style:normal;font-weight:400;line-height:14px;margin-bottom:25px;margin-left:62px}.CLAAccordion_noSubtitle2__Z2LmD{display:none}.DiagAccordionTitle{align-items:center;display:flex}.UOEContainer{margin:0 0 0 18px}.UOEAccordion{border:none!important}.UOEAccordion>div:first-child{border:none;border-top:1px solid #e0e0e0;min-height:76px;padding:0 0 0 10px}.UOEAccordion>div:first-child:hover{background-color:#e4f6f6}.flex100{display:flex;width:100%}.CLADialogConfirm_dialogPaperContainer__3L699{height:100%;max-height:271px!important;max-width:603px!important;width:100%}.CLADialogConfirm_warningMessage__Fzo77{color:#bc2142;font-family:museo-sans,sans-serif!important;font-size:12px!important;font-style:normal;font-weight:400!important;line-height:14px!important;margin-top:29px!important}.CLADialogConfirm_confirmButton__lYMKk{min-width:125px!important;padding:"9px 25px 8.53px 25px"}.CLADialogConfirm_cancelButton__Bt2A7{min-width:125px!important}.CLAPerson_avatar-circle__yK-Ag{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:29px;height:var(--avatar-size-s,var(--avatar-size,29px));justify-content:center;width:29px;width:var(--avatar-size-s,var(--avatar-size,29px))}.CLAPerson_img-wrapper__0id5C{border:0;border:var(--avatar-border,0);display:flex;height:100%;overflow:hidden;position:relative;width:100%}.CLAPerson_image__ZVUds{border-radius:100%;height:100%!important;margin:0!important;width:100%!important}.CLAPerson_emptyCell__background__qyIk8{align-items:center;background-color:#005b70;border-radius:50%;display:flex;height:100%;justify-content:center;width:100%}.CLAPerson_emptyCell__text__ME1FI{color:#fff}.CLASimpleDrawer_drawer-container__x9tBA{background-color:#fff;border-radius:5px;height:max-content;margin:15px}.CLASimpleDrawer_drawer-wrapper__kZvXW{display:flex}.CLASimpleDrawer_header-title__NK6ZD{cursor:default;font-family:Georgia;font-size:17px;font-weight:700;padding:60px 0 20px 25px}.CLATooltip_ext-tooltip__k1w\+y a{cursor:text;pointer-events:none}.CLATooltip_tooltip__nNA-q a{color:var(--cla-color-gray-500)}mgt-person{--avatar-size:100px}.EngagementLeader_engagementLeaderContainer__4RT95{color:#fff;display:flex;margin-right:30px}.EngagementLeader_engagementLeaderContainer__4RT95 a{color:#fff}.EngagementLeader_leaderImage__DP-7l{border-radius:110px;height:100px;width:100px}.EngagementLeader_containerRight__6ZVDR{display:flex;flex-direction:column;justify-content:center;padding-left:15px}.EngagementLeader_textName__3-kHj{font-size:20px}.EngagementLeader_textTitle__7wqps{font-size:14px;margin-top:5px}.EngagementLeader_iconContainer__RvQcw{display:flex;margin-top:10px}.EngagementLeader_iconCSS__Ybz34{margin-right:10px}.data-grid-container{width:100%}.pageButtonAddFormIcon{color:#6baeb4!important}.pageButton{background-color:#fff!important;color:#2e334e!important}.pageButton,.pageButtonSelected{font-family:museo-sans!important;font-size:14px!important;font-weight:600!important;line-height:17px!important;min-width:1%!important;padding:2!important}.pageButtonSelected{background-color:#6baeb4!important;color:#fff!important;margin-left:3px;margin-right:3px}.MuiTablePagination-selectLabel{margin-bottom:0}.actionContainer{gap:10px;justify-content:center;margin-left:5px;margin-right:30px}.actionContainer,.buttonPageContainer{align-items:center;display:flex;flex-direction:row}.buttonPageContainer{gap:8px}.actionButtons{display:flex;flex-direction:row;gap:0;justify-content:center}.footer{border-top:1px solid hsla(0,0%,59%,.25);display:"flex";justify-content:"center";padding-top:5px}.ellipses{background-color:#fff!important;color:#2e334e!important;cursor:text!important;font-family:museo-sans!important;font-size:14px!important;font-weight:600!important;height:20px;line-height:17px!important;min-width:1%!important;padding:0!important;width:20px}.Toastify{position:relative;z-index:9}.custom-toast-error{height:50px;min-height:auto;padding:0;position:relative;right:-2em}.custom-toast-error .custom-toast__wrapper{text-align:center}.custom-toast-error .Toastify__toast-body{margin-left:14px;position:relative;top:-2px}.custom-toast-error .custom-toast__wrapper-error .custom-toast__text{color:#26201f;font-size:14px;font-weight:600;margin-right:10px;position:relative;top:1.5px}.custom-toast-error .custom-toast__wrapper-error svg{background:#fff;border-radius:50%;color:#be2949;font-size:40px;padding:3px}.custom-toast-success .custom-toast__wrapper-success svg{color:#37d074;font-size:48px;left:-18.3px;position:relative;top:-3px}.custom-toast-loading{height:54px;min-height:54px;width:54px}.custom-toast-loading .custom-toast__wrapper-loading svg{color:#559add;font-size:48px}.custom-toast-loading .custom-toast__wrapper-loading .MuiCircularProgress-root{left:-7px;position:relative;top:-6px}.custom-toast-success{height:54px;min-height:54px;width:54px}.custom-toast-success .custom-toast__wrapper-success .success-icon{left:-15px;position:relative;top:-17px;width:59px}.CLAFormTable_container__e-tMH{display:flex;overflow:hidden;width:100%}.CLAFormTable_tableHeader__NZNN8{border:1px solid hsla(0,0%,59%,.25)}.CLAFormTable_tableHeaderCell__Sx5qR{background-color:#f7f7f7;color:#2e334e!important;font-family:museo-sans!important;font-size:11px!important;font-style:normal;font-weight:1000!important;line-height:13px!important}.CLAFormTable_tableRow__gYDTk{border-top:1px solid hsla(0,0%,59%,.25)}.CLAFormTable_tableRow__gYDTk:hover{background-color:#e4f6f6}.CLAFormTable_tableRowCell__q\+Q-B{font-size:12px!important}.CLAFormTable_tableRowCellProgress__uABzj,.CLAFormTable_tableRowCell__q\+Q-B{color:#565656!important;font-family:museo-sans!important;font-style:normal;font-weight:600!important;line-height:14px!important}.CLAFormTable_tableRowCellProgress__uABzj{font-size:16px!important}.CLAFormTable_tableRowFirstCell__qOkFl{color:#565656!important;font-family:museo-sans!important;font-size:12px!important;font-style:normal;font-weight:600!important;line-height:14px!important;padding-right:0!important}.CLAFormTable_pageButtonSelected__sGE\+B{background-color:#6baeb4!important;color:#fff!important}.CLAFormTable_pageButtonSelected__sGE\+B,.CLAFormTable_pageButton__Q3yfu{font-family:museo-sans!important;font-size:14px!important;font-weight:600!important;height:22px;line-height:17px!important;min-width:1%!important;padding:0!important;width:22px}.CLAFormTable_pageButton__Q3yfu{background-color:#fff!important;color:#000!important}.CLARadioButtonList_radio-control__5BPr3 .CLARadioButtonList_tooltip-icon__Ni17n{color:#2e334e;height:13px;margin-left:7px;width:13px}.CLARadioButtonList_radio-control__5BPr3 .CLARadioButtonList_container-list__1w-RU{margin-top:12px}.CLARadioButtonList_radio-control__5BPr3 .CLARadioButtonList_container-list__1w-RU .CLARadioButtonList_list-wrapper__DNCg9{min-width:70px}.CLARadioButtonList_radio-control__5BPr3 .CLARadioButtonList_container-list__1w-RU .CLARadioButtonList_list-wrapper__DNCg9 label{align-items:flex-start}.CLARadioButtonList_radio-control__5BPr3 .CLARadioButtonList_container-list__1w-RU .CLARadioButtonList_list-wrapper__DNCg9 .CLARadioButtonList_other-wrapper__c817k{display:flex;flex-direction:row}.CLARadioButtonList_radio-control__5BPr3{width:100%}.CLASelect_cla-select__zuS-d{font-size:1rem;font-weight:600;height:auto;line-height:1.5}.CLASelect_cla-select__zuS-d .CLASelect_render-values__OBmtk{white-space:break-spaces}.CLASelect_cla-select__zuS-d .CLASelect_truncate-values__gwtNb{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CLASelect_cla-select__zuS-d .CLASelect_tooltip-icon__UJsw3{color:#2e334e;height:19px;margin-left:7px;width:19px}.CLASelect_cla-item__uO7nM div{padding:4px 2px;white-space:break-spaces}.CLASelect_cla-select__zuS-d .CLASelect_placeholder__BENwO{color:#cbcbcb}.ClientExternalIcon_icon__Uck6W{height:23px;width:23px}.FormView_vf-section-table-label-wrapper__q-RKh{padding:10px}.FormView_vf-section-table-label__qUyr5{color:#2e334e!important;white-space:"normal";width:"max-content"}.FormView_vf-section-formula-label__ZVwse{color:#595959;font-size:17px;font-weight:400;line-height:20px}.FormView_vf-section-formula-value__7tNf0{font-size:17px;font-weight:400;line-height:32px}.FormView_field_wrapper_locked_tooltip_title__Xq7FQ{display:flex;flex-direction:row;padding:.6rem}.FormView_person__wTY6\+{--avatar-size:2.8rem;color:#565656}.FormView_vf-section-table-container__ok5eE{overflow:auto}.VFQuestionGroup_fieldset__2HTER{background-color:#fff;border:1px solid rgba(0,0,0,.26);border-radius:4px;margin:0;min-width:100%;padding:initial}.VFQuestionGroup_legend__T4ZPG{color:#595959;float:none;font-size:medium;font-size:12px;line-height:normal;margin:initial;margin-left:16px;padding:0 4px;width:auto}.VFQuestionGroup_questionGroupInner__UVRMP{box-sizing:border-box;min-height:15vh;padding:4px 16px;width:100%}.VFQuestionGroup_rowField__TaRCu{box-sizing:border-box;display:flex;flex-flow:row;flex-wrap:wrap;position:relative;width:100%}.VFQuestionGroup_renderedFieldWrapper__HbLSS{box-sizing:border-box;padding:24px}.TbLink_tblink__A-DcL{cursor:pointer}.TbLink_tblink--valid__kfIRW{color:var(--cla-color-gray-500);cursor:pointer;right:10px}.TbLink_tblink--invalid__njJTN{color:var(--cla-color-red);cursor:pointer}.TbLink_tblink__text--invalid__MDeD1{color:var(--cla-color-red);text-decoration:underline}.TbLink_tblink__check-icon__a-LiJ{color:var(--cla-color-gray-500);height:var(--cla-size-2);margin-right:var(--cla-size-0\/5);width:var(--cla-size-2)}.TbLinkDrawer_drawer__close-button__ta6GC{margin-right:var(--cla-size-2);margin-top:var(--cla-size-2);position:relative}.TbLinkDrawer_drawer__container__1bAp6{padding:var(--cla-size-4)}.TbLinkDrawer_drawer__content__WOX2x{background-color:var(--cla-color-white);padding:var(--cla-size-4)}.TbLinkDrawer_drawer__content__icon-container__9iT8U{display:flex;justify-content:end}.TbLinkDrawer_drawer__label__9V-Q0{margin-bottom:var(--cla-size-2)}.TbLinkDrawer_drawer__content__actions__n5JRm{justify-content:end;margin-bottom:var(--cla-size-6)}.TbLinkDrawer_drawer__content__cancel-button__Pxiv7,.TbLinkDrawer_drawer__content__submit-button__c8v8P{margin-left:var(--cla-size-2\/25)}.TbLinkDrawer_drawer__content__row__ct8fN{align-items:center;margin-top:var(--cla-size-4)}.TbLinkDrawer_drawer__content__row__item__Kbsda{margin-left:var(--cla-size-2)}.TbLinkDrawer_drawer__content__row__header__Srhll{align-items:center}.TbLinkDrawer_drawer__content__row__ct8fN>*+*{margin-left:var(--cla-size-2)}.TbLinkDrawer_drawer__content__sign-options__xoI5R{max-width:45%}.TbLinkDrawer_linkOffIcon__GcYhZ{align-items:center;color:#000;cursor:pointer;display:flex;gap:5px;opacity:1;transition:opacity .3s ease}.TbLinkDrawer_linkOffIcon__GcYhZ:hover{opacity:.7}.TbLinkDrawer_linkOffIcon__GcYhZ.TbLinkDrawer_disabled__mA8Z7{color:rgba(0,0,0,.7);cursor:default;opacity:.7}.CLASelect_cla-select__3Vk0h,.TbLinkSelect_tblink-select__bArle{font-size:1rem;font-weight:600;height:auto;line-height:1.5}.Footer_globalFooterSocial__d\+Pp9{background:#2d3c59;padding:1.875em 0 2.188em}.Footer_globalFooterSocialList__jwPdQ{color:#404041;display:flex;font-size:19px;gap:16px;justify-content:center;list-style-type:none;margin:0;padding:0}.Footer_globalFooterSocialListItem__EXZ0v{display:list-item;flex:0 0 auto;font-size:1.75em;line-height:0;margin-bottom:0!important}.Footer_globalListItemA__Wo0fg{word-wrap:break-word;align-items:center;border:1px solid #fff;border-radius:100%;display:flex;flex-grow:1;height:56px;justify-content:center;line-height:inherit;position:relative;text-align:center;text-decoration:none;transition:color .3s,background-color .3s;width:56px}.Footer_globalFooterNav__6cRpx{background:#1b2435;padding:56px 0}.Footer_globalFooterNavContainer__Kuv6-{margin-left:auto;margin-right:auto;max-width:1190px;padding-left:15px;padding-right:15px}.Footer_globalFooterNavWrapper__LoQ4p{display:flex;flex-wrap:wrap;margin:auto;max-width:83.33333%}.Footer_globalFooterNavTitle__JXYYX{color:#fff;font-family:MuseoSans-700;font-size:18px;font-style:normal;font-weight:500;letter-spacing:1px;line-height:1.25;margin:0 0 .875em;padding:0}.Footer_globalFooterNavKnowUsGetStarted__2uzaS{flex-basis:calc(20% - 30px);flex-grow:1;flex-shrink:1;margin-right:30px}.Footer_globalFooterNavNoBullets__m\+ScS{color:#404041;font-size:19px;list-style-type:disc;margin:0 0 1.25em;padding:0}.Footer_globalFooterNavLi__nBVGX{display:list-item;font-size:16px;line-height:1.25;list-style:none!important;margin-bottom:.5em;margin-left:0!important;padding-left:0!important}.Footer_globalFooterNavA__4h4A4{word-wrap:break-word;color:#fff;line-height:inherit;text-decoration:none;transition:color .3s,background-color .3s}.Footer_globalFooterFinePrint__q5QDq{flex-basis:50%;flex-grow:2;flex-shrink:1}.Footer_globalFooterUnderlineA__D6hT9{word-wrap:break-word;color:#fff;line-height:inherit;text-decoration:underline;transition:color .3s,background-color .3s}.Footer_globalFooterNavA__4h4A4:hover,.Footer_globalFooterUnderlineA__D6hT9:hover{color:#fff;cursor:pointer;outline:0;text-decoration:underline}.Footer_globalFooterFinePrintP__DrdOu{color:#fff;font-family:MuseoSans-300;font-size:14px;font-weight:400;line-height:1.35;margin-bottom:.875em;margin-top:0;padding:0}.Footer_globalFooterDisclaimer__okduI{flex:1 0 100%;font-style:normal!important;padding-top:46px}.Footer_globalFooterDisclaimerP__454Kc{margin-bottom:1.25em}.Footer_globalFooterDisclaimerLastChildP__VwBPg,.Footer_globalFooterDisclaimerP__454Kc{color:#fff;font-size:12px;font-weight:400;line-height:1.35;margin-top:0;padding:0}.Header_claNavLink__4JIdF{color:#fff;font-family:museo-sans,sans-serif;font-size:20px;font-style:normal;font-weight:200;margin-left:5px;margin-right:25px;padding:20px 0 1rem;position:relative;text-decoration:none}.Header_claNavLink__4JIdF:hover{color:#fff}.Header_claNavLinkActive__ucem5{border-bottom:5px solid #76d2d3!important;font-weight:600;pointer-events:none}.Header_todoNotification__kz452{color:red}.Header_appBar__jvfSz{background-color:#fff!important;box-shadow:none!important;padding:0 30px}.FieldWrapper_field_wrapper_locked_tooltip_title__7Eh7J{display:flex;flex-direction:row;padding:.6rem}.FieldWrapper_person__PHJO1{--avatar-size:2.8rem;color:#565656}.UOEAuditAreaCollapsibles_headerContainer__Z7lXX{display:flex;width:100%}.UOEAuditAreaCollapsibles_gridContainer__p\+no9{display:grid;grid-template-columns:10fr 90px 3fr;margin-left:16px;width:100%}.UOEAuditAreaCollapsibles_callapsibleBorder__YPDxP{border:none;border-top:var(--uoe-datagrid-border-props)}.UOEAuditAreaCollapsibles_rowTitle__56814{align-items:center;display:flex;font-family:museo-sans,sans-serif;font-size:1.18em;font-weight:700;line-height:19.2px;outline:none}.UOEAuditAreaCollapsibles_rowIcon__rfdD9{display:flex;justify-content:center;padding-left:17px}.UOEAuditAreaCollapsibles_rowButton__GttJ4{display:flex;justify-content:flex-end}.UOEAuditAreaCollapsibles_contentContainer__TaPKc{margin-left:62px}.UOEAuditAreaCollapsibles_textfieldContainer__RivKL{display:flex;flex-direction:column;margin-bottom:2rem}.UOEAuditAreaCollapsibles_numberedText__JV4w\+{color:#979797;font-family:museo-sans,sans-serif;font-size:12px;font-weight:600;line-height:17px;margin-bottom:2rem}:root{--uoe-datagrid-border-props:1px solid #e0e0e0}.border-top-gray{border-top:1px solid #e0e0e0;border-top:var(--uoe-datagrid-border-props)}.border-bottom-gray,.border-y-gray{border-bottom:1px solid #e0e0e0;border-bottom:var(--uoe-datagrid-border-props)}.border-y-gray{border-top:1px solid #e0e0e0;border-top:var(--uoe-datagrid-border-props)}.Section_vf-section-wrapper__UvC7w{display:flex;flex-direction:column;font-family:museo-sans;padding:10px 0;position:relative;width:100%}.Section_vf-section__Y9gid{background-color:#fff;border:1px solid hsla(0,0%,59%,.25);border-radius:4px;display:flex;flex-direction:column;padding:16px 20px;width:100%}.Section_vf-section__Y9gid .Section_section-header-wrapper__9EHFw{align-items:center;color:#2e334e;column-gap:8px;display:flex;font-family:Georgia;font-size:18px;font-weight:700}.Section_vf-section__Y9gid .Section_section-header-wrapper__9EHFw .Section_section-header__1\+Glf{align-items:center;display:flex;flex-grow:1;gap:6px}.Section_vf-section-table-label-wrapper__HSqjy{padding:10px}.Section_vf-section-table-label__vL8BK{color:#2e334e!important;white-space:"normal";width:"max-content"}.Section_vf-section-formula-label__L7mpB{color:#595959;font-size:17px;font-weight:400;line-height:20px}.Section_vf-section-formula-value__qOn31{font-size:17px;font-weight:400;line-height:32px}.Section_vf-section-blank__OdUtW{background-color:transparent;border-color:transparent}.Section_field_wrapper_locked_tooltip_title__QTDmu{display:flex;flex-direction:row;padding:.6rem}.Section_person__sHZ5H{--avatar-size:2.8rem;color:#565656}.Section_vf-section-table-container__b2fQn{overflow:auto}.Section_vf-section-inner__RKdLh{background-color:transparent;display:flex;flex-direction:row;flex-wrap:wrap;font-size:18px;font-weight:600;height:100%;min-height:15vh;width:100%}.Unauthorized_unauthorized-container__Z5i0O{display:flex;min-height:100vh;width:100vw}.Unauthorized_background-image-container__ls\+a1{height:100%;left:0;position:fixed;top:0;width:100%;z-index:99}.Unauthorized_background-image-container__image__fp0As{height:100%;object-fit:cover;width:100%}.Unauthorized_content-container__bw5ZK{padding:40px;z-index:100}.Unauthorized_content-container__logo__yaIDI{height:64px;width:64px}.Unauthorized_content-container__title__HXltq{color:#fff;font-family:Georgia,Times New Roman,Times,serif;font-size:33px;font-weight:700;margin-top:70px}.Unauthorized_content-container__title-divider__QN7Pt{border:2px solid #fff;margin-left:0;margin-top:40px;opacity:1;width:60px}.Unauthorized_content-container__subtitle__PO7pM{color:#fff;font-size:20px;margin-top:75px}.Unauthorized_content-container__engagement-leader__M\+kbl{display:flex;margin-top:40px}.NoAccessErrorBoundary_no-access-error-boundary__kbPcd{background-color:#2d3b59;position:relative}.NoAccessErrorBoundary_no-access-error-boundary__background__A\+VYH{height:100%;max-height:100%;max-width:100%}.NoAccessErrorBoundary_no-access-error-boundary__content__UK3gS{color:#f7f7f7;font-family:Georgia;padding-left:var(--cla-size-8);padding-right:var(--cla-size-8);position:absolute;top:10%}.NoAccessErrorBoundary_no-access-error-boundary__logo__G3oCU{height:64px;width:64px}.NoAccessErrorBoundary_no-access-error-boundary__divider__UhKPA{border:2px solid #fff;margin-left:0;margin-top:40px;width:60px}.NoAccessErrorBoundary_no-access-error-boundary__title__bb--0{font-size:33px;font-weight:700;margin-top:70px}.NoAccessErrorBoundary_no-access-error-boundary__subtitle__9-fK8{font-size:20px;margin-top:75px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f6f6f6;font-family:Montserrat,sans-serif;font-size:14px;margin:0;overflow-x:hidden;padding-top:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.icon{height:18px;width:auto}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px grey}::-webkit-scrollbar-thumb{background:#6baeb4;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#017278}:root{--cla-size-0\/5:0.25rem;--cla-size-1:0.5rem;--cla-size-2:1rem;--cla-size-2\/25:1.25rem;--cla-size-3:1.5rem;--cla-size-4:2rem;--cla-size-5:2.5rem;--cla-size-6:3rem;--cla-size-7:3.5rem;--cla-size-8:4rem;--cla-size-9:4.5rem;--cla-size-10:5rem;--cla-size-12:6rem;--cla-l-max-width:71.25rem;--cla-l-sidebar-width:13.5rem;--cla-l-linelength-width:36rem;--cla-z-index-0:0;--cla-z-index-100:100;--cla-z-index-200:200;--cla-z-index-300:300;--cla-z-index-400:400;--cla-z-index-500:500;--cla-z-index-top:99999;--cla-z-index-bottom:-100;--cla-font-family-georgia:"Georgia";--cla-font-family-museo:"museo-sans";--cla-font-size-11:0.688rem;--cla-font-size-12:0.75rem;--cla-font-size-14:0.875rem;--cla-font-size-16:1rem;--cla-font-size-18:1.125rem;--cla-font-size-24:1.5rem;--cla-font-size-28:1.75rem;--cla-font-size-32:2rem;--cla-font-size-40:2.5rem;--cla-font-size-base:12px;--cla-border-width-sm:1px;--cla-border-width-md:2px;--cla-border-width-lg:4px;--cla-border-width-xl:8px;--cla-border-radius-md:4px;--cla-border-radius-lg:8px;--cla-border-radius-xl:20px;--cla-border-radius-round:50%;--cla-border-radius-full:9999px;--cla-font-weight-normal:500;--cla-font-weight-bold:600;--cla-font-weight-medium:700;--cla-color-white:#fff;--cla-color-black:#000;--cla-color-riptide-475:#6baeb4;--cla-color-cyan-500:#76d2d3;--cla-color-cyan-600:#49bfc1;--cla-color-blue-700:#42526e;--cla-color-blue-800:#2e334e;--cla-color-blue-900:#1e2133;--cla-color-gray-container:#f6f6f6;--cla-color-gray-350:#565656;--cla-color-gray-500:#979797;--cla-color-gray-700:#4b4b4b;--cla-color-red:#fd4747;--cla-icon-close-color:rgba(0,0,0,.54);--cla-icon-size-sm:10px;--cla-icon-size-md:18px;--cla-icon-size-lg:21px;--cla-icon-size-xl:24px}
/*# sourceMappingURL=main.9bb8217a.css.map*/