@import"https://fonts.googleapis.com/css2?family=Belleza&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;400;600;700;800&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:Georgia;src:url(Georgia.8e18d723c3de358d.ttf)}@font-face{font-family:Georgia Italic;src:url(GeorgiaItalic.b68ae49e758a05b8.ttf)}.app-a{font-family:Nunito Sans,sans-serif;font-size:1rem;line-height:1.36;font-weight:400;color:#000}.app-button{display:flex;align-items:center;justify-content:center;color:#000;background-color:transparent;font-family:Nunito Sans,sans-serif;font-size:.87rem;line-height:1.36;padding:6px .93rem;border:1px solid currentColor;outline:none;border-radius:30px;-webkit-user-select:none;user-select:none}.app-button.active:not(:disabled),.app-button:hover:not(:disabled){color:#4bc500;cursor:pointer}.app-button.disabled,.app-button:disabled{opacity:.5;cursor:default}.app-button .btn-icon{flex-shrink:0;height:1em;width:auto;color:inherit;margin-right:10px}.app-button .btn-label{color:inherit;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:1;-webkit-line-clamp:1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:Nunito Sans,sans-serif;line-height:1.36;font-weight:700}h1,.h1{font-size:1.75em;margin-bottom:.67em}h2,.h2{font-size:1.5em;margin-bottom:.83em}h3,.h3{font-size:1.25em;margin-bottom:.83em}h4,.h4{font-size:1em;margin-bottom:.87em}h5,.h5{font-size:.87em;margin-bottom:.67em}h6,.h6{font-size:.67em;margin-bottom:.5em}p,.p{font-family:Nunito Sans,sans-serif;line-height:1.36;font-size:.87em;margin-bottom:.67em}span,.span{font-family:Nunito Sans,sans-serif;line-height:1.36}.display-1{font-size:3em;margin-bottom:.83em;font-weight:400}.display-2{font-size:2.75em;margin-bottom:1em;font-weight:400}.display-3{font-size:2.5em;margin-bottom:1em;font-weight:400}.font-highlight{font-family:Belleza,sans-serif;line-height:1.15}.primary{color:#4bc500}.secondary{color:#30f}input,.app-input{font-family:Nunito Sans,sans-serif;font-size:1em;line-height:1.36;outline:0;border:0}.app-check-box{position:relative;display:flex;align-items:center;gap:.375rem;width:-moz-fit-content;width:fit-content;height:auto}.app-check-box.checked .check-box:after{content:"";position:absolute;inset:0;background:#4BC500 url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 5.79487L5.26667 12L13 1' stroke='white' stroke-width='0.5' /%3e%3c/svg%3e ") no-repeat center center;border-radius:inherit}.app-check-box .check-box{flex-shrink:0;align-self:flex-start;display:inline-block;height:1.375rem;width:1.375rem;background-color:#f1f1f1;border-radius:50%;cursor:pointer}.app-check-box .check-box-label{color:#000;font-size:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.app-container{padding-left:var(--app-page-padding-x, 48px);padding-right:var(--app-page-padding-x, 48px)}.app-loader{position:absolute;display:block;left:0;top:0;width:100%;height:2px;background-color:transparent;overflow:hidden}.app-loader:after{content:"";position:absolute;height:100%;width:0%;top:0;background-color:#4bc500;animation:loader 1.2s linear infinite alternate}@keyframes loader{0%{width:10%;left:0%}50%{width:40%;left:30%}to{width:10%;left:90%}}.app-spinner{display:block;margin:0 auto;width:32px;height:32px;color:#4bc500}.app-spinner:after{content:" ";display:block;width:100%;height:100%;border-radius:50%;border:2px solid currentColor;border-color:currentColor transparent currentColor transparent;animation:spinner-animation 1.2s linear infinite}@keyframes spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in-out{opacity:1;animation:fadeInOut 2s linear infinite}@keyframes fadeInOut{0%{opacity:.1}50%{opacity:1}to{opacity:.1}}:root{--layout-gutter-x: 1.5rem;--layout-gutter-y: 0}.container{width:100%;padding-right:calc(var(--layout-gutter-x) * .5);padding-left:calc(var(--layout-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 1400px){.container{max-width:1320px}}.container-fluid{width:100%;padding-right:calc(var(--layout-gutter-x) * .5);padding-left:calc(var(--layout-gutter-x) * .5);margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--layout-gutter-y));margin-right:calc(-.5 * var(--layout-gutter-x));margin-left:calc(-.5 * var(--layout-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--layout-gutter-x) * .5);padding-left:calc(var(--layout-gutter-x) * .5);margin-top:var(--layout-gutter-y)}.no-gutters{margin-right:0;margin-left:0}.no-gutters>*{padding-right:0;padding-left:0}.col-12{flex:0 0 auto;width:100%}.col-6{flex:0 0 auto;width:50%}@media (min-width: 576px){.col-sm-12{flex:0 0 auto;width:100%}}@media (min-width: 768px){.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-12{flex:0 0 auto;width:100%}.order-md-12{order:12!important}}@media (min-width: 992px){.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.order-lg-12{order:12!important}}.d-flex{display:flex!important}.d-none{display:none!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-shrink-0{flex-shrink:0!important}.flex-grow-0{flex-grow:0!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-center{align-items:center!important}.align-items-start{align-items:flex-start!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}:root{--app-header-block-size: 59px;--app-page-padding-x: 48px}@media only screen and (min-width: 1281px){:root{--app-header-block-size: 64px}}html.app-header-canvas{--app-header-block-size: 48px}@media only screen and (min-width: 1281px){html.app-header-canvas{--app-header-block-size: 52px}}html,body{position:relative;font-family:Nunito Sans,sans-serif;font-size:16px;background-color:#fff;color:#000;width:100%}@media only screen and (max-width: 576px){html,body{font-size:14.17px}}@media only screen and (min-width: 577px) and (max-width: 768px){html,body{font-size:14.17px}}@media only screen and (min-width: 769px) and (max-width: 992px){html,body{font-size:16px}}@media only screen and (min-width: 993px) and (max-width: 1280px){html,body{font-size:16px}}@media only screen and (min-width: 1281px) and (max-width: 1440px){html,body{font-size:16px}}@media only screen and (min-width: 1441px){html,body{font-size:16px}}*,*:before,*:after{font:inherit;position:relative;box-sizing:border-box}.primary{color:#4bc500!important}.secondary{color:#30f!important}.bg-primary{background-color:#4bc500!important;color:#fff}.bg-secondary{background-color:#30f!important;color:#fff}.bg-purple{background-color:#e6e4ff!important;color:#000}.helper-purple{color:#917ee0!important}.search-result-item{margin-bottom:.75rem}.search-result-item .item-prefix{margin-bottom:4px;display:block;opacity:.5}.search-result-message{color:#000}.search-match{color:#4bc500;border-bottom:1px solid #4BC500}.context-highlighted{color:#000;font-weight:800}.highlight-font{font-family:Belleza,sans-serif;line-height:1.15}.emoji-container{position:absolute;right:10px;display:flex;align-items:center;gap:6px;animation:go-top ease-in 2.25s;animation-iteration-count:1;animation-fill-mode:forwards}.emoji-container .name{font-size:10px;font-weight:900;width:22px;height:22px;line-height:18px;border:2px solid #9F9F9F;border-radius:50%;background-color:#fff;text-align:center;color:#9f9f9f}.emoji-container .emoji{font-size:48px}.emoji-container .image{height:70px}@keyframes go-top{0%{top:calc(100% - 80px);opacity:1}75%{opacity:.8}to{top:-10%;opacity:0}}#activeElement .quote-thumbnail{display:none}.color-dot{height:24px;width:24px;border-radius:50%}.bg-family-1,.bg-hover-family-1:hover,.bg-hover-family-1.active{background-color:#0065ff!important}.fg-family-1,.fg-hover-family-1:hover,.fg-hover-family-1.active{color:#0065ff!important}.border-family-1{border-color:#0065ff!important}.family1-gradient:before,.family1-gradient:after{opacity:.9;background:linear-gradient(148deg,#ABD6FF 0%,#FFF 97.23%)}.selection-family-1 ::selection{background-color:#0065ff!important}.underline-family-1{text-decoration-color:#0065ff!important}.underline-family-1:after{background-color:#0065ff!important}.bg-family-2,.bg-hover-family-2:hover,.bg-hover-family-2.active{background-color:#ffad00!important}.fg-family-2,.fg-hover-family-2:hover,.fg-hover-family-2.active{color:#ffad00!important}.border-family-2{border-color:#ffad00!important}.family2-gradient:before,.family2-gradient:after{opacity:.9;background:linear-gradient(148deg,#FFEF9F 0%,#FFF 97.23%)}.selection-family-2 ::selection{background-color:#ffad00!important}.underline-family-2{text-decoration-color:#ffad00!important}.underline-family-2:after{background-color:#ffad00!important}.bg-family-3,.bg-hover-family-3:hover,.bg-hover-family-3.active{background-color:#ff128c!important}.fg-family-3,.fg-hover-family-3:hover,.fg-hover-family-3.active{color:#ff128c!important}.border-family-3{border-color:#ff128c!important}.family3-gradient:before,.family3-gradient:after{opacity:.9;background:linear-gradient(148deg,#FFC1B5 0%,#FFF 97.23%)}.selection-family-3 ::selection{background-color:#ff128c!important}.underline-family-3{text-decoration-color:#ff128c!important}.underline-family-3:after{background-color:#ff128c!important}.bg-family-4,.bg-hover-family-4:hover,.bg-hover-family-4.active{background-color:#43217d!important}.fg-family-4,.fg-hover-family-4:hover,.fg-hover-family-4.active{color:#43217d!important}.border-family-4{border-color:#43217d!important}.family4-gradient:before,.family4-gradient:after{opacity:.9;background:linear-gradient(148deg,#E9DBFF 0%,#FFF 97.23%)}.selection-family-4 ::selection{background-color:#43217d!important}.underline-family-4{text-decoration-color:#43217d!important}.underline-family-4:after{background-color:#43217d!important}.bg-family-5,.bg-hover-family-5:hover,.bg-hover-family-5.active{background-color:#54b948!important}.fg-family-5,.fg-hover-family-5:hover,.fg-hover-family-5.active{color:#54b948!important}.border-family-5{border-color:#54b948!important}.family5-gradient:before,.family5-gradient:after{opacity:.9;background:linear-gradient(148deg,#D1FFCC 0%,#FFF 97.23%)}.selection-family-5 ::selection{background-color:#54b948!important}.underline-family-5{text-decoration-color:#54b948!important}.underline-family-5:after{background-color:#54b948!important}.bg-family-1-color-1{background-color:#0065ff!important}.bg-hover-family-1-color-1:hover,.bg-hover-family-1-color-1.active{background-color:#0065ff}.fg-family-1-color-1,.fg-hover-family-1-color-1:hover,.fg-hover-family-1-color-1.active{color:#0065ff}.family1-gradient1-after:after{opacity:.9!important;background:linear-gradient(148deg,#0065FF 0%,#FFF 97.23%)}.family1-gradient1-before:before{opacity:.9!important;background:linear-gradient(148deg,#0065FF 0%,#FFF 97.23%)}.selection-family-1-1 ::selection{background-color:#0065ff!important}.bg-family-1-color-2{background-color:#def!important}.bg-hover-family-1-color-2:hover,.bg-hover-family-1-color-2.active{background-color:#def}.fg-family-1-color-2,.fg-hover-family-1-color-2:hover,.fg-hover-family-1-color-2.active{color:#def}.family1-gradient2-after:after{opacity:.9!important;background:linear-gradient(148deg,#DDEEFF 0%,#FFF 97.23%)}.family1-gradient2-before:before{opacity:.9!important;background:linear-gradient(148deg,#DDEEFF 0%,#FFF 97.23%)}.selection-family-1-2 ::selection{background-color:#def!important}.bg-family-1-color-3{background-color:#b1f1f1!important}.bg-hover-family-1-color-3:hover,.bg-hover-family-1-color-3.active{background-color:#b1f1f1}.fg-family-1-color-3,.fg-hover-family-1-color-3:hover,.fg-hover-family-1-color-3.active{color:#b1f1f1}.family1-gradient3-after:after{opacity:.9!important;background:linear-gradient(148deg,#B1F1F1 0%,#FFF 97.23%)}.family1-gradient3-before:before{opacity:.9!important;background:linear-gradient(148deg,#B1F1F1 0%,#FFF 97.23%)}.selection-family-1-3 ::selection{background-color:#b1f1f1!important}.bg-family-1-color-4{background-color:#79f5e6!important}.bg-hover-family-1-color-4:hover,.bg-hover-family-1-color-4.active{background-color:#79f5e6}.fg-family-1-color-4,.fg-hover-family-1-color-4:hover,.fg-hover-family-1-color-4.active{color:#79f5e6}.family1-gradient4-after:after{opacity:.9!important;background:linear-gradient(148deg,#79F5E6 0%,#FFF 97.23%)}.family1-gradient4-before:before{opacity:.9!important;background:linear-gradient(148deg,#79F5E6 0%,#FFF 97.23%)}.selection-family-1-4 ::selection{background-color:#79f5e6!important}.bg-family-1-color-5{background-color:#daffc4!important}.bg-hover-family-1-color-5:hover,.bg-hover-family-1-color-5.active{background-color:#daffc4}.fg-family-1-color-5,.fg-hover-family-1-color-5:hover,.fg-hover-family-1-color-5.active{color:#daffc4}.family1-gradient5-after:after{opacity:.9!important;background:linear-gradient(148deg,#DAFFC4 0%,#FFF 97.23%)}.family1-gradient5-before:before{opacity:.9!important;background:linear-gradient(148deg,#DAFFC4 0%,#FFF 97.23%)}.selection-family-1-5 ::selection{background-color:#daffc4!important}.bg-family-2-color-1{background-color:#ffad00!important}.bg-hover-family-2-color-1:hover,.bg-hover-family-2-color-1.active{background-color:#ffad00}.fg-family-2-color-1,.fg-hover-family-2-color-1:hover,.fg-hover-family-2-color-1.active{color:#ffad00}.family2-gradient1-after:after{opacity:.9!important;background:linear-gradient(148deg,#FFAD00 0%,#FFF 97.23%)}.family2-gradient1-before:before{opacity:.9!important;background:linear-gradient(148deg,#FFAD00 0%,#FFF 97.23%)}.selection-family-2-1 ::selection{background-color:#ffad00!important}.bg-family-2-color-2{background-color:#ffef9f!important}.bg-hover-family-2-color-2:hover,.bg-hover-family-2-color-2.active{background-color:#ffef9f}.fg-family-2-color-2,.fg-hover-family-2-color-2:hover,.fg-hover-family-2-color-2.active{color:#ffef9f}.family2-gradient2-after:after{opacity:.9!important;background:linear-gradient(148deg,#FFEF9F 0%,#FFF 97.23%)}.family2-gradient2-before:before{opacity:.9!important;background:linear-gradient(148deg,#FFEF9F 0%,#FFF 97.23%)}.selection-family-2-2 ::selection{background-color:#ffef9f!important}.bg-family-2-color-3{background-color:#f28153!important}.bg-hover-family-2-color-3:hover,.bg-hover-family-2-color-3.active{background-color:#f28153}.fg-family-2-color-3,.fg-hover-family-2-color-3:hover,.fg-hover-family-2-color-3.active{color:#f28153}.family2-gradient3-after:after{opacity:.9!important;background:linear-gradient(148deg,#F28153 0%,#FFF 97.23%)}.family2-gradient3-before:before{opacity:.9!important;background:linear-gradient(148deg,#F28153 0%,#FFF 97.23%)}.selection-family-2-3 ::selection{background-color:#f28153!important}.bg-family-2-color-4{background-color:#e54f12!important}.bg-hover-family-2-color-4:hover,.bg-hover-family-2-color-4.active{background-color:#e54f12}.fg-family-2-color-4,.fg-hover-family-2-color-4:hover,.fg-hover-family-2-color-4.active{color:#e54f12}.family2-gradient4-after:after{opacity:.9!important;background:linear-gradient(148deg,#E54F12 0%,#FFF 97.23%)}.family2-gradient4-before:before{opacity:.9!important;background:linear-gradient(148deg,#E54F12 0%,#FFF 97.23%)}.selection-family-2-4 ::selection{background-color:#e54f12!important}.bg-family-2-color-5{background-color:#d893c0!important}.bg-hover-family-2-color-5:hover,.bg-hover-family-2-color-5.active{background-color:#d893c0}.fg-family-2-color-5,.fg-hover-family-2-color-5:hover,.fg-hover-family-2-color-5.active{color:#d893c0}.family2-gradient5-after:after{opacity:.9!important;background:linear-gradient(148deg,#D893C0 0%,#FFF 97.23%)}.family2-gradient5-before:before{opacity:.9!important;background:linear-gradient(148deg,#D893C0 0%,#FFF 97.23%)}.selection-family-2-5 ::selection{background-color:#d893c0!important}.bg-family-3-color-1{background-color:#ff128c!important}.bg-hover-family-3-color-1:hover,.bg-hover-family-3-color-1.active{background-color:#ff128c}.fg-family-3-color-1,.fg-hover-family-3-color-1:hover,.fg-hover-family-3-color-1.active{color:#ff128c}.family3-gradient1-after:after{opacity:.9!important;background:linear-gradient(148deg,#FF128C 0%,#FFF 97.23%)}.family3-gradient1-before:before{opacity:.9!important;background:linear-gradient(148deg,#FF128C 0%,#FFF 97.23%)}.selection-family-3-1 ::selection{background-color:#ff128c!important}.bg-family-3-color-2{background-color:#fdd5e9!important}.bg-hover-family-3-color-2:hover,.bg-hover-family-3-color-2.active{background-color:#fdd5e9}.fg-family-3-color-2,.fg-hover-family-3-color-2:hover,.fg-hover-family-3-color-2.active{color:#fdd5e9}.family3-gradient2-after:after{opacity:.9!important;background:linear-gradient(148deg,#FDD5E9 0%,#FFF 97.23%)}.family3-gradient2-before:before{opacity:.9!important;background:linear-gradient(148deg,#FDD5E9 0%,#FFF 97.23%)}.selection-family-3-2 ::selection{background-color:#fdd5e9!important}.bg-family-3-color-3{background-color:#ffc1b5!important}.bg-hover-family-3-color-3:hover,.bg-hover-family-3-color-3.active{background-color:#ffc1b5}.fg-family-3-color-3,.fg-hover-family-3-color-3:hover,.fg-hover-family-3-color-3.active{color:#ffc1b5}.family3-gradient3-after:after{opacity:.9!important;background:linear-gradient(148deg,#FFC1B5 0%,#FFF 97.23%)}.family3-gradient3-before:before{opacity:.9!important;background:linear-gradient(148deg,#FFC1B5 0%,#FFF 97.23%)}.selection-family-3-3 ::selection{background-color:#ffc1b5!important}.bg-family-3-color-4{background-color:#a3a84d!important}.bg-hover-family-3-color-4:hover,.bg-hover-family-3-color-4.active{background-color:#a3a84d}.fg-family-3-color-4,.fg-hover-family-3-color-4:hover,.fg-hover-family-3-color-4.active{color:#a3a84d}.family3-gradient4-after:after{opacity:.9!important;background:linear-gradient(148deg,#A3A84D 0%,#FFF 97.23%)}.family3-gradient4-before:before{opacity:.9!important;background:linear-gradient(148deg,#A3A84D 0%,#FFF 97.23%)}.selection-family-3-4 ::selection{background-color:#a3a84d!important}.bg-family-3-color-5{background-color:#d9e0ab!important}.bg-hover-family-3-color-5:hover,.bg-hover-family-3-color-5.active{background-color:#d9e0ab}.fg-family-3-color-5,.fg-hover-family-3-color-5:hover,.fg-hover-family-3-color-5.active{color:#d9e0ab}.family3-gradient5-after:after{opacity:.9!important;background:linear-gradient(148deg,#D9E0AB 0%,#FFF 97.23%)}.family3-gradient5-before:before{opacity:.9!important;background:linear-gradient(148deg,#D9E0AB 0%,#FFF 97.23%)}.selection-family-3-5 ::selection{background-color:#d9e0ab!important}.bg-family-4-color-1{background-color:#43217d!important}.bg-hover-family-4-color-1:hover,.bg-hover-family-4-color-1.active{background-color:#43217d}.fg-family-4-color-1,.fg-hover-family-4-color-1:hover,.fg-hover-family-4-color-1.active{color:#43217d}.family4-gradient1-after:after{opacity:.9!important;background:linear-gradient(148deg,#43217D 0%,#FFF 97.23%)}.family4-gradient1-before:before{opacity:.9!important;background:linear-gradient(148deg,#43217D 0%,#FFF 97.23%)}.selection-family-4-1 ::selection{background-color:#43217d!important}.bg-family-4-color-2{background-color:#e9dbff!important}.bg-hover-family-4-color-2:hover,.bg-hover-family-4-color-2.active{background-color:#e9dbff}.fg-family-4-color-2,.fg-hover-family-4-color-2:hover,.fg-hover-family-4-color-2.active{color:#e9dbff}.family4-gradient2-after:after{opacity:.9!important;background:linear-gradient(148deg,#E9DBFF 0%,#FFF 97.23%)}.family4-gradient2-before:before{opacity:.9!important;background:linear-gradient(148deg,#E9DBFF 0%,#FFF 97.23%)}.selection-family-4-2 ::selection{background-color:#e9dbff!important}.bg-family-4-color-3{background-color:#d9e0ab!important}.bg-hover-family-4-color-3:hover,.bg-hover-family-4-color-3.active{background-color:#d9e0ab}.fg-family-4-color-3,.fg-hover-family-4-color-3:hover,.fg-hover-family-4-color-3.active{color:#d9e0ab}.family4-gradient3-after:after{opacity:.9!important;background:linear-gradient(148deg,#D9E0AB 0%,#FFF 97.23%)}.family4-gradient3-before:before{opacity:.9!important;background:linear-gradient(148deg,#D9E0AB 0%,#FFF 97.23%)}.selection-family-4-3 ::selection{background-color:#d9e0ab!important}.bg-family-4-color-4{background-color:#9cb396!important}.bg-hover-family-4-color-4:hover,.bg-hover-family-4-color-4.active{background-color:#9cb396}.fg-family-4-color-4,.fg-hover-family-4-color-4:hover,.fg-hover-family-4-color-4.active{color:#9cb396}.family4-gradient4-after:after{opacity:.9!important;background:linear-gradient(148deg,#9CB396 0%,#FFF 97.23%)}.family4-gradient4-before:before{opacity:.9!important;background:linear-gradient(148deg,#9CB396 0%,#FFF 97.23%)}.selection-family-4-4 ::selection{background-color:#9cb396!important}.bg-family-4-color-5{background-color:#ffcf6b!important}.bg-hover-family-4-color-5:hover,.bg-hover-family-4-color-5.active{background-color:#ffcf6b}.fg-family-4-color-5,.fg-hover-family-4-color-5:hover,.fg-hover-family-4-color-5.active{color:#ffcf6b}.family4-gradient5-after:after{opacity:.9!important;background:linear-gradient(148deg,#FFCF6B 0%,#FFF 97.23%)}.family4-gradient5-before:before{opacity:.9!important;background:linear-gradient(148deg,#FFCF6B 0%,#FFF 97.23%)}.selection-family-4-5 ::selection{background-color:#ffcf6b!important}.bg-family-5-color-1{background-color:#54b948!important}.bg-hover-family-5-color-1:hover,.bg-hover-family-5-color-1.active{background-color:#54b948}.fg-family-5-color-1,.fg-hover-family-5-color-1:hover,.fg-hover-family-5-color-1.active{color:#54b948}.family5-gradient1-after:after{opacity:.9!important;background:linear-gradient(148deg,#54B948 0%,#FFF 97.23%)}.family5-gradient1-before:before{opacity:.9!important;background:linear-gradient(148deg,#54B948 0%,#FFF 97.23%)}.selection-family-5-1 ::selection{background-color:#54b948!important}.bg-family-5-color-2{background-color:#d7ffd2!important}.bg-hover-family-5-color-2:hover,.bg-hover-family-5-color-2.active{background-color:#d7ffd2}.fg-family-5-color-2,.fg-hover-family-5-color-2:hover,.fg-hover-family-5-color-2.active{color:#d7ffd2}.family5-gradient2-after:after{opacity:.9!important;background:linear-gradient(148deg,#D7FFD2 0%,#FFF 97.23%)}.family5-gradient2-before:before{opacity:.9!important;background:linear-gradient(148deg,#D7FFD2 0%,#FFF 97.23%)}.selection-family-5-2 ::selection{background-color:#d7ffd2!important}.bg-family-5-color-3{background-color:#fffa8c!important}.bg-hover-family-5-color-3:hover,.bg-hover-family-5-color-3.active{background-color:#fffa8c}.fg-family-5-color-3,.fg-hover-family-5-color-3:hover,.fg-hover-family-5-color-3.active{color:#fffa8c}.family5-gradient3-after:after{opacity:.9!important;background:linear-gradient(148deg,#FFFA8C 0%,#FFF 97.23%)}.family5-gradient3-before:before{opacity:.9!important;background:linear-gradient(148deg,#FFFA8C 0%,#FFF 97.23%)}.selection-family-5-3 ::selection{background-color:#fffa8c!important}.bg-family-5-color-4{background-color:#e0e55e!important}.bg-hover-family-5-color-4:hover,.bg-hover-family-5-color-4.active{background-color:#e0e55e}.fg-family-5-color-4,.fg-hover-family-5-color-4:hover,.fg-hover-family-5-color-4.active{color:#e0e55e}.family5-gradient4-after:after{opacity:.9!important;background:linear-gradient(148deg,#E0E55E 0%,#FFF 97.23%)}.family5-gradient4-before:before{opacity:.9!important;background:linear-gradient(148deg,#E0E55E 0%,#FFF 97.23%)}.selection-family-5-4 ::selection{background-color:#e0e55e!important}.bg-family-5-color-5{background-color:#b4b2d9!important}.bg-hover-family-5-color-5:hover,.bg-hover-family-5-color-5.active{background-color:#b4b2d9}.fg-family-5-color-5,.fg-hover-family-5-color-5:hover,.fg-hover-family-5-color-5.active{color:#b4b2d9}.family5-gradient5-after:after{opacity:.9!important;background:linear-gradient(148deg,#B4B2D9 0%,#FFF 97.23%)}.family5-gradient5-before:before{opacity:.9!important;background:linear-gradient(148deg,#B4B2D9 0%,#FFF 97.23%)}.selection-family-5-5 ::selection{background-color:#b4b2d9!important}.fg-family-1-highlight{color:#abd6ff!important}.bg-family-1-highlight{background-color:#abd6ff!important}.fg-family-2-highlight{color:#ffef9f!important}.bg-family-2-highlight{background-color:#ffef9f!important}.fg-family-3-highlight{color:#ffc1b5!important}.bg-family-3-highlight{background-color:#ffc1b5!important}.fg-family-4-highlight{color:#e9dbff!important}.bg-family-4-highlight{background-color:#e9dbff!important}.fg-family-5-highlight{color:#d1ffcc!important}.bg-family-5-highlight{background-color:#d1ffcc!important}.modal-backdrop{z-index:10}.temp-p{position:absolute;z-index:-99;font-family:Georgia;font-size:13px;font-weight:400;line-height:19px;font-style:italic;width:190px;margin:0;opacity:0;visibility:hidden}.temp-p:first-letter{font-size:32px;text-transform:uppercase}.temp-ai-p{position:absolute;z-index:-99;font-family:Georgia;font-size:11.904px;font-weight:400;line-height:16px;font-style:italic;width:136px;opacity:0;visibility:hidden}.temp-group-p{position:absolute;z-index:-99;font-family:Georgia;font-size:16px;font-style:italic;font-weight:400;line-height:normal;margin:0;width:384px;opacity:0;visibility:hidden}.quote-match.match-family-1{background-color:#abd6ff!important}.quote-match.match-family-2{background-color:#ffef9f!important}.quote-match.match-family-3{background-color:#ffc1b5!important}.quote-match.match-family-4{background-color:#e9dbff!important}.quote-match.match-family-5{background-color:#d1ffcc!important}.quote-match.highlight-family-1{background-color:#0065ff!important}.quote-match.highlight-family-2{background-color:#ffad00!important}.quote-match.highlight-family-3{background-color:#ff128c!important}.quote-match.highlight-family-4{background-color:#43217d!important}.quote-match.highlight-family-5{background-color:#54b948!important}.bg-family-1-color-1-opacity-05{background-color:#0065ff80!important}.bg-family-1-color-2-opacity-05{background-color:#ddeeff80!important}.bg-family-1-color-3-opacity-05{background-color:#b1f1f180!important}.bg-family-1-color-4-opacity-05{background-color:#79f5e680!important}.bg-family-1-color-5-opacity-05{background-color:#daffc480!important}.hover-family-1-color-1-opacity-05:hover{background-color:#0065ff80!important}.hover-family-1-color-2-opacity-05:hover{background-color:#ddeeff80!important}.hover-family-1-color-3-opacity-05:hover{background-color:#b1f1f180!important}.hover-family-1-color-4-opacity-05:hover{background-color:#79f5e680!important}.hover-family-1-color-5-opacity-05:hover{background-color:#daffc480!important}.bg-family-2-color-1-opacity-05{background-color:#ffad0080!important}.bg-family-2-color-2-opacity-05{background-color:#ffef9f80!important}.bg-family-2-color-3-opacity-05{background-color:#f2815380!important}.bg-family-2-color-4-opacity-05{background-color:#e54f1280!important}.bg-family-2-color-5-opacity-05{background-color:#d893c080!important}.hover-family-2-color-1-opacity-05:hover{background-color:#ffad0080!important}.hover-family-2-color-2-opacity-05:hover{background-color:#ffef9f80!important}.hover-family-2-color-3-opacity-05:hover{background-color:#f2815380!important}.hover-family-2-color-4-opacity-05:hover{background-color:#e54f1280!important}.hover-family-2-color-5-opacity-05:hover{background-color:#d893c080!important}.bg-family-3-color-1-opacity-05{background-color:#ff128c80!important}.bg-family-3-color-2-opacity-05{background-color:#fdd5e980!important}.bg-family-3-color-3-opacity-05{background-color:#ffc1b580!important}.bg-family-3-color-4-opacity-05{background-color:#a3a84d80!important}.bg-family-3-color-5-opacity-05{background-color:#d9e0ab80!important}.hover-family-3-color-1-opacity-05:hover{background-color:#ff128c80!important}.hover-family-3-color-2-opacity-05:hover{background-color:#fdd5e980!important}.hover-family-3-color-3-opacity-05:hover{background-color:#ffc1b580!important}.hover-family-3-color-4-opacity-05:hover{background-color:#a3a84d80!important}.hover-family-3-color-5-opacity-05:hover{background-color:#d9e0ab80!important}.bg-family-4-color-1-opacity-05{background-color:#54b94880!important}.bg-family-4-color-2-opacity-05{background-color:#d7ffd280!important}.bg-family-4-color-3-opacity-05{background-color:#fffa8c80!important}.bg-family-4-color-4-opacity-05{background-color:#e0e55e80!important}.bg-family-4-color-5-opacity-05{background-color:#b4b2d980!important}.hover-family-4-color-1-opacity-05:hover{background-color:#54b94880!important}.hover-family-4-color-2-opacity-05:hover{background-color:#d7ffd280!important}.hover-family-4-color-3-opacity-05:hover{background-color:#fffa8c80!important}.hover-family-4-color-4-opacity-05:hover{background-color:#e0e55e80!important}.hover-family-4-color-5-opacity-05:hover{background-color:#b4b2d980!important}.bg-family-5-color-1-opacity-05{background-color:#43217d80!important}.bg-family-5-color-2-opacity-05{background-color:#e9dbff80!important}.bg-family-5-color-3-opacity-05{background-color:#d9e0ab80!important}.bg-family-5-color-4-opacity-05{background-color:#9cb39680!important}.bg-family-5-color-5-opacity-05{background-color:#ffcf6b80!important}.hover-family-5-color-1-opacity-05:hover{background-color:#43217d80!important}.hover-family-5-color-2-opacity-05:hover{background-color:#e9dbff80!important}.hover-family-5-color-3-opacity-05:hover{background-color:#d9e0ab80!important}.hover-family-5-color-4-opacity-05:hover{background-color:#9cb39680!important}.hover-family-5-color-5-opacity-05:hover{background-color:#ffcf6b80!important}.bg-family-1-color-1-opacity-02{background-color:#0065ff33!important}.bg-family-1-color-2-opacity-02{background-color:#def3!important}.bg-family-1-color-3-opacity-02{background-color:#b1f1f133!important}.bg-family-1-color-4-opacity-02{background-color:#79f5e633!important}.bg-family-1-color-5-opacity-02{background-color:#daffc433!important}.bg-family-2-color-1-opacity-02{background-color:#ffad0033!important}.bg-family-2-color-2-opacity-02{background-color:#ffef9f33!important}.bg-family-2-color-3-opacity-02{background-color:#f2815333!important}.bg-family-2-color-4-opacity-02{background-color:#e54f1233!important}.bg-family-2-color-5-opacity-02{background-color:#d893c033!important}.bg-family-3-color-1-opacity-02{background-color:#ff128c33!important}.bg-family-3-color-2-opacity-02{background-color:#fdd5e933!important}.bg-family-3-color-3-opacity-02{background-color:#ffc1b533!important}.bg-family-3-color-4-opacity-02{background-color:#a3a84d33!important}.bg-family-3-color-5-opacity-02{background-color:#d9e0ab33!important}.bg-family-4-color-1-opacity-02{background-color:#54b94833!important}.bg-family-4-color-2-opacity-02{background-color:#d7ffd233!important}.bg-family-4-color-3-opacity-02{background-color:#fffa8c33!important}.bg-family-4-color-4-opacity-02{background-color:#e0e55e33!important}.bg-family-4-color-5-opacity-02{background-color:#b4b2d933!important}.bg-family-5-color-1-opacity-02{background-color:#43217d33!important}.bg-family-5-color-2-opacity-02{background-color:#e9dbff33!important}.bg-family-5-color-3-opacity-02{background-color:#d9e0ab33!important}.bg-family-5-color-4-opacity-02{background-color:#9cb39633!important}.bg-family-5-color-5-opacity-02{background-color:#ffcf6b33!important}.border-family-1-color-1{border-color:#0065ff!important}.border-family-1-color-2{border-color:#def!important}.border-family-1-color-3{border-color:#b1f1f1!important}.border-family-1-color-4{border-color:#79f5e6!important}.border-family-1-color-5{border-color:#daffc4!important}.border-family-2-color-1{border-color:#ffad00!important}.border-family-2-color-2{border-color:#ffef9f!important}.border-family-2-color-3{border-color:#f28153!important}.border-family-2-color-4{border-color:#e54f12!important}.border-family-2-color-5{border-color:#d893c0!important}.border-family-3-color-1{border-color:#ff128c!important}.border-family-3-color-2{border-color:#fdd5e9!important}.border-family-3-color-3{border-color:#ffc1b5!important}.border-family-3-color-4{border-color:#a3a84d!important}.border-family-3-color-5{border-color:#d9e0ab!important}.border-family-4-color-1{border-color:#54b948!important}.border-family-4-color-2{border-color:#d7ffd2!important}.border-family-4-color-3{border-color:#fffa8c!important}.border-family-4-color-4{border-color:#e0e55e!important}.border-family-4-color-5{border-color:#b4b2d9!important}.border-family-5-color-1{border-color:#43217d!important}.border-family-5-color-2{border-color:#e9dbff!important}.border-family-5-color-3{border-color:#d9e0ab!important}.border-family-5-color-4{border-color:#9cb396!important}.border-family-5-color-5{border-color:#ffcf6b!important}.main-footer-wrapper{display:flex;flex-wrap:wrap;column-gap:24px;row-gap:12px;border-top:1px solid #545454;padding:12px 10px 0}.main-footer-wrapper .copy-right-text{color:#545454;font-family:Nunito Sans;font-size:12px;font-style:normal;font-weight:300;line-height:normal}.main-footer-wrapper .links-wrapper{display:flex;flex-wrap:wrap;column-gap:24px;row-gap:12px}.main-footer-wrapper .links-wrapper .link{font-size:12px;font-style:normal;font-weight:300;line-height:normal;color:#545454;cursor:pointer}.main-footer-wrapper .links-wrapper .link:hover{color:#4bc500}#zmmtg-root .zoom-workplace-logo{opacity:0}.settings-dialog__close{z-index:3}#graphDiv[aria-roledescription=error]{display:none}.copy-button{padding:5px 16px;font-weight:500}
