.EditorContent{width:100%}.EditorContent .ProseMirror{width:100%;font-size:16px;color:#353535}.EditorContent .ProseMirror *,.EditorContent .ProseMirror :after,.EditorContent .ProseMirror :before{font-family:inherit}.EditorContent .ProseMirror strong{font-weight:700}.EditorContent .ProseMirror h1,.EditorContent .ProseMirror h2,.EditorContent .ProseMirror h3,.EditorContent .ProseMirror h4,.EditorContent .ProseMirror p,.EditorContent .ProseMirror span{line-height:160%;letter-spacing:-.32px;text-align:inherit}.EditorContent .ProseMirror .paragraph{display:inline-block;font-size:12px;letter-spacing:-.24px}.EditorContent .ProseMirror ol,.EditorContent .ProseMirror ul{padding-left:1rem}.EditorContent .ProseMirror li{list-style:inherit}.EditorContent .ProseMirror ol{list-style-type:decimal}.EditorContent .ProseMirror ol>li{list-style-type:inherit}.EditorContent .ProseMirror ol>li>ol{list-style-type:lower-alpha}.EditorContent .ProseMirror ol>li>ol>li ol{list-style-type:lower-roman}.EditorContent .ProseMirror h1,.EditorContent .ProseMirror h1 *{font-size:24px;font-weight:800;letter-spacing:-.48px}.EditorContent .ProseMirror h2,.EditorContent .ProseMirror h2 *{font-size:20px;font-weight:700;letter-spacing:-.4px}.EditorContent .ProseMirror a{cursor:pointer;font-weight:700;color:var(--Link,#19a5ea);text-decoration-line:underline;text-decoration-style:solid;text-decoration-thickness:8%;text-decoration-skip-ink:auto;text-underline-position:from-font;text-underline-offset:20%}.EditorContent .ProseMirror sub,.EditorContent .ProseMirror sup{font-size:11px;line-height:15px}.EditorContent .ProseMirror blockquote>p,.EditorContent .ProseMirror blockquote>p *{font-size:inherit;font-weight:inherit}.EditorContent .ProseMirror .blockquote{padding-left:20px;border-left:4px solid #081c30}.EditorContent .ProseMirror .blockquote,.EditorContent .ProseMirror .corner-blockquote{margin-block:20px;font-size:24px;font-weight:800;line-height:140%;letter-spacing:-.48px}.EditorContent .ProseMirror .corner-blockquote{position:relative;display:inline-block;justify-content:center;width:fit-content;margin-inline:auto;padding:24px 30px;text-align:center}.EditorContent .ProseMirror .corner-blockquote:after,.EditorContent .ProseMirror .corner-blockquote:before{content:"";position:absolute;width:12px;height:12px;border:4px solid #081c30}.EditorContent .ProseMirror .corner-blockquote:before{top:0;left:0;border-right:none;border-bottom:none}.EditorContent .ProseMirror .corner-blockquote:after{right:0;bottom:0;border-top:none;border-left:none}.EditorContent .ProseMirror .corner-blockquote>p,.EditorContent .ProseMirror .corner-blockquote>p *{text-align:center}.EditorContent .ProseMirror .source{font-size:12px;line-height:140%;letter-spacing:-.24px}.EditorContent .ProseMirror hr{flex-shrink:0;width:100%;height:1px;margin-block:17.5px;border:none!important}.EditorContent .ProseMirror hr.solid{border-top:1px solid #d7dce2!important}.EditorContent .ProseMirror hr.dashed{background:repeating-linear-gradient(90deg,#d7dce2,#d7dce2 4px,transparent 0,transparent 10px)}.EditorContent .ProseMirror hr.dotted{background:repeating-linear-gradient(90deg,#d7dce2,#d7dce2 2px,transparent 0,transparent 6px)}.EditorContent .ProseMirror u{text-decoration-thickness:8%;text-decoration-skip-ink:auto;text-underline-position:from-font;text-underline-offset:20%}.EditorContent .ProseMirror:focus{outline:none}.EditorContent .ProseMirror [data-indent="1"]{margin-left:40px}.EditorContent .ProseMirror [data-indent="2"]{margin-left:80px}.EditorContent .ProseMirror [data-indent="3"]{margin-left:120px}.EditorContent .ProseMirror [data-indent="4"]{margin-left:160px}.EditorContent .ProseMirror .table-wrapper{overflow-x:auto}.EditorContent .ProseMirror table{border-collapse:collapse;width:fit-content}.EditorContent .ProseMirror table td,.EditorContent .ProseMirror table th{position:relative;width:fit-content;min-width:50px;padding:5px 20px;border:1px solid #c5c5c5}.EditorContent .ProseMirror table th{background-color:#efefef}.AccordionContent{overflow:hidden}.AccordionContent[data-state=open]{animation:irSlideDown .3s cubic-bezier(.4,0,.2,1)}.AccordionContent[data-state=closed]{animation:irSlideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes irSlideDown{0%{height:0}to{height:var(--accordion-height)}}@keyframes irSlideUp{0%{height:var(--accordion-height)}to{height:0}}