.PreloadAnimation-module__wrapper--ea514{align-items:center;display:flex;flex:1 1;justify-content:center}.PreloadAnimation-module__fullscreen--df7db{background-color:#fff;height:100dvh;inset:0;position:absolute}.PreloadAnimation-module__animation--b8ab2{height:130px;width:130px}.ErrorBoundary-module__wrapper--b246b{align-items:center;background-color:#fff;display:flex;flex:1 1 auto;flex-direction:column;height:100%;justify-content:center}.ErrorBoundary-module__error--c001e{color:#d51a1a;display:flex;flex-direction:column;gap:10px;margin-top:160px;position:absolute;text-align:center}.ErrorBoundary-module__resetLink--ad2b7{color:#2684ff;cursor:pointer;text-decoration:none}.ErrorBoundary-module__resetLink--ad2b7:hover{text-decoration:underline}.ErrorToast-module__wrapper--bde64{align-items:flex-end;display:flex;flex-direction:column}.ErrorToast-module__link--a7126{color:#fff;cursor:pointer;font-size:14px;text-decoration:underline}.ErrorToast-module__link--a7126:hover{color:#fff;text-decoration:none}.InfoToast-module__wrapper--f4ae3{align-items:center;background:#f8fafc;border:1px solid #8999b1;border-radius:8px;color:#5e6a7d;display:flex;font-size:14px;font-weight:600;gap:12px;padding:12px 16px}.InfoToast-module__wrapper--f4ae3>:first-child{flex:0 0 16px}.WarningToast-module__wrapper--d242e{align-items:center;background:#fffbfa;border:1px solid #fda29b;border-radius:8px;color:#b42318;display:flex;font-size:14px;font-weight:600;gap:12px;padding:12px 16px}.WarningToast-module__wrapper--d242e>:first-child{flex:0 0 16px}.AddKnowledgeConfirmModal-module__wrapper--fc4a4{height:100%;padding-block:32px;width:100%}.AddKnowledgeConfirmModal-module__container--cf5f6{display:flex;flex-direction:column;gap:32px;height:100%;margin-inline:auto;max-width:260px;min-height:0;min-width:0;width:100%}.AddKnowledgeConfirmModal-module__icon--b61ee{aspect-ratio:1;color:#8999b1;margin-inline:auto;width:68px}.AddKnowledgeConfirmModal-module__description--c4705,.AddKnowledgeConfirmModal-module__heading--b403c{letter-spacing:.15px;text-align:center;width:100%}.AddKnowledgeConfirmModal-module__heading--b403c{color:#404b5c;font-size:1.8em;font-weight:500;line-height:1.33}.AddKnowledgeConfirmModal-module__description--c4705{color:#5e6a7d;font-size:1.6em;font-weight:400;line-height:1.5}
/*!
 * Quill Editor v2.0.0-rc.4
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * 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:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.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;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;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{margin:0;padding:0}@supports (counter-set:none){.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor p{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor p{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor li,.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui: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 li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.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-ui{position:absolute}.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 .ql-code-block-container,.ql-snow .ql-editor code{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{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-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.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}.RichTextEditor-module__editor--cb580{border:2px solid #b0bec5;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1);box-sizing:border-box;display:flex;flex:1 1;flex-flow:column nowrap;font-size:14px;font-style:normal;font-weight:400;height:100%;min-height:0;overflow:hidden;white-space:normal}.RichTextEditor-module__editor--cb580:focus-within{border-color:#43a8e1}.RichTextEditor-module__editor--cb580:focus-within>div.ql-snow{border-color:#43a8e1}.RichTextEditor-module__editor--cb580.RichTextEditor-module__disabled--d92ae{background-color:rgba(137,153,177,.1);cursor:not-allowed;opacity:.4}.RichTextEditor-module__editor--cb580.RichTextEditor-module__error--a2f2f{border-color:#eb5757}.RichTextEditor-module__editor--cb580>div.ql-snow{border:0}.RichTextEditor-module__editor--cb580>div.ql-snow.ql-toolbar{background-color:#fff;border-bottom:1px solid #b0bec5}.RichTextEditor-module__editor--cb580>div.ql-snow.ql-toolbar span.ql-header.ql-picker{font-size:10px}.RichTextEditor-module__editor--cb580>div.ql-snow.ql-container{overflow-y:hidden}.RichTextEditor-module__editor--cb580>div.ql-snow>div.ql-editor{margin:6px 0;overscroll-behavior-y:contain;padding:0 12px}.RichTextEditor-module__editor--cb580>div.ql-snow>div.ql-editor::-webkit-scrollbar{background:rgba(187,212,255,.4);width:4px}.RichTextEditor-module__editor--cb580>div.ql-snow>div.ql-editor::-webkit-scrollbar-thumb{background:#7bacff;border-radius:3px}.RichTextEditor-module__editor--cb580 ol,.RichTextEditor-module__editor--cb580 ul{margin-block:.5em}.RichTextEditor-module__editor--cb580 ul{-webkit-padding-start:1.8em;padding-inline-start:1.8em}.RichTextEditor-module__editor--cb580 ol{-webkit-padding-start:2em;padding-inline-start:2em}.RichTextEditor-module__editor--cb580 h1,.RichTextEditor-module__editor--cb580 h2,.RichTextEditor-module__editor--cb580 h3,.RichTextEditor-module__editor--cb580 h4,.RichTextEditor-module__editor--cb580 h5,.RichTextEditor-module__editor--cb580 h6{margin-block:.85em}.RichTextEditor-module__editor--cb580 p{margin-block:.55em}.SelectStyles-module__multiValue--bd936.SelectStyles-module__multiValue--bd936{background-color:#dcebfe;color:#52749f;flex-direction:row-reverse}.SelectStyles-module__multiValueLabel--c7b41.SelectStyles-module__multiValueLabel--c7b41{-webkit-padding-start:3px;-webkit-padding-end:6px;color:inherit;padding-block:3px;padding-inline-end:6px;padding-inline-start:3px}.SelectStyles-module__multiValueRemove--f68b9.SelectStyles-module__multiValueRemove--f68b9{background-color:inherit;color:inherit}.SelectStyles-module__multiValueRemove--f68b9.SelectStyles-module__multiValueRemove--f68b9:hover{background-color:inherit;color:#293a4f}.SelectStyles-module__indicatorSeparator--d46c9{display:none}.SelectStyles-module__option--ca162{align-items:center;background-color:#fff;color:#8999b1;display:flex;font-size:1.2em;font-weight:500;gap:16px;height:24px;padding:0 8px;transition:all .3s ease-in;width:100%}.SelectStyles-module__option--ca162:hover{background-color:#deebff;color:#2785ff;cursor:pointer}.SelectStyles-module__createOptionLabel--a5a64{color:#2785ff;font-weight:700}.SelectStyles-module__valueContainer--b36fc.SelectStyles-module__valueContainer--b36fc{background-color:#fff;font-size:1.2em;font-weight:500}.SelectStyles-module__container--e6715{box-sizing:border-box;min-height:32px}.SelectStyles-module__indicatorsContainer--a9bab.SelectStyles-module__indicatorsContainer--a9bab>*{padding:6px 8px}.SelectStyles-module__indicatorsContainer--a9bab.SelectStyles-module__indicatorsContainer--a9bab>*,.SelectStyles-module__indicatorsContainer--a9bab.SelectStyles-module__indicatorsContainer--a9bab>:hover{color:#8999b1;cursor:pointer}.SelectStyles-module__control--eec32.SelectStyles-module__control--eec32{border-color:#b0bec5;border-width:2px;box-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1);min-height:32px}.SelectStyles-module__control--eec32.SelectStyles-module__control--eec32[aria-disabled=true]{opacity:.4}.SelectStyles-module__control--eec32.SelectStyles-module__control--eec32[aria-disabled=true]>*{background-color:#f2f2f2}.SelectStyles-module__control--eec32.SelectStyles-module__control--eec32:has(input[aria-invalid=true]){border-color:#eb5757}.SelectStyles-module__control--eec32.SelectStyles-module__control--eec32:focus-within{border-color:#43a8e1}.SelectStyles-module__menu--f814d.SelectStyles-module__menu--f814d{box-shadow:0 .3px 5.5px 0 rgba(0,0,0,.027),0 .9px 18px 0 rgba(0,0,0,.043),0 4px 80px 0 rgba(0,0,0,.071);padding:0 4px;width:100%}.SelectStyles-module__menuList--c5a96.SelectStyles-module__menuList--c5a96{max-height:152px;overflow-y:auto;padding-bottom:8px;padding-top:8px}.SelectStyles-module__menuList--c5a96.SelectStyles-module__menuList--c5a96>*{margin-bottom:8px}.SelectStyles-module__menuList--c5a96.SelectStyles-module__menuList--c5a96>:last-child{margin-bottom:0}.AddKnowledgeForm-module__wrapper--d9b6f{display:flex;flex-direction:column;gap:12px;height:100%;padding-bottom:16px;width:100%}.AddKnowledgeForm-module__richTextEditor--ac8f4,.AddKnowledgeForm-module__textField--b956e{max-width:800px}.AddKnowledgeForm-module__richTextEditor--ac8f4{flex:1 1;min-height:0}.AddKnowledgeForm-module__accessLevel--c6051{max-width:216px}.AddKnowledgeModal-module__wrapper--a883b{background-color:#fcfcfc;display:flex;flex-direction:column;height:100%;width:100%}.AddKnowledgeModal-module__confirmContainer--d6225.AddKnowledgeModal-module__confirmContainer--d6225{margin-top:10em}.AddKnowledgeModal-module__inner--bde45{flex:1 1;height:100%;min-height:0;padding:8px 8px 0}.AddKnowledgeModal-module__controls--da719{flex:0 1;margin-top:auto}.AddKnowledgeModal-module__controls--da719 button{border-radius:4px;font-size:1.2em;font-weight:500;height:100%;min-height:32px;min-width:120px;padding:0}.chakra-modal__footer.Modals-module__footer--e47b9{justify-content:center}.chakra-modal__footer.Modals-module__footer--e47b9>*{-webkit-margin-end:24px;margin-inline-end:24px}.chakra-modal__footer.Modals-module__footer--e47b9>:last-child{-webkit-margin-end:0;margin-inline-end:0}.chakra-modal__content-container:has([class*=contentWithScale]){scale:1}.AnnotateAnswerModal-module__content--f479b .AnnotateAnswerModal-module__body--f90c3{padding:18px 24px 40px}.AnnotateAnswerModal-module__content--f479b .AnnotateAnswerModal-module__body--f90c3>*{margin-bottom:20px}.AnnotateAnswerModal-module__content--f479b .AnnotateAnswerModal-module__body--f90c3>:last-child{margin-bottom:0}.AnnotateAnswerModal-module__content--f479b .AnnotateAnswerModal-module__linked--eb0c7{margin-top:5px}.AnnotateAnswerModal-module__content--f479b input.AnnotateAnswerModal-module__input--b37bf{padding:6px 36px 6px 12px}.AnnotateAnswerModal-module__content--f479b textarea.AnnotateAnswerModal-module__input--b37bf{height:144px}.AnnotateAnswerModal-module__showMore--ea3dd{-webkit-margin-start:5px;color:#8999b1;cursor:pointer;font-size:inherit;line-height:inherit;margin-inline-start:5px;white-space:nowrap}div[data-popper-placement^=top] .Tooltip-module__wrapper--ef32a div[data-popper-arrow-inner=true]{border-bottom:1px solid #d4d4d8;border-left-color:#d4d4d8;border-left-style:solid;border-right:1px solid #d4d4d8;border-top-color:#d4d4d8;border-top-style:solid}div[data-popper-placement^=bottom] .Tooltip-module__wrapper--ef32a div[data-popper-arrow-inner=true]{border-bottom-color:#d4d4d8;border-bottom-style:solid;border-left:1px solid #d4d4d8;border-right-color:#d4d4d8;border-right-style:solid;border-top:1px solid #d4d4d8}.MessageActions-module__action--c4e29{color:#5e6a7d;cursor:pointer;width:16px}.MessageActions-module__action--c4e29:hover{color:#2785ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.MessageActions-module__actionLabel--deb4c{display:block;font-size:.9em;font-weight:600;line-height:1.2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.MessageActions-module__actionButton--d4ece{align-items:center;-webkit-appearance:none;appearance:none;background:transparent;border:initial;color:#2785ff;display:flex;flex:0 0 auto;gap:8px;margin:0;padding:5px;text-decoration:none;transition:color .3s ease-in}.MessageActions-module__actionButton--d4ece svg{height:16px;width:16px}.MessageActions-module__actionButton--d4ece:hover{color:#43a8e1}.MessageActions-module__actionButton--d4ece[disabled],.MessageActions-module__actionButton--d4ece[disabled]:hover{color:#2785ff;cursor:not-allowed;opacity:.4}.MessageActions-module__actionsList--c1b35{display:flex;flex:1 1;gap:8px;height:100%}.MessageActions-module__actionsList--c1b35 .MessageActions-module__actionButton--d4ece:not(:first-child){position:relative}.MessageActions-module__actionsList--c1b35 .MessageActions-module__actionButton--d4ece:not(:first-child):before{background-color:#cfd8dc;content:"";display:inline-block;height:65%;opacity:1;position:absolute;top:50%;-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%);width:2px}.MessageFeedbackModal-module__body--d1a0e>*{margin-bottom:20px}.MessageFeedbackModal-module__body--d1a0e>:last-child{margin-bottom:0}.AnnotatorTagNameModal-module__body--e9917{padding:8px}.AnnotatorTagNameModal-module__footer--b0f80{justify-content:flex-end}.AnnotatorTagNameModal-module__footer--b0f80>*{-webkit-margin-end:8px;margin-inline-end:8px}.AnnotatorTagNameModal-module__footer--b0f80>:last-child{-webkit-margin-end:0;margin-inline-end:0}.AnswerFeedbackModal-module__body--d75b0>*{margin-bottom:20px}.AnswerFeedbackModal-module__body--d75b0>:last-child{margin-bottom:0}.DragAndDropArea-module__area--eefcb{background-color:rgba(39,133,255,.9);color:#fff;font-size:2.5em;font-weight:500;height:100%;left:0;line-height:32px;padding:20px;position:fixed;top:0;width:100%;z-index:2147483646}.DragAndDropArea-module__area--eefcb .DragAndDropArea-module__title--fb783{align-items:center;border:2px dashed #fff;border-radius:10px;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;text-align:center}.FileInput-module__formControl--babf8 label{align-items:center;display:flex;justify-content:space-between;margin-right:0}.FileInput-module__formControl--babf8 .FileInput-module__placeholder--cbe74{align-items:center;background:#fff;border:1px solid rgba(137,153,177,.4);border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.102);color:#1a73e8;display:flex;font-size:1.4em;justify-content:space-between;padding:7px 15px;width:100%}.FileInput-module__formControl--babf8 .FileInput-module__fileItem--cd5da{display:flex;gap:5px}.FileInput-module__formControl--babf8 .FileInput-module__deleteFile--b065b{align-items:center;display:flex}.FileInput-module__formControl--babf8 .FileInput-module__fileName--c78d9{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FileInput-module__formControl--babf8 .FileInput-module__fileList--f9b1d{margin-top:10px}.Select-module__select--e6d6d{border-color:rgba(26,26,26,.2);box-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1);color:rgba(26,26,26,.8);font-size:1.4em}.AskAnExpertModal-module__contentWithScale--b0b6e .AskAnExpertModal-module__body--fac1f{display:flex;flex-direction:column;gap:20px;padding:18px 24px 24px}.AskAnExpertModal-module__contentWithScale--b0b6e .AskAnExpertModal-module__textarea--f85bd{padding:6px 12px}.AskAnExpertModal-module__contentWithScale--b0b6e .AskAnExpertModal-module__warning--ad30c{display:flex;justify-content:space-between}.DirectAnswerFeedbackModal-module__body--bdec8>*{margin-bottom:20px}.DirectAnswerFeedbackModal-module__body--bdec8>:last-child{margin-bottom:0}.FeedbackModal-module__content--c13d8 .FeedbackModal-module__body--fef33{display:flex;flex-direction:column;gap:20px;padding:18px 24px 72px}.FeedbackModal-module__content--c13d8 .FeedbackModal-module__textarea--c59ef{padding:6px 12px}.PointsModal-module__body--dde33{font-size:1.4em}.chakra-modal__footer.PreviewModalFooter-module__footer--e7803{display:flex;flex-direction:row;gap:16px;height:auto;justify-content:space-between}.PreviewModalFooter-module__left--a32f3{flex:0 0 auto}.PreviewModalFooter-module__right--d07c0{flex:1 1;justify-content:flex-end}.PreviewModalFooter-module__buttons--a4ab6{align-items:center;display:flex;flex-direction:row;gap:12px}.CopyAction-module__public--afacd{color:#5e6a7d;cursor:pointer;width:16px}.CopyAction-module__public--afacd:hover{color:#2785ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.PreviewModalFooter-module__footer--e7803 .CopyAction-module__public--afacd{color:#5e6a7d;cursor:pointer;width:20px}.PreviewModalFooter-module__footer--e7803 .CopyAction-module__public--afacd:hover{color:#2785ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.CopyAction-module__private--b1d3d{color:#5e6a7d;cursor:pointer;margin-top:-5px;width:19px}.CopyAction-module__private--b1d3d:hover{color:#2785ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.PreviewModalFooter-module__footer--e7803 .CopyAction-module__private--b1d3d{color:#5e6a7d;cursor:pointer;width:20px}.PreviewModalFooter-module__footer--e7803 .CopyAction-module__private--b1d3d:hover{color:#2785ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.CopyAction-module__tooltip--eff42{align-items:center;display:flex;gap:5px;white-space:nowrap}.ThumbAction-module__button--c1d82{color:#5e6a7d;cursor:pointer;width:20px}.ThumbAction-module__button--c1d82:hover{color:#2785ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.TopBar-module__topBar--a8cb6{display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;margin-bottom:8px;min-width:0;width:100%}.TopBar-module__relativeTime--b557b{-webkit-margin-start:auto;align-items:center;align-self:flex-end;color:#8999b1;display:flex;flex-shrink:0;font-size:1.1em;font-weight:700;gap:0 2px;margin-inline-start:auto}.TopBar-module__searchQueriesWrapper--f7702{width:100%}.Answer-module__wrapper--ab481{border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.05),0 4px 15px rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:space-between;padding:16px 16px 8px}.Answer-module__wrapper--ab481:focus{outline:1px solid #5e6a7d}.Answer-module__wrapper--ab481:has(.TopBar-module__topBar--a8cb6){padding-top:10px}.Answer-module__wrapper--ab481:has(.TopBar-module__searchQueriesWrapper--f7702+.TopBar-module__relativeTime--b557b){padding-top:4px}.Answer-module__gray--f4ea2{color:#8999b1}.Answer-module__footer--ae2fa{display:flex;justify-content:space-between;min-height:32px;padding-top:12px}.Answer-module__wrapperWebApp--e5e45{cursor:pointer}.Actions-module__wrapper--e10c0,.Actions-module__wrapperWebMode--d710f{display:flex;justify-content:flex-end;visibility:hidden}.Actions-module__wrapper--e10c0>*,.Actions-module__wrapperWebMode--d710f>*{-webkit-margin-end:10px;margin-inline-end:10px}.Actions-module__wrapper--e10c0>:last-child,.Actions-module__wrapperWebMode--d710f>:last-child{-webkit-margin-end:0;margin-inline-end:0}.Actions-module__wrapper--e10c0>.ThumbAction-module__button--c1d82,.Actions-module__wrapperWebMode--d710f>.ThumbAction-module__button--c1d82{width:16px}.Answer-module__wrapper--ab481:hover .Actions-module__wrapper--e10c0{visibility:visible}@media screen and (min-width:62em){.Answer-module__wrapper--ab481:hover .Actions-module__wrapperWebMode--d710f{visibility:visible}}.Actions-module__action--c7d5d{color:#5e6a7d;cursor:pointer;width:16px}.Actions-module__action--c7d5d:hover{color:#2785ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.PreviewModalFooter-module__footer--e7803 .Actions-module__action--c7d5d{color:#5e6a7d;cursor:pointer;width:20px}.PreviewModalFooter-module__footer--e7803 .Actions-module__action--c7d5d:hover{color:#2785ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.Actions-module__disabled--b7f06{cursor:not-allowed;opacity:.3;width:16px}.PreviewModalFooter-module__footer--e7803 .Actions-module__disabled--b7f06{width:20px}.FooterButton-module__button--c5223{color:#5e6a7d;cursor:pointer;width:20px}.FooterButton-module__button--c5223:hover{color:#2785ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.Actions-module__action--eed58{color:#5e6a7d;cursor:pointer;width:16px}.Actions-module__action--eed58:hover{color:#2785ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.Actions-module__previewModalFooter--ed411 .Actions-module__action--eed58{color:#5e6a7d;cursor:pointer;width:20px}.Actions-module__previewModalFooter--ed411 .Actions-module__action--eed58:hover{color:#2785ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.UnavailablePreview-module__wrapper--b2dfa{padding:15px}.UnavailablePreview-module__wrapper--b2dfa header{color:#2785ff;font-size:14px;font-weight:700;line-height:22px}.UnavailablePreview-module__wrapper--b2dfa main{align-items:center;display:flex;flex-direction:column;gap:16px;padding-top:50px;text-align:center}.UnavailablePreview-module__wrapper--b2dfa h1{color:#404b5c;font-size:20px;font-weight:500;letter-spacing:.15px;line-height:28px;max-width:70%}.UnavailablePreview-module__wrapper--b2dfa p{color:#8999b1;font-size:14px;font-weight:500;line-height:21px;max-width:80%}.UnavailablePreview-module__hint--c8b35{align-items:center;display:flex;flex-direction:column;gap:34px}.PreviewModalBody-module__wrapper--f4b9a{align-content:center;display:flex;justify-content:center;outline:none;position:relative}.PreviewModalBody-module__wrapper--f4b9a.chakra-modal__body{padding:0}.PreviewModalBody-module__wrapper--f4b9a iframe{flex:1 1 auto;width:100%}.PreviewModalBody-module__wrapper--f4b9a .PreviewModalBody-module__dimmer--e19dc{background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.86) 50%,#fff);bottom:0;height:32px;left:0;position:absolute;width:calc(100% - 4px)}.PreviewModalBody-module__spinner--cf37d{position:absolute;text-align:center;top:50%;width:100%}.PreviewModalBody-module__disableEvents--a3830{pointer-events:none}.PreviewModalBody-module__pdfViewerWrapper--e5ebf{height:100%;width:100%}.PreviewModalHeader-module__wrapper--dc40d{border-bottom:2px solid #dee2e6;display:flex}.PreviewModalHeader-module__wrapper--dc40d>*{-webkit-margin-end:10px;margin-inline-end:10px}.PreviewModalHeader-module__wrapper--dc40d>:last-child{-webkit-margin-end:0;margin-inline-end:0}.PreviewModalHeader-module__wrapper--dc40d.chakra-modal__header{height:auto}.PreviewModalHeader-module__title--c794f{display:flex;gap:6px;width:100%}.PreviewModalHeader-module__content--e8871{display:flex;font-size:14px;font-weight:400;line-height:16px;min-width:0;padding-top:4px;position:relative;width:100%}.PreviewModalHeader-module__titleText--ee844{display:inline-block;flex-grow:1;min-width:0;overflow:hidden}.PreviewModalHeader-module__truncatedText--bef68{max-height:32px;word-break:break-all}.PreviewModalHeader-module__collapse--e6110{-webkit-appearance:none;appearance:none;background-color:#f6faff;bottom:0;color:#8999b1;cursor:pointer;font-weight:700;height:-webkit-max-content;height:max-content;margin:0;padding:0;position:absolute;white-space:nowrap;width:-webkit-max-content;width:max-content}.PreviewModalHeader-module__collapse--e6110:before{box-shadow:-6px 0 4px -1px #f6faff;content:"..."}.PreviewModalHeader-module__collapse--e6110:dir(ltr){left:100%;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.PreviewModalHeader-module__collapse--e6110:dir(rtl){left:0}.PreviewModalHeader-module__searchIconButton--eb70d{height:24px;min-width:24px;width:24px}.PreviewModalHeader-module__selector--f08a5{align-items:center;display:flex;gap:8px;grid-area:auto;justify-content:space-between;justify-self:auto;white-space:nowrap}.PreviewModalHeader-module__search--d02cb{flex:1 1 auto}.PreviewModalHeader-module__search--d02cb input{color:#8999b1;font-size:14px;font-weight:400;line-height:24px;padding:6px 102px 6px 12px}.PreviewModalHeader-module__divider--cffbd{border-left:2px;border-color:#dbdcde;border-style:solid;height:50%;margin:0 8px}.PreviewModalHeader-module__prevButton--d3802{cursor:pointer;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:20px}.PreviewModalHeader-module__nextButton--c1f44{cursor:pointer;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:20px}.PreviewModalHeader-module__prevMatchButton--d490d{cursor:pointer;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:20px}.PreviewModalHeader-module__nextMatchButton--ff19b{cursor:pointer;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:20px}.PreviewModalHeader-module__searchButton--e2be2{cursor:pointer;width:20px}.PreviewModalHeader-module__zoomButton--c62f2{color:#8999b1;cursor:pointer;width:20px}.PDFViewer-module__spinner--fdb00{position:absolute;text-align:center;top:50%;width:100%}.LoadDocError-module__wrapper--e4323{padding:15px}.LoadDocError-module__wrapper--e4323 header{color:#2785ff;font-size:14px;font-weight:700;line-height:22px}.LoadDocError-module__wrapper--e4323 main{align-items:center;display:flex;flex-direction:column;gap:16px;padding-top:50px;text-align:center}.LoadDocError-module__wrapper--e4323 h1{color:#404b5c;font-size:20px;font-weight:500;letter-spacing:.15px;line-height:28px;max-width:70%}.LoadDocError-module__wrapper--e4323 p{color:#8999b1;font-size:14px;font-weight:500;line-height:21px;max-width:80%}.LoadDocError-module__hint--f4281{align-items:center;display:flex;flex-direction:column;gap:34px}:root{--rpv-core__annotation--link-hover-background-color:rgba(255,255,0,.2);--rpv-core__annotation-popup-wrapper-background-color:#faf089;--rpv-core__annotation-popup-wrapper-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--rpv-core__annotation-popup-content-border-top-color:#1a202c;--rpv-core__arrow-border-color:rgba(0,0,0,.3);--rpv-core__asking-password-color:#000;--rpv-core__asking-password-wrapper-background-color:#fff;--rpv-core__asking-password-wrapper-border-color:rgba(0,0,0,.3);--rpv-core__button-background-color:rgba(0,0,0,.3);--rpv-core__button-color:#000;--rpv-core__doc-error-background-color:#fff;--rpv-core__doc-error-text-background-color:#c02424;--rpv-core__doc-error-text-color:#fff;--rpv-core__doc-loading-background-color:#fff;--rpv-core__full-screen-target-background-color:#fff;--rpv-core__inner-page-background-color:#fff;--rpv-core__menu-divider-border-bottom-color:rgba(0,0,0,.3);--rpv-core__menu-item-color:#000;--rpv-core__menu-item--hover-background-color:rgba(0,0,0,.1);--rpv-core__menu-item--disabled-color:rgba(0,0,0,.3);--rpv-core__minimal-button-color:#000;--rpv-core__minimal-button--hover-background-color:rgba(0,0,0,.1);--rpv-core__minimal-button--disabled-color:rgba(0,0,0,.3);--rpv-core__minimal-button--selected-background-color:rgba(0,0,0,.1);--rpv-core__modal-body-background-color:#fff;--rpv-core__modal-body-border-color:rgba(0,0,0,.3);--rpv-core__modal-overlay-background-color:rgba(0,0,0,.5);--rpv-core__page-layer-box-shadow:2px 2px 8px 0 rgba(0,0,0,.2);--rpv-core__popover-body-background-color:#fff;--rpv-core__popover-body-border-color:rgba(0,0,0,.3);--rpv-core__popover-body-color:#000;--rpv-core__primary-button-background-color:#2566e8;--rpv-core__primary-button-color:#fff;--rpv-core__progress-bar-background-color:rgba(0,0,0,.1);--rpv-core__progress-bar-progress-background-color:#2566e8;--rpv-core__progress-bar-progress-color:#fff;--rpv-core__separator-border-bottom-color:rgba(0,0,0,.3);--rpv-core__spinner-border-color:rgba(0,0,0,.4);--rpv-core__spinner-border-transparent-color:transparent;--rpv-core__splitter-background-color:transparent;--rpv-core__splitter--hover-background-color:rgba(0,0,0,.2);--rpv-core__text-layer-text--selection-background-color:#00f;--rpv-core__text-layer-text--selection-color:transparent;--rpv-core__textbox-background-color:#fff;--rpv-core__textbox-border-color:rgba(0,0,0,.2);--rpv-core__textbox-color:#000;--rpv-core__tooltip-body-background-color:#000;--rpv-core__tooltip-body-color:#fff}.rpv-core__viewer--dark{--rpv-core__asking-password-background-color:#363636;--rpv-core__asking-password-color:#fff;--rpv-core__asking-password-wrapper-border-color:#191919;--rpv-core__asking-password-wrapper-background-color:#191919;--rpv-core__button-background-color:#171717;--rpv-core__button-color:#fff;--rpv-core__doc-error-background-color:#191919;--rpv-core__doc-error-text-background-color:#c02323;--rpv-core__doc-error-text-color:#fff;--rpv-core__doc-loading-background-color:#191919;--rpv-core__full-screen-target-background-color:#1a1a1a;--rpv-core__inner-page-background-color:#1a1a1a;--rpv-core__menu-divider-border-bottom-color:#000;--rpv-core__menu-item-color:#fff;--rpv-core__menu-item--hover-background-color:#2566e8;--rpv-core__menu-item--disabled-color:#5e5e5e;--rpv-core__minimal-button-color:#fff;--rpv-core__minimal-button--disabled-color:#5e5e5e;--rpv-core__minimal-button--hover-background-color:#191919;--rpv-core__minimal-button--selected-background-color:#1657bb;--rpv-core__modal-body-background-color:#363636;--rpv-core__primary-button-background-color:#2566e8;--rpv-core__popover-body-background-color:#363636;--rpv-core__popover-body-color:#fff;--rpv-core__progress-bar-background-color:#000;--rpv-core__separator-border-bottom-color:#000;--rpv-core__spinner-border-color:#fff;--rpv-core__splitter-background-color:#1a1a1a;--rpv-core__splitter--hover-background-color:#2566e8;--rpv-core__textbox-background-color:#121212;--rpv-core__textbox-border-color:#121212;--rpv-core__textbox-color:#fff;--rpv-core__tooltip-body-background-color:#414141;--rpv-core__tooltip-body-color:#fff}.rpv-core__annotation{position:absolute}.rpv-core__annotation-layer{z-index:1}.rpv-core__arrow{border-bottom:1px solid rgba(0,0,0,.3);border-bottom:1px solid var(--rpv-core__arrow-border-color);border-left-color:rgba(0,0,0,.3);border-left-color:var(--rpv-core__arrow-border-color);border-right:1px solid rgba(0,0,0,.3);border-right:1px solid var(--rpv-core__arrow-border-color);border-top-color:rgba(0,0,0,.3);border-top-color:var(--rpv-core__arrow-border-color);height:10px;position:absolute;width:10px;z-index:0}.rpv-core__arrow--tl{bottom:0;left:0;transform:translate(50%,50%) rotate(45deg)}.rpv-core__arrow--tc{left:50%}.rpv-core__arrow--tc,.rpv-core__arrow--tr{bottom:0;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--tr{right:0}.rpv-core__arrow--rt{left:0;top:0;transform:translate(-50%,50%) rotate(135deg)}.rpv-core__arrow--rc{top:50%}.rpv-core__arrow--rb,.rpv-core__arrow--rc{left:0;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--rb{bottom:0}.rpv-core__arrow--bl{left:0;top:0;transform:translate(50%,-50%) rotate(225deg)}.rpv-core__arrow--bc{left:50%}.rpv-core__arrow--bc,.rpv-core__arrow--br{top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--br{right:0}.rpv-core__arrow--lt{right:0;top:0;transform:translate(50%,50%) rotate(315deg)}.rpv-core__arrow--lc{top:50%}.rpv-core__arrow--lb,.rpv-core__arrow--lc{right:0;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__arrow--lb{bottom:0}.rpv-core__asking-password{background-color:var(--rpv-core__asking-password-background-color);border-radius:.25rem;color:#000;color:var(--rpv-core__asking-password-color);padding:2rem}.rpv-core__asking-password--rtl{direction:rtl}.rpv-core__asking-password-wrapper{align-items:center;background-color:#fff;background-color:var(--rpv-core__asking-password-wrapper-background-color);border:1px solid rgba(0,0,0,.3);border:1px solid var(--rpv-core__asking-password-wrapper-border-color);display:flex;height:100%;justify-content:center;width:100%}.rpv-core__asking-password-message{margin:.5rem 0}.rpv-core__asking-password-body{align-items:center;display:flex;justify-content:center}.rpv-core__asking-password-input{width:15rem}.rpv-core__asking-password-input--ltr{margin-right:.5rem}.rpv-core__asking-password-input--rtl{margin-left:.5rem}.rpv-core__button{background-color:rgba(0,0,0,.3);background-color:var(--rpv-core__button-background-color);border:none;border-radius:.25rem;color:#000;color:var(--rpv-core__button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__button--rtl{direction:rtl}.rpv-core__canvas-layer{direction:ltr;left:0;overflow:hidden;position:absolute;top:0}.rpv-core__doc-error{align-items:center;background-color:#fff;background-color:var(--rpv-core__doc-error-background-color);display:flex;height:100%;justify-content:center}.rpv-core__doc-error--rtl{direction:rtl}.rpv-core__doc-error-text{background-color:#c02424;background-color:var(--rpv-core__doc-error-text-background-color);border-radius:.25rem;color:#fff;color:var(--rpv-core__doc-error-text-color);line-height:1.5;max-width:50%;padding:.5rem}.rpv-core__doc-loading{align-items:center;background-color:#fff;background-color:var(--rpv-core__doc-loading-background-color);display:flex;height:100%;justify-content:center;min-height:inherit;width:100%}.rpv-core__doc-loading--rtl{direction:rtl}.rpv-core__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;text-align:center}.rpv-core__icon--rtl{transform:scaleX(-1)}.rpv-core__inner-container{min-height:inherit}.rpv-core__inner-pages{overflow:auto}.rpv-core__inner-pages--rtl{direction:rtl}.rpv-core__inner-pages--single{overflow:hidden}.rpv-core__inner-page-container--single{overflow:auto}.rpv-core__inner-page{background-color:#fff;background-color:var(--rpv-core__inner-page-background-color)}.rpv-core__inner-page--single{align-items:center;display:flex;justify-content:center}.rpv-core__inner-page--dual-even{align-items:center;display:flex;justify-content:flex-end}.rpv-core__inner-page--dual-odd{align-items:center;display:flex;justify-content:flex-start}.rpv-core__inner-page--dual-cover{align-items:center;display:flex;justify-content:center}.rpv-core__inner-page--dual-cover-odd{align-items:center;display:flex;justify-content:flex-end}.rpv-core__inner-page--dual-cover-even{align-items:center;display:flex;justify-content:flex-start}.rpv-core__annotation--link a{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-core__annotation--link a:hover{background-color:rgba(255,255,0,.2);background-color:var(--rpv-core__annotation--link-hover-background-color)}.rpv-core__menu{display:flex;flex-direction:column}.rpv-core__menu--rtl{direction:rtl;text-align:right}.rpv-core__menu-divider{border-bottom:1px solid rgba(0,0,0,.3);border-bottom:1px solid var(--rpv-core__menu-divider-border-bottom-color);margin:.25rem 0}.rpv-core__menu-item{align-items:center;background-color:transparent;border:none;color:#000;color:var(--rpv-core__menu-item-color);cursor:pointer;display:flex;justify-content:center;padding:.25rem 0;width:100%}.rpv-core__menu-item:focus{outline:0}.rpv-core__menu-item:focus,.rpv-core__menu-item:hover{background-color:rgba(0,0,0,.1);background-color:var(--rpv-core__menu-item--hover-background-color)}.rpv-core__menu-item-icon{align-items:center;display:flex}.rpv-core__menu-item-icon--ltr{padding-left:1rem;padding-right:.5rem}.rpv-core__menu-item-icon--rtl{padding-left:.5rem;padding-right:1rem}.rpv-core__menu-item-label{flex-grow:1;flex-shrink:1;white-space:nowrap}.rpv-core__menu-item-label--ltr{padding-right:2rem}.rpv-core__menu-item-label--rtl{padding-left:2rem}.rpv-core__menu-item-check--ltr{padding-right:1rem}.rpv-core__menu-item-check--rtl{padding-left:1rem}.rpv-core__menu-item--disabled{color:rgba(0,0,0,.3);color:var(--rpv-core__menu-item--disabled-color)}.rpv-core__menu-item--disabled:hover{background-color:transparent}.rpv-core__menu-item--ltr{text-align:left}.rpv-core__menu-item--rtl{direction:rtl;text-align:right}.rpv-core__minimal-button{background-color:transparent;border:none;border-radius:.25rem;color:#000;color:var(--rpv-core__minimal-button-color);cursor:pointer;height:2rem;padding:0 .5rem}.rpv-core__minimal-button:hover{background-color:rgba(0,0,0,.1);background-color:var(--rpv-core__minimal-button--hover-background-color)}.rpv-core__minimal-button--disabled{color:rgba(0,0,0,.3);color:var(--rpv-core__minimal-button--disabled-color)}.rpv-core__minimal-button--rtl{direction:rtl}.rpv-core__minimal-button--selected{background-color:rgba(0,0,0,.1);background-color:var(--rpv-core__minimal-button--selected-background-color)}.rpv-core__modal-body{background-color:#fff;background-color:var(--rpv-core__modal-body-background-color);border:1px solid rgba(0,0,0,.3);border:1px solid var(--rpv-core__modal-body-border-color);border-radius:.25rem;margin:1rem;max-width:32rem;overflow:auto}.rpv-core__modal-body--rtl{direction:rtl}.rpv-core__modal-overlay{background-color:rgba(0,0,0,.5);background-color:var(--rpv-core__modal-overlay-background-color);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.rpv-core__modal-overlay,.rpv-core__page-layer{align-items:center;display:flex;justify-content:center}.rpv-core__page-layer{overflow:visible;position:relative}.rpv-core__page-layer:after{bottom:.25rem;box-shadow:2px 2px 8px 0 rgba(0,0,0,.2);box-shadow:var(--rpv-core__page-layer-box-shadow);content:"";left:.25rem;position:absolute;right:.25rem;top:.25rem}.rpv-core__page-layer--single{margin:0 auto}.rpv-core__page-size-calculator{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-core__popover-body{border:1px solid rgba(0,0,0,.3);border:1px solid var(--rpv-core__popover-body-border-color);border-radius:.25rem;color:#000;color:var(--rpv-core__popover-body-color);left:0;padding:.5rem 0;position:absolute;top:-9999px;z-index:9999}.rpv-core__popover-body,.rpv-core__popover-body-arrow{background-color:#fff;background-color:var(--rpv-core__popover-body-background-color)}.rpv-core__popover-body--rtl{direction:rtl}.rpv-core__popover-overlay{bottom:0;left:0;position:fixed;right:0;top:0}.rpv-core__annotation-popup-wrapper{background-color:#faf089;background-color:var(--rpv-core__annotation-popup-wrapper-background-color);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:var(--rpv-core__annotation-popup-wrapper-box-shadow);font-size:.75rem;padding:.25rem;word-break:break-word}.rpv-core__annotation-popup-wrapper--rtl{direction:rtl}.rpv-core__annotation-popup-title{font-weight:600;margin-bottom:.25rem}.rpv-core__annotation-popup-date{font-size:.5rem}.rpv-core__annotation-popup-content{border-top:1px solid #1a202c;border-top:1px solid var(--rpv-core__annotation-popup-content-border-top-color);max-height:16rem;overflow:auto;padding:.25rem}.rpv-core__primary-button{background-color:#2566e8;background-color:var(--rpv-core__primary-button-background-color);border:none;border-radius:.25rem;color:#fff;color:var(--rpv-core__primary-button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__primary-button--rtl{direction:rtl}.rpv-core__progress-bar{background-color:rgba(0,0,0,.1);background-color:var(--rpv-core__progress-bar-background-color);border-radius:9999px;padding:.125rem}.rpv-core__progress-bar--rtl{direction:rtl}.rpv-core__progress-bar-progress{align-items:center;background-color:#2566e8;background-color:var(--rpv-core__progress-bar-progress-background-color);border-radius:9999px;color:#fff;color:var(--rpv-core__progress-bar-progress-color);display:flex;font-size:.75rem;height:.75rem;justify-content:center}.rpv-core__separator{border-bottom:1px solid rgba(0,0,0,.3);border-bottom:1px solid var(--rpv-core__separator-border-bottom-color)}.rpv-core__spinner{border-bottom:2px solid transparent;border-bottom:2px solid var(--rpv-core__spinner-border-transparent-color);border-left:2px solid transparent;border-left:2px solid var(--rpv-core__spinner-border-transparent-color);border-radius:9999px;border-right:2px solid rgba(0,0,0,.4);border-right:2px solid var(--rpv-core__spinner-border-color);border-top:2px solid rgba(0,0,0,.4);border-top:2px solid var(--rpv-core__spinner-border-color)}.rpv-core__spinner--animating{animation-duration:.4s;animation-iteration-count:infinite;animation-name:rpv-core__spinner-transform;animation-timing-function:linear}@keyframes rpv-core__spinner-transform{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rpv-core__splitter{background-color:transparent;background-color:var(--rpv-core__splitter-background-color);cursor:ew-resize;height:100%;width:.25rem}.rpv-core__splitter--resizing,.rpv-core__splitter:hover{background-color:rgba(0,0,0,.2);background-color:var(--rpv-core__splitter--hover-background-color);cursor:col-resize}.rpv-core__splitter-body--resizing{cursor:col-resize}.rpv-core__splitter-sibling--resizing{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rpv-core__textbox{background-color:#fff;background-color:var(--rpv-core__textbox-background-color);border:1px solid rgba(0,0,0,.2);border:1px solid var(--rpv-core__textbox-border-color);border-radius:.25rem;box-sizing:border-box;color:#000;color:var(--rpv-core__textbox-color);height:2rem;padding:0 .5rem;width:100%}.rpv-core__textbox--rtl{direction:rtl}.rpv-core__text-layer{height:100%;left:0;line-height:1;opacity:.2;position:absolute;top:0;width:100%;z-index:1}.rpv-core__text-layer span::-moz-selection{background-color:#00f;background-color:var(--rpv-core__text-layer-text--selection-background-color);color:transparent;color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer span::selection{background-color:#00f;background-color:var(--rpv-core__text-layer-text--selection-background-color);color:transparent;color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer br::-moz-selection{color:transparent}.rpv-core__text-layer br::selection{color:transparent}.rpv-core__text-layer-text{color:transparent;cursor:text;position:absolute;transform-origin:0 0;white-space:pre}.rpv-core__tooltip-body{background-color:#000;background-color:var(--rpv-core__tooltip-body-background-color);border-radius:.25rem;color:#fff;color:var(--rpv-core__tooltip-body-color);left:0;max-width:20rem;position:absolute;text-align:center;top:-9999px;z-index:9999}.rpv-core__tooltip-body--rtl{direction:rtl}.rpv-core__tooltip-body-arrow{background-color:#000;background-color:var(--rpv-core__tooltip-body-background-color)}.rpv-core__tooltip-body-content{padding:.5rem}.rpv-core__display--block{display:block}.rpv-core__display--hidden{display:none}@media(min-width:640px){.rpv-core__display--hidden-small{display:none}.rpv-core__display--block-small{display:block}}@media(min-width:768px){.rpv-core__display--hidden-medium{display:none}.rpv-core__display--block-medium{display:block}}@media(min-width:1024px){.rpv-core__display--hidden-large{display:none}.rpv-core__display--block-large{display:block}}.rpv-core__viewer{min-height:inherit}:root{--rpv-zoom__popover-target-arrow-border-color:rgba(0,0,0,.6)}.rpv-core__viewer--dark{--rpv-zoom__popover-target-arrow-border-color:#fff}.rpv-zoom__popover-target{align-items:center;color:var(--rpv-zoom__popover-target-color);display:flex}.rpv-zoom__popover-target-scale--ltr{margin-right:.25rem}.rpv-zoom__popover-target-scale--rtl{margin-left:.25rem}.rpv-zoom__popover-target-arrow{border-color:rgba(0,0,0,.6) transparent transparent;border-color:var(--rpv-zoom__popover-target-arrow-border-color) transparent transparent;border-style:solid;border-width:.5rem .25rem 0;height:0;width:0}.rpv-search__highlights{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-search__highlight{background-color:rgba(255,255,0,.4);background-color:var(--rpv-search__highlight-background-color);border-radius:.25rem;position:absolute;z-index:1}.rpv-search__highlight--current{background-color:rgba(0,128,0,.4);background-color:var(--rpv-search__highlight--current-background-color)}.rpv-search__popover{padding:0 .5rem}.rpv-search__popover-input-counter{align-items:center;display:flex;margin-bottom:.5rem;position:relative;width:12rem}.rpv-search__popover-counter{align-items:center;bottom:0;display:flex;position:absolute;top:0}.rpv-search__popover-counter--ltr{padding-right:.25rem;right:0}.rpv-search__popover-counter--rtl{left:0;padding-left:.25rem}.rpv-search__popover-label{align-items:center;cursor:pointer;display:flex;margin-bottom:.5rem}.rpv-search__popover-label-checkbox{cursor:pointer;margin-right:.25rem}.rpv-search__popover-footer{align-items:center;display:flex}.rpv-search__popover-footer-item{padding:0 .25rem}.rpv-search__popover-footer-button--ltr{margin-left:auto}.rpv-search__popover-footer-button--rtl{margin-right:auto}:root{--rpv-search__highlight-background-color:rgba(255,255,0,.4);--rpv-search__highlight--current-background-color:rgba(0,128,0,.4)}.RequestKnowledge-module__content--e7f8e .RequestKnowledge-module__body--fd742{display:flex;flex-direction:column;gap:20px;padding:18px 24px 104px}.RequestKnowledge-module__content--e7f8e .RequestKnowledge-module__textarea--fe9b0{padding:6px 12px}.RequestKnowledge-module__showMore--e49fd{-webkit-margin-start:5px;color:#8999b1;cursor:pointer;font-size:inherit;line-height:inherit;margin-inline-start:5px;white-space:nowrap}.RadioTab-module__label--a1dda{display:inline-flex}.RadioTab-module__label--a1dda:has(.RadioTab-module__radio--b35bd[data-checked])+.RadioTab-module__label--a1dda .RadioTab-module__radio--b35bd{border-inline-start-width:0}.RadioTab-module__label--a1dda:has(+.RadioTab-module__label--a1dda .RadioTab-module__radio--b35bd[data-checked]) .RadioTab-module__radio--b35bd{border-inline-end-width:0}.RadioTab-module__label--a1dda:first-of-type .RadioTab-module__radio--b35bd{border-radius:4px 0 0 4px}.RadioTab-module__label--a1dda:last-of-type .RadioTab-module__radio--b35bd{border-radius:0 4px 4px 0}.RadioTab-module__icon--f7ded svg{height:20px;width:20px}.RadioTab-module__shrink--c589f.RadioTab-module__shrink--c589f{width:76px}.RadioTab-module__shrink--c589f .RadioTab-module__icon--f7ded{display:none}.RadioTab-module__radio--b35bd{align-items:center;background-color:#fdfdfd;border:1px solid rgba(26,26,26,.2);box-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.102);color:#8999b1;cursor:pointer;display:inline-flex;font-size:1.4em;font-weight:500;gap:12px;justify-content:center;line-height:1.715;padding-block:6.75px;padding-inline:11.5px;width:140px}.RadioTab-module__radio--b35bd[data-checked]{background-color:#f6faff;border-color:#2785ff;border-width:1.5px;color:#2785ff;font-weight:700;padding-block:6.5px;padding-inline:11.25px}.DefaultHomePageTabs-module__control--fc36e{display:inline-flex}.SettingsModal-module__header--ceaa2{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.SettingsModal-module__version--b68a8{color:#8999b1;font-size:.7em;font-weight:500;line-height:24px}.SettingsModal-module__body--c84f7{display:flex;flex-direction:column}.SettingsModal-module__body--c84f7>*{margin-bottom:10px}.SettingsModal-module__body--c84f7>:last-child{margin-bottom:0}.SettingsModal-module__checkboxWrapper--fb0f6{-webkit-user-select:none;user-select:none}.SettingsModal-module__checkboxWrapper--fb0f6 span{font-size:inherit}.SettingsModal-module__checkboxWrapper--fb0f6 input+span{align-self:flex-start;margin-top:.25em}.SettingsModal-module__checkboxWrapper--fb0f6 .SettingsModal-module__label--d37d3{color:#8999b1;font-size:1.4em;line-height:1.5}.SettingsModal-module__checkboxWrapper--fb0f6 .SettingsModal-module__label--d37d3 b{color:#2a2b2d;font-weight:500}.DatePickerCalendar-module__wrapper--d031d{border-radius:4px;display:flex;flex-direction:column;gap:8px}.DatePickerCalendar-module__controls--e8b08{align-items:center;display:flex;gap:4px}.DatePickerCalendar-module__offsetButtons--c1c5b{display:flex;flex:0 1}.DatePickerCalendar-module__offsetButtons--c1c5b button{color:#37474f;min-width:24px}.DatePickerCalendar-module__monthYear--c5397{align-items:center;display:flex;flex:1 1;font-size:12px;font-weight:700;gap:4px;justify-content:center}.DatePickerCalendar-module__days--da2c5{grid-row-gap:2px;display:grid;grid-template-columns:repeat(7,32px);grid-template-rows:30px repeat(6,1fr);row-gap:2px}.DatePickerCalendar-module__weekDay--f091b{align-items:center;display:flex;font-size:12px;justify-content:center}.DatePickerCalendar-module__notCurrentMonth--d248c{color:#b0bec5}.DatePickerCalendar-module__now--c6dc2{border:1px solid #546e7a}.DatePickerCalendar-module__rangeEnd--aaefc,.DatePickerCalendar-module__rangeStart--bcedb{color:#000}.DatePickerCalendar-module__rangeEnd--aaefc,.DatePickerCalendar-module__rangeEnd--aaefc:hover,.DatePickerCalendar-module__rangeStart--bcedb,.DatePickerCalendar-module__rangeStart--bcedb:hover{background-color:#448aff}.DatePickerCalendar-module__rangeStart--bcedb:not(:nth-child(7n)){border-radius:4px 0 0 4px}.DatePickerCalendar-module__rangeEnd--aaefc:not(:nth-child(7n+1)){border-radius:0 4px 4px 0}.DatePickerCalendar-module__rangeStartEnd--db085{color:#000}.DatePickerCalendar-module__rangeStartEnd--db085,.DatePickerCalendar-module__rangeStartEnd--db085:hover{background-color:#448aff!important}.DatePickerCalendar-module__inRange--e8d7e{background-color:#e3f2fd;border-radius:0!important;color:#000}.DatePickerCalendar-module__inRange--e8d7e:nth-child(7n+1){border-radius:4px 0 0 4px}.DatePickerCalendar-module__inRange--e8d7e:nth-child(7n){border-radius:0 4px 4px 0}.DatePickerCalendar-module__willBeInRange--a66c8{border-color:#448aff!important;border-radius:0!important;border-style:dashed!important;border-width:1px 0!important}.DatePickerCalendar-module__willBeInRange--a66c8:nth-child(7n+1){border-left-width:1px!important;border-radius:4px 0 0 4px!important}.DatePickerCalendar-module__willBeInRange--a66c8:nth-child(7n){border-radius:0 4px 4px 0!important;border-right-width:1px!important}.DatePickerCalendar-module__actions--e2ba7{display:flex;justify-content:space-between}.DatePickerCalendar-module__today--f3a1a{color:#2785ff;text-transform:none}.DatePickerCalendar-module__today--f3a1a,.DatePickerCalendar-module__today--f3a1a:hover{background-color:transparent}.DatePickerCalendar-module__dateButton--d35dc:hover{background-color:#dce6f1}.DatePickerWidget-module__wrapper--a58d4{background-color:#eceff1;border:1.5px solid #cfd8dc;border-radius:4px;box-sizing:border-box;color:#263238;cursor:pointer;display:flex;gap:16px;height:100%;padding:8px}.DatePickerWidget-module__opened--fc9d6{background-color:#f2f7ff;border-color:#546e7a;color:#546e7a}.DatePickerWidget-module__dateRange--ee2a2{align-items:center;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:4px;justify-content:space-between;min-width:195px}.DatePickerWidget-module__date--d6c9d{flex:1 1;white-space:nowrap}.DatePickerWidget-module__dirty--cb444{font-weight:700}.DatePickerWidget-module__icon--af078{align-items:center;display:flex;flex:0 1}.DatePickerWidget-module__customActions--fd287{display:flex;flex:1 1;justify-content:flex-end}.Accordion-module__action--cce13{-webkit-appearance:none;appearance:none;background:none;border:initial;color:#2785ff;cursor:pointer;flex:0 0 auto;font-size:12px;font-weight:600;transition:color .3s ease-in-out}.Accordion-module__action--cce13:hover{color:#43a8e1}.Accordion-module__action--cce13:active{color:#deebff}.Accordion-module__accordionWrapper--aa6e1{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:16px 4px 8px}.Accordion-module__arrowIcon--b3bcb{-webkit-margin-end:4px;margin-inline-end:4px;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.Accordion-module__rotate--b6bbe{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Accordion-module__arrowIconWrapper--a84e8{border-radius:50%;padding:2px;transition:background-color .15s ease}.Accordion-module__arrowIconWrapper--a84e8:hover{background-color:#f0f0f0;cursor:pointer}.Accordion-module__titleWrapper--d53e2{align-items:center;display:flex}.Accordion-module__title--d0b5f{color:#263238;font-size:14px;font-weight:700;white-space:nowrap}.Accordion-module__titleContainer--e0dd5{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.DatesFilter-module__datesWrapper--f07c6{display:flex;flex-wrap:wrap;gap:8px;padding-top:16px}.DatesFilter-module__chip--a492b{background-color:#eceff1;border:1px solid transparent;border-radius:8px;color:#546e7a;font-size:14px;font-weight:500;padding:7px;transition:border-color .15s ease;-webkit-user-select:none;user-select:none}.DatesFilter-module__chip--a492b:hover{border-color:#546e7a;cursor:pointer}.DatesFilter-module__selectedChip--f1d44{background-color:#2785ff;color:#e3f2fd}.ListItem-module__wrapper--fdbd2{align-items:center;display:flex;flex-wrap:nowrap;gap:8px}.ListItem-module__text--bb586{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#546e7a;display:-webkit-box;font-size:14px;font-weight:400;line-height:16px;overflow:hidden}.ListItem-module__textBold--b5fe5{color:#263238;font-weight:500}.ListItem-module__icon--a2f3a{align-items:center;aspect-ratio:1;border:1px solid #d9d9d9;border-radius:8px;display:flex;height:24px;justify-content:center;width:24px}.ListItem-module__image--b3e07{display:block;height:auto;margin:auto;max-height:15px;max-width:15px;object-fit:cover;width:100%}.ListItem-module__listItem--c6aaf{display:flex;flex-wrap:nowrap;gap:8px;justify-content:space-between;width:100%}.ListItem-module__listItem--c6aaf:hover .ListItem-module__actionSelectOnly--d5742{display:block}.ListItem-module__actionSelectOnly--d5742{display:none}.ListItem-module__actionSelectOnly--d5742:hover{display:block}.ListItem-module__itemWrapper--cce3f{overflow:hidden;padding:8px 0;width:100%}.ListItem-module__action--f5e11{-webkit-appearance:none;appearance:none;background:none;border:initial;color:#2785ff;cursor:pointer;flex:0 0 auto;font-size:12px;font-weight:600;transition:color .3s ease-in-out}.ListItem-module__action--f5e11:hover{color:#43a8e1}.ListItem-module__action--f5e11:active{color:#deebff}.ListItem-module__disabledCheckbox--b6c60{opacity:50%}.ListOfSmartFilters-module__list--b69d0{list-style:none;margin:0;padding:8px 24px 0}.ListOfSmartFilters-module__list--b69d0>*{margin-bottom:4px}.ListOfSmartFilters-module__list--b69d0>:last-child{margin-bottom:0}.ListOfSmartFilters-module__maxSelectedLabel--ac95c{color:#5e6a7d;font-weight:400;padding:8px 0 0 24px}.SourceLabel-module__wrapper--c17e7{align-items:center;display:flex;flex-wrap:nowrap;gap:8px}.SourceLabel-module__text--d1045{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;line-height:16px;overflow:hidden}.SourceLabel-module__icon--c4fa7{aspect-ratio:1;border:1px solid #d9d9d9;border-radius:8px;display:flex;flex:0 0 24px;width:24px}.SourceLabel-module__image--dc9f3{display:block;height:auto;margin:auto;max-height:15px;max-width:15px;object-fit:cover;width:100%}.ListOfSources-module__listItem--efa7e{display:flex;flex-wrap:nowrap;gap:8px;justify-content:space-between;width:100%}.ListOfSources-module__list--cf455{list-style:none;margin:0;padding:0 16px}.ListOfSources-module__list--cf455>*{margin-bottom:4px}.ListOfSources-module__list--cf455>:last-child{margin-bottom:0}.ListOfSources-module__listItem--efa7e:hover .ListOfSources-module__actionSelectOnly--bf6f2{display:block}.ListOfSources-module__listWrapper--c4e75{padding:8px 0 0 8px}.ListOfSources-module__actionSelectOnly--bf6f2{display:none}.ListOfSources-module__actionSelectOnly--bf6f2:hover{display:block}.ListOfSources-module__checkBox--c71c4{padding:8px 0;width:100%}.ListOfSources-module__action--ac5e2{-webkit-appearance:none;appearance:none;background:none;border:initial;color:#2785ff;cursor:pointer;flex:0 0 auto;font-size:12px;font-weight:600;transition:color .3s ease-in-out}.ListOfSources-module__action--ac5e2:hover{color:#43a8e1}.ListOfSources-module__action--ac5e2:active{color:#deebff}.ListOfSources-module__selectedCount--ba022{-webkit-line-clamp:1;-webkit-box-orient:vertical;-webkit-margin-start:6px;display:-webkit-box;line-height:16px;margin-inline-start:6px;overflow:hidden}.ListOfSources-module__selectedCountBold--e14e7{color:#263238;font-weight:700}.SearchInput-module__inputWrapper--fa6a0{padding:8px 8px 0}.SuccessModal-module__content--aea91 .SuccessModal-module__body--e269a{align-items:center;display:flex;flex-direction:column;gap:15px;padding:35px 20px 105px}.SuccessModal-module__content--aea91 .SuccessModal-module__message--d5136{font-size:20px;font-weight:500;letter-spacing:.15px;line-height:24px;text-align:center}.SuccessModal-module__content--aea91 .SuccessModal-module__description--b5a33,.SuccessModal-module__content--aea91 .SuccessModal-module__link--e0350{font-size:16px;font-weight:400;letter-spacing:.15px;line-height:24px}.WebsitesBlacklist-module__header--ddc80{align-items:center;display:flex;flex-direction:row}.WebsitesBlacklist-module__body--a6a61{display:flex;flex-direction:column}.WebsitesBlacklist-module__body--a6a61>*{margin-bottom:10px}.WebsitesBlacklist-module__body--a6a61>:last-child{margin-bottom:0}.WebsitesBlacklist-module__inputWrapper--b9772{padding:8px 12px 16px}.WebsitesBlacklist-module__inputWrapper--b9772 input::-webkit-input-placeholder{color:#8999b1}.WebsitesBlacklist-module__inputWrapper--b9772 input::placeholder{color:#8999b1}.WebsitesBlacklist-module__list--a880f{display:flex;flex-direction:column;list-style-type:none;margin:0;padding:0}.WebsitesBlacklist-module__listItem--c2a85{border-bottom:1px solid rgba(137,153,177,.4);font-size:1.4em;line-height:24px;overflow:hidden;padding:12px 36px 12px 0;position:relative;text-overflow:ellipsis;white-space:nowrap}.WebsitesBlacklist-module__listItem--c2a85:last-child{border:initial}.WebsitesBlacklist-module__removeButton--d7378{-webkit-appearance:none;appearance:none;background:none;border:initial;color:#5e6a7d;padding:2px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.WebsitesBlacklist-module__removeButton--d7378:hover{color:#0c1522;cursor:pointer}.LoginForm-module__wrapper--e8a28{background-color:#fff;display:flex;flex:1 1 auto;flex-direction:column;padding:16px 16px 8px;position:relative}@media screen and (min-width:62em){.LoginForm-module__wrapper--e8a28{padding:32px 32px 16px}}.LoginForm-module__header--c3f11{align-items:center;color:#8999b1;display:flex;font-size:16px;justify-content:center;padding:12px 0}@media screen and (min-width:62em){.LoginForm-module__header--c3f11{font-size:22px}}.LoginForm-module__fields--e24d8{display:flex;flex-direction:column}.LoginForm-module__fields--e24d8>*{margin-bottom:18px}.LoginForm-module__fields--e24d8>:last-child{margin-bottom:0}.LoginForm-module__buttons--d2f43{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;padding:26px 0}@media screen and (min-width:62em){.LoginForm-module__buttons--d2f43{gap:40px}}.LoginForm-module__error--ceaeb{color:#d51a1a;text-align:center}.LoginLayout-module__container--c0445{display:flex;margin:0 auto;max-width:568px;padding:0 16px;width:100%}@media screen and (min-width:62em){.LoginLayout-module__container--c0445{padding:0}}.LoginLayout-module__container--c0445 .LoginLayout-module__wrapper--b73a8{margin-top:10%}.LoginLayout-module__wrapper--b73a8{background-color:#fff;border:1px solid #dee2e6;border-radius:16px;display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}@media screen and (min-width:62em){.LoginLayout-module__wrapper--b73a8{border-radius:8px}}.LoginLayout-module__header--bb4b3{background:linear-gradient(0deg,#f6faff,#f6faff),linear-gradient(180deg,hsla(0,0%,96%,0),#f5f5f5 68.75%,#f5f5f5);display:flex;flex:0 0 206px;flex-direction:column}.LoginLayout-module__logo--a23e4{align-items:flex-end;display:flex;flex:0 0 146px;justify-content:center;padding-bottom:12px}.LoginLayout-module__bevel--aae91{background:linear-gradient(270deg,#ffd946 -22.26%,#ed76aa 17.27%,#00b0ea 94.51%);height:2px}.LoginLayout-module__tagline--dbbc6{color:#404b5c;font-size:16px;font-weight:500;text-align:center}@media screen and (min-width:62em){.LoginLayout-module__tagline--dbbc6{font-size:22px}}.LoginLayout-module__footer--cb89a{color:#8999b1;display:flex;font-size:12px;justify-content:center;margin-bottom:24px}.LoginLayout-module__footer--cb89a>*{-webkit-margin-end:7.5px;margin-inline-end:7.5px}.LoginLayout-module__footer--cb89a>:after{-webkit-margin-start:7.5px;content:"|";display:inline-block;margin-inline-start:7.5px}.LoginLayout-module__footer--cb89a>:last-child{-webkit-margin-end:0;margin-inline-end:0}.LoginLayout-module__footer--cb89a>:last-child:after{display:none}@media screen and (min-width:62em){.LoginLayout-module__footer--cb89a{font-size:16px}}.BottomActions-module__actions--dfd13,.BottomTabs-module__tabs--b7cec{align-items:center;display:flex;flex:1 1;gap:.6rem;justify-content:center}.Source-module__wrapper--de626{align-items:center;border:1px solid #dbe4f0;border-radius:4px;cursor:pointer;display:flex;height:20px;justify-content:center;overflow:hidden;width:20px}.Source-module__wrapper--de626:hover{-webkit-transform:scale(120%);transform:scale(120%)}.Source-module__icon--cebe5{border-radius:2px;height:16px;width:16px}.Source-module__disabled--eb551{-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.35}.SourcesList-module__wrapper--a60df{display:flex;flex-direction:row;gap:4px;width:100%}.SourcesList-module__sources--eaadf{display:flex;flex:0 0 auto;flex-direction:row;gap:4px}.SourcesList-module__filterButtonWrapper--f735e{display:flex;flex:1 1;justify-content:flex-start}.SourcesList-module__filterButton--ca3e1{align-items:center;background-color:#e7f1ff;border:1px solid #e7f1ff;border-radius:4px;color:#8999b1;cursor:pointer;display:flex;flex:0 0 20px;font-size:.67em;font-weight:700;height:20px;justify-content:center;line-height:10px;position:relative;width:20px}.SourcesList-module__filterButton--ca3e1:hover{background-color:#bbdefb;color:#2785ff}.SourcesList-module__indicationBadge--b9cf6{background-color:#eb5757;border:2px solid #fff;font-size:10px;font-weight:700;height:20px;position:absolute;right:-12px;top:-12px;width:20px}.SourcesList-module__indicationBadge--b9cf6,.UserAvatar-module__wrapper--f4f90{align-items:center;border-radius:50%;color:#fff;display:flex;justify-content:center}.UserAvatar-module__wrapper--f4f90{background-color:#5cc5e9;font-size:1em;font-weight:600;height:24px;line-height:24px;min-width:24px;text-transform:uppercase;width:24px}.UserDetails-module__wrapper--fe8a0{align-items:center;display:flex;padding:0 16px}.UserDetails-module__wrapper--fe8a0>*{-webkit-margin-end:10px;margin-inline-end:10px}.UserDetails-module__wrapper--fe8a0>:last-child{-webkit-margin-end:0;margin-inline-end:0}.UserDetails-module__avatar--bd9a2{font-size:1.2em;font-weight:500;height:34px;line-height:17px;width:34px}.UserDetails-module__details--b040b{color:rgba(26,26,26,.5);display:flex;flex-direction:column;font-size:1.2em;font-weight:500;line-height:20px}.UserDetails-module__details--b040b>*{margin-bottom:2px}.UserDetails-module__details--b040b>:last-child{margin-bottom:0}.UserDetails-module__name--e8eaa{color:#1a1a1a;font-weight:700;text-transform:capitalize}.SingleAnimation-module__hidden--f8358{display:none}.CompetitionTooltipContent-module__rankDescription--becce{color:#2a2b2d;display:flex;font-size:1.1em;line-height:1.55;padding-block:6px}.CompetitionTooltipContent-module__rankDescription--becce svg{-webkit-margin-end:16px;flex-shrink:0;margin-inline-end:16px}.CompetitionTooltipContent-module__description--bb151{display:flex;flex-direction:column}.CompetitionTooltipContent-module__competitionEnds--abd62{align-items:center;background:#eceff1;border-radius:4px;color:#546e7a;display:flex;font-weight:500;gap:9px;padding:8px}.CompetitionTooltipContent-module__competitionEnds--abd62 svg{flex-shrink:0}.CompetitionTooltipContent-module__learnMore--c65a7{color:#8999b1;cursor:pointer;display:inline-block;font-size:.85em;font-weight:700;line-height:1.75em;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;text-decoration:underline;white-space:nowrap}.Points-module__popoverContent--cbbf1{max-width:320px;white-space:normal}.Points-module__points--fe80d{align-items:center;background-color:transparent;border-radius:4px;color:#2785ff;display:flex;flex-wrap:nowrap;font-size:.92em;font-weight:500;line-height:13px;min-height:24px;padding:4px 8px;position:relative;transition:background-color .2s ease-in;white-space:nowrap}.Points-module__points--fe80d>*{-webkit-margin-end:5px;margin-inline-end:5px}.Points-module__points--fe80d>:last-child{-webkit-margin-end:0;margin-inline-end:0}:host([data-container-size=small]) .Points-module__points--fe80d{display:none}.Points-module__points--fe80d:hover{background-color:#deebff;cursor:pointer}.Points-module__tooltipActive--bbf77{background-color:#deebff}.Points-module__lottie--ddf23{height:144px;left:0;position:absolute;top:50%;-webkit-transform:translate(-35%,-50%);transform:translate(-35%,-50%);width:144px}.User-module__wrapper--fe27e{align-items:center;display:flex;white-space:nowrap}.User-module__wrapper--fe27e>*{-webkit-margin-end:11px;margin-inline-end:11px}.User-module__wrapper--fe27e>:last-child{-webkit-margin-end:0;margin-inline-end:0}.User-module__button--cd97b{cursor:pointer}.Status-module__wrapper--c7e04{align-items:flex-end;color:#8999b1;display:flex;font-size:1.2em;font-weight:500;gap:15px;line-height:15px}.Status-module__left--f71b1{align-items:flex-end;display:flex;flex:1 1;min-height:30px;overflow:hidden}.Status-module__right--f15fe{display:flex;flex-direction:row-reverse}.Status-module__right--f15fe>*{-webkit-margin-end:20px;margin-inline-end:20px}.Status-module__right--f15fe>:last-child{-webkit-margin-end:0;margin-inline-end:0}.AppAvatar-module__appIcon--c981b{align-items:center;border-radius:4px;display:flex;flex:0 0 auto;height:24px;justify-content:center;width:24px}.AppAvatar-module__appIcon--c981b img{height:auto;max-height:16px;max-width:16px;width:auto}.Spinner-module__borderWrapper--f2672{align-items:center;box-sizing:border-box;display:inline-flex;height:28px;justify-content:center;position:relative;width:28px}.Spinner-module__spin--fbbc2{border:5px solid transparent;height:100%;position:absolute;width:100%}.Spinner-module__round--ab2d6{-webkit-animation:Spinner-module__spinRound--cfa55 1s linear infinite;animation:Spinner-module__spinRound--cfa55 1s linear infinite;border-radius:50%;border-top:5px solid #2785ff}.Spinner-module__square--bbbf7{-webkit-animation:Spinner-module__spinSquare--a3f1b 1s linear infinite;animation:Spinner-module__spinSquare--a3f1b 1s linear infinite;border-radius:6px}@-webkit-keyframes Spinner-module__spinRound--cfa55{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Spinner-module__spinRound--cfa55{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes Spinner-module__spinSquare--a3f1b{0%,to{border-top:2px solid #2785ff}25%{border-right:2px solid #2785ff}50%{border-bottom:2px solid #2785ff}75%{border-left:2px solid #2785ff}}@keyframes Spinner-module__spinSquare--a3f1b{0%,to{border-top:2px solid #2785ff}25%{border-right:2px solid #2785ff}50%{border-bottom:2px solid #2785ff}75%{border-left:2px solid #2785ff}}.Spinner-module__content--cf7e8{position:relative;z-index:1}.ChatMessage-module__bubble--d500a{border-radius:16px;display:flex;flex-direction:column;padding:8px 16px;position:relative}.ChatMessage-module__bubble--d500a .ChatMessage-module__content--c9904{display:flex;flex-direction:column;flex-wrap:wrap;font-size:1.4em;gap:1px}.ChatMessage-module__bubble--d500a .ChatMessage-module__text--e2330{direction:ltr}.ChatMessage-module__bubble--d500a .ChatMessage-module__text--e2330 p{margin:0}.ChatMessage-module__bubble--d500a .ChatMessage-module__attributions--e8aad{margin-top:8px;position:relative}.ChatMessage-module__bubble--d500a .ChatMessage-module__divider--c5077{color:#c9e6fc}.ChatMessage-module__bubble--d500a[dir=rtl]{border-top-right-radius:0}.ChatMessage-module__bubble--d500a[dir=ltr]{border-top-left-radius:0}.ChatMessage-module__assistant--b8d01{background-color:#fff;border:1px solid #eceff1;box-shadow:0 2px 6px 0 rgba(0,0,0,.102);display:flex;max-width:85%;overflow-y:auto}.ChatMessage-module__enhanced--bb28b{width:85%}.ChatMessage-module__user--bf9ad{background-color:#f5f5f5;max-width:75%}.ChatMessage-module__failed--cfdbe{background-color:#f5f8fa;border:1px solid #8999b1}.ChatMessage-module__failed--cfdbe[dir=rtl]{border-top-right-radius:16px}.ChatMessage-module__failed--cfdbe[dir=ltr]{border-top-left-radius:16px}.ChatMessage-module__avatar--e9f4e{font-size:1.2em;height:24px;width:24px}.ChatMessage-module__role--ec71e{text-transform:capitalize}@-webkit-keyframes ChatMessage-module__opacityOnAndOff--c45f1{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes ChatMessage-module__opacityOnAndOff--c45f1{0%{opacity:1}50%{opacity:0}to{opacity:1}}.ChatMessage-module__cursor--e334b{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:ChatMessage-module__opacityOnAndOff--c45f1;animation-name:ChatMessage-module__opacityOnAndOff--c45f1}.ChatMessage-module__actions--a583e{align-items:center;display:flex;flex-direction:row-reverse;gap:3px;height:24px;justify-content:space-between;margin-top:4px}.ChatMessage-module__actions--a583e>svg{height:16px}.ChatMessage-module__actionsWrapper--ed80d{font-size:1.4em;margin-top:8px;overflow:hidden;visibility:hidden}.ChatMessage-module__bubble--d500a:hover .ChatMessage-module__actionsWrapper--ed80d{visibility:visible}.ChatMessage-module__retryButton--fa669{margin-top:8px}.ActionButton-module__button--fa74a{-webkit-appearance:none;appearance:none;background:none;border:0;color:#8999b1;cursor:pointer;margin:0;padding:6px;transition:color .2s ease-in}.ActionButton-module__button--fa74a[disabled]{color:#cfd8dc}.ActionButton-module__button--fa74a[disabled]:hover{color:#cfd8dc;cursor:not-allowed}.ActionButton-module__button--fa74a:hover{color:#2785ff}.DeleteAction-module__wrapper--a8c2c{background-color:#fcfcfc;display:flex;flex-direction:column;height:100%;width:100%}.DeleteAction-module__confirmContainer--f63bb.DeleteAction-module__confirmContainer--f63bb{margin-top:10em;max-width:400px}.DeleteAction-module__inner--f335b{display:flex;flex:1 1;flex-direction:column;gap:32px;height:100%;margin-inline:auto;max-width:400px;min-height:0;min-width:0;padding:32px 8px;width:100%}.DeleteAction-module__controls--ae5f3{flex:0 1;margin-top:auto}.DeleteAction-module__controls--ae5f3 button{border-radius:4px;font-size:1.2em;font-weight:500;height:100%;min-height:32px;min-width:120px;padding:0}.DeleteAction-module__icon--bf66a{aspect-ratio:1;color:#8999b1;margin-inline:auto;width:68px}.DeleteAction-module__description--ecc02,.DeleteAction-module__heading--bec4a{letter-spacing:.15px;text-align:center;width:100%}.DeleteAction-module__heading--bec4a{color:#404b5c;font-size:1.8em;font-weight:500;line-height:1.33}.DeleteAction-module__description--ecc02{color:#5e6a7d;font-size:1.6em;font-weight:400;line-height:1.5}.TitleInput-module__container--fd43c{align-items:flex-end;border:1px solid transparent;border-radius:4px;display:flex;gap:4px}.TitleInput-module__container--fd43c:focus-within{border-color:#43a8e1}.TitleInput-module__input--ef844{background-color:transparent;flex:1 1 100%;font-size:16px;height:24px;line-height:1;outline:none}.TitleInput-module__submitUpdate--c7706{color:#8999b1;transition:color .2s ease-in}.TitleInput-module__submitUpdate--c7706:hover{color:#27ae60}.Conversation-module__text--daca9{font-size:14px;font-weight:500;letter-spacing:.15px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Conversation-module__conversation--c9f87,.Conversation-module__conversationPortalMobile--de872{align-items:center;display:grid;grid-template-columns:1fr 0}.Conversation-module__conversation--c9f87>*,.Conversation-module__conversationPortalMobile--de872>*{min-width:0;overflow:hidden}.Conversation-module__conversation--c9f87{gap:4px;transition:all .15s ease-in}.Conversation-module__conversation--c9f87:hover{-webkit-padding-end:4px;grid-template-columns:1fr 52px;padding-inline-end:4px}.Conversation-module__actions--ac7f4{display:flex;flex-wrap:nowrap;gap:4px}.Conversation-module__deleteAction--d8a60:hover{color:#eb5757}.Conversation-module__title--b81ff{align-items:center;display:flex;gap:6px}.ConversationList-module__conversations--a685c{height:100%;overflow-y:auto;overscroll-behavior-y:contain;padding-inline:8px}.ConversationList-module__conversations--a685c::-webkit-scrollbar{background:rgba(187,212,255,.4);width:4px}.ConversationList-module__conversations--a685c::-webkit-scrollbar-thumb{background:#7bacff;border-radius:3px}.ConversationList-module__item--a3da6{background-color:transparent;border-radius:8px;color:#5e6a7d;margin:4px 0;min-width:0;overflow:hidden;padding-block:6px;padding-inline:8px;text-overflow:ellipsis;transition:background-color .3s ease-in;white-space:nowrap}.ConversationList-module__item--a3da6:has(.ConversationList-module__group--b40c2){margin-bottom:-4px;padding-block:2px}.ConversationList-module__item--a3da6:not(:has(.ConversationList-module__group--b40c2)):hover{background-color:#f5f8fa;cursor:pointer}.ConversationList-module__active--a6b22{background-color:#eceff1}.ConversationList-module__group--b40c2{color:#2a2b2d;font-size:12px;font-weight:600;letter-spacing:-.021px;line-height:14px}.HistoryHeader-module__container--e7f27{align-items:center;display:flex;gap:8px;padding-block:8px;padding-inline:8px 4px}.HistoryHeader-module__spacer--e934f{flex:1 1}.HistoryHeader-module__title--b680b{color:#2a2b2d;font-size:1.4em;font-weight:500;letter-spacing:-.021px;margin:0;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.HistoryHeader-module__action--a6871{padding:4px}.HistoryHeader-module__container--eb2db input::-webkit-input-placeholder{color:#8999b1}.HistoryHeader-module__container--eb2db input::placeholder,.HistoryHeader-module__container--eb2db svg{color:#8999b1}.ChatHistory-module__chatHistory--a8deb{background-color:#fff;display:flex;flex-direction:column;height:100%}.ChatHistory-module__historySearch--d0c4a{flex:0 0 auto;padding:0 8px}.ChatHistory-module__divider--b3979{color:#e1e1e1;margin:8px 0}.ChatInputView-module__wrapper--c7b6b{background-color:#fff;border:1px solid #b0bec5;border-radius:5px;position:relative}.ChatInputView-module__input--a49a8{overscroll-behavior-y:contain}.ChatInputView-module__input--a49a8::-webkit-scrollbar{background:rgba(187,212,255,.4);width:4px}.ChatInputView-module__input--a49a8::-webkit-scrollbar-thumb{background:#7bacff;border-radius:3px}.ChatInputView-module__button--eee1b{bottom:7px;position:absolute!important;right:7px;transition:background-color 1s ease}.MessageList-module__container--d92a8,.MessageList-module__portalModeMobile--dcdfc{height:100%;min-height:0;overflow:hidden}.MessageList-module__container--d92a8>*,.MessageList-module__portalModeMobile--dcdfc>*{min-width:0}.MessageList-module__header--f9138{color:#5e6a7d;font-size:1.6em;letter-spacing:.15px;line-height:24px;padding:8px}.MessageList-module__chat--c3c20{gap:10px;height:100%;margin:auto;min-height:0}.MessageList-module__chat--c3c20,.MessageList-module__messages--b62c6{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;width:100%}.MessageList-module__messages--b62c6{gap:16px;overscroll-behavior-y:contain;padding:8px}.MessageList-module__messages--b62c6::-webkit-scrollbar{background:rgba(187,212,255,.4);width:4px}.MessageList-module__messages--b62c6::-webkit-scrollbar-thumb{background:#7bacff;border-radius:3px}.MessageList-module__inputWrapper--a38ef{padding:0 8px 8px}.MessageList-module__container--d92a8{display:grid;grid-template-columns:auto auto}.MessageList-module__portalMode--eb0a0{grid-template-columns:auto 860px;justify-content:center}.MessageList-module__portalMode--eb0a0.MessageList-module__chatHistoryOpen--f55f7{grid-template-columns:auto minmax(auto,860px)}.MessageList-module__portalMode--eb0a0.MessageList-module__chatHistoryOpen--f55f7 .MessageList-module__history--d2167{border-bottom-color:#e1e1e1;border-bottom-style:solid;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-top-color:#e1e1e1;border-top-style:solid}.MessageList-module__contextMode--f4322{grid-template-columns:0 auto}.MessageList-module__contextMode--f4322.MessageList-module__chatHistoryOpen--f55f7{grid-template-columns:-webkit-max-content auto;grid-template-columns:max-content auto}.MessageList-module__contextMode--f4322.MessageList-module__chatHistoryOpen--f55f7 .MessageList-module__chat--c3c20{-webkit-padding-start:4px;padding-inline-start:4px;position:relative}.MessageList-module__contextMode--f4322.MessageList-module__chatHistoryOpen--f55f7 .MessageList-module__history--d2167{box-shadow:0 4px 15px 0 rgba(0,0,0,.051),0 1px 2px 0 rgba(0,0,0,.051),0 12px 20px 0 rgba(7,54,61,.2)}.MessageList-module__portalModeMobile--dcdfc{display:flex;flex-direction:column;font-size:10px}.MessageList-module__history--d2167{height:100%;min-height:0;overflow:hidden;position:relative}.MessageList-module__action--d9ab8{-webkit-appearance:none;appearance:none;background:none;border:0;color:#5e6a7d;cursor:pointer;margin:0;padding:4px;transition:color .3s ease-in}.MessageList-module__action--d9ab8[disabled]{color:#cfd8dc}.MessageList-module__action--d9ab8[disabled]:hover{color:#cfd8dc;cursor:not-allowed}.MessageList-module__action--d9ab8:hover{color:#2785ff;transition:color .1s ease-in}.MessageList-module__action--d9ab8:not([disabled]):active{color:#61a6fa}.MessageList-module__action--d9ab8[disabled]{color:#9d9d9d}.MessageList-module__action--d9ab8.MessageList-module__pinned--bf503{color:#2463eb}.MessageList-module__appHeader--fab64{align-items:center;border-radius:4px;border-width:1px;color:#2a2b2d;display:flex;font-size:12px;gap:10px;height:28px;justify-content:flex-start;max-width:250px;overflow:hidden;padding:1px 5px 1px 1px;text-overflow:ellipsis;white-space:nowrap}.MessageList-module__agentWarning--c7e9c{align-items:center;color:#8999b1;display:flex;font-size:13px;gap:5px;margin-bottom:10px}.MessageList-module__agentWarningText--b7a37{text-wrap:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.SelectModel-module__select--c90c3{box-shadow:none;font-size:12px;height:28px}.Loading-module__container--fc340{--bg-color:var(--uib-color,#000);align-items:center;display:flex;height:6px;justify-content:space-between;position:relative;width:25px}.Loading-module__container--fc340 .Loading-module__dot--c8bca,.Loading-module__container--fc340:after,.Loading-module__container--fc340:before{background-color:var(--bg-color);border-radius:50%;content:"";display:block;height:6px;-webkit-transform:scale(0);transform:scale(0);transition:background-color .3s ease;width:6px}.Loading-module__container--fc340:before{-webkit-animation:Loading-module__pulse--add63 1.3s ease-in-out -.4875s infinite;animation:Loading-module__pulse--add63 1.3s ease-in-out -.4875s infinite}.Loading-module__container--fc340 .Loading-module__dot--c8bca{-webkit-animation:Loading-module__pulse--add63 1.3s ease-in-out -.325s infinite both;animation:Loading-module__pulse--add63 1.3s ease-in-out -.325s infinite both}.Loading-module__container--fc340:after{-webkit-animation:Loading-module__pulse--add63 1.3s ease-in-out -.1625s infinite;animation:Loading-module__pulse--add63 1.3s ease-in-out -.1625s infinite}@-webkit-keyframes Loading-module__pulse--add63{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes Loading-module__pulse--add63{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.AttributionItem-module__listItem--ab691{align-items:center;background-color:#fff;border:1px solid #fff;border-radius:100px;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);color:#5e6a7d;display:flex;flex-shrink:0;flex-wrap:nowrap;font-size:10px;font-weight:600;gap:4px;justify-content:center;line-height:14px;max-width:120px;padding:4px 12px;transition:border-color .3s ease-in-out;-webkit-user-select:none;user-select:none}.AttributionItem-module__listItem--ab691:hover{border-color:#2785ff;cursor:pointer}.AttributionItem-module__refNumber--eed81{color:#2785ff;font-size:8px;font-weight:700}.AttributionItem-module__content--a5e3b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AttributionItem-module__icon--c5ccb{-webkit-margin-start:-4px;align-items:center;display:flex;flex-shrink:0;height:14px;justify-content:center;margin-inline-start:-4px;width:14px}.AttributionItem-module__image--a87e6{display:block;height:100%;width:auto}.Attribution-module__list--b4749{-ms-overflow-style:none;box-sizing:content-box;display:flex;gap:8px;list-style-type:none;min-height:24px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 4px;position:relative;scrollbar-color:transparent transparent;scrollbar-width:none}.Attribution-module__list--b4749::-webkit-scrollbar{display:none}.Attribution-module__dragging--d0563:active,.Attribution-module__dragging--d0563:active li{cursor:grab}.Attribution-module__sliding--f28cd{overscroll-behavior-x:contain;scroll-padding-inline:6px;scroll-snap-type:x mandatory}.Attribution-module__sliding--f28cd li{scroll-snap-align:start}.Attribution-module__dimmer--b4787:after,.Attribution-module__dimmer--b4787:before{background:linear-gradient(270deg,#e3f2fd,rgba(227,242,253,0));content:"";height:100%;position:absolute;z-index:1}.Attribution-module__dimmer--b4787{margin-inline:-16px;padding-inline:8px;position:relative}.Attribution-module__dimmer--b4787:before{left:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:20.8px}.Attribution-module__dimmer--b4787:after{right:0;top:0;width:32px}.Attribution-module__slideButton--cf14c{align-items:center;-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #2785ff;border-radius:50%;color:#2785ff;display:none;height:16px;justify-content:center;margin:0;padding:0;width:16px}.Attribution-module__slideButton--cf14c svg{height:8px;margin-left:2px;width:6px}.Attribution-module__displayPrevButton--c23d1{display:flex;left:4px;position:absolute;top:calc(50% - 1px);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}.Attribution-module__displayPrevButton--c23d1 svg{margin-left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Attribution-module__displayNextButton--bf1fd{display:flex;position:absolute;right:4px;top:calc(50% - 1px);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}.MarkdownRenderer-module__renderer--a4376{max-width:100%}.MarkdownRenderer-module__renderer--a4376 :is(ul,ol,li,p,h1,h2,h3,h4,h5,h6){all:revert}.MarkdownRenderer-module__renderer--a4376 ol,.MarkdownRenderer-module__renderer--a4376 ul{margin-block:.5em}.MarkdownRenderer-module__renderer--a4376 li>ol,.MarkdownRenderer-module__renderer--a4376 li>ul{margin-block:0}.MarkdownRenderer-module__renderer--a4376 ul{-webkit-padding-start:1.8em;padding-inline-start:1.8em}.MarkdownRenderer-module__renderer--a4376 ol{-webkit-padding-start:2em;padding-inline-start:2em}.MarkdownRenderer-module__renderer--a4376 h1,.MarkdownRenderer-module__renderer--a4376 h2,.MarkdownRenderer-module__renderer--a4376 h3,.MarkdownRenderer-module__renderer--a4376 h4,.MarkdownRenderer-module__renderer--a4376 h5,.MarkdownRenderer-module__renderer--a4376 h6{margin-block:.85em}.MarkdownRenderer-module__renderer--a4376 h1+ol,.MarkdownRenderer-module__renderer--a4376 h1+ul,.MarkdownRenderer-module__renderer--a4376 h2+ol,.MarkdownRenderer-module__renderer--a4376 h2+ul,.MarkdownRenderer-module__renderer--a4376 h3+ol,.MarkdownRenderer-module__renderer--a4376 h3+ul,.MarkdownRenderer-module__renderer--a4376 h4+ol,.MarkdownRenderer-module__renderer--a4376 h4+ul,.MarkdownRenderer-module__renderer--a4376 h5+ol,.MarkdownRenderer-module__renderer--a4376 h5+ul,.MarkdownRenderer-module__renderer--a4376 h6+ol,.MarkdownRenderer-module__renderer--a4376 h6+ul{margin-top:-.65em}.MarkdownRenderer-module__renderer--a4376 p{margin-block:.45em}.MarkdownRenderer-module__renderer--a4376 a{color:#2684ff;cursor:pointer;text-decoration:none}.MarkdownRenderer-module__renderer--a4376 a:hover{text-decoration:underline}.MarkdownRenderer-module__renderer--a4376 sup a[data-footnote-ref]:before{content:"["}.MarkdownRenderer-module__renderer--a4376 sup a[data-footnote-ref]:after{content:"]"}.MarkdownRenderer-module__renderer--a4376 sup a[data-footnote-ref]:after,.MarkdownRenderer-module__renderer--a4376 sup a[data-footnote-ref]:before{color:#000}.MarkdownRenderer-module__renderer--a4376 pre{overflow:auto}.MarkdownRenderer-module__renderer--a4376 [data-footnotes]{display:none}.Timer-module__timer--c22d0{color:#8999b1;font-size:12px}.EnhancedMessage-module__accordionHeader--ef6d5{display:flex;gap:10px;padding:5px}.EnhancedMessage-module__accordionHeader--ef6d5 .EnhancedMessage-module__title--c3433{color:#5e6a7d;font-size:14px;font-weight:500}.EnhancedMessage-module__accordionHeader--ef6d5 .EnhancedMessage-module__resultsCount--bbb0f{-webkit-margin-start:2px;color:#2785ff;font-size:11px;font-weight:700;line-height:1;margin-inline-start:2px;vertical-align:super}.EnhancedMessage-module__loading--ecd83{align-items:center;display:flex;gap:12px;min-width:50px}.AssistantInput-module__collapse--dd9b6{-webkit-margin-start:5px;color:#8999b1;cursor:pointer;font-size:.85em;font-weight:700;margin-inline-start:5px;white-space:nowrap}.ToolCallSourcesList-module__sources--e9b88{display:flex;flex-direction:row-reverse;flex-grow:1;gap:1px}.ToolCallSourcesList-module__showAll--c4a75{flex-wrap:wrap}.ToolCallSourcesList-module__info--facd3{background-color:#e7f1ff;border-radius:4px;color:#8999b1;font-size:8px;font-weight:500;height:20px;padding:5px}.AssistantToolCall-module__toolCall--a411f{align-items:center;display:flex;font-size:1.4em;justify-content:space-between;margin-bottom:5px;width:100%}.AssistantToolCall-module__failed--c5d6f{color:#e53935}.AssistantToolCall-module__wrapper--de7b8{align-items:center;background-color:#ffebee;border-radius:4px;cursor:pointer;display:flex;height:20px;justify-content:center;min-width:20px;width:20px}div[dir=ltr] .AssistantToolCall-module__wrapper--de7b8{margin-left:5px}div[dir=rtl] .AssistantToolCall-module__wrapper--de7b8{margin-right:5px}.Description-module__wrapper--c4438{display:flex;flex:1 1 auto;flex-direction:column;font-size:1.4em;font-weight:500;min-width:0}.Description-module__wrapper--c4438>*{margin-bottom:12px}.Description-module__wrapper--c4438>:last-child{margin-bottom:0}.Answer-module__gray--f4ea2 .Description-module__wrapper--c4438{color:#8999b1}h3.Description-module__title--b00a4{color:#2684ff;cursor:pointer;text-decoration:none}h3.Description-module__title--b00a4:hover{text-decoration:underline}.Description-module__collapse--a386b{-webkit-margin-start:5px;color:#8999b1;cursor:pointer;font-size:.85em;font-weight:700;margin-inline-start:5px;white-space:nowrap}.Answer-module__wrapperWebApp--e5e45 .Description-module__collapse--a386b:hover{text-decoration:underline}.Icon-module__wrapper--e24cd{align-items:center;display:flex;flex:0 0 22px;gap:5px;justify-content:flex-start}.Icon-module__wrapper--e24cd>*{margin-bottom:9px}.Icon-module__wrapper--e24cd>:last-child{margin-bottom:0}.Icon-module__wrapper--e24cd img{cursor:pointer;height:22px;margin:0;width:22px}.Icon-module__confidence--ebc49{color:#27ae60;font-size:1em;font-weight:700;line-height:12px;white-space:nowrap}.Answer-module__gray--f4ea2 .Icon-module__confidence--ebc49{color:#8999b1}.SearchQuery-module__searchQueries--a4466{display:flex;flex:1 1;gap:8px;min-width:0}.SearchQuery-module__query--fc3a0{background-color:#f5f8fa;border-radius:4px;box-sizing:border-box;color:#8999b1;display:inline-block;font-size:.8em;line-height:1;padding:6px 4px 6px 20px;position:relative;white-space:nowrap}.SearchQuery-module__query--fc3a0 svg{height:10px;left:4px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:10px}.SearchQuery-module__last--c337f{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AnswersListMore-module__collapse--ded0d{align-items:center;color:#8999b1;display:flex;font-size:1.2em;font-weight:500;height:80px;justify-content:center;line-height:15px;text-align:center}.AnswersListMore-module__trigger--c53ba{cursor:pointer;display:flex;text-decoration:none}.AnswersListMore-module__trigger--c53ba>*{-webkit-margin-end:7px;margin-inline-end:7px}.AnswersListMore-module__trigger--c53ba>:last-child{-webkit-margin-end:0;margin-inline-end:0}.AnswersListMore-module__trigger--c53ba:hover{text-decoration:underline}.InternalToolCallResults-module__showMore--e17a5{min-height:32px}.ToolCallsResults-module__toolCallResults--b41c9{display:flex;flex-direction:column;gap:4px;margin:0 -12px;max-height:643px;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;padding:6px 12px}.ToolCallsResults-module__toolCallResults--b41c9::-webkit-scrollbar{background:rgba(187,212,255,.4);width:4px}.ToolCallsResults-module__toolCallResults--b41c9::-webkit-scrollbar-thumb{background:#7bacff;border-radius:3px}.ToolCallsResults-module__showMore--ed34a{min-height:32px}.UpdateRequiredPlaceholder-module__wrapper--d31f6{align-items:center;color:#5e6a7d;display:flex;flex-direction:column;margin:33px 30px;text-align:center}.UpdateRequiredPlaceholder-module__wrapper--d31f6>*{margin-bottom:8px}.UpdateRequiredPlaceholder-module__wrapper--d31f6>:last-child{margin-bottom:0}.UpdateRequiredPlaceholder-module__link--e96b6{color:#2684ff;cursor:pointer;font-size:1.6em;text-decoration:none}.UpdateRequiredPlaceholder-module__link--e96b6:hover{text-decoration:underline}.Chat-module__container--da1e1{display:flex;flex:1 1;flex-direction:column;font-size:10px;height:100%;min-height:0;overflow:hidden;width:100%}.Chat-module__status--a6a25{background:linear-gradient(0deg,#f6faff,#f6faff),linear-gradient(180deg,hsla(0,0%,96%,0),#f5f5f5 68.75%,#f5f5f5);display:flex;flex-direction:column;gap:11px;padding:8px 8px 10px}.Chat-module__chat--c8813{height:100%;margin:auto;max-width:860px;overflow-y:hidden;position:relative;transition:max-width .3s ease-in-out;width:100%}.Chat-module__chat--c8813:has(.MessageList-module__chatHistoryOpen--f55f7){max-width:1140px}.AskArea-module__relativeWrapper--fe3d3{position:relative}.AskArea-module__shadowWrapper--c8467{margin:-8px;padding:8px}.AskArea-module__shadowWrapper--c8467.AskArea-module__suggestionsVisible--c0bcc{margin-bottom:0;overflow:hidden;padding-bottom:0}.AskArea-module__wrapper--daa7d{background:#fff;border:2px solid #cbdbfc;border-radius:10px;box-sizing:content-box;display:flex;min-height:48px}.AskArea-module__suggestionsVisible--c0bcc .AskArea-module__wrapper--daa7d{border-bottom:0;border-radius:10px 10px 0 0;padding-bottom:2px}.AskArea-module__wrapper--daa7d.AskArea-module__focused--e33dc{border-color:#9ec0f9;box-shadow:0 0 10px 4px #cbdbfc}.AskArea-module__border--eb841{background-color:#fff;border:1px solid #9ec0f9;border-radius:8px;display:flex;flex:1 1 auto;flex-direction:column}.AskArea-module__suggestionsVisible--c0bcc .AskArea-module__border--eb841{border-bottom:0;border-radius:8px 8px 0 0;position:relative}.AskArea-module__focused--e33dc .AskArea-module__border--eb841{border-color:#fff}.AskArea-module__visible--bc25c{align-items:center;display:flex;flex:0 0 32px;margin:7px;position:relative}.AskArea-module__hidden--c7b6c{display:flex;height:0;left:0;position:absolute;right:0;visibility:hidden}.AskArea-module__hiddenTextArea--a31af{overflow:hidden}.AskArea-module__search--a487c{background-color:transparent;overscroll-behavior-y:contain;resize:none;z-index:2}.AskArea-module__search--a487c::-webkit-scrollbar{background:rgba(187,212,255,.4);width:4px}.AskArea-module__search--a487c::-webkit-scrollbar-thumb{background:#7bacff;border-radius:3px}.AskArea-module__search--a487c.AskArea-module__withRightIcon--ecb73{-webkit-padding-end:40px;padding-inline-end:40px}.AskArea-module__search--a487c.AskArea-module__notEmpty--f7c31{-webkit-padding-end:28px;padding-inline-end:28px}.AskArea-module__search--a487c.AskArea-module__notEmpty--f7c31.AskArea-module__withRightIcon--ecb73{-webkit-padding-end:64px;padding-inline-end:64px}.AskArea-module__logo--b1f85{height:32px;position:absolute;width:32px;z-index:2}.AskArea-module__logo--b1f85>svg{height:inherit;width:inherit}.AskArea-module__logo--b1f85+.AskArea-module__search--a487c{-webkit-padding-start:48px;padding-inline-start:48px}.AskArea-module__suggestionsShadowWrapper--ba22e{background:transparent;left:-8px;overflow:hidden;padding:0 8px 8px;position:absolute;right:-8px;top:100%;z-index:2}.AskArea-module__suggestionsWrapper--b0284{background:#fff;border:2px solid #9ec0f9;border-radius:0 0 10px 10px;border-top:0;box-shadow:0 0 10px 4px #cbdbfc;padding:8px}.AskArea-module__suggestions--daeed .AskArea-module__item--ecfa4{align-items:center;color:#0c1522;cursor:pointer;display:flex;font-size:1.4em;gap:5px;justify-content:space-between;line-height:17px;padding:11.5px 9.5px 11.5px 11.5px}.AskArea-module__suggestions--daeed .AskArea-module__item--ecfa4:hover{background-color:#e6f0fa;border-radius:4px;transition:all .3s linear}.AskArea-module__suggestions--daeed .AskArea-module__item--ecfa4:hover .AskArea-module__deleteBtn--d6133{opacity:1;padding-right:5px}.AskArea-module__suggestions--daeed .AskArea-module__item--ecfa4 .AskArea-module__searchAndSuggestionWrapper--cb95c{align-items:center;display:flex;flex:1 1;min-width:0}.AskArea-module__suggestions--daeed .AskArea-module__item--ecfa4 .AskArea-module__suggestionText--c28ee{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AskArea-module__suggestions--daeed .AskArea-module__chosenItem--e350c{background-color:#e6f0fa;border-radius:4px;transition:all .3s linear}.AskArea-module__searchIcon--c6970{height:14.54px;margin-right:10px;width:16.79px}.AskArea-module__deleteBtn--d6133{align-items:center;display:flex;height:20px;justify-content:center;opacity:0;transition:opacity .25s ease-in-out,padding-right .25s ease-in-out;width:20px}.AskArea-module__deleteIcon--b89e5{color:#5e6a7d;height:12px;width:12px}.AskArea-module__clearIcon--b9003{color:#909fb6;cursor:pointer;height:12px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:12px;z-index:2}.AskArea-module__clearIcon--b9003:hover{color:#5e6a7d}button.AskArea-module__rightIcon--a6992{color:#909fb6;cursor:pointer;position:absolute;right:4px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}button.AskArea-module__rightIcon--a6992:hover{color:#5e6a7d}button.AskArea-module__rightIcon--a6992~.AskArea-module__clearIcon--b9003{right:44px}.DirectAnswerChatAction-module__wrapper--e267c{height:25px;max-width:180px;min-width:30px}.DirectAnswerChatAction-module__wrapper--e267c .DirectAnswerChatAction-module__input--b695a{background-color:transparent;border-color:#3d8fcc;border-radius:8px;border-width:1px;color:#5e6a7d;cursor:pointer;height:100%;padding-left:7px;text-overflow:ellipsis}.DirectAnswerChatAction-module__wrapper--e267c .DirectAnswerChatAction-module__input--b695a:hover{background-color:#fff;border-color:#3d8fcc}.DirectAnswerChatAction-module__icon--bbbc7{color:#8999b1;height:15px;max-height:15px;max-width:15px;width:15px}.DirectAnswer-module__wrapper--d85cb{border-radius:4px;display:flex;flex-direction:column;justify-content:space-between;padding:16px 16px 8px;position:relative}.DirectAnswer-module__wrapper--d85cb:focus{outline:1px solid #5e6a7d}.DirectAnswer-module__content--ce27f{display:flex;gap:15px}.DirectAnswer-module__search--b529e{background:#e3f2fd;border:1px solid rgba(144,202,249,.2)}.DirectAnswer-module__summarize--e5c2f{background:#fce4ec;border:1px solid rgba(244,143,177,.2)}.DirectAnswer-module__rephrase--d799e{background:#e0f2f1;border:1px solid rgba(128,203,196,.2)}.DirectAnswer-module__custom--b74cd{border:1px solid rgba(144,202,249,.2)}.DirectAnswer-module__footer--e1044{display:flex;gap:5px;padding-top:6px;width:100%}.DirectAnswer-module__alert--bb427{position:absolute;right:8px;top:8px}.DirectAnswer-module__attributions--d52d3{margin-block:6px 12px}.Actions-module__wrapper--e164a{display:flex;flex-direction:row-reverse;flex-wrap:wrap-reverse;gap:10px;justify-content:space-between;width:100%}.Actions-module__actions--e71c8{align-items:center;display:flex;justify-content:flex-end;margin-top:auto}.Actions-module__actions--e71c8>*{-webkit-margin-end:5px;margin-inline-end:5px}.Actions-module__actions--e71c8>:last-child{-webkit-margin-end:0;margin-inline-end:0}.Actions-module__actions--e71c8>.ThumbAction-module__button--c1d82{width:16px}.Actions-module__action--ded41{color:#5e6a7d;cursor:pointer;width:16px}.Actions-module__action--ded41:hover{color:#2785ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.Actions-module__revealOnHover--a4746{visibility:hidden}.DirectAnswer-module__wrapper--d85cb:hover .Actions-module__revealOnHover--a4746{visibility:visible}@-webkit-keyframes DirectAnswerDescription-module__opacityOnAndOff--fecc0{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes DirectAnswerDescription-module__opacityOnAndOff--fecc0{0%{opacity:1}50%{opacity:0}to{opacity:1}}.DirectAnswerDescription-module__cursor--dceae{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:DirectAnswerDescription-module__opacityOnAndOff--fecc0;animation-name:DirectAnswerDescription-module__opacityOnAndOff--fecc0}.DirectAnswerDescription-module__collapsedWrapper--b41be{min-height:6.5em}.DirectAnswerDescription-module__directAnswerDescription--d6916{position:relative}.DirectAnswerDescription-module__content--dd1fa{font-style:normal;line-height:21px;white-space:normal}.Typewriter{display:contents}.DirectAnswerIcon-module__directAnswersIconWrapper--aa208{align-items:self-start;flex:initial;height:24px;width:24px}.DirectAnswer-module__search--b529e .DirectAnswerIcon-module__directAnswersIconWrapper--aa208{align-items:center}.DirectAnswer-module__custom--b74cd .DirectAnswerIcon-module__directAnswersIconWrapper--aa208{align-items:center;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(221.77deg,#ffd946 2.45%,#ed76aa 34.6%,#00b0ea 97.42%) border-box;border:1px solid transparent;border-radius:6px;display:flex;flex:0 0 auto;justify-content:center}.DirectAnswer-module__custom--b74cd .DirectAnswerIcon-module__directAnswersIconWrapper--aa208 img{height:auto;max-height:14px;max-width:14px;width:auto}.HeaderActionsList-module__label--ebc72{color:#5e6a7d;display:inline-block;font-size:1.2em;font-weight:500;letter-spacing:0;line-height:2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.HeaderActionsList-module__button--d829a{align-items:center;-webkit-appearance:none;appearance:none;background:transparent;border:initial;display:flex;flex:0 0 auto;gap:8px;margin:0;padding:0;text-decoration:none}.HeaderActionsList-module__button--d829a svg{color:#2785ff;height:16px;width:16px}.HeaderActionsList-module__button--d829a:hover .HeaderActionsList-module__label--ebc72,.HeaderActionsList-module__button--d829a:hover svg{color:#43a8e1}.HeaderActionsList-module__button--d829a[disabled],.HeaderActionsList-module__button--d829a[disabled]:hover{cursor:not-allowed}.HeaderActionsList-module__button--d829a[disabled] .HeaderActionsList-module__label--ebc72,.HeaderActionsList-module__button--d829a[disabled] svg,.HeaderActionsList-module__button--d829a[disabled]:hover .HeaderActionsList-module__label--ebc72,.HeaderActionsList-module__button--d829a[disabled]:hover svg{color:#9d9d9d}.HeaderActionsList-module__actions--c5c74{background-color:#fff;border-radius:4px;box-shadow:0 4px 15px 0 rgba(0,0,0,.051),0 1px 2px 0 rgba(0,0,0,.051);display:flex;gap:20px;justify-content:center;min-height:40px;padding:8px}.HeaderActionsList-module__actions--c5c74 .HeaderActionsList-module__button--d829a:not(:first-child){position:relative}.HeaderActionsList-module__actions--c5c74 .HeaderActionsList-module__button--d829a:not(:first-child):before{background-color:#cfd8dc;content:"";display:inline-block;height:16px;position:absolute;-webkit-transform:translate(-11px);transform:translate(-11px);width:2px}.ForceFeedbackModal-module__textSection--f3a4d{color:#5e6a7d;letter-spacing:.15px;line-height:24px;margin-bottom:20px;text-align:center}.ForceFeedbackModal-module__title--d792d{color:#404b5c;font-size:20px;font-weight:500;margin-bottom:12px}.ForceFeedbackModal-module__description--a1010{font-size:16px;font-weight:400}.ForceFeedbackModal-module__thumbnail--b9b5a{flex-shrink:0;height:136px;margin:0 auto 32px;width:168px}.ForceFeedbackModal-module__actions--f3ced{align-items:center;display:flex;flex-direction:column;gap:20px}.ForceFeedbackModal-module__actions--f3ced button{text-decoration:none;width:-webkit-max-content;width:max-content}.ForceFeedbackModal-module__ctaWrapper--d5196{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:center}.ForceFeedbackModal-module__thumbIcon--a75b3{display:inline-block;vertical-align:sub}.ForceFeedbackPopup-module__clickable--e3eec,.ForceFeedbackPopup-module__showMore--a8abf{cursor:pointer;text-decoration:underline}.ForceFeedbackPopup-module__wrapper--f53bc{margin-inline:auto;width:100%}.ForceFeedbackPopup-module__popup--f7feb{background-color:#e3e7ff;border:1.5px solid #5c6bc0;border-radius:12px;box-shadow:0 4px 10px 0 rgba(0,0,0,.05),inset 0 -2px 1px 0 rgba(0,0,0,.05),inset 0 2px 1px 0 hsla(0,0%,100%,.25);color:#5c6bc0;padding:8px 10px;text-align:center;width:100%}.ForceFeedbackPopup-module__popup--f7feb>*{margin-bottom:6px}.ForceFeedbackPopup-module__popup--f7feb>:last-child{margin-bottom:0}.ForceFeedbackPopup-module__popup--f7feb b{color:#283593}.ForceFeedbackPopup-module__heading--c8e77{color:#283593;font-size:1.4em;font-weight:600;line-height:1.28}.ForceFeedbackPopup-module__text--b27b0{display:inline-block;font-size:1.15em;line-height:1.4;margin-inline:auto;max-width:578px}.ForceFeedbackPopup-module__fullText--d3d87{text-align:start}.ForceFeedbackPopup-module__showMore--a8abf{font-weight:600}.NoRelevantResultsPlaceholder-module__wrapper--c7a8a{align-items:center;color:#5e6a7d;display:flex;flex-direction:column;margin:33px 30px;text-align:center}.NoRelevantResultsPlaceholder-module__wrapper--c7a8a>*{margin-bottom:33px}.NoRelevantResultsPlaceholder-module__wrapper--c7a8a>:last-child{margin-bottom:0}.NoRelevantResultsPlaceholder-module__results--bed99{align-items:center;display:flex;flex-direction:column;width:100%}.NoRelevantResultsPlaceholder-module__heading--bd7c9{margin-top:13px}.NoRelevantResultsPlaceholder-module__question--eef19{margin-top:6px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.TextEditor-module__wrapper--db702{display:flex;flex-direction:column;height:100%;max-height:100%;min-height:300px;overflow-y:auto;overscroll-behavior-y:contain}.TextEditor-module__wrapper--db702::-webkit-scrollbar{background:rgba(187,212,255,.4);width:4px}.TextEditor-module__wrapper--db702::-webkit-scrollbar-thumb{background:#7bacff;border-radius:3px}.TextEditor-module__editor--f0957{display:flex;flex-flow:column nowrap;font-size:1.2em;font-style:normal;line-height:21px;white-space:normal}.TextEditor-module__editor--f0957>div.ql-snow{border:0}.TextEditor-module__editor--f0957>div.ql-container{font-size:1.2em;line-height:21px}.TextEditor-module__editor--f0957 ol,.TextEditor-module__editor--f0957 ul{margin-block:.5em}.TextEditor-module__editor--f0957 ul{-webkit-padding-start:1.8em;padding-inline-start:1.8em}.TextEditor-module__editor--f0957 ol{-webkit-padding-start:2em;padding-inline-start:2em}.TextEditor-module__editor--f0957 h1,.TextEditor-module__editor--f0957 h2,.TextEditor-module__editor--f0957 h3,.TextEditor-module__editor--f0957 h4,.TextEditor-module__editor--f0957 h5,.TextEditor-module__editor--f0957 h6{margin-block:.85em}.TextEditor-module__editor--f0957 p{margin-block:.55em}.EditPanel-module__wrapper--d7a22{margin:auto;width:100%}.EditPanel-module__wrapper--d7a22,.EditPanel-module__wrapper--d7a22 .EditPanel-module__editor--c3879{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto}.EditPanel-module__wrapper--d7a22 .EditPanel-module__divider--febcf{border-bottom-width:1px;color:#90caf9}.EditPanel-module__wrapper--d7a22 .EditPanel-module__copy--f33ad{color:#1a73e8;font-weight:500}.DirectAnswerEditPanel-module__wrapper--c40e1{border:1px solid #90caf9;border-radius:8px;display:flex;flex-direction:column;flex-grow:1}.InformativeEmptyState-module__list--dad00{grid-gap:16px;display:grid;gap:16px}@media screen and (min-width:62em){.InformativeEmptyState-module__list--dad00{grid-template-columns:repeat(3,1fr)}}.InformativeEmptyState-module__listItem--c7844{background:#f8fafc;border:1px solid #e1ebf5;border-radius:4px;color:#5e6a7d;display:flex;gap:20px;padding:22px 20px}.InformativeEmptyState-module__listItem--c7844 .InformativeEmptyState-module__itemIcon--f1e53{margin:auto 0}@media screen and (min-width:62em){.InformativeEmptyState-module__listItem--c7844{flex-direction:column;gap:24px;padding:32px 16px 24px}.InformativeEmptyState-module__listItem--c7844 .InformativeEmptyState-module__itemIcon--f1e53{margin:0 auto}.InformativeEmptyState-module__listItem--c7844 .InformativeEmptyState-module__itemContent--a4a6c{text-align:center}}.InformativeEmptyState-module__itemIcon--f1e53 svg{height:24px;width:24px}@media screen and (min-width:62em){.InformativeEmptyState-module__itemIcon--f1e53 svg{height:32px;width:32px}}.InformativeEmptyState-module__itemContent--a4a6c{font-size:1.3em;letter-spacing:.15px;line-height:1.6em}.AnswersList-module__wrapper--b66ba{display:flex;flex-direction:column;font-size:10px;min-height:100%;position:relative}.AnswersList-module__wrapper--b66ba .AnswersListMore-module__collapse--ded0d{font-size:12px;height:48px;line-height:16px}@media screen and (min-width:62em){.AnswersList-module__wrapper--b66ba .AnswersListMore-module__collapse--ded0d{font-size:16px;height:64px;line-height:20px}}.AnswersList-module__wrapper--b66ba .AnswersListMore-module__trigger--c53ba{align-items:center}.AnswersList-module__wrapper--b66ba .AnswersListMore-module__trigger--c53ba svg{height:1.2em;width:1.2em}.AnswersList-module__spacing--e0894>*{margin-bottom:8px}.AnswersList-module__spacing--e0894>:last-child{margin-bottom:0}.AnswersList-module__list--d419c>*{margin-bottom:10px}.AnswersList-module__list--d419c>:last-child{margin-bottom:0}.AnswersList-module__forceFeedback--dab3f{bottom:0;margin-top:auto;position:-webkit-sticky;position:sticky;z-index:1}.Answers-module__container--c526c{display:flex;flex:1 1;flex-direction:column;overflow-y:hidden;position:relative;width:100%}.Answers-module__header--f29c2{padding:0 16px}@media screen and (min-width:62em){.Answers-module__header--f29c2{margin-inline:auto;max-width:776px;padding:0;width:100%}}.AskArea-module__wrapper--daa7d{border-radius:12px;border-width:4px}.AskArea-module__suggestionsVisible--c0bcc .AskArea-module__wrapper--daa7d{border-radius:12px 12px 0 0;padding-bottom:4px}.AskArea-module__suggestionsWrapper--b0284{border-radius:0 0 12px 12px;border-width:4px;padding:12px}.AskArea-module__suggestions--daeed{font-size:10px}.Answers-module__body--caeea{-webkit-padding-start:16px;-webkit-padding-end:12px;flex:1 1;min-height:0;overflow:hidden auto;overscroll-behavior-y:contain;padding-bottom:6px;padding-inline-end:12px;padding-top:6px;padding-inline-start:16px}.Answers-module__body--caeea::-webkit-scrollbar{background:rgba(187,212,255,.4);width:4px}.Answers-module__body--caeea::-webkit-scrollbar-thumb{background:#7bacff;border-radius:3px}@media screen and (min-width:62em){.Answers-module__body--caeea .AnswersList-module__wrapper--b66ba{margin-inline:auto;max-width:776px;width:100%}.Answers-module__hasAnswers--a1c79{background-color:#fff}}.Answers-module__logo--dc138{display:block;margin:8% auto 0;width:76px}@media screen and (min-width:62em){.Answers-module__logo--dc138{width:100px}}.Answers-module__hidden--c83d7{display:none}.Answers-module__askAreaWrapper--d6cf5{margin:16px 0 8px}.Answers-module__askAreaWrapper--d6cf5>*{margin-bottom:8px}.Answers-module__askAreaWrapper--d6cf5>:last-child{margin-bottom:0}@media screen and (min-width:62em){.Answers-module__askAreaWrapper--d6cf5{margin-top:24px}}.Answers-module__status--b0278{font-size:12px}.Answers-module__dimmer--da543{background:linear-gradient(180deg,hsla(0,0%,85%,0),#d9d9d9);bottom:0;display:none;height:64px;left:0;opacity:.5;position:absolute;width:calc(100% - 4px)}@media screen and (min-width:62em){.Answers-module__dimmer--da543{display:block}}.HomeRoute-module__wrapper--b3ddd{display:flex;flex:1 1;flex-direction:column;height:100dvh;margin:0;width:100%}.HomeRoute-module__footer--a5cd3{align-items:center;display:flex;flex:0 0 auto;height:56px;justify-content:center;padding:0 16px}@media screen and (min-width:62em){.HomeRoute-module__footer--a5cd3{padding:0}}.HomeRoute-module__actions--e3993{align-items:center;display:flex;flex:1 1;font-size:10px;gap:.7rem;height:50%;justify-content:center}.HomeRoute-module__icon--a00b0{height:20px;width:20px}.HomeRoute-module__link--cb12d{align-items:center;color:#2785ff;cursor:pointer;display:none;font-size:12px;font-weight:500;left:16px;line-height:24px;position:absolute;text-decoration:none;transition:.5s cubic-bezier(.2,0,0,1)}.HomeRoute-module__link--cb12d .HomeRoute-module__icon--a00b0{-webkit-margin-end:8px;margin-inline-end:8px}.HomeRoute-module__link--cb12d:hover{color:#43a8e1}@media screen and (min-width:48em){.HomeRoute-module__link--cb12d{display:inline-flex}}.App-module__container--e3611{background-color:#f8fafc;height:100%;min-height:100dvh}