header{flex-direction:row;align-items:center;gap:1.5rem;margin:2rem 0;display:flex}header h1{flex:auto;margin:0}.clipboard-button{float:right;color:var(--gray);border-color:var(--dark);background-color:var(--light);opacity:0;border:1px solid;border-radius:5px;margin:.3rem;padding:.4rem;transition:all .2s;display:flex;position:absolute;right:0}.clipboard-button>svg{fill:var(--light);filter:contrast(.3)}.clipboard-button:hover{cursor:pointer;border-color:var(--secondary)}.clipboard-button:focus{outline:0}pre:hover>.clipboard-button{opacity:1;transition:all .2s}.breadcrumb-container{flex-flow:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;display:flex}.breadcrumb-element p{margin:0 0 0 .5rem;padding:0;line-height:normal}.breadcrumb-element{flex-direction:row;justify-content:center;align-items:center;display:flex}.article-title{margin:2rem 0 0}.content-meta{color:var(--darkgray);margin-top:0}.content-meta[show-comma=true]>:not(:last-child){margin-right:8px}.content-meta[show-comma=true]>:not(:last-child):after{content:","}.tags{flex-wrap:wrap;gap:.4rem;margin:1rem 0;padding-left:0;list-style:none;display:flex}.section-li>.section>.tags{justify-content:flex-end}.tags>li{white-space:nowrap;overflow-wrap:normal;margin:0;display:inline-block}a.internal.tag-link{background-color:var(--highlight);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem}.page-title{font-size:1.75rem;font-family:var(--titleFont);margin:0}.search{min-width:fit-content;max-width:14rem}@media (max-width:800px){.search{flex-grow:.3}}.search>.search-button{border:1px var(--lightgray) solid;font-family:inherit;font-size:inherit;height:2rem;text-align:inherit;cursor:pointer;white-space:nowrap;background-color:#0000;border-radius:4px;align-items:center;width:100%;padding:0 1rem 0 0;display:flex}.search>.search-button>p{color:var(--gray);text-wrap:unset;display:inline}.search>.search-button svg{cursor:pointer;width:18px;min-width:18px;margin:0 .5rem}.search>.search-button svg .search-path{stroke:var(--darkgray);stroke-width:1.5px;transition:stroke .5s}.search>.search-container{contain:layout;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100vh;display:none;position:fixed;top:0;left:0;overflow-y:auto}.search>.search-container.active{display:inline-block}.search>.search-container>.search-space{width:65%;margin-top:12vh;margin-left:auto;margin-right:auto}@media not (min-width:1200px){.search>.search-container>.search-space{width:90%}}.search>.search-container>.search-space>*{background:var(--light);border-radius:7px;width:100%;margin-bottom:2em;box-shadow:0 14px 50px #1b21301f,0 10px 30px #1b213029}.search>.search-container>.search-space>input{box-sizing:border-box;font-family:var(--bodyFont);color:var(--dark);border:1px solid var(--lightgray);padding:.5em 1em;font-size:1.1em}.search>.search-container>.search-space>input:focus{outline:none}.search>.search-container>.search-space>.search-layout{border:1px solid var(--lightgray);box-sizing:border-box;flex-direction:row;flex:0 0 100%;display:none}.search>.search-container>.search-space>.search-layout.display-results{display:flex}.search>.search-container>.search-space>.search-layout[data-preview]>.results-container{flex:0 0 min(30%,450px)}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout[data-preview] .result-card>p.preview{display:none}.search>.search-container>.search-space>.search-layout[data-preview]>div:first-child{border-right:1px solid var(--lightgray);border-top-right-radius:unset;border-bottom-right-radius:unset}.search>.search-container>.search-space>.search-layout[data-preview]>div:last-child{border-top-left-radius:unset;border-bottom-left-radius:unset}}.search>.search-container>.search-space>.search-layout>div{border-radius:5px;height:63vh}@media (max-width:800px){.search>.search-container>.search-space>.search-layout{flex-direction:column}.search>.search-container>.search-space>.search-layout>.preview-container{display:none!important}.search>.search-container>.search-space>.search-layout[data-preview]>.results-container{flex:0 0 100%;width:100%;height:auto}}.search>.search-container>.search-space>.search-layout .highlight{background:color-mix(in srgb, var(--tertiary) 60%, #fff0);border-radius:5px;scroll-margin-top:2rem}.search>.search-container>.search-space>.search-layout>.preview-container{color:var(--dark);flex-grow:1;padding:0 2rem;font-family:inherit;font-weight:400;line-height:1.5em;display:block;overflow:hidden auto}.search>.search-container>.search-space>.search-layout>.preview-container .preview-inner{width:min(800px,100%);margin:0 auto}.search>.search-container>.search-space>.search-layout>.preview-container a[role=anchor]{background-color:#0000}.search>.search-container>.search-space>.search-layout>.results-container{overflow-y:auto}.search>.search-container>.search-space>.search-layout>.results-container .result-card{cursor:pointer;border-bottom:1px solid var(--lightgray);box-sizing:border-box;text-transform:none;text-align:left;width:100%;font-family:inherit;font-size:100%;line-height:1.15;font-weight:inherit;outline:none;margin:0;padding:1em;transition:background .2s;display:block;overflow:hidden}.search>.search-container>.search-space>.search-layout>.results-container .result-card:hover,.search>.search-container>.search-space>.search-layout>.results-container .result-card:focus,.search>.search-container>.search-space>.search-layout>.results-container .result-card.focus{background:var(--lightgray)}.search>.search-container>.search-space>.search-layout>.results-container .result-card>h3{margin:0}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout>.results-container .result-card>p.card-description{display:none}}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul.tags{margin-top:.45rem;margin-bottom:0}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p{background-color:var(--highlight);color:var(--secondary);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem;font-weight:700;line-height:1.4rem}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p.match-tag{color:var(--tertiary)}.search>.search-container>.search-space>.search-layout>.results-container .result-card>p{margin-bottom:0}.darkmode{cursor:pointer;width:20px;height:32px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.darkmode svg{width:20px;height:20px;fill:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[saved-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[saved-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[saved-theme=dark] .darkmode>.dayIcon{display:none}:root[saved-theme=dark] .darkmode>.nightIcon,:root .darkmode>.dayIcon{display:inline}:root .darkmode>.nightIcon{display:none}.readermode{cursor:pointer;width:20px;height:32px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.readermode svg{width:20px;height:20px;fill:var(--darkgray);stroke:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[reader-mode=on] .sidebar.left,:root[reader-mode=on] .sidebar.right{opacity:0;transition:opacity .2s}:root[reader-mode=on] .sidebar.left:hover,:root[reader-mode=on] .sidebar.right:hover{opacity:1}@media (max-width:800px){.page>#quartz-body>:not(.sidebar.left:has(.explorer)){transition:transform .3s ease-in-out}.page>#quartz-body.lock-scroll>:not(.sidebar.left:has(.explorer)){transition:transform .3s ease-in-out;transform:translate(100dvw)}.page>#quartz-body .sidebar.left:has(.explorer){box-sizing:border-box;background-color:var(--light);margin:0;padding:1rem 0;position:sticky}.page>#quartz-body .hide-until-loaded~.explorer-content{display:none}}.explorer{flex-direction:column;flex:0 auto;min-height:1.2rem;display:flex;overflow-y:hidden}.explorer.collapsed{flex:0 1.2rem}.explorer.collapsed .fold{transform:rotate(-90deg)}.explorer .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}@media (max-width:800px){.explorer{height:initial;flex-shrink:0;order:-1;align-self:flex-start;margin-top:auto;margin-bottom:auto;overflow:hidden}}.explorer button.mobile-explorer{display:none}.explorer button.desktop-explorer{display:flex}@media (max-width:800px){.explorer button.mobile-explorer{display:flex}.explorer button.desktop-explorer{display:none}}@media not (max-width:800px){.explorer.desktop-only{display:flex}}.explorer svg{pointer-events:all;transition:transform .35s}.explorer svg>polyline{pointer-events:none}button.mobile-explorer,button.desktop-explorer{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.mobile-explorer h2,button.desktop-explorer h2{margin:0;font-size:1rem;display:inline-block}.explorer-content{margin-top:.5rem;list-style:none;overflow:hidden auto}.explorer-content ul{margin:0;padding:0;list-style:none}.explorer-content ul.explorer-ul{overscroll-behavior:contain}.explorer-content ul li>a{color:var(--dark);opacity:.75;pointer-events:all}.explorer-content ul li>a.active{opacity:1;color:var(--tertiary)}.explorer-content .folder-outer{visibility:collapse;grid-template-rows:0fr;transition-property:grid-template-rows,visibility;transition-duration:.3s;transition-timing-function:ease-in-out;display:grid}.explorer-content .folder-outer.open{visibility:visible;grid-template-rows:1fr}.explorer-content .folder-outer>ul{border-left:1px solid var(--lightgray);margin-left:6px;padding-left:.8rem;overflow:hidden}.folder-container{-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;display:flex}.folder-container div>a{color:var(--secondary);font-family:var(--headerFont);font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-container div>a:hover{color:var(--tertiary)}.folder-container div>button{color:var(--dark);text-align:left;cursor:pointer;font-family:var(--headerFont);background-color:#0000;border:none;align-items:center;padding-left:0;padding-right:0;display:flex}.folder-container div>button span{color:var(--secondary);pointer-events:none;margin:0;font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-icon{color:var(--secondary);cursor:pointer;backface-visibility:visible;flex-shrink:0;margin-right:5px;transition:transform .3s}li:has(>.folder-outer:not(.open))>.folder-container>svg{transform:rotate(-90deg)}.folder-icon:hover{color:var(--tertiary)}@media (max-width:800px){.explorer.collapsed{flex:0 0 34px}.explorer.collapsed>.explorer-content{visibility:hidden;transform:translate(-100vw)}.explorer:not(.collapsed){flex:0 0 34px}.explorer:not(.collapsed)>.explorer-content{visibility:visible;transform:translate(0)}.explorer .explorer-content{box-sizing:border-box;z-index:100;background-color:var(--light);visibility:hidden;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin-top:0;padding:4rem 0 2rem;transition:transform .2s,visibility .2s;position:absolute;top:0;left:0;overflow:hidden;transform:translate(-100vw)}.explorer .mobile-explorer{z-index:101;margin:0;padding:5px}.explorer .mobile-explorer .lucide-menu{stroke:var(--darkgray)}.mobile-no-scroll .explorer-content>.explorer-ul{overscroll-behavior:contain}}.graph>h3{margin:0;font-size:1rem}.graph>.graph-outer{border:1px solid var(--lightgray);box-sizing:border-box;border-radius:5px;height:250px;margin:.5em 0;position:relative;overflow:hidden}.graph>.graph-outer>.global-graph-icon{cursor:pointer;color:var(--dark);opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:4px;width:24px;height:24px;margin:.3rem;padding:.2rem;transition:background-color .5s;position:absolute;top:0;right:0}.graph>.graph-outer>.global-graph-icon:hover{background-color:var(--lightgray)}.graph>.global-graph-outer{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100%;display:none;position:fixed;top:0;left:0;overflow:hidden}.graph>.global-graph-outer.active{display:inline-block}.graph>.global-graph-outer>.global-graph-container{border:1px solid var(--lightgray);background-color:var(--light);box-sizing:border-box;border-radius:5px;width:80vw;height:80vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media not (min-width:1200px){.graph>.global-graph-outer>.global-graph-container{width:90%}}.toc{flex-direction:column;flex:0 .5 auto;min-height:1.4rem;display:flex;overflow-y:hidden}.toc:has(button.toc-header.collapsed){flex:0 1.4rem}button.toc-header{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.toc-header h3{margin:0;font-size:1rem;display:inline-block}button.toc-header .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}button.toc-header.collapsed .fold{transform:rotate(-90deg)}ul.toc-content.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none;position:relative}ul.toc-content.overflow>li>a{color:var(--dark);opacity:.35;transition:opacity .5s,color .3s}ul.toc-content.overflow>li>a.in-view{opacity:.75}ul.toc-content.overflow .depth-0{padding-left:0}ul.toc-content.overflow .depth-1{padding-left:1rem}ul.toc-content.overflow .depth-2{padding-left:2rem}ul.toc-content.overflow .depth-3{padding-left:3rem}ul.toc-content.overflow .depth-4{padding-left:4rem}ul.toc-content.overflow .depth-5{padding-left:5rem}ul.toc-content.overflow .depth-6{padding-left:6rem}.backlinks{flex-direction:column}.backlinks>h3{margin:0;font-size:1rem}.backlinks>ul.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none}.backlinks>ul.overflow>li>a{background-color:#0000}footer{text-align:left;opacity:.7;margin-bottom:4rem}footer ul{flex-direction:row;gap:1rem;margin:-1rem 0 0;padding:0;list-style:none;display:flex}ul.section-ul{margin-top:2em;padding-left:0;list-style:none}li.section-li{margin-bottom:1em}li.section-li>.section{grid-template-columns:fit-content(8em) 3fr 1fr;display:grid}@media (max-width:800px){li.section-li>.section>.tags{display:none}}li.section-li>.section>.desc>h3>a{background-color:#0000}li.section-li>.section .meta{opacity:.6;margin:0 1em 0 0}.popover .section{grid-template-columns:fit-content(8em) 1fr!important}.popover .section>.tags{display:none}.section h3,.section>.tags{margin:0}@keyframes dropin{0%{opacity:0;visibility:hidden}1%{opacity:0}to{opacity:1;visibility:visible}}.popover{z-index:999;will-change:transform;padding:1rem;position:fixed;top:0;left:0;overflow:visible}.popover>.popover-inner{width:30rem;max-height:20rem;font-weight:initial;font-style:initial;line-height:normal;font-size:initial;font-family:var(--bodyFont);border:1px solid var(--lightgray);background-color:var(--light);overscroll-behavior:contain;white-space:normal;-webkit-user-select:none;user-select:none;cursor:default;border-radius:5px;padding:0 1rem 1rem;position:relative;overflow:auto;box-shadow:6px 6px 36px #00000040}.popover>.popover-inner[data-content-type][data-content-type*=pdf],.popover>.popover-inner[data-content-type][data-content-type*=image]{max-height:100%;padding:0}.popover>.popover-inner[data-content-type][data-content-type*=image] img{border-radius:0;margin:0;display:block}.popover>.popover-inner[data-content-type][data-content-type*=pdf] iframe{width:100%}.popover h1{font-size:1.5rem}.popover{visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s}@media (max-width:800px){.popover{display:none!important}}.active-popover,.popover:hover{animation:.3s .2s forwards dropin}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-size:16px}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}:root:root{--callout-blend-mode:darken;--callout-border-opacity:.25;--callout-border-width:0px;--callout-bug:245, 26, 104;--callout-content-background:transparent;--callout-content-padding:0;--callout-default:4, 119, 255;--callout-error:245, 26, 104;--callout-example:156, 122, 211;--callout-fail:245, 26, 104;--callout-important:0, 200, 200;--callout-info:4, 119, 255;--callout-padding:12px 12px 12px 24px;--callout-question:207, 186, 0;--callout-quote:123, 140, 165;--callout-radius:4px;--callout-success:52, 145, 94;--callout-summary:0, 200, 200;--callout-tip:0, 200, 200;--callout-title-padding:0;--callout-title-weight:600;--callout-todo:4, 119, 255;--callout-warning:253, 148, 52;--quartz-icon-color:currentColor;--bases-embed-border-color:#cfdae2!important;--bases-table-border-color:#cfdae2!important;--bases-table-header-background:#f6f9fb!important;--bases-table-header-background-hover:#228ec31a!important;--focus-ring-color:#0df!important;--tab-container-background:#eff3f6!important;--table-border-color:#cfdae2!important;--text-accent:#228ec3!important;--text-faint:#141f28!important;--text-normal:#141f25!important;--titlebar-background:#eff3f6!important;--input-height:30px!important;--input-border-width:1px!important;--input-border-width-focus:2px!important;--input-radius:5px!important;--background-modifier-border:#cfdae2!important;--background-modifier-form-field:#f6f9fb!important;--icon-size:18px!important;--icon-stroke:1.75px!important;--pill-background:transparent!important;--pill-background-hover:transparent!important;--pill-border-color:#cfdae2!important;--pill-border-color-hover:#52697a!important;--pill-border-width:1px!important;--pill-color:#141f25!important;--pill-color-hover:#141f25!important;--pill-color-remove:#141f28!important;--pill-focus-left-adjust:-4px!important;--pill-focus-width:calc(100% + 6px)!important;--bases-header-border-width:0 0 1px 0!important;--accent-h:200!important;--accent-l:45%!important;--accent-s:70%!important;--anim-duration-fast:.14s!important;--anim-duration-moderate:.3s!important;--anim-duration-none:0!important;--anim-duration-slow:.56s!important;--anim-duration-superfast:70ms!important;--anim-motion-delay:cubic-bezier(.65, .05, .36, 1)!important;--anim-motion-jumpy:cubic-bezier(.68, -.55, .27, 1.55)!important;--anim-motion-smooth:cubic-bezier(.45, .05, .55, .95)!important;--anim-motion-swing:cubic-bezier(0, .55, .45, 1)!important;--background-modifier-active-hover:#228ec31a!important;--background-modifier-border-focus:#98acba!important;--background-modifier-border-hover:#52697a!important;--background-modifier-box-shadow:#0000001a!important;--background-modifier-cover:#dcdcdc66!important;--background-modifier-error:#f51a68!important;--background-modifier-error-hover:#f51a68!important;--background-modifier-error-rgb:245, 26, 104!important;--background-modifier-form-field-hover:#f6f9fb!important;--background-modifier-hover:#228ec31a!important;--background-modifier-message:#000000e6!important;--background-modifier-success:#34915e!important;--background-modifier-success-rgb:52, 145, 94!important;--background-primary:#f6f9fb!important;--background-primary-alt:#eff3f6!important;--background-secondary:#eff3f6!important;--background-secondary-alt:#fcfcfc!important;--bases-cards-background:#f6f9fb!important;--bases-cards-border-width:1px!important;--bases-cards-container-background:transparent!important;--bases-cards-corner-shape:round!important;--bases-cards-cover-background:#eff3f6!important;--bases-cards-font-size:.875em!important;--bases-cards-line-height:24px!important;--bases-cards-radius:8px!important;--bases-cards-scale:1!important;--bases-cards-shadow:0 0 0 1px #cfdae2!important;--bases-cards-shadow-hover:0 0 0 1px #52697a!important;--bases-embed-border-radius:4px!important;--bases-embed-border-width:0px!important;--bases-filter-menu-width:520px!important;--bases-group-heading-property-color:#141f25!important;--bases-group-heading-property-display:block!important;--bases-group-heading-property-size:12px!important;--bases-group-heading-property-weight:400!important;--bases-group-heading-value-size:.875em!important;--bases-group-heading-value-weight:600!important;--bases-header-height:40px!important;--bases-header-padding-end:2px!important;--bases-header-padding-start:2px!important;--bases-table-cell-background-active:#f6f9fb!important;--bases-table-cell-background-disabled:#eff3f6!important;--bases-table-cell-background-selected:#228ec31a!important;--bases-table-cell-radius-active:2px!important;--bases-table-cell-radius-focus:2px!important;--bases-table-cell-shadow-active:0 0 0 2px #98acba!important;--bases-table-cell-shadow-focus:0 0 0 2px #249bd3!important;--bases-table-column-border-width:1px!important;--bases-table-column-max-width:300!important;--bases-table-column-min-width:40!important;--bases-table-container-border-radius:4px!important;--bases-table-container-border-width:1px!important;--bases-table-font-size:.875em!important;--bases-table-group-background:#eff3f6!important;--bases-table-group-gap:10px!important;--bases-table-header-color:#141f25!important;--bases-table-header-icon-display:flex!important;--bases-table-header-sort-mask:linear-gradient(to left, transparent 24px, black 24px)!important;--bases-table-header-weight:400!important;--bases-table-row-background-hover:#eff3f6!important;--bases-table-row-border-width:1px!important;--bases-table-row-height:30px!important;--bases-table-summary-background:#f6f9fb!important;--bases-table-summary-background-hover:#228ec31a!important;--bases-toolbar-badge-display:none!important;--bases-toolbar-label-display:block!important;--blockquote-background-color:#f6f9fb!important;--blockquote-border-color:#249bd3!important;--blockquote-border-thickness:2px!important;--blockquote-font-style:normal!important;--blur-background:#f6f9fba6 linear-gradient(#f6f9fb, #f6f9fba6)!important;--blur-brightness:1.15!important;--blur-l:blur(16px) saturate(1.5) brightness(1.15)!important;--blur-m:blur(10px) saturate(1.5) brightness(1.15)!important;--blur-opacity-m:90%!important;--blur-opacity-s:65%!important;--blur-radius-l:16px!important;--blur-radius-m:10px!important;--blur-radius-s:6px!important;--blur-s:blur(6px) saturate(1.5) brightness(1.15)!important;--blur-saturation:1.5!important;--bold-modifier:200!important;--bold-weight:600!important;--border-width:1px!important;--button-corner-shape:round!important;--button-radius:5px!important;--canvas-background:#f6f9fb!important;--canvas-card-label-color:#141f28!important;--canvas-color:152, 172, 186!important;--canvas-color-1:245, 26, 104!important;--canvas-color-2:253, 148, 52!important;--canvas-color-3:194, 186, 140!important;--canvas-color-4:52, 145, 94!important;--canvas-color-5:0, 200, 200!important;--canvas-color-6:156, 122, 211!important;--canvas-controls-icon-size:16px!important;--canvas-controls-icon-stroke:2px!important;--canvas-controls-radius:4px!important;--canvas-dot-pattern:#98acba!important;--caret-color:#141f25!important;--checkbox-border-color:#1a2833!important;--checkbox-border-color-hover:#141f25!important;--checkbox-color:#249bd3!important;--checkbox-color-hover:#7dc4e8!important;--checkbox-margin-inline-start:.85em!important;--checkbox-marker-color:#f6f9fb!important;--checkbox-radius:4px!important;--checkbox-size:16px!important;--checklist-done-color:#141f25!important;--checklist-done-decoration:line-through!important;--clickable-icon-radius:4px!important;--code-background:#e3edf2!important;--code-border-color:#cfdae2!important;--code-border-width:0px!important;--code-bracket-background:#228ec31a!important;--code-comment:#82a2c8!important;--code-function:#ff3e82!important;--code-important:#fd6434!important;--code-keyword:#4696f4!important;--code-normal:#527eb2!important;--code-operator:#202b8b!important;--code-property:#00a4a4!important;--code-punctuation:#527eb2!important;--code-radius:4px!important;--code-size:.875em!important;--code-string:#71ab8f!important;--code-tag:#e83a78!important;--code-value:#4696f4!important;--code-white-space:pre-wrap!important;--collapse-icon-color:#141f28!important;--collapse-icon-color-collapsed:#228ec3!important;--color-accent:#228ec3!important;--color-accent-1:#249bd3!important;--color-accent-2:#2caadc!important;--color-accent-hsl:200, 70%, 45%!important;--color-base-00:#f6f9fb!important;--color-base-05:#fcfcfc!important;--color-base-10:#eff3f6!important;--color-base-100:#070b0d!important;--color-base-20:#e3edf2!important;--color-base-25:#cfdae2!important;--color-base-30:#98acba!important;--color-base-35:#52697a!important;--color-base-40:#2e3d49!important;--color-base-50:#1a2833!important;--color-base-60:#141f28!important;--color-base-70:#141f25!important;--color-blue:#0477ff!important;--color-blue-rgb:4, 119, 255!important;--color-cyan:#00c8c8!important;--color-cyan-rgb:0, 200, 200!important;--color-green:#34915e!important;--color-green-rgb:52, 145, 94!important;--color-orange:#fd9434!important;--color-orange-rgb:253, 148, 52!important;--color-pink:#e135e4!important;--color-pink-rgb:225, 53, 228!important;--color-purple:#9c7ad3!important;--color-purple-rgb:156, 122, 211!important;--color-red:#f51a68!important;--color-red-rgb:245, 26, 104!important;--color-yellow:#c2ba8c!important;--color-yellow-rgb:194, 186, 140!important;--corner-shape:round!important;--cursor:default!important;--cursor-link:pointer!important;--dialog-max-height:85vh!important;--dialog-max-width:80vw!important;--dialog-width:560px!important;--direction:1!important;--divider-color:#cfdae2!important;--divider-color-hover:#249bd3!important;--divider-vertical-height:100%!important;--divider-width:1px!important;--divider-width-hover:3px!important;--drag-ghost-background:#000000d9!important;--drag-ghost-text-color:#fff!important;--dropdown-background:#f6f9fb!important;--dropdown-background-blend-mode:hard-light!important;--dropdown-background-hover:#eff3f6!important;--dropdown-background-position:right .5em top 50%, 0 0!important;--dropdown-background-size:1em auto, 100%!important;--dropdown-icon-inset:.5em!important;--dropdown-icon-width:1em!important;--dropdown-padding:0 1.9em 0 .8em!important;--dropdown-padding-end:1.9em!important;--dropdown-padding-start:.8em!important;--embed-block-shadow-hover:0 0 0 1px #cfdae2, inset 0 0 0 1px #cfdae2!important;--embed-border-bottom:none!important;--embed-border-end:none!important;--embed-border-start:2px solid #249bd3!important;--embed-border-top:none!important;--embed-canvas-max-height:400px!important;--embed-max-height:4000px!important;--embed-padding:0 0 0 24px!important;--file-folding-offset:24px!important;--file-header-background:#f6f9fb!important;--file-header-background-focused:#f6f9fb!important;--file-header-border:1px solid transparent!important;--file-header-font:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--file-header-font-size:13px!important;--file-header-font-weight:400!important;--file-header-justify:center!important;--file-line-width:700px!important;--file-margins:32px 32px!important;--file-margins-x:32px!important;--file-margins-y:32px!important;--flair-background:#f6f9fb!important;--flair-color:#141f25!important;--focus-ring-outline:2px solid var(--lightningcss-light,#0060df)var(--lightningcss-dark,#0df)!important;--font-black:900!important;--font-bold:700!important;--font-default:ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-extrabold:800!important;--font-extralight:200!important;--font-interface:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-interface-override:"??"!important;--font-interface-theme:"??"!important;--font-light:300!important;--font-medium:500!important;--font-mermaid:"??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-monospace:"??", "??", ui-monospace, SFMono-Regular, "Cascadia Mono", "Roboto Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Monaco, "Consolas", "Source Code Pro", monospace!important;--font-monospace-default:ui-monospace, SFMono-Regular, "Cascadia Mono", "Roboto Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Monaco, "Consolas", "Source Code Pro", monospace!important;--font-monospace-override:"??"!important;--font-monospace-theme:"??"!important;--font-normal:400!important;--font-print:"??", "??", "??", "Arial"!important;--font-print-override:"??"!important;--font-semibold:600!important;--font-small:.933em!important;--font-smaller:.875em!important;--font-smallest:.8em!important;--font-text:"??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-text-override:"??"!important;--font-text-size:16px!important;--font-text-theme:"??"!important;--font-thin:100!important;--font-ui-large:20px!important;--font-ui-medium:15px!important;--font-ui-small:13px!important;--font-ui-smaller:12px!important;--font-weight:400!important;--footnote-divider-color:#cfdae2!important;--footnote-divider-color-active:transparent!important;--footnote-divider-width:1px!important;--footnote-gap:4px!important;--footnote-id-color:#141f25!important;--footnote-id-color-no-occurrences:#141f28!important;--footnote-id-delimiter:"."!important;--footnote-input-background:transparent!important;--footnote-input-background-active:#228ec31a!important;--footnote-line-height:1.5!important;--footnote-padding-block:6px!important;--footnote-padding-inline:6px!important;--footnote-radius:4px!important;--footnote-size:.875em!important;--frame-left-space:0px!important;--frame-right-space:126px!important;--graph-controls-width:240px!important;--graph-line:#98acba!important;--graph-node:#7dc4e8!important;--graph-node-attachment:#c2ba8c!important;--graph-node-focused:#228ec3!important;--graph-node-tag:#34915e!important;--graph-node-unresolved:#98acba!important;--graph-text:#141f25!important;--h1-letter-spacing:-.015em!important;--h1-line-height:1.111!important;--h1-size:2.25em!important;--h1-style:normal!important;--h1-variant:normal!important;--h1-weight:700!important;--h2-letter-spacing:-.011em!important;--h2-line-height:1.143!important;--h2-size:1.75em!important;--h2-style:normal!important;--h2-variant:normal!important;--h2-weight:680!important;--h3-letter-spacing:-.008em!important;--h3-line-height:1.167!important;--h3-size:1.5em!important;--h3-style:normal!important;--h3-variant:normal!important;--h3-weight:660!important;--h4-letter-spacing:-.005em!important;--h4-line-height:1.2!important;--h4-size:1.25em!important;--h4-style:normal!important;--h4-variant:normal!important;--h4-weight:640!important;--h5-letter-spacing:-.002em!important;--h5-line-height:1.25!important;--h5-size:1em!important;--h5-style:normal!important;--h5-variant:normal!important;--h5-weight:620!important;--h6-letter-spacing:0em!important;--h6-line-height:1.333!important;--h6-size:.75em!important;--h6-style:normal!important;--h6-variant:normal!important;--h6-weight:600!important;--header-height:40px!important;--heading-formatting:#141f28!important;--heading-spacing:2.5rem!important;--highlight-mix-blend-mode:darken!important;--hr-color:#cfdae2!important;--hr-thickness:1px!important;--icon-color:#141f25!important;--icon-color-active:#228ec3!important;--icon-color-focused:#141f25!important;--icon-color-hover:#141f25!important;--icon-l:18px!important;--icon-l-stroke-width:1.75px!important;--icon-m:18px!important;--icon-m-stroke-width:1.75px!important;--icon-opacity:.85!important;--icon-opacity-active:1!important;--icon-opacity-hover:1!important;--icon-s:16px!important;--icon-s-stroke-width:2px!important;--icon-xl:32px!important;--icon-xl-stroke-width:1.25px!important;--icon-xs:14px!important;--icon-xs-stroke-width:2px!important;--indent-size:4!important;--indent-unit:.5625em!important;--indentation-guide-color:#228ec326!important;--indentation-guide-color-active:#228ec326!important;--indentation-guide-editing-indent:.85em!important;--indentation-guide-reading-indent:-.85em!important;--indentation-guide-source-indent:.25em!important;--indentation-guide-width:1px!important;--indentation-guide-width-active:1px!important;--inline-title-line-height:1.111!important;--inline-title-margin-bottom:.5em!important;--inline-title-size:1em!important;--inline-title-style:normal!important;--inline-title-variant:normal!important;--inline-title-weight:bold!important;--input-corner-shape:round!important;--input-date-separator:#141f28!important;--input-font-weight:400!important;--input-icon-inset:4px!important;--input-padding:4px 8px!important;--input-placeholder-color:#141f28!important;--input-shadow:inset 0 0 0 1px #0000001f, 0 2px 3px 0 #0000000d, 0 1px 1.5px 0 #00000008, 0 1px 2px 0 #0000000a, 0 0 0 0 transparent!important;--input-shadow-hover:inset 0 0 0 1px #0000002b, 0 2px 3px 0 #0000001a, 0 1px 1.5px 0 #00000008, 0 1px 2px 0 #0000000a, 0 0 0 0 transparent!important;--inset-end:right!important;--inset-start:left!important;--interactive-accent:#249bd3!important;--interactive-accent-hover:#2caadc!important;--interactive-accent-hsl:200, 70%, 45%!important;--interactive-hover:#eff3f6!important;--interactive-normal:#f6f9fb!important;--keyboard-height:0px!important;--layer-cover:5!important;--layer-dragged-item:80!important;--layer-menu:65!important;--layer-modal:50!important;--layer-notice:60!important;--layer-popover:30!important;--layer-sidedock:10!important;--layer-slides:45!important;--layer-status-bar:15!important;--layer-tooltip:70!important;--line-height-normal:1.5!important;--line-height-tight:1.3!important;--link-color:#228ec3!important;--link-color-hover:#3ca7dd!important;--link-decoration:underline!important;--link-decoration-hover:underline!important;--link-decoration-thickness:auto!important;--link-external-color:#228ec3!important;--link-external-color-hover:#3ca7dd!important;--link-external-decoration:underline!important;--link-external-decoration-hover:underline!important;--link-external-filter:none!important;--link-unresolved-color:#52697a!important;--link-unresolved-decoration-color:#52697a!important;--link-unresolved-decoration-style:solid!important;--link-unresolved-filter:none!important;--link-unresolved-opacity:.7!important;--link-weight:400!important;--list-bullet-border:none!important;--list-bullet-end-padding:1.3rem!important;--list-bullet-radius:50%!important;--list-bullet-size:.3em!important;--list-bullet-transform:none!important;--list-indent:2.25em!important;--list-indent-editing:.75em!important;--list-indent-source:0!important;--list-marker-color:#228ec3!important;--list-marker-color-collapsed:#141f25!important;--list-marker-color-hover:#141f25!important;--list-numbered-style:decimal!important;--list-spacing:.5em!important;--loading-icon-delay:.4s!important;--menu-backdrop-filter:none!important;--menu-background:#eff3f6!important;--menu-border-color:#52697a!important;--menu-border-width:1px!important;--menu-corner-shape:round!important;--menu-padding:6px!important;--menu-radius:8px!important;--menu-scroll-mask:linear-gradient(to bottom, #0000000d 0%, #0000001a 48px)!important;--menu-shadow:0px 1px 2px #00000007, 0px 3.4px 6.7px #0000000b, 0px 15px 30px #00000012!important;--metadata-background:transparent!important;--metadata-border-color:#cfdae2!important;--metadata-border-radius:0!important;--metadata-border-width:0!important;--metadata-display-editing:block!important;--metadata-display-reading:block!important;--metadata-divider-color:#cfdae2!important;--metadata-divider-color-focus:transparent!important;--metadata-divider-color-hover:transparent!important;--metadata-divider-width:0!important;--metadata-gap:3px!important;--metadata-input-background:transparent!important;--metadata-input-background-active:#228ec31a!important;--metadata-input-background-hover:transparent!important;--metadata-input-font:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--metadata-input-font-size:.875em!important;--metadata-input-height:28px!important;--metadata-input-longtext-lines:3!important;--metadata-input-padding:4px 8px!important;--metadata-input-text-color:#141f25!important;--metadata-label-background:transparent!important;--metadata-label-background-active:#228ec31a!important;--metadata-label-background-hover:transparent!important;--metadata-label-font:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--metadata-label-font-size:.875em!important;--metadata-label-text-color:#141f25!important;--metadata-label-text-color-hover:#141f25!important;--metadata-label-width:9em!important;--metadata-max-width:none!important;--metadata-padding:8px 0!important;--metadata-property-background:transparent!important;--metadata-property-background-active:#228ec31a!important;--metadata-property-background-hover:transparent!important;--metadata-property-box-shadow-focus:0 0 0 2px #98acba!important;--metadata-property-box-shadow-hover:0 0 0 1px #52697a!important;--metadata-property-corner-shape:round!important;--metadata-property-corner-shape-focus:round!important;--metadata-property-corner-shape-hover:round!important;--metadata-property-padding:0!important;--metadata-property-radius:6px!important;--metadata-property-radius-focus:6px!important;--metadata-property-radius-hover:6px!important;--metadata-sidebar-input-font-size:13px!important;--metadata-sidebar-label-font-size:13px!important;--modal-background:#f6f9fb!important;--modal-border-color:#cfdae2!important;--modal-border-width:1px!important;--modal-community-sidebar-width:280px!important;--modal-header-height:auto!important;--modal-height:85vh!important;--modal-max-height:1000px!important;--modal-max-width:1100px!important;--modal-max-width-narrow:800px!important;--modal-radius:12px!important;--modal-shadow:none!important;--modal-width:90vw!important;--mono-rgb-0:255, 255, 255!important;--mono-rgb-100:0, 0, 0!important;--nav-collapse-icon-color:#141f28!important;--nav-collapse-icon-color-collapsed:#141f28!important;--nav-heading-color:#141f25!important;--nav-heading-color-collapsed:#141f28!important;--nav-heading-color-collapsed-hover:#141f25!important;--nav-heading-color-hover:#141f25!important;--nav-heading-weight:500!important;--nav-heading-weight-hover:500!important;--nav-indentation-guide-color:#228ec326!important;--nav-indentation-guide-width:1px!important;--nav-item-background-active:#228ec31a!important;--nav-item-background-hover:#228ec31a!important;--nav-item-background-selected:#228ec326!important;--nav-item-children-margin-start:12px!important;--nav-item-children-padding-start:4px!important;--nav-item-color:#141f25!important;--nav-item-color-active:#141f25!important;--nav-item-color-highlighted:#228ec3!important;--nav-item-color-hover:#141f25!important;--nav-item-color-selected:#141f25!important;--nav-item-margin-bottom:2px!important;--nav-item-padding:4px 8px 4px 24px!important;--nav-item-parent-padding:4px 8px 4px 24px!important;--nav-item-radius:4px!important;--nav-item-size:13px!important;--nav-item-white-space:pre!important;--nav-tag-background:transparent!important;--nav-tag-color:#141f28!important;--nav-tag-color-active:#141f25!important;--nav-tag-color-hover:#141f25!important;--nav-tag-radius:4px!important;--nav-tag-weight:600!important;--p-spacing:1rem!important;--p-spacing-empty:0rem!important;--page-border:9px solid transparent!important;--page-margin:1px auto -8px!important;--pdf-background:#f6f9fb!important;--pdf-page-background:#f6f9fb!important;--pdf-shadow:0 0 0 1px #0000000d, 0 2px 8px #0000001a!important;--pdf-sidebar-background:#f6f9fb!important;--pdf-spread-shadow:0 0 0 1px #0000000d!important;--pdf-thumbnail-shadow:0 0 0 1px #00000026, 0 2px 8px #0003!important;--pdfViewer-padding-bottom:0!important;--pill-color-remove-hover:#228ec3!important;--pill-decoration:none!important;--pill-decoration-hover:none!important;--pill-padding-x:.65em!important;--pill-padding-y:.25em!important;--pill-radius:2em!important;--popover-font-size:16px!important;--popover-height:400px!important;--popover-max-height:95vh!important;--popover-pdf-height:400px!important;--popover-pdf-width:450px!important;--popover-width:450px!important;--preferred-text-scale:1!important;--prompt-backdrop-filter:none!important;--prompt-background:#f6f9fb!important;--prompt-border-color:#2e3d49!important;--prompt-border-width:1px!important;--prompt-input-height:40px!important;--prompt-max-height:70vh!important;--prompt-max-width:80vw!important;--prompt-width:700px!important;--radius-l:12px!important;--radius-m:8px!important;--radius-s:4px!important;--radius-xl:16px!important;--raised-background:#f6f9fba6 linear-gradient(#f6f9fb, #f6f9fba6)!important;--raised-blur:blur(6px) saturate(1.5) brightness(1.15)!important;--raised-mask:linear-gradient(white, white) padding-box, linear-gradient(white, white) border-box!important;--raised-mask-background:linear-gradient(to bottom left, white, transparent, white) border-box no-repeat!important;--raised-mask-border-width:0!important;--raised-mask-composite:exclude, add!important;--raised-mask-display:block!important;--ribbon-background:#eff3f6!important;--ribbon-background-collapsed:#f6f9fb!important;--ribbon-padding:8px 4px 12px!important;--ribbon-width:44px!important;--safe-area-inset-bottom:0px!important;--safe-area-inset-left:0px!important;--safe-area-inset-right:0px!important;--safe-area-inset-top:0px!important;--scrollbar-active-thumb-bg:#0003!important;--scrollbar-bg:#0000000d!important;--scrollbar-border-width:3px 3px 3px 2px!important;--scrollbar-height:12px!important;--scrollbar-radius:12px!important;--scrollbar-thumb-bg:#0000001a!important;--scrollbar-width:12px!important;--search-clear-button-color:#141f25!important;--search-clear-button-size:13px!important;--search-icon-color:#141f25!important;--search-icon-size:18px!important;--search-result-background:#f6f9fb!important;--setting-group-heading-color:#141f25!important;--setting-group-heading-size:15px!important;--setting-group-heading-weight:600!important;--setting-items-background:#eff3f6!important;--setting-items-border-color:#cfdae2!important;--setting-items-border-width:0!important;--setting-items-padding:20px!important;--setting-items-radius:12px!important;--shadow-l:0px 1.8px 7.3px #00000012, 0px 6.3px 24.7px #0000001d, 0px 15px 30px #0000001a!important;--shadow-s:0px 1px 2px #00000007, 0px 3.4px 6.7px #0000000b, 0px 15px 30px #00000012!important;--sidebar-left-toggle-inner-width:8.33%!important;--sidebar-left-toggle-inner-width-open:24%!important;--sidebar-markdown-font-size:14.4px!important;--sidebar-right-toggle-inner-width:8.33%!important;--sidebar-right-toggle-inner-width-open:24%!important;--sidebar-tab-text-display:none!important;--size-2-1:2px!important;--size-2-2:4px!important;--size-2-3:6px!important;--size-4-1:4px!important;--size-4-10:40px!important;--size-4-12:48px!important;--size-4-16:64px!important;--size-4-18:72px!important;--size-4-2:8px!important;--size-4-3:12px!important;--size-4-4:16px!important;--size-4-5:20px!important;--size-4-6:24px!important;--size-4-8:32px!important;--size-4-9:36px!important;--slider-s-thumb-position:-5px!important;--slider-s-thumb-size:15px!important;--slider-thumb-border-color:#52697a!important;--slider-thumb-border-width:1px!important;--slider-thumb-height:18px!important;--slider-thumb-radius:18px!important;--slider-thumb-width:18px!important;--slider-thumb-y:-6px!important;--slider-track-background:#cfdae2!important;--slider-track-height:3px!important;--spreadHorizontalWrapped-margin-LR:-3.5px!important;--status-bar-background:#eff3f6!important;--status-bar-border-color:#cfdae2!important;--status-bar-border-width:1px 0 0 1px!important;--status-bar-font-size:12px!important;--status-bar-position:fixed!important;--status-bar-radius:8px 0 0 0!important;--status-bar-text-color:#141f25!important;--suggestion-backdrop-filter:none!important;--suggestion-background:#f6f9fb!important;--swatch-height:22px!important;--swatch-radius:14px!important;--swatch-shadow:inset 0 0 0 1px #00000026!important;--swatch-width:22px!important;--sync-avatar-color-1:#f51a68!important;--sync-avatar-color-2:#fd9434!important;--sync-avatar-color-3:#c2ba8c!important;--sync-avatar-color-4:#34915e!important;--sync-avatar-color-5:#00c8c8!important;--sync-avatar-color-6:#0477ff!important;--sync-avatar-color-7:#9c7ad3!important;--sync-avatar-color-8:#e135e4!important;--sync-avatar-color-current-user:transparent!important;--tab-background-active:#f6f9fb!important;--tab-curve:12px!important;--tab-divider-color:#cfdae2!important;--tab-font-size:13px!important;--tab-max-width:320px!important;--tab-outline-color:#cfdae2!important;--tab-outline-width:1px!important;--tab-radius:9px!important;--tab-radius-active:6px 6px 0 0!important;--tab-stacked-font-size:13px!important;--tab-stacked-font-weight:400!important;--tab-stacked-header-width:40px!important;--tab-stacked-pane-width:700px!important;--tab-stacked-shadow:-8px 0 8px 0 #0000000d!important;--tab-stacked-text-align:start!important;--tab-stacked-text-transform:rotate(0deg)!important;--tab-stacked-text-writing-mode:vertical-lr!important;--tab-switcher-background:#eff3f6!important;--tab-switcher-menubar-background:linear-gradient(to top, #eff3f6, transparent)!important;--tab-switcher-preview-background-shadow:0 4px 30px 2px #0003!important;--tab-switcher-preview-radius:16px!important;--tab-switcher-preview-shadow:0 0 0 1px #0000000d!important;--tab-switcher-preview-shadow-active:0 0 0 2px #228ec3!important;--tab-text-color:#52697a!important;--tab-text-color-active:#1a2833!important;--tab-text-color-focused:#141f28!important;--tab-text-color-focused-active:#141f25!important;--tab-text-color-focused-active-current:#070b0d!important;--tab-text-color-focused-highlighted:#228ec3!important;--tab-width:200px!important;--table-add-button-background:transparent!important;--table-add-button-border-color:#cfdae2!important;--table-add-button-border-width:1px!important;--table-background:transparent!important;--table-border-width:1px!important;--table-cell-vertical-alignment:top!important;--table-column-alt-background:transparent!important;--table-column-first-border-width:1px!important;--table-column-last-border-width:1px!important;--table-column-max-width:none!important;--table-column-min-width:6ch!important;--table-drag-handle-background:transparent!important;--table-drag-handle-background-active:#249bd3!important;--table-drag-handle-color:#141f28!important;--table-drag-handle-color-active:white!important;--table-drop-indicator-half-width:2px!important;--table-header-background:#eff3f6!important;--table-header-border-color:#cfdae2!important;--table-header-border-width:1px!important;--table-header-color:#141f25!important;--table-header-size:16px!important;--table-header-weight:600!important;--table-line-height:1.3!important;--table-row-alt-background:transparent!important;--table-row-alt-background-hover:transparent!important;--table-row-background-hover:#eff3f6!important;--table-row-last-border-width:1px!important;--table-selection:#228ec31a!important;--table-selection-blend-mode:darken!important;--table-selection-border-color:#249bd3!important;--table-selection-border-radius:4px!important;--table-selection-border-width:2px!important;--table-text-size:16px!important;--table-white-space:break-spaces!important;--tag-background:#228ec31a!important;--tag-background-hover:#228ec333!important;--tag-border-color:#228ec326!important;--tag-border-color-hover:#228ec326!important;--tag-border-width:0px!important;--tag-color:#228ec3!important;--tag-color-hover:#228ec3!important;--tag-corner-shape:round!important;--tag-decoration:none!important;--tag-decoration-hover:none!important;--tag-padding-x:.5em!important;--tag-padding-y:.15em!important;--tag-radius:.5em!important;--tag-size:.75em!important;--text-accent-hover:#3ca7dd!important;--text-error:#f51a68!important;--text-highlight-bg:#ffd00066!important;--text-highlight-bg-rgb:255, 208, 0!important;--text-muted:#141f25!important;--text-on-accent:white!important;--text-on-accent-inverted:black!important;--text-selection:#228ec333!important;--text-success:#34915e!important;--text-warning:#fd9434!important;--titlebar-background-focused:#f6f9fb!important;--titlebar-border-color:#cfdae2!important;--titlebar-border-width:0px!important;--titlebar-height:30px!important;--titlebar-text-color:#141f25!important;--titlebar-text-color-focused:#141f25!important;--titlebar-text-weight:700!important;--toggle-border-width:2px!important;--toggle-radius:18px!important;--toggle-s-border-width:2px!important;--toggle-s-thumb-height:15px!important;--toggle-s-thumb-width:15px!important;--toggle-s-width:34px!important;--toggle-thumb-color:white!important;--toggle-thumb-height:18px!important;--toggle-thumb-radius:18px!important;--toggle-thumb-width:18px!important;--toggle-width:40px!important;--touch-radius-l:52px!important;--touch-radius-m:44px!important;--touch-radius-s:40px!important;--touch-radius-xl:60px!important;--touch-radius-xs:30px!important;--touch-radius-xxs:24px!important;--touch-size-l:52px!important;--touch-size-m:44px!important;--touch-size-s:40px!important;--touch-size-xl:60px!important;--touch-size-xs:30px!important;--touch-size-xxs:24px!important;--traffic-lights-offset-x:40px!important;--traffic-lights-offset-y:40px!important;--vault-profile-actions-display:flex!important;--vault-profile-color:#141f25!important;--vault-profile-color-hover:#141f25!important;--vault-profile-display:flex!important;--vault-profile-font-size:13px!important;--vault-profile-font-weight:500!important;--vault-profile-order:2!important;--viewer-container-height:0!important;--workspace-background-translucent:#e3ecf299!important;--xfa-focus-outline:auto!important;--xfa-unfocused-field-background:url("data:image/svg+xml,%3Csvg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' style='fill:rgba(0, 54, 255, 0.13)'/%3E%3C/svg%3E")!important;--zoom-factor:1!important;--raised-shadow:0 1px 6px #00000004, 0 4px 24px #0001, 0 0 transparent!important;--shadow-edges:0 0 transparent!important;--shadow-xs:0 1px 6px #00000004, 0 4px 24px #0001, 0 0 transparent!important;--h1-color:#2e3d49!important;--h2-color:#2e3d49!important;--h3-color:#2e3d49!important;--h4-color:#2e3d49!important;--h5-color:#2e3d49!important;--h6-color:#2e3d49!important;--heading-color:#2e3d49!important;--inline-title-color:#7c93a4!important;--accent-dark:55%!important;--block-margin:2em 0!important;--blockquote-color:#2e3d49!important;--blockquote-style:italic!important;--box-shadow-layered:0px 3px 10px -100px #1a283326, 0px 11px 35px -100px #1a283340, 0px 52px 150px -100px #1a283359!important;--color-accent-alt:#7dc4e8!important;--color-emphasis:#2494cc!important;--embed-background-color:#eff3f6!important;--inline-title-border:#cfdae2!important;--line-height-roomy:1.75!important;--link-color-hover-embed:#269dd9!important;--rendered-code-bg:#e3edf2!important;--rendered-code-text:#f51a68!important;--tab-container-background-new:#f6f9fb!important;--table-header-background-hover:#eff3f6!important;--table-row-even-background:#f6f9fb!important;--table-row-odd-background:#e3edf2!important;--text-accent-emphasis:#2494cc!important;--text-accent-hover-embed:#269dd9!important;--text-completed-checkboxes:#3e657c!important;--text-completed-checkboxes-embed:#3f6b88!important;--text-highlight-bg-editing:#e6e868d9!important;--text-highlight-editing:#000!important;--text-highlight-rendered:#252525!important;--vault-name-color:#228ec3!important}:root:root[saved-theme=dark]{--callout-blend-mode:lighten;--callout-border-opacity:.25;--callout-border-width:0px;--callout-bug:280, 87, 138;--callout-content-background:transparent;--callout-content-padding:0;--callout-default:4, 165, 255;--callout-error:280, 87, 138;--callout-example:180, 145, 237;--callout-fail:280, 87, 138;--callout-important:129, 213, 208;--callout-info:4, 165, 255;--callout-padding:12px 12px 12px 24px;--callout-question:243, 200, 91;--callout-quote:158, 158, 158;--callout-radius:4px;--callout-success:57, 240, 152;--callout-summary:129, 213, 208;--callout-tip:129, 213, 208;--callout-title-padding:0;--callout-title-weight:600;--callout-todo:4, 165, 255;--callout-warning:243, 200, 91;--quartz-icon-color:currentColor;--bases-embed-border-color:#141f25!important;--bases-table-border-color:#19272e!important;--bases-table-header-background:#0e161b!important;--bases-table-header-background-hover:#228ec31a!important;--focus-ring-color:#0df!important;--tab-container-background:#070b0d!important;--table-border-color:#19272e!important;--text-accent:#3ca7dd!important;--text-faint:#355464!important;--text-normal:#bdd1db!important;--titlebar-background:#070b0d!important;--input-height:30px!important;--input-border-width:1px!important;--input-border-width-focus:2px!important;--input-radius:5px!important;--background-modifier-border:#141f25!important;--background-modifier-form-field:#121c21!important;--icon-size:18px!important;--icon-stroke:1.75px!important;--pill-background:transparent!important;--pill-background-hover:transparent!important;--pill-border-color:#141f25!important;--pill-border-color-hover:#19272e!important;--pill-border-width:1px!important;--pill-color:#7aa3b8!important;--pill-color-hover:#bdd1db!important;--pill-color-remove:#355464!important;--pill-focus-left-adjust:-4px!important;--pill-focus-width:calc(100% + 6px)!important;--bases-header-border-width:0 0 1px 0!important;--accent-h:200!important;--accent-l:45%!important;--accent-s:70%!important;--anim-duration-fast:.14s!important;--anim-duration-moderate:.3s!important;--anim-duration-none:0!important;--anim-duration-slow:.56s!important;--anim-duration-superfast:70ms!important;--anim-motion-delay:cubic-bezier(.65, .05, .36, 1)!important;--anim-motion-jumpy:cubic-bezier(.68, -.55, .27, 1.55)!important;--anim-motion-smooth:cubic-bezier(.45, .05, .55, .95)!important;--anim-motion-swing:cubic-bezier(0, .55, .45, 1)!important;--background-modifier-active-hover:#228ec31a!important;--background-modifier-border-focus:#1e3038!important;--background-modifier-border-hover:#19272e!important;--background-modifier-box-shadow:#0000004d!important;--background-modifier-cover:#0a0a0a66!important;--background-modifier-error:#e6578a!important;--background-modifier-error-hover:#e6578a!important;--background-modifier-error-rgb:280, 87, 138!important;--background-modifier-form-field-hover:#121c21!important;--background-modifier-hover:#228ec31a!important;--background-modifier-message:#000000e6!important;--background-modifier-success:#39f098!important;--background-modifier-success-rgb:57, 240, 152!important;--background-primary:#0e161b!important;--background-primary-alt:#0c1417!important;--background-secondary:#070b0d!important;--background-secondary-alt:#141f25!important;--bases-cards-background:#0e161b!important;--bases-cards-border-width:1px!important;--bases-cards-container-background:transparent!important;--bases-cards-corner-shape:round!important;--bases-cards-cover-background:#0c1417!important;--bases-cards-font-size:.875em!important;--bases-cards-line-height:24px!important;--bases-cards-radius:8px!important;--bases-cards-scale:1!important;--bases-cards-shadow:0 0 0 1px #141f25!important;--bases-cards-shadow-hover:0 0 0 1px #19272e!important;--bases-embed-border-radius:4px!important;--bases-embed-border-width:0px!important;--bases-filter-menu-width:520px!important;--bases-group-heading-property-color:#7aa3b8!important;--bases-group-heading-property-display:block!important;--bases-group-heading-property-size:12px!important;--bases-group-heading-property-weight:400!important;--bases-group-heading-value-size:.875em!important;--bases-group-heading-value-weight:600!important;--bases-header-height:40px!important;--bases-header-padding-end:2px!important;--bases-header-padding-start:2px!important;--bases-table-cell-background-active:#0e161b!important;--bases-table-cell-background-disabled:#0c1417!important;--bases-table-cell-background-selected:#228ec31a!important;--bases-table-cell-radius-active:2px!important;--bases-table-cell-radius-focus:2px!important;--bases-table-cell-shadow-active:0 0 0 2px #1e3038!important;--bases-table-cell-shadow-focus:0 0 0 2px #228ec3!important;--bases-table-column-border-width:1px!important;--bases-table-column-max-width:300!important;--bases-table-column-min-width:40!important;--bases-table-container-border-radius:4px!important;--bases-table-container-border-width:1px!important;--bases-table-font-size:.875em!important;--bases-table-group-background:#0c1417!important;--bases-table-group-gap:10px!important;--bases-table-header-color:#7aa3b8!important;--bases-table-header-icon-display:flex!important;--bases-table-header-sort-mask:linear-gradient(to left, transparent 24px, black 24px)!important;--bases-table-header-weight:400!important;--bases-table-row-background-hover:#0c1417!important;--bases-table-row-border-width:1px!important;--bases-table-row-height:30px!important;--bases-table-summary-background:#0e161b!important;--bases-table-summary-background-hover:#228ec31a!important;--bases-toolbar-badge-display:none!important;--bases-toolbar-label-display:block!important;--blockquote-background-color:#070b0d!important;--blockquote-border-color:#228ec3!important;--blockquote-border-thickness:2px!important;--blockquote-font-style:normal!important;--blur-background:#141f25a6 linear-gradient(#141f25, #141f25a6)!important;--blur-brightness:1.15!important;--blur-l:blur(16px) saturate(1.5) brightness(1.15)!important;--blur-m:blur(10px) saturate(1.5) brightness(1.15)!important;--blur-opacity-m:90%!important;--blur-opacity-s:65%!important;--blur-radius-l:16px!important;--blur-radius-m:10px!important;--blur-radius-s:6px!important;--blur-s:blur(6px) saturate(1.5) brightness(1.15)!important;--blur-saturation:1.5!important;--bold-modifier:200!important;--bold-weight:600!important;--border-width:1px!important;--button-corner-shape:round!important;--button-radius:5px!important;--canvas-background:#0e161b!important;--canvas-card-label-color:#355464!important;--canvas-color:126, 126, 126!important;--canvas-color-1:280, 87, 138!important;--canvas-color-2:243, 200, 91!important;--canvas-color-3:207, 186, 0!important;--canvas-color-4:57, 240, 152!important;--canvas-color-5:129, 213, 208!important;--canvas-color-6:180, 145, 237!important;--canvas-controls-icon-size:16px!important;--canvas-controls-icon-stroke:2px!important;--canvas-controls-radius:4px!important;--canvas-dot-pattern:#141f25!important;--caret-color:#bdd1db!important;--checkbox-border-color:#243842!important;--checkbox-border-color-hover:#7aa3b8!important;--checkbox-color:#228ec3!important;--checkbox-color-hover:#7dc4e8!important;--checkbox-margin-inline-start:.85em!important;--checkbox-marker-color:#0e161b!important;--checkbox-radius:4px!important;--checkbox-size:16px!important;--checklist-done-color:#7aa3b8!important;--checklist-done-decoration:line-through!important;--clickable-icon-radius:4px!important;--code-background:#15222c!important;--code-border-color:#141f25!important;--code-border-width:0px!important;--code-bracket-background:#228ec31a!important;--code-comment:#3f6a87!important;--code-function:#cfba00!important;--code-important:#f3c85b!important;--code-keyword:#ec95ee!important;--code-normal:#d6e3f0!important;--code-operator:#e6578a!important;--code-property:#81d5d0!important;--code-punctuation:#7aa3b8!important;--code-radius:4px!important;--code-size:.875em!important;--code-string:#39f098!important;--code-tag:#e6578a!important;--code-value:#b491ed!important;--code-white-space:pre-wrap!important;--collapse-icon-color:#355464!important;--collapse-icon-color-collapsed:#3ca7dd!important;--color-accent:#228ec3!important;--color-accent-1:#2caadc!important;--color-accent-2:#45bbe3!important;--color-accent-hsl:200, 70%, 45%!important;--color-base-00:#070b0d!important;--color-base-05:#212121!important;--color-base-10:#0c1417!important;--color-base-100:#bdd1db!important;--color-base-20:#0e161b!important;--color-base-25:#121c21!important;--color-base-30:#141f25!important;--color-base-35:#19272e!important;--color-base-40:#1e3038!important;--color-base-50:#243842!important;--color-base-60:#355464!important;--color-base-70:#7aa3b8!important;--color-blue:#04a5ff!important;--color-blue-rgb:4, 165, 255!important;--color-cyan:#81d5d0!important;--color-cyan-rgb:129, 213, 208!important;--color-green:#39f098!important;--color-green-rgb:57, 240, 152!important;--color-orange:#f3c85b!important;--color-orange-rgb:243, 200, 91!important;--color-pink:#ec95ee!important;--color-pink-rgb:236, 149, 238!important;--color-purple:#b491ed!important;--color-purple-rgb:180, 145, 237!important;--color-red:#e6578a!important;--color-red-rgb:280, 87, 138!important;--color-yellow:#cfba00!important;--color-yellow-rgb:207, 186, 0!important;--corner-shape:round!important;--cursor:default!important;--cursor-link:pointer!important;--dialog-max-height:85vh!important;--dialog-max-width:80vw!important;--dialog-width:560px!important;--direction:1!important;--divider-color:#141f25!important;--divider-color-hover:#228ec3!important;--divider-vertical-height:100%!important;--divider-width:1px!important;--divider-width-hover:3px!important;--drag-ghost-background:#000000d9!important;--drag-ghost-text-color:#fff!important;--dropdown-background:#141f25!important;--dropdown-background-blend-mode:hard-light!important;--dropdown-background-hover:#19272e!important;--dropdown-background-position:right .5em top 50%, 0 0!important;--dropdown-background-size:1em auto, 100%!important;--dropdown-icon-inset:.5em!important;--dropdown-icon-width:1em!important;--dropdown-padding:0 1.9em 0 .8em!important;--dropdown-padding-end:1.9em!important;--dropdown-padding-start:.8em!important;--embed-block-shadow-hover:0 0 0 1px #141f25, inset 0 0 0 1px #141f25!important;--embed-border-bottom:none!important;--embed-border-end:none!important;--embed-border-start:2px solid #228ec3!important;--embed-border-top:none!important;--embed-canvas-max-height:400px!important;--embed-max-height:4000px!important;--embed-padding:0 0 0 24px!important;--file-folding-offset:24px!important;--file-header-background:#0e161b!important;--file-header-background-focused:#0e161b!important;--file-header-border:1px solid transparent!important;--file-header-font:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--file-header-font-size:13px!important;--file-header-font-weight:400!important;--file-header-justify:center!important;--file-line-width:700px!important;--file-margins:32px 32px!important;--file-margins-x:32px!important;--file-margins-y:32px!important;--flair-background:#141f25!important;--flair-color:#bdd1db!important;--focus-ring-outline:2px solid var(--lightningcss-light,#0060df)var(--lightningcss-dark,#0df)!important;--font-black:900!important;--font-bold:700!important;--font-default:ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-extrabold:800!important;--font-extralight:200!important;--font-interface:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-interface-override:"??"!important;--font-interface-theme:"??"!important;--font-light:300!important;--font-medium:500!important;--font-mermaid:"??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-monospace:"??", "??", ui-monospace, SFMono-Regular, "Cascadia Mono", "Roboto Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Monaco, "Consolas", "Source Code Pro", monospace!important;--font-monospace-default:ui-monospace, SFMono-Regular, "Cascadia Mono", "Roboto Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Monaco, "Consolas", "Source Code Pro", monospace!important;--font-monospace-override:"??"!important;--font-monospace-theme:"??"!important;--font-normal:400!important;--font-print:"??", "??", "??", "Arial"!important;--font-print-override:"??"!important;--font-semibold:600!important;--font-small:.933em!important;--font-smaller:.875em!important;--font-smallest:.8em!important;--font-text:"??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--font-text-override:"??"!important;--font-text-size:16px!important;--font-text-theme:"??"!important;--font-thin:100!important;--font-ui-large:20px!important;--font-ui-medium:15px!important;--font-ui-small:13px!important;--font-ui-smaller:12px!important;--font-weight:400!important;--footnote-divider-color:#141f25!important;--footnote-divider-color-active:transparent!important;--footnote-divider-width:1px!important;--footnote-gap:4px!important;--footnote-id-color:#7aa3b8!important;--footnote-id-color-no-occurrences:#355464!important;--footnote-id-delimiter:"."!important;--footnote-input-background:transparent!important;--footnote-input-background-active:#228ec31a!important;--footnote-line-height:1.5!important;--footnote-padding-block:6px!important;--footnote-padding-inline:6px!important;--footnote-radius:4px!important;--footnote-size:.875em!important;--frame-left-space:0px!important;--frame-right-space:126px!important;--graph-controls-width:240px!important;--graph-line:#243842!important;--graph-node:#93ceec!important;--graph-node-attachment:#cfba00!important;--graph-node-focused:#3ca7dd!important;--graph-node-tag:#39f098!important;--graph-node-unresolved:#355464!important;--graph-text:#bdd1db!important;--h1-letter-spacing:-.015em!important;--h1-line-height:1.111!important;--h1-size:2.25em!important;--h1-style:normal!important;--h1-variant:normal!important;--h1-weight:700!important;--h2-letter-spacing:-.011em!important;--h2-line-height:1.143!important;--h2-size:1.75em!important;--h2-style:normal!important;--h2-variant:normal!important;--h2-weight:680!important;--h3-letter-spacing:-.008em!important;--h3-line-height:1.167!important;--h3-size:1.5em!important;--h3-style:normal!important;--h3-variant:normal!important;--h3-weight:660!important;--h4-letter-spacing:-.005em!important;--h4-line-height:1.2!important;--h4-size:1.25em!important;--h4-style:normal!important;--h4-variant:normal!important;--h4-weight:640!important;--h5-letter-spacing:-.002em!important;--h5-line-height:1.25!important;--h5-size:1em!important;--h5-style:normal!important;--h5-variant:normal!important;--h5-weight:620!important;--h6-letter-spacing:0em!important;--h6-line-height:1.333!important;--h6-size:.75em!important;--h6-style:normal!important;--h6-variant:normal!important;--h6-weight:600!important;--header-height:40px!important;--heading-formatting:#355464!important;--heading-spacing:2.5rem!important;--highlight-mix-blend-mode:lighten!important;--hr-color:#141f25!important;--hr-thickness:1px!important;--icon-color:#7aa3b8!important;--icon-color-active:#3ca7dd!important;--icon-color-focused:#bdd1db!important;--icon-color-hover:#7aa3b8!important;--icon-l:18px!important;--icon-l-stroke-width:1.75px!important;--icon-m:18px!important;--icon-m-stroke-width:1.75px!important;--icon-opacity:.85!important;--icon-opacity-active:1!important;--icon-opacity-hover:1!important;--icon-s:16px!important;--icon-s-stroke-width:2px!important;--icon-xl:32px!important;--icon-xl-stroke-width:1.25px!important;--icon-xs:14px!important;--icon-xs-stroke-width:2px!important;--indent-size:4!important;--indent-unit:.5625em!important;--indentation-guide-color:#228ec326!important;--indentation-guide-color-active:#228ec326!important;--indentation-guide-editing-indent:.85em!important;--indentation-guide-reading-indent:-.85em!important;--indentation-guide-source-indent:.25em!important;--indentation-guide-width:1px!important;--indentation-guide-width-active:1px!important;--inline-title-line-height:1.111!important;--inline-title-margin-bottom:.5em!important;--inline-title-size:1em!important;--inline-title-style:normal!important;--inline-title-variant:normal!important;--inline-title-weight:bold!important;--input-corner-shape:round!important;--input-date-separator:#355464!important;--input-font-weight:400!important;--input-icon-inset:4px!important;--input-padding:4px 8px!important;--input-placeholder-color:#355464!important;--input-shadow:inset 0 .5px .5px .5px #ffffff17, 0 2px 4px 0 #00000026, 0 1px 1.5px 0 #0000001a, 0 1px 2px 0 #0003, 0 0 0 0 transparent!important;--input-shadow-hover:inset 0 .5px 1px .5px #ffffff29, 0 2px 3px 0 #0000004d, 0 1px 1.5px 0 #0003, 0 1px 2px 0 #0006, 0 0 0 0 transparent!important;--inset-end:right!important;--inset-start:left!important;--interactive-accent:#228ec3!important;--interactive-accent-hover:#2caadc!important;--interactive-accent-hsl:200, 70%, 45%!important;--interactive-hover:#19272e!important;--interactive-normal:#141f25!important;--keyboard-height:0px!important;--layer-cover:5!important;--layer-dragged-item:80!important;--layer-menu:65!important;--layer-modal:50!important;--layer-notice:60!important;--layer-popover:30!important;--layer-sidedock:10!important;--layer-slides:45!important;--layer-status-bar:15!important;--layer-tooltip:70!important;--line-height-normal:1.5!important;--line-height-tight:1.3!important;--link-color:#3ca7dd!important;--link-color-hover:#93ceec!important;--link-decoration:underline!important;--link-decoration-hover:underline!important;--link-decoration-thickness:auto!important;--link-external-color:#3ca7dd!important;--link-external-color-hover:#93ceec!important;--link-external-decoration:underline!important;--link-external-decoration-hover:underline!important;--link-external-filter:none!important;--link-unresolved-color:#3ca7dd!important;--link-unresolved-decoration-color:#228ec34d!important;--link-unresolved-decoration-style:solid!important;--link-unresolved-filter:none!important;--link-unresolved-opacity:.7!important;--link-weight:400!important;--list-bullet-border:none!important;--list-bullet-end-padding:1.3rem!important;--list-bullet-radius:50%!important;--list-bullet-size:.3em!important;--list-bullet-transform:none!important;--list-indent:2.25em!important;--list-indent-editing:.75em!important;--list-indent-source:0!important;--list-marker-color:#3ca7dd!important;--list-marker-color-collapsed:#bdd1db!important;--list-marker-color-hover:#7aa3b8!important;--list-numbered-style:decimal!important;--list-spacing:.5em!important;--loading-icon-delay:.4s!important;--menu-backdrop-filter:none!important;--menu-background:#070b0d!important;--menu-border-color:#19272e!important;--menu-border-width:1px!important;--menu-corner-shape:round!important;--menu-padding:6px!important;--menu-radius:8px!important;--menu-scroll-mask:linear-gradient(to bottom, #0000000d 0%, #0000001a 48px)!important;--menu-shadow:0px 1px 2px #0000001f, 0px 3.4px 6.7px #0000002e, 0px 15px 30px #0000004d!important;--metadata-background:transparent!important;--metadata-border-color:#141f25!important;--metadata-border-radius:0!important;--metadata-border-width:0!important;--metadata-display-editing:block!important;--metadata-display-reading:block!important;--metadata-divider-color:#141f25!important;--metadata-divider-color-focus:transparent!important;--metadata-divider-color-hover:transparent!important;--metadata-divider-width:0!important;--metadata-gap:3px!important;--metadata-input-background:transparent!important;--metadata-input-background-active:#228ec31a!important;--metadata-input-background-hover:transparent!important;--metadata-input-font:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--metadata-input-font-size:.875em!important;--metadata-input-height:28px!important;--metadata-input-longtext-lines:3!important;--metadata-input-padding:4px 8px!important;--metadata-input-text-color:#bdd1db!important;--metadata-label-background:transparent!important;--metadata-label-background-active:#228ec31a!important;--metadata-label-background-hover:transparent!important;--metadata-label-font:"??", "??", "??", ui-sans-serif, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Google Sans Flex", Roboto, "Inter Variable", "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif!important;--metadata-label-font-size:.875em!important;--metadata-label-text-color:#7aa3b8!important;--metadata-label-text-color-hover:#7aa3b8!important;--metadata-label-width:9em!important;--metadata-max-width:none!important;--metadata-padding:8px 0!important;--metadata-property-background:transparent!important;--metadata-property-background-active:#228ec31a!important;--metadata-property-background-hover:transparent!important;--metadata-property-box-shadow-focus:0 0 0 2px #1e3038!important;--metadata-property-box-shadow-hover:0 0 0 1px #19272e!important;--metadata-property-corner-shape:round!important;--metadata-property-corner-shape-focus:round!important;--metadata-property-corner-shape-hover:round!important;--metadata-property-padding:0!important;--metadata-property-radius:6px!important;--metadata-property-radius-focus:6px!important;--metadata-property-radius-hover:6px!important;--metadata-sidebar-input-font-size:13px!important;--metadata-sidebar-label-font-size:13px!important;--modal-background:#0e161b!important;--modal-border-color:#1e3038!important;--modal-border-width:1px!important;--modal-community-sidebar-width:280px!important;--modal-header-height:auto!important;--modal-height:85vh!important;--modal-max-height:1000px!important;--modal-max-width:1100px!important;--modal-max-width-narrow:800px!important;--modal-radius:12px!important;--modal-shadow:none!important;--modal-width:90vw!important;--mono-rgb-0:0, 0, 0!important;--mono-rgb-100:255, 255, 255!important;--nav-collapse-icon-color:#355464!important;--nav-collapse-icon-color-collapsed:#355464!important;--nav-heading-color:#bdd1db!important;--nav-heading-color-collapsed:#355464!important;--nav-heading-color-collapsed-hover:#7aa3b8!important;--nav-heading-color-hover:#bdd1db!important;--nav-heading-weight:500!important;--nav-heading-weight-hover:500!important;--nav-indentation-guide-color:#228ec326!important;--nav-indentation-guide-width:1px!important;--nav-item-background-active:#228ec31a!important;--nav-item-background-hover:#228ec31a!important;--nav-item-background-selected:#228ec326!important;--nav-item-children-margin-start:12px!important;--nav-item-children-padding-start:4px!important;--nav-item-color:#7aa3b8!important;--nav-item-color-active:#bdd1db!important;--nav-item-color-highlighted:#3ca7dd!important;--nav-item-color-hover:#bdd1db!important;--nav-item-color-selected:#bdd1db!important;--nav-item-margin-bottom:2px!important;--nav-item-padding:4px 8px 4px 24px!important;--nav-item-parent-padding:4px 8px 4px 24px!important;--nav-item-radius:4px!important;--nav-item-size:13px!important;--nav-item-white-space:pre!important;--nav-tag-background:transparent!important;--nav-tag-color:#355464!important;--nav-tag-color-active:#7aa3b8!important;--nav-tag-color-hover:#7aa3b8!important;--nav-tag-radius:4px!important;--nav-tag-weight:600!important;--p-spacing:1rem!important;--p-spacing-empty:0rem!important;--page-border:9px solid transparent!important;--page-margin:1px auto -8px!important;--pdf-background:#0e161b!important;--pdf-page-background:#0e161b!important;--pdf-shadow:0 0 0 1px #141f25!important;--pdf-sidebar-background:#0e161b!important;--pdf-spread-shadow:0 0 0 1px #0000000d!important;--pdf-thumbnail-shadow:0 0 0 1px #141f25!important;--pdfViewer-padding-bottom:0!important;--pill-color-remove-hover:#3ca7dd!important;--pill-decoration:none!important;--pill-decoration-hover:none!important;--pill-padding-x:.65em!important;--pill-padding-y:.25em!important;--pill-radius:2em!important;--popover-font-size:16px!important;--popover-height:400px!important;--popover-max-height:95vh!important;--popover-pdf-height:400px!important;--popover-pdf-width:450px!important;--popover-width:450px!important;--preferred-text-scale:1!important;--prompt-backdrop-filter:none!important;--prompt-background:#0e161b!important;--prompt-border-color:#1e3038!important;--prompt-border-width:1px!important;--prompt-input-height:40px!important;--prompt-max-height:70vh!important;--prompt-max-width:80vw!important;--prompt-width:700px!important;--radius-l:12px!important;--radius-m:8px!important;--radius-s:4px!important;--radius-xl:16px!important;--raised-background:#141f25a6 linear-gradient(#141f25, #141f25a6)!important;--raised-blur:blur(6px) saturate(1.5) brightness(1.15)!important;--raised-mask:linear-gradient(white, white) padding-box, linear-gradient(white, white) border-box!important;--raised-mask-background:transparent!important;--raised-mask-border-width:0!important;--raised-mask-composite:exclude, add!important;--raised-mask-display:block!important;--ribbon-background:#070b0d!important;--ribbon-background-collapsed:#0e161b!important;--ribbon-padding:8px 4px 12px!important;--ribbon-width:44px!important;--safe-area-inset-bottom:0px!important;--safe-area-inset-left:0px!important;--safe-area-inset-right:0px!important;--safe-area-inset-top:0px!important;--scrollbar-active-thumb-bg:#fff3!important;--scrollbar-bg:#ffffff0d!important;--scrollbar-border-width:3px 3px 3px 2px!important;--scrollbar-height:12px!important;--scrollbar-radius:12px!important;--scrollbar-thumb-bg:#ffffff1a!important;--scrollbar-width:12px!important;--search-clear-button-color:#7aa3b8!important;--search-clear-button-size:13px!important;--search-icon-color:#7aa3b8!important;--search-icon-size:18px!important;--search-result-background:#0e161b!important;--setting-group-heading-color:#bdd1db!important;--setting-group-heading-size:15px!important;--setting-group-heading-weight:600!important;--setting-items-background:#0c1417!important;--setting-items-border-color:#141f25!important;--setting-items-border-width:0!important;--setting-items-padding:20px!important;--setting-items-radius:12px!important;--shadow-l:0px 1.8px 7.3px #00000012, 0px 6.3px 24.7px #0000001d, 0px 30px 90px #0003!important;--shadow-s:0px 1px 2px #0000001f, 0px 3.4px 6.7px #0000002e, 0px 15px 30px #0000004d!important;--sidebar-left-toggle-inner-width:8.33%!important;--sidebar-left-toggle-inner-width-open:24%!important;--sidebar-markdown-font-size:14.4px!important;--sidebar-right-toggle-inner-width:8.33%!important;--sidebar-right-toggle-inner-width-open:24%!important;--sidebar-tab-text-display:none!important;--size-2-1:2px!important;--size-2-2:4px!important;--size-2-3:6px!important;--size-4-1:4px!important;--size-4-10:40px!important;--size-4-12:48px!important;--size-4-16:64px!important;--size-4-18:72px!important;--size-4-2:8px!important;--size-4-3:12px!important;--size-4-4:16px!important;--size-4-5:20px!important;--size-4-6:24px!important;--size-4-8:32px!important;--size-4-9:36px!important;--slider-s-thumb-position:-5px!important;--slider-s-thumb-size:15px!important;--slider-thumb-border-color:#19272e!important;--slider-thumb-border-width:1px!important;--slider-thumb-height:18px!important;--slider-thumb-radius:18px!important;--slider-thumb-width:18px!important;--slider-thumb-y:-6px!important;--slider-track-background:#141f25!important;--slider-track-height:3px!important;--spreadHorizontalWrapped-margin-LR:-3.5px!important;--status-bar-background:#070b0d!important;--status-bar-border-color:#141f25!important;--status-bar-border-width:1px 0 0 1px!important;--status-bar-font-size:12px!important;--status-bar-position:fixed!important;--status-bar-radius:8px 0 0 0!important;--status-bar-text-color:#7aa3b8!important;--suggestion-backdrop-filter:none!important;--suggestion-background:#0e161b!important;--swatch-height:22px!important;--swatch-radius:14px!important;--swatch-shadow:inset 0 0 0 1px #ffffff26!important;--swatch-width:22px!important;--sync-avatar-color-1:#e6578a!important;--sync-avatar-color-2:#f3c85b!important;--sync-avatar-color-3:#cfba00!important;--sync-avatar-color-4:#39f098!important;--sync-avatar-color-5:#81d5d0!important;--sync-avatar-color-6:#04a5ff!important;--sync-avatar-color-7:#b491ed!important;--sync-avatar-color-8:#ec95ee!important;--sync-avatar-color-current-user:transparent!important;--tab-background-active:#0e161b!important;--tab-curve:12px!important;--tab-divider-color:#141f25!important;--tab-font-size:13px!important;--tab-max-width:320px!important;--tab-outline-color:#141f25!important;--tab-outline-width:1px!important;--tab-radius:9px!important;--tab-radius-active:6px 6px 0 0!important;--tab-stacked-font-size:13px!important;--tab-stacked-font-weight:400!important;--tab-stacked-header-width:40px!important;--tab-stacked-pane-width:700px!important;--tab-stacked-shadow:-8px 0 8px 0 #0000000d!important;--tab-stacked-text-align:start!important;--tab-stacked-text-transform:rotate(0deg)!important;--tab-stacked-text-writing-mode:vertical-lr!important;--tab-switcher-background:#070b0d!important;--tab-switcher-menubar-background:linear-gradient(to top, #070b0d, transparent)!important;--tab-switcher-preview-background-shadow:0 4px 30px 2px #0003!important;--tab-switcher-preview-radius:16px!important;--tab-switcher-preview-shadow:0 0 0 1px #ffffff0d!important;--tab-switcher-preview-shadow-active:0 0 0 2px #228ec3!important;--tab-text-color:#19272e!important;--tab-text-color-active:#243842!important;--tab-text-color-focused:#355464!important;--tab-text-color-focused-active:#7aa3b8!important;--tab-text-color-focused-active-current:#bdd1db!important;--tab-text-color-focused-highlighted:#3ca7dd!important;--tab-width:200px!important;--table-add-button-background:transparent!important;--table-add-button-border-color:#141f25!important;--table-add-button-border-width:1px!important;--table-background:transparent!important;--table-border-width:1px!important;--table-cell-vertical-alignment:top!important;--table-column-alt-background:transparent!important;--table-column-first-border-width:1px!important;--table-column-last-border-width:1px!important;--table-column-max-width:none!important;--table-column-min-width:6ch!important;--table-drag-handle-background:transparent!important;--table-drag-handle-background-active:#228ec3!important;--table-drag-handle-color:#355464!important;--table-drag-handle-color-active:white!important;--table-drop-indicator-half-width:2px!important;--table-header-background:#0c1417!important;--table-header-border-color:#19272e!important;--table-header-border-width:1px!important;--table-header-color:#bdd1db!important;--table-header-size:16px!important;--table-header-weight:600!important;--table-line-height:1.3!important;--table-row-alt-background:transparent!important;--table-row-alt-background-hover:transparent!important;--table-row-background-hover:#0c1417!important;--table-row-last-border-width:1px!important;--table-selection:#228ec31a!important;--table-selection-blend-mode:lighten!important;--table-selection-border-color:#228ec3!important;--table-selection-border-radius:4px!important;--table-selection-border-width:2px!important;--table-text-size:16px!important;--table-white-space:break-spaces!important;--tag-background:#228ec31a!important;--tag-background-hover:#228ec333!important;--tag-border-color:#228ec326!important;--tag-border-color-hover:#228ec326!important;--tag-border-width:0px!important;--tag-color:#3ca7dd!important;--tag-color-hover:#3ca7dd!important;--tag-corner-shape:round!important;--tag-decoration:none!important;--tag-decoration-hover:none!important;--tag-padding-x:.5em!important;--tag-padding-y:.15em!important;--tag-radius:.5em!important;--tag-size:.75em!important;--text-accent-hover:#93ceec!important;--text-error:#e6578a!important;--text-highlight-bg:#ffd00066!important;--text-highlight-bg-rgb:255, 208, 0!important;--text-muted:#7aa3b8!important;--text-on-accent:white!important;--text-on-accent-inverted:black!important;--text-selection:#228ec354!important;--text-success:#39f098!important;--text-warning:#f3c85b!important;--titlebar-background-focused:#070b0d!important;--titlebar-border-color:#141f25!important;--titlebar-border-width:0px!important;--titlebar-height:30px!important;--titlebar-text-color:#7aa3b8!important;--titlebar-text-color-focused:#bdd1db!important;--titlebar-text-weight:700!important;--toggle-border-width:2px!important;--toggle-radius:18px!important;--toggle-s-border-width:2px!important;--toggle-s-thumb-height:15px!important;--toggle-s-thumb-width:15px!important;--toggle-s-width:34px!important;--toggle-thumb-color:white!important;--toggle-thumb-height:18px!important;--toggle-thumb-radius:18px!important;--toggle-thumb-width:18px!important;--toggle-width:40px!important;--touch-radius-l:52px!important;--touch-radius-m:44px!important;--touch-radius-s:40px!important;--touch-radius-xl:60px!important;--touch-radius-xs:30px!important;--touch-radius-xxs:24px!important;--touch-size-l:52px!important;--touch-size-m:44px!important;--touch-size-s:40px!important;--touch-size-xl:60px!important;--touch-size-xs:30px!important;--touch-size-xxs:24px!important;--traffic-lights-offset-x:40px!important;--traffic-lights-offset-y:40px!important;--vault-profile-actions-display:flex!important;--vault-profile-color:#bdd1db!important;--vault-profile-color-hover:#bdd1db!important;--vault-profile-display:flex!important;--vault-profile-font-size:13px!important;--vault-profile-font-weight:500!important;--vault-profile-order:2!important;--viewer-container-height:0!important;--workspace-background-translucent:#070b0df2!important;--xfa-focus-outline:auto!important;--xfa-unfocused-field-background:url("data:image/svg+xml,%3Csvg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' style='fill:rgba(0, 54, 255, 0.13)'/%3E%3C/svg%3E")!important;--zoom-factor:1!important;--h1-color:#dee8ed!important;--h2-color:#dee8ed!important;--h3-color:#dee8ed!important;--h4-color:#dee8ed!important;--h5-color:#dee8ed!important;--h6-color:#dee8ed!important;--heading-color:#dee8ed!important;--inline-title-color:#3d6681!important;--accent-dark:55%!important;--block-margin:2em 0!important;--blockquote-color:#7dc4e8!important;--blockquote-style:italic!important;--box-shadow-layered:1.5px 0px 5px #0a111404, 3.5px 0px 15px #0a111406, 8px 0px 35px #0a111409, 27px 0px 125px #0a11140d!important;--color-accent-alt:#7dc4e8!important;--color-emphasis:#67bbe4!important;--embed-background-color:#141f25!important;--inline-title-border:#19272e!important;--line-height-roomy:1.75!important;--link-color-hover-embed:#e9f5fb!important;--rendered-code-bg:#15222c!important;--rendered-code-text:#f3c85b!important;--tab-container-background-new:#070b0d!important;--table-header-background-hover:#121c21!important;--table-row-even-background:#141f25!important;--table-row-odd-background:#0e161b!important;--text-accent-emphasis:#67bbe4!important;--text-accent-hover-embed:#e9f5fb!important;--text-completed-checkboxes:#3e657c!important;--text-completed-checkboxes-embed:#3f6b88!important;--text-highlight-bg-editing:#56572a!important;--text-highlight-bg-rendered:#e6e868d9!important;--text-highlight-editing:#f0eaaf!important;--text-highlight-rendered:#252525!important;--vault-name-color:#3ca7dd!important}html[saved-theme=light] body{--qt-code-atom:#0477ff;--qt-code-comment:#82a2c8;--qt-code-function:#527eb2;--qt-code-header:#2e3d49;--qt-code-keyword:#4696f4;--qt-code-number:#4696f4;--qt-code-operator:#202b8b;--qt-code-property:#ff3e82;--qt-code-string:#71ab8f;--qt-code-variable:#00a4a4;--qt-code-variable-2:#0477ff;--qt-code-default:#f51a68;--qt-code-background:#e3edf2;--qt-code-border-color:#cfdae2}html[saved-theme=dark] body{--qt-code-atom:#cfba00;--qt-code-comment:#3f6a87;--qt-code-function:#d6e3f0;--qt-code-header:#dee8ed;--qt-code-keyword:#ec95ee;--qt-code-number:#b491ed;--qt-code-operator:#e6578a;--qt-code-property:#cfba00;--qt-code-string:#39f098;--qt-code-variable:#81d5d0;--qt-code-variable-2:#cfba00;--qt-code-default:#f3c85b;--qt-code-background:#15222c;--qt-code-border-color:#141f25}html[saved-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[saved-theme=light] .callout[data-callout]{mix-blend-mode:darken}html[saved-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[saved-theme=dark] .callout[data-callout]{mix-blend-mode:lighten}@font-face{font-family:Avenir;font-style:normal;font-weight:400;src:local(Avenir),url(https://fonts.cdnfonts.com/s/71748/avenir_roman_12.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZJhiJ-Ek-_EeAmM.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZthiJ-Ek-_EeAmM.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZNhiJ-Ek-_EeAmM.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZxhiJ-Ek-_EeAmM.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZBhiJ-Ek-_EeAmM.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZFhiJ-Ek-_EeAmM.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiJ-Ek-_EeA.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMRrTFcZZJmOpwVS.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtM1rTFcZZJmOpwVS.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMVrTFcZZJmOpwVS.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMprTFcZZJmOpwVS.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMZrTFcZZJmOpwVS.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMdrTFcZZJmOpwVS.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMlrTFcZZJmOpw.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmZiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmQiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmYiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmXiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVnoiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVn6iAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmbiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmaiAr0klQmz24O0g.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cascadia Mono;font-style:normal;font-display:swap;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@fontsource/cascadia-mono@4.2.1/files/cascadia-mono-latin-ext-400-normal.woff2)format("woff2"),url(https://cdn.jsdelivr.net/npm/@fontsource/cascadia-mono@4.2.1/files/cascadia-mono-latin-ext-400-normal.woff)format("woff")}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_SeW4AJi8SJQtQ4Y.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_QOW4AJi8SJQtQ4Y.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_R-W4AJi8SJQtQ4Y.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_S-W4AJi8SJQtQ4Y.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_SuW4AJi8SJQtQ4Y.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW4AJi8SJQt.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Monaco;font-style:normal;font-weight:400;src:local(Monaco),url(https://fonts.cdnfonts.com/s/14106/Monaco.woff)format("woff")}body div#quartz-root,body[data-slug],body[data-slug] .page>div#quartz-body,body .page>div#quartz-body div.center,body .page>div#quartz-body footer{color:#141f25;background-color:#f6f9fb}body .page>div#quartz-body div.sidebar,body[data-slug] div#quartz-root.page,body .page>div#quartz-body div.sidebar.left,body .page>div#quartz-body div.sidebar.left .explorer .explorer-content{color:#141f25;background-color:#eff3f6}body .page>div#quartz-body div.sidebar.left:has(.explorer){color:#141f25;background-color:#eff3f6}body .page>div#quartz-body div.sidebar.right{color:#141f25;background-color:#eff3f6;border-left:0 #cfdae2}body .page>div#quartz-body div.sidebar.left{border-right:1px solid #cfdae2}body a.external,body footer a,body a.internal,body .breadcrumb-container .breadcrumb-element>a{color:#228ec3;cursor:pointer;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #228ec3;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:underline #228ec3;text-decoration:underline #228ec3;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body a.internal.broken{color:#52697a;cursor:pointer;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #52697a;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:underline #52697a;text-decoration:underline #52697a;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body a.external:hover,body footer a:hover{color:#8a5cf5;-webkit-text-decoration:underline #8a5cf5;text-decoration:underline #8a5cf5}body a.internal:hover,body .breadcrumb-container .breadcrumb-element>a:hover{color:#8a5cf5;text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:#8a5cf5}body p{color:#141f25;cursor:auto;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:none;user-select:none;background-color:#0000;outline:0 #141f25;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body .page article p>strong,body strong,body .page article p>b,body b{color:#2494cc;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #2494cc;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:800;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body .page article p>em,body em,body .page article p>i,body i{color:#2494cc;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #2494cc;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body .text-highlight{color:#000;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;border-radius:0;background-color:#ff0;border:0 #000;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;outline:0 #252525;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body del{color:#141f25;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #141f25;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:line-through #141f25;text-decoration:line-through #141f25;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}:is(body .search>.search-container>.search-space>.search-layout>.results-container .result-card:hover,body .search>.search-container>.search-space>.search-layout>.results-container .result-card:focus,body .search>.search-container>.search-space>.search-layout>.results-container .result-card.focus:not(:has(~.result-card:hover,~.result-card:focus))){border-radius:4px;color:#141f25;background-color:#228ec31a;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus)),~.result-card:focus,~.result-card:hover){border-radius:4px;color:#141f25;background-color:#228ec31a;border:0 #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body hr{border-radius:0;box-shadow:none;margin:0;border-top:0 solid gray;border-bottom:0 #cfdae2;border-left:0 #cfdae2;border-right:1px solid #cfdae2;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin-block:32px;margin-inline:0}body a.internal.tag-link,body .search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>.match-tag{border-radius:7px;background-color:#228ec31a;border:0 solid #228ec326;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;align-items:normal;margin-inline-start:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;display:flex}body a.internal.tag-link:before{color:#228ec3}body ul>li{color:#141f25;text-align:start}body ul>li::marker{border-radius:0;color:#222;pointer-events:auto;background-color:#0000;border:0 #222;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;transform:none}body ol>li{color:#141f25;text-align:start}body ol>li::marker{border-radius:0;color:#222;pointer-events:auto;background-color:#0000;border:0 #222;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;transform:none}body code{border-radius:4px;color:#f51a68;background-color:#0000;border:0 solid #f51a68;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:0;font-family:ui-monospace,SFMono-Regular,Cascadia Mono,Roboto Mono,DejaVu Sans Mono,Liberation Mono,Menlo,Monaco,Consolas,Source Code Pro,monospace}body pre>code{border-radius:4px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#e3edf2;border:0 solid #cfdae2;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:16px;overflow-x:visible}body pre:has(>code){border-radius:4px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#e3edf2;border:0 solid #cfdae2;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:16px;overflow-x:visible}body pre:has(>code){border-radius:4px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#e3edf2;border:0 solid #cfdae2;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:16px;overflow-x:visible}body input[type=checkbox]{appearance:auto;border-radius:4px;border:1px solid #1a2833;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;width:16px;margin:0 8px 0 -24px;margin-block:0;margin-inline:0;padding:0;transition:box-shadow .15s ease-in-out;position:relative;top:auto}body ul>li.task-list-item{text-align:start;display:list-item}body input[type=checkbox]:checked:after{content:normal;top:auto;background-color:#0000;width:auto;display:list-item;position:static;inset-inline-start:auto}body blockquote{padding-top:8px;padding-bottom:8px;background-color:#0000;margin-inline:40px;padding-inline-start:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-style:italic}body .data-footnote-backref{color:#141f28;-webkit-text-decoration:underline #8a5cf5;text-decoration:underline #8a5cf5}body .search>.search-button{border-radius:5px;color:#141f25;background-color:#f6f9fb;border:1px solid #cfdae2;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .search>.search-container>.search-space{border-radius:12px;background-color:#f6f9fb;border:1px solid #2e3d49;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;box-shadow:0 1.8px 7.3px #00000012,0 6.3px 24.7px #0000001d,0 15px 30px #0000001a}body .search>.search-container>.search-space>input{border-radius:0;box-shadow:none;background-color:#0000;border:0 inset #141f25;border-bottom:1px solid #eff3f6;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .search>.search-container>.search-space>*{color:#141f25;cursor:auto;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #141f25;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}body .search>.search-container>.search-space>.search-layout,body .search>.search-container>.search-space>.search-layout.display-results{border-radius:12px;border:1px solid #2e3d49;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .search>.search-container>.search-space>.search-layout>.results-container{color:#141f25}body .search>.search-container>.search-space>.search-layout>.results-container .result-card{border-radius:4px;border:0 #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}:is(body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:hover,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:focus,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus))){color:#141f25;background-color:#228ec31a;font-weight:400}:is(body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:hover .card-title,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:hover .card-description,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:focus .card-title,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:focus .card-description,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus)) .card-title,body .search>.search-container>.search-space>.search-layout>.results-container>.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus)) .card-description){color:#141f25}body h1,body h2,body h3,body h4,body h5,body h6{color:#2e3d49;text-shadow:none;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body h2.page-title,body h2.page-title a{color:#7c93a4;text-shadow:none;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body li.depth-0{font-weight:500}body ::-webkit-scrollbar{background-color:#fff}body ::-webkit-scrollbar-thumb{border-radius:0;box-shadow:none;background-color:#fff;border:0 #222;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body ::-webkit-scrollbar-thumb:hover{background-color:#fff}body ::-webkit-scrollbar-thumb:active{background-color:#fff}body ::-webkit-scrollbar-track{border-radius:0;background-color:#fff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body ::-webkit-scrollbar-corner{background-color:#fff}body body{scrollbar-width:auto;scrollbar-color:auto}body .callout{--callout-color:4, 119, 255;border-radius:4px;mix-blend-mode:normal;border:0 solid #0477ff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:12px 12px 12px 24px}body .callout .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=note]{--callout-color:4, 119, 255;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#0477ff26;border:0 solid #0477ff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=note] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=note] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=note]>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=abstract]{--callout-color:0, 200, 200;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#00c8c826;border:0 solid #00c8c840;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=abstract] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=abstract] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=abstract]>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=info]{--callout-color:4, 119, 255;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#0477ff26;border:0 solid #0477ff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=info] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=info] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=info]>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=todo]{--callout-color:4, 119, 255;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#0477ff26;border:0 solid #0477ff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=todo] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=todo] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=todo]>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=tip]{--callout-color:0, 200, 200;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#00c8c826;border:0 solid #00c8c840;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=tip] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=tip] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=tip]>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=success]{--callout-color:52, 145, 94;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#34915e26;border:0 solid #34915e40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=success] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=success] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=success]>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=question]{--callout-color:207, 186, 0;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#cfba0026;border:0 solid #cfba0040;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=question] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=question] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=question]>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=warning]{--callout-color:253, 148, 52;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#fd943426;border:0 solid #fd943440;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=warning] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=warning] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=warning]>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=danger]{--callout-color:245, 26, 104;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#f51a6826;border:0 solid #f51a6840;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=danger] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=danger] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=danger]>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=failure]{--callout-color:245, 26, 104;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#f51a6826;border:0 solid #f51a6840;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=failure] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=failure] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=failure]>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=bug]{--callout-color:245, 26, 104;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#f51a6826;border:0 solid #f51a6840;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=bug] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=bug] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=bug]>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=example]{--callout-color:156, 122, 211;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#9c7ad326;border:0 solid #9c7ad340;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=example] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=example] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=example]>.callout-content{color:#141f25;background:0 0;padding:0}body .callout[data-callout=quote]{--callout-color:123, 140, 165;color:#141f25;mix-blend-mode:normal;border-radius:4px;background:#7b8ca526;border:0 solid #7b8ca540;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body .callout[data-callout=quote] .callout-title{--callout-color:4, 119, 255;color:#0477ff;border-radius:0;background:0 0;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}body .callout[data-callout=quote] .callout-title>.callout-title-inner>p{color:#0477ff;font-weight:600}body .callout[data-callout=quote]>.callout-content{color:#141f25;background:0 0;padding:0}body table{border-collapse:separate;color:#141f25;table-layout:auto;border-radius:0;background-color:#0000;border:1px solid #cfdae2;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;width:224.562px;margin:16px 0 0;margin-block:0;margin-inline:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body thead{border-radius:0;background-color:#0000;border:0 #cfdae2;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body tbody{background-color:#0000}body th{color:#141f25;text-align:start;vertical-align:top;border-radius:0;background-color:#0000;border:0 solid #cfdae2;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:10.2px;font-weight:700}body td{color:#141f25;text-align:start;vertical-align:top;border-radius:0;background-color:#0000;border:1px solid #cfdae2;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-weight:400}body tr{border-radius:0;background-color:#eff3f6;border:0 #cfdae2;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body tbody tr:nth-child(2n){background-color:#f6f9fb}body tbody tr:nth-child(odd){background-color:#e3edf2}body img{box-shadow:none;filter:none;object-fit:fill;border-radius:4px;border:0 #2e3d49;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;max-width:none;margin:0;margin-block:0;margin-inline:0}body figure{text-align:start;border-radius:0;background-color:#0000;border:0 #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:16px 40px;margin-block:15px;margin-inline:40px;padding:0}body figcaption{color:#141f25;text-align:start;margin:0;margin-block:0;margin-inline:0;padding:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-size:16px;font-style:normal}body video{box-shadow:none;filter:none;object-fit:contain;border-radius:0;border:0 #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;max-width:none;margin:0;margin-block:0;margin-inline:0}body audio{border-radius:0;background-color:#0000;border:0 #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:0}body .transclude{background-color:#eff3f6;border:1px solid #e3edf2;border-radius:4px;margin:0;padding:16px}body .transclude-inner{background-color:#0000;border:0 solid #141f25;border-radius:0;margin:0;padding:0}body .file-embed{background-color:#eff3f6;border-width:0;border-color:#141f25;border-radius:8px;margin:0;padding:8px}body .metadata{color:#141f25;background-color:#0000;border:0 solid #cfdae2;border-radius:0;margin:0 0 32px;padding:8px 0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .metadata-properties{color:#141f25;background-color:#0000;border-width:0;border-color:#141f25;border-radius:0;margin:0;padding:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body progress{accent-color:auto;border-radius:0;background-color:#0000;border:0 #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;height:15px}body input[type=range]{accent-color:auto;border-radius:0;background-color:#fff;border:2px inset #767676;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body input[type=text]{color:#141f25;border-radius:0;background-color:#0000;border:0 solid #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body details{border-radius:0;background-color:#0000;border:0 #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:0;margin-block:0;margin-inline:0;padding:0}body summary{color:#141f25;cursor:auto;background-color:#0000;padding:0;font-weight:400}body details[open]{border-radius:0;background-color:#0000;border:0 #222;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:0;margin-block:0;margin-inline:0;padding:0}body kbd{box-shadow:none;color:#527eb2;border-radius:4px;background-color:#e3edf2;border:0 #527eb2;border-start-start-radius:4px;border-start-end-radius:4px;border-end-end-radius:4px;border-end-start-radius:4px;padding:1.4px 3.5px;font-family:ui-monospace,SFMono-Regular,Cascadia Mono,Roboto Mono,DejaVu Sans Mono,Liberation Mono,Menlo,Monaco,Consolas,Source Code Pro,monospace;font-size:14px}body dl{margin:16px 0;margin-block:15px;margin-inline:0}body dt{color:#141f25;margin:0;margin-block:0;margin-inline:0;font-weight:400}body dd{color:#141f25;margin:0 0 0 40px;margin-block:0;margin-inline:40px 0;padding:0}body sub{color:#141f25;vertical-align:sub;font-size:13.3333px}body sup{color:#141f25;vertical-align:super;font-size:13.3333px}body abbr{color:#141f25;cursor:auto;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}body li.task-list-item[data-task=\-],body li.task-list-item[data-task=\>],body li.task-list-item[data-task=\/],body li.task-list-item[data-task=\?],body li.task-list-item[data-task=\!],body li.task-list-item[data-task=\*],body li.task-list-item[data-task=l],body li.task-list-item[data-task=b],body li.task-list-item[data-task=i],body li.task-list-item[data-task=S],body li.task-list-item[data-task=I],body li.task-list-item[data-task=p],body li.task-list-item[data-task=c],body li.task-list-item[data-task=f],body li.task-list-item[data-task=k],body li.task-list-item[data-task=u],body li.task-list-item[data-task=d],body li.task-list-item[data-task=w]{color:#3e657c;-webkit-text-decoration:none;text-decoration:none}body .katex-display>.katex{text-align:center;white-space-collapse:collapse;text-wrap-mode:wrap;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;display:block}body .katex-display>.katex>.katex-html{font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .katex>.katex-html{font-family:MJXZERO,MJXTEX}body .explorer .explorer-content ul.explorer-ul li a{color:#222;cursor:auto;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none}body .explorer .explorer-content ul.explorer-ul li:has(>.active){border-radius:0;color:#222;cursor:auto;transition-behavior:normal;background-color:#0000;border:0 #222;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;transition:all}body .explorer .explorer-content li:has(>.folder-outer:not(.open))>.folder-container{color:#141f25;cursor:default;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:500;-webkit-text-decoration:none;text-decoration:none}body .explorer .explorer-content li:has(>.folder-outer.open)>.folder-container{color:#141f25;cursor:default;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:500;-webkit-text-decoration:none;text-decoration:none}body .explorer .folder-outer>ul{border-left:1px solid #228ec326}body .explorer{background-color:#0000}body .bases-table{border-color:#cfdae2}body .bases-table thead th{color:#141f25;background-color:#0000;border-color:#cfdae2;font-weight:700}body .bases-table tbody tr:nth-child(2n){background-color:#e3edf2}body .canvas-node{background-color:#0000;border-width:0;border-color:#141f25;border-radius:0}body .canvas-node-content{color:#141f25}body .canvas-node-file{color:#141f25;background-color:#0000}body .canvas-sidebar{background-color:#f6f9fb;border-color:#141f25;box-shadow:inset 0 0 0 1px #0000001f,0 2px 3px #0000000d,0 1px 1.5px #00000008,0 1px 2px #0000000a,0 0 #0000}body .canvas-node-group{background-color:#0000;border-width:0;border-color:#141f25}body .note-properties{background-color:#0000;border-color:#cfdae2;border-radius:0}body .note-properties-key{color:#141f25;font-weight:400}body .note-properties-value{color:#141f25}body .note-properties-tags{color:#228ec3;background-color:#228ec31a;border-radius:7px}body .note-properties-row{border-color:#141f25}body details.toc summary::marker{color:#141f25}body .graph>.graph-outer>.global-graph-icon{color:#141f25;cursor:default;background-color:#0000;border-width:0;border-color:#141f25;border-radius:4px}body footer{color:#141f25;opacity:1;background-color:#eff3f6;border:0 solid #cfdae2;border-width:1px 0 0 1px;border-radius:8px 0 0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body footer ul li a{color:#141f25}body .recent-notes>h3{color:#141f25;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400}body .recent-notes>ul.recent-ul>li{color:#141f25;background-color:#0000;border-width:0;border-color:#141f25;border-radius:0}body .recent-notes>ul.recent-ul>li .section>.desc>h3>a{color:#141f25}body .recent-notes>ul.recent-ul>li .section>.meta{color:#141f25;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body ul.section-ul,body li.section-li{background-color:#0000;border-width:0;border-color:#141f25;border-radius:0}body li.section-li>.section>.desc>h3>a{color:#141f25}body li.section-li>.section .meta{color:#141f25;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .darkmode{color:#141f25;cursor:default;background-color:#0000;border-width:0;border-color:#141f25;border-radius:4px}body .darkmode svg{stroke:#141f25;color:#141f25}body .breadcrumb-container{color:#141f25;background-color:#0000;border-width:0;border-color:#141f25;border-radius:4px}body .breadcrumb-element p{color:#141f28;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .navigation-progress{background-color:#eff3f6}body .page-header h2.page-title{color:#141f25;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .katex-display{color:#141f25;background-color:#0000;border-width:0;border-color:#141f25;border-radius:0}body .footnotes{color:#141f25;background-color:#0000;border-top-width:0;border-top-color:#141f25}body .table-container{background-color:#0000;border-width:0;border-color:#141f25;border-radius:0}body .spacer{background-color:#0000}body ul.overflow,body ol.overflow{border-width:0;border-color:#141f25;border-radius:0}body figure[data-rehype-pretty-code-figure]{border-radius:4px;background-color:#e3edf2;border:0 solid #cfdae2;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body figure[data-rehype-pretty-code-figure]>[data-rehype-pretty-code-title]{color:#141f25;border-radius:4px;background-color:#e3edf2;border:0 solid #cfdae2;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;font-family:monospace}body pre>code>[data-line]{background-color:#0000;border-left:0 #0477ff}body pre>code>[data-line][data-highlighted-line]{background-color:#0000;border-left-color:#0477ff}body pre>code [data-highlighted-chars]{border-radius:0;background-color:#0000;border:0 #0477ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}body ul.tags>li{color:#228ec3;background-color:#228ec31a;border:0 solid #228ec326;border-radius:5.25px}body li.task-list-item input[type=checkbox]{background-color:#0000;border-width:1px;border-color:#1a2833;border-radius:4px}body li.task-list-item input[type=checkbox]:checked{background-color:#249bd3;border-color:#249bd3}body h1.article-title{color:#141f25;font-size:13px;font-weight:400}body li.task-list-item[data-task=_],body li.task-list-item[data-task=\,],body li.task-list-item[data-task=\;],body li.task-list-item[data-task=\:],body li.task-list-item[data-task=\.],body li.task-list-item[data-task=\'],body li.task-list-item[data-task=\@],body li.task-list-item[data-task=\&],body li.task-list-item[data-task=\#],body li.task-list-item[data-task=\%],body li.task-list-item[data-task=\`],body li.task-list-item[data-task=\+],body li.task-list-item[data-task=\<],body li.task-list-item[data-task=\=],body li.task-list-item[data-task=\|],body li.task-list-item[data-task=\~],body li.task-list-item[data-task=\$],body li.task-list-item[data-task="0"],body li.task-list-item[data-task="1"],body li.task-list-item[data-task="2"],body li.task-list-item[data-task="3"],body li.task-list-item[data-task="4"],body li.task-list-item[data-task="5"],body li.task-list-item[data-task="6"],body li.task-list-item[data-task="7"],body li.task-list-item[data-task="8"],body li.task-list-item[data-task="9"],body li.task-list-item[data-task=a],body li.task-list-item[data-task=A],body li.task-list-item[data-task=B],body li.task-list-item[data-task=C],body li.task-list-item[data-task=D],body li.task-list-item[data-task=e],body li.task-list-item[data-task=E],body li.task-list-item[data-task=F],body li.task-list-item[data-task=g],body li.task-list-item[data-task=G],body li.task-list-item[data-task=h],body li.task-list-item[data-task=H],body li.task-list-item[data-task=j],body li.task-list-item[data-task=J],body li.task-list-item[data-task=K],body li.task-list-item[data-task=L],body li.task-list-item[data-task=m],body li.task-list-item[data-task=M],body li.task-list-item[data-task=n],body li.task-list-item[data-task=N],body li.task-list-item[data-task=o],body li.task-list-item[data-task=O],body li.task-list-item[data-task=P],body li.task-list-item[data-task=q],body li.task-list-item[data-task=Q],body li.task-list-item[data-task=r],body li.task-list-item[data-task=R],body li.task-list-item[data-task=s],body li.task-list-item[data-task=t],body li.task-list-item[data-task=T],body li.task-list-item[data-task=U],body li.task-list-item[data-task=v],body li.task-list-item[data-task=V],body li.task-list-item[data-task=W],body li.task-list-item[data-task=x],body li.task-list-item[data-task=X],body li.task-list-item[data-task=y],body li.task-list-item[data-task=Y],body li.task-list-item[data-task=z],body li.task-list-item[data-task=Z]{color:#3e657c;padding-top:0;padding-bottom:0;text-decoration-line:none}body{--current-page-slug:attr(data-slug raw-string)}li.task-list-item[data-task=_] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\-] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\,] input[type=checkbox]:after,li.task-list-item[data-task=\;] input[type=checkbox]:after,li.task-list-item[data-task=\:] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\!] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM64 480c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM64 480c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\?] input[type=checkbox]:after{color:#000;background-color:#fd9434;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM288 352c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM288 352c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\.] input[type=checkbox]:after,li.task-list-item[data-task=\'] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=""] input[type=checkbox]:after{color:#000;background-color:#1a2833;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\@] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\*] input[type=checkbox]:after{color:#000;background-color:#c2ba8c;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\/] input[type=checkbox]:after{color:#000;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\&] input[type=checkbox]:after,li.task-list-item[data-task=\#] input[type=checkbox]:after,li.task-list-item[data-task=\%] input[type=checkbox]:after,li.task-list-item[data-task=\`] input[type=checkbox]:after,li.task-list-item[data-task=\+] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\<] input[type=checkbox]:after{color:#000;background-color:#00c8c8;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\=] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=\>] input[type=checkbox]:after{color:#000;background-color:#0477ff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z'/%3E%3C/svg%3E")}li.task-list-item[data-task=\|] input[type=checkbox]:after,li.task-list-item[data-task=\~] input[type=checkbox]:after,li.task-list-item[data-task=\$] input[type=checkbox]:after,li.task-list-item[data-task="0"] input[type=checkbox]:after,li.task-list-item[data-task="1"] input[type=checkbox]:after,li.task-list-item[data-task="2"] input[type=checkbox]:after,li.task-list-item[data-task="3"] input[type=checkbox]:after,li.task-list-item[data-task="4"] input[type=checkbox]:after,li.task-list-item[data-task="5"] input[type=checkbox]:after,li.task-list-item[data-task="6"] input[type=checkbox]:after,li.task-list-item[data-task="7"] input[type=checkbox]:after,li.task-list-item[data-task="8"] input[type=checkbox]:after,li.task-list-item[data-task="9"] input[type=checkbox]:after,li.task-list-item[data-task=a] input[type=checkbox]:after,li.task-list-item[data-task=A] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=b] input[type=checkbox]:after{color:#000;background-color:#f51a68;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z'/%3E%3C/svg%3E")}li.task-list-item[data-task=B] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=c] input[type=checkbox]:after{color:#000;background-color:#f51a68;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2H464c26.5 0 48-21.5 48-48c0-25.3-19.5-46-44.3-47.9c7.7-8.5 12.3-19.8 12.3-32.1c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48H294.5c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7V192v48 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 320H96c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64V288c0 17.7 14.3 32 32 32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2H464c26.5 0 48-21.5 48-48c0-25.3-19.5-46-44.3-47.9c7.7-8.5 12.3-19.8 12.3-32.1c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48H294.5c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7V192v48 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 320H96c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64V288c0 17.7 14.3 32 32 32z'/%3E%3C/svg%3E")}li.task-list-item[data-task=C] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=d] input[type=checkbox]:after{color:#000;background-color:#f51a68;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 13a1 1 0 100 2h5a1 1 0 001-1V9a1 1 0 10-2 0v2.586l-4.293-4.293a1 1 0 00-1.414 0L8 9.586 3.707 5.293a1 1 0 00-1.414 1.414l5 5a1 1 0 001.414 0L11 9.414 14.586 13H12z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 13a1 1 0 100 2h5a1 1 0 001-1V9a1 1 0 10-2 0v2.586l-4.293-4.293a1 1 0 00-1.414 0L8 9.586 3.707 5.293a1 1 0 00-1.414 1.414l5 5a1 1 0 001.414 0L11 9.414 14.586 13H12z' clip-rule='evenodd' /%3E%3C/svg%3E")}li.task-list-item[data-task=D] input[type=checkbox]:after,li.task-list-item[data-task=e] input[type=checkbox]:after,li.task-list-item[data-task=E] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=f] input[type=checkbox]:after{color:#000;background-color:#f51a68;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12.395 2.553a1 1 0 00-1.45-.385c-.345.23-.614.558-.822.88-.214.33-.403.713-.57 1.116-.334.804-.614 1.768-.84 2.734a31.365 31.365 0 00-.613 3.58 2.64 2.64 0 01-.945-1.067c-.328-.68-.398-1.534-.398-2.654A1 1 0 005.05 6.05 6.981 6.981 0 003 11a7 7 0 1011.95-4.95c-.592-.591-.98-.985-1.348-1.467-.363-.476-.724-1.063-1.207-2.03zM12.12 15.12A3 3 0 017 13s.879.5 2.5.5c0-1 .5-4 1.25-4.5.5 1 .786 1.293 1.371 1.879A2.99 2.99 0 0113 13a2.99 2.99 0 01-.879 2.121z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12.395 2.553a1 1 0 00-1.45-.385c-.345.23-.614.558-.822.88-.214.33-.403.713-.57 1.116-.334.804-.614 1.768-.84 2.734a31.365 31.365 0 00-.613 3.58 2.64 2.64 0 01-.945-1.067c-.328-.68-.398-1.534-.398-2.654A1 1 0 005.05 6.05 6.981 6.981 0 003 11a7 7 0 1011.95-4.95c-.592-.591-.98-.985-1.348-1.467-.363-.476-.724-1.063-1.207-2.03zM12.12 15.12A3 3 0 017 13s.879.5 2.5.5c0-1 .5-4 1.25-4.5.5 1 .786 1.293 1.371 1.879A2.99 2.99 0 0113 13a2.99 2.99 0 01-.879 2.121z' clip-rule='evenodd' /%3E%3C/svg%3E")}li.task-list-item[data-task=F] input[type=checkbox]:after,li.task-list-item[data-task=g] input[type=checkbox]:after,li.task-list-item[data-task=G] input[type=checkbox]:after,li.task-list-item[data-task=h] input[type=checkbox]:after,li.task-list-item[data-task=H] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=i] input[type=checkbox]:after{color:#000;background-color:#0477ff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-144c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-144c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z'/%3E%3C/svg%3E")}li.task-list-item[data-task=I] input[type=checkbox]:after{color:#000;background-color:#c2ba8c;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z'/%3E%3C/svg%3E")}li.task-list-item[data-task=j] input[type=checkbox]:after,li.task-list-item[data-task=J] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=k] input[type=checkbox]:after{color:#000;background-color:#c2ba8c;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E")}li.task-list-item[data-task=K] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=l] input[type=checkbox]:after{color:#000;background-color:#9c7ad3;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z'/%3E%3C/svg%3E")}li.task-list-item[data-task=L] input[type=checkbox]:after,li.task-list-item[data-task=m] input[type=checkbox]:after,li.task-list-item[data-task=M] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=n] input[type=checkbox]:after{color:#000;background-color:#f51a68;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z'/%3E%3C/svg%3E")}li.task-list-item[data-task=N] input[type=checkbox]:after,li.task-list-item[data-task=o] input[type=checkbox]:after,li.task-list-item[data-task=O] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=p] input[type=checkbox]:after{color:#000;background-color:#34915e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 25.3-19.5 46-44.3 47.9c7.7 8.5 12.3 19.8 12.3 32.1c0 23.4-16.8 42.9-38.9 47.1c4.4 7.2 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 25.3-19.5 46-44.3 47.9c7.7 8.5 12.3 19.8 12.3 32.1c0 23.4-16.8 42.9-38.9 47.1c4.4 7.2 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E")}li.task-list-item[data-task=P] input[type=checkbox]:after,li.task-list-item[data-task=q] input[type=checkbox]:after,li.task-list-item[data-task=Q] input[type=checkbox]:after,li.task-list-item[data-task=r] input[type=checkbox]:after,li.task-list-item[data-task=R] input[type=checkbox]:after,li.task-list-item[data-task=s] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=S] input[type=checkbox]:after{color:#000;background-color:#34915e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M320 96H192L144.6 24.9C137.5 14.2 145.1 0 157.9 0H354.1c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128H320c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96H96c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4l0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84.1 96c0-11.1-9-20.1-20.1-20.1s-20.1 9-20.1 20.1v6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.8 4.1c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9l0 0 0 0 0 0 0 0c-2.2-.8-4.3-1.5-6.3-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1V416c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.4-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4V224z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M320 96H192L144.6 24.9C137.5 14.2 145.1 0 157.9 0H354.1c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128H320c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96H96c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4l0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84.1 96c0-11.1-9-20.1-20.1-20.1s-20.1 9-20.1 20.1v6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.8 4.1c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9l0 0 0 0 0 0 0 0c-2.2-.8-4.3-1.5-6.3-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1V416c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.4-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4V224z'/%3E%3C/svg%3E")}li.task-list-item[data-task=t] input[type=checkbox]:after,li.task-list-item[data-task=T] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}li.task-list-item[data-task=u] input[type=checkbox]:after{color:#000;background-color:#34915e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z' clip-rule='evenodd' /%3E%3C/svg%3E")}li.task-list-item[data-task=U] input[type=checkbox]:after,li.task-list-item[data-task=v] input[type=checkbox]:after,li.task-list-item[data-task=V] input[type=checkbox]:after,li.task-list-item[data-task=w] input[type=checkbox]:after,li.task-list-item[data-task=W] input[type=checkbox]:after,li.task-list-item[data-task=x] input[type=checkbox]:after,li.task-list-item[data-task=X] input[type=checkbox]:after,li.task-list-item[data-task=y] input[type=checkbox]:after,li.task-list-item[data-task=Y] input[type=checkbox]:after,li.task-list-item[data-task=z] input[type=checkbox]:after,li.task-list-item[data-task=Z] input[type=checkbox]:after{color:#000;background-color:#f6f9fb;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.callout[data-callout=note]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z'/%3E%3Cpath d='m15 5 4 4'/%3E%3C/svg%3E")}.callout[data-callout=abstract]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M12 11h4'/%3E%3Cpath d='M12 16h4'/%3E%3Cpath d='M8 11h.01'/%3E%3Cpath d='M8 16h.01'/%3E%3C/svg%3E")}.callout[data-callout=info]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E")}.callout[data-callout=todo]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E")}.callout[data-callout=tip]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4'/%3E%3C/svg%3E")}.callout[data-callout=success]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")}.callout[data-callout=question]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}.callout[data-callout=warning]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}.callout[data-callout=danger]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z'/%3E%3C/svg%3E")}.callout[data-callout=failure]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E")}.callout[data-callout=bug]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20v-9'/%3E%3Cpath d='M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z'/%3E%3Cpath d='M14.12 3.88 16 2'/%3E%3Cpath d='M21 21a4 4 0 0 0-3.81-4'/%3E%3Cpath d='M21 5a4 4 0 0 1-3.55 3.97'/%3E%3Cpath d='M22 13h-4'/%3E%3Cpath d='M3 21a4 4 0 0 1 3.81-4'/%3E%3Cpath d='M3 5a4 4 0 0 0 3.55 3.97'/%3E%3Cpath d='M6 13H2'/%3E%3Cpath d='m8 2 1.88 1.88'/%3E%3Cpath d='M9 7.13V6a3 3 0 1 1 6 0v1.13'/%3E%3C/svg%3E")}.callout[data-callout=example]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5h.01'/%3E%3Cpath d='M3 12h.01'/%3E%3Cpath d='M3 19h.01'/%3E%3Cpath d='M8 5h13'/%3E%3Cpath d='M8 12h13'/%3E%3Cpath d='M8 19h13'/%3E%3C/svg%3E")}.callout[data-callout=quote]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3Cpath d='M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E")}html[saved-theme=dark] body div#quartz-root,html[saved-theme=dark] body[data-slug],html[saved-theme=dark] body[data-slug] .page>div#quartz-body,html[saved-theme=dark] body .page>div#quartz-body div.center,html[saved-theme=dark] body .page>div#quartz-body footer{color:#bdd1db;background-color:#0e161b}html[saved-theme=dark] body .page>div#quartz-body div.sidebar,html[saved-theme=dark] body[data-slug] div#quartz-root.page,html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left,html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left .explorer .explorer-content{color:#bdd1db;background-color:#070b0d}html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left:has(.explorer){color:#bdd1db;background-color:#070b0d}html[saved-theme=dark] body .page>div#quartz-body div.sidebar.right{color:#bdd1db;background-color:#070b0d;border-left:0 #141f25}html[saved-theme=dark] body .page>div#quartz-body div.sidebar.left{border-right:1px solid #141f25}html[saved-theme=dark] body a.external,html[saved-theme=dark] body footer a,html[saved-theme=dark] body a.internal,html[saved-theme=dark] body .breadcrumb-container .breadcrumb-element>a{color:#3ca7dd;cursor:pointer;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #3ca7dd;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:underline #3ca7dd;text-decoration:underline #3ca7dd;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body a.internal.broken{color:#3ca7dd;cursor:pointer;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #3ca7dd;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:underline #228ec34d;text-decoration:underline #228ec34d;transition:opacity .14s ease-in-out;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body a.external:hover,html[saved-theme=dark] body footer a:hover{color:#a68af9;-webkit-text-decoration:underline #a68af9;text-decoration:underline #a68af9}html[saved-theme=dark] body a.internal:hover,html[saved-theme=dark] body .breadcrumb-container .breadcrumb-element>a:hover{color:#a68af9;text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:#a68af9}html[saved-theme=dark] body p{color:#7aa3b8;cursor:auto;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:none;user-select:none;background-color:#0000;outline:0 #7aa3b8;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body .page article p>strong,html[saved-theme=dark] body strong,html[saved-theme=dark] body .page article p>b,html[saved-theme=dark] body b{color:#67bbe4;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #67bbe4;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:800;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body .page article p>em,html[saved-theme=dark] body em,html[saved-theme=dark] body .page article p>i,html[saved-theme=dark] body i{color:#67bbe4;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #67bbe4;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body .text-highlight{color:#000;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;border-radius:0;background-color:#ff0;border:0 #000;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;outline:0 #252525;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body del{color:#bdd1db;cursor:grab;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #bdd1db;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:line-through #bdd1db;text-decoration:line-through #bdd1db;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}:is(html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card:hover,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card:focus,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card.focus:not(:has(~.result-card:hover,~.result-card:focus))){border-radius:4px;color:#bdd1db;background-color:#228ec31a;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus)),~.result-card:focus,~.result-card:hover){border-radius:4px;color:#bdd1db;background-color:#228ec31a;border:0 #bdd1db;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body hr{border-radius:0;box-shadow:none;border-top:0 solid gray;border-bottom:0 #141f25;border-left:0 #141f25;border-right:1px solid #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:0;margin-block:32px;margin-inline:0}html[saved-theme=dark] body a.internal.tag-link,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>.match-tag{border-radius:7px;background-color:#228ec31a;border:0 solid #228ec326;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;align-items:normal;margin-inline-start:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;display:flex}html[saved-theme=dark] body a.internal.tag-link:before{color:#3ca7dd}html[saved-theme=dark] body ul>li{color:#bdd1db;text-align:start}html[saved-theme=dark] body ul>li::marker{border-radius:0;color:#dadada;pointer-events:auto;background-color:#0000;border:0 #dadada;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;transform:none}html[saved-theme=dark] body ol>li{color:#bdd1db;text-align:start}html[saved-theme=dark] body ol>li::marker{border-radius:0;color:#dadada;pointer-events:auto;background-color:#0000;border:0 #dadada;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;transform:none}html[saved-theme=dark] body code{border-radius:4px;color:#f3c85b;background-color:#0000;border:0 solid #f3c85b;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:0;font-family:ui-monospace,SFMono-Regular,Cascadia Mono,Roboto Mono,DejaVu Sans Mono,Liberation Mono,Menlo,Monaco,Consolas,Source Code Pro,monospace}html[saved-theme=dark] body pre>code{border-radius:4px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#15222c;border:0 solid #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:16px;overflow-x:visible}html[saved-theme=dark] body pre:has(>code){border-radius:4px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#15222c;border:0 solid #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:16px;overflow-x:visible}html[saved-theme=dark] body pre:has(>code){border-radius:4px;white-space-collapse:preserve;text-wrap-mode:nowrap;background-color:#15222c;border:0 solid #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:16px;overflow-x:visible}html[saved-theme=dark] body input[type=checkbox]{appearance:auto;border-radius:4px;border:1px solid #243842;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;width:16px;margin:0 8px 0 -24px;margin-block:0;margin-inline:0;padding:0;transition:box-shadow .15s ease-in-out;position:relative;top:auto}html[saved-theme=dark] body ul>li.task-list-item{text-align:start;display:list-item}html[saved-theme=dark] body input[type=checkbox]:checked:after{content:normal;top:auto;background-color:#0000;width:auto;display:list-item;position:static;inset-inline-start:auto}html[saved-theme=dark] body blockquote{padding-top:8px;padding-bottom:8px;background-color:#0000;margin-inline:40px;padding-inline-start:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-style:italic}html[saved-theme=dark] body .data-footnote-backref{color:#355464;-webkit-text-decoration:underline #a68af9;text-decoration:underline #a68af9}html[saved-theme=dark] body .search>.search-button{border-radius:5px;color:#bdd1db;background-color:#121c21;border:1px solid #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .search>.search-container>.search-space{border-radius:12px;background-color:#0e161b;border:1px solid #1e3038;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;box-shadow:0 1.8px 7.3px #00000012,0 6.3px 24.7px #0000001d,0 30px 90px #0003}html[saved-theme=dark] body .search>.search-container>.search-space>input{border-radius:0;box-shadow:none;background-color:#0000;border:0 inset #bdd1db;border-bottom:1px solid #070b0d;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .search>.search-container>.search-space>*{color:#bdd1db;cursor:auto;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;-webkit-user-select:text;user-select:text;background-color:#0000;outline:0 #bdd1db;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all;animation-name:none;animation-duration:0s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s;animation-fill-mode:none;transform:none}html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout.display-results{border-radius:12px;border:1px solid #1e3038;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container{color:#bdd1db}html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container .result-card{border-radius:4px;border:0 #bdd1db;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}:is(html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:hover,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:focus,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus))){color:#bdd1db;background-color:#228ec31a;font-weight:400}:is(html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:hover .card-title,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:hover .card-description,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:focus .card-title,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card:focus .card-description,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus)) .card-title,html[saved-theme=dark] body .search>.search-container>.search-space>.search-layout>.results-container>.result-card.focus:not(:has(~.result-card:hover,~.result-card:focus)) .card-description){color:#bdd1db}html[saved-theme=dark] body h1,html[saved-theme=dark] body h2,html[saved-theme=dark] body h3,html[saved-theme=dark] body h4,html[saved-theme=dark] body h5,html[saved-theme=dark] body h6{color:#dee8ed;text-shadow:none;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body h2.page-title,html[saved-theme=dark] body h2.page-title a{color:#3d6681;text-shadow:none;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body li.depth-0{font-weight:500}html[saved-theme=dark] body ::-webkit-scrollbar{background-color:#1e1e1e}html[saved-theme=dark] body ::-webkit-scrollbar-thumb{border-radius:0;box-shadow:none;background-color:#1e1e1e;border:0 #dadada;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body ::-webkit-scrollbar-thumb:hover{background-color:#1e1e1e}html[saved-theme=dark] body ::-webkit-scrollbar-thumb:active{background-color:#1e1e1e}html[saved-theme=dark] body ::-webkit-scrollbar-track{border-radius:0;background-color:#1e1e1e;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body ::-webkit-scrollbar-corner{background-color:#1e1e1e}html[saved-theme=dark] body body{scrollbar-width:auto;scrollbar-color:auto}html[saved-theme=dark] body .callout{--callout-color:4, 165, 255;border-radius:4px;mix-blend-mode:normal;border:0 solid #04a5ff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:12px 12px 12px 24px}html[saved-theme=dark] body .callout .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=note]{--callout-color:4, 165, 255;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#04a5ff1a;border:0 solid #04a5ff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=note] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=note] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=note]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=abstract]{--callout-color:129, 213, 208;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#81d5d01a;border:0 solid #81d5d040;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=abstract] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=abstract] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=abstract]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=info]{--callout-color:4, 165, 255;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#04a5ff1a;border:0 solid #04a5ff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=info] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=info] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=info]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=todo]{--callout-color:4, 165, 255;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#04a5ff1a;border:0 solid #04a5ff40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=todo] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=todo] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=todo]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=tip]{--callout-color:129, 213, 208;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#81d5d01a;border:0 solid #81d5d040;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=tip] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=tip] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=tip]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=success]{--callout-color:57, 240, 152;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#39f0981a;border:0 solid #39f09840;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=success] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=success] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=success]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=question]{--callout-color:243, 200, 91;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#f3c85b1a;border:0 solid #f3c85b40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=question] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=question] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=question]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=warning]{--callout-color:243, 200, 91;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#f3c85b1a;border:0 solid #f3c85b40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=warning] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=warning] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=warning]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=danger]{--callout-color:280, 87, 138;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#ff578a1a;border:0 solid #ff578a40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=danger] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=danger] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=danger]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=failure]{--callout-color:280, 87, 138;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#ff578a1a;border:0 solid #ff578a40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=failure] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=failure] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=failure]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=bug]{--callout-color:280, 87, 138;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#ff578a1a;border:0 solid #ff578a40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=bug] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=bug] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=bug]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=example]{--callout-color:180, 145, 237;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#b491ed1a;border:0 solid #b491ed40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=example] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=example] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=example]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body .callout[data-callout=quote]{--callout-color:158, 158, 158;color:#bdd1db;mix-blend-mode:normal;border-radius:4px;background:#9e9e9e1a;border:0 solid #9e9e9e40;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body .callout[data-callout=quote] .callout-title{--callout-color:4, 165, 255;color:#04a5ff;border-radius:0;background:0 0;border:0 #04a5ff;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;gap:4px;padding:0}html[saved-theme=dark] body .callout[data-callout=quote] .callout-title>.callout-title-inner>p{color:#04a5ff;font-weight:600}html[saved-theme=dark] body .callout[data-callout=quote]>.callout-content{color:#bdd1db;background:0 0;padding:0}html[saved-theme=dark] body table{border-collapse:separate;color:#bdd1db;table-layout:auto;border-radius:0;background-color:#0000;border:1px solid #19272e;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;width:224.562px;margin:16px 0 0;margin-block:0;margin-inline:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body thead{border-radius:0;background-color:#0000;border:0 #19272e;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body tbody{background-color:#0000}html[saved-theme=dark] body th{color:#bdd1db;text-align:start;vertical-align:top;border-radius:0;background-color:#0000;border:0 solid #19272e;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:10.2px;font-weight:700}html[saved-theme=dark] body td{color:#bdd1db;text-align:start;vertical-align:top;border-radius:0;background-color:#0000;border:1px solid #19272e;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-weight:400}html[saved-theme=dark] body tr{border-radius:0;background-color:#0c1417;border:0 #19272e;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body tbody tr:nth-child(2n){background-color:#141f25}html[saved-theme=dark] body tbody tr:nth-child(odd){background-color:#0e161b}html[saved-theme=dark] body img{box-shadow:none;filter:none;object-fit:fill;border-radius:4px;border:0 #dee8ed;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;max-width:none;margin:0;margin-block:0;margin-inline:0}html[saved-theme=dark] body figure{text-align:start;border-radius:0;background-color:#0000;border:0 #bdd1db;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:16px 40px;margin-block:15px;margin-inline:40px;padding:0}html[saved-theme=dark] body figcaption{color:#bdd1db;text-align:start;margin:0;margin-block:0;margin-inline:0;padding:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-size:16px;font-style:normal}html[saved-theme=dark] body video{box-shadow:none;filter:none;object-fit:contain;border-radius:0;border:0 #bdd1db;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;max-width:none;margin:0;margin-block:0;margin-inline:0}html[saved-theme=dark] body audio{border-radius:0;background-color:#0000;border:0 #bdd1db;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:0}html[saved-theme=dark] body .transclude{background-color:#141f25;border-width:0;border-color:#bdd1db;border-left-style:solid;border-radius:4px;margin:0;padding:16px}html[saved-theme=dark] body .transclude-inner{background-color:#0000;border-width:0;border-color:#bdd1db;border-left-style:solid;border-radius:0;margin:0;padding:0}html[saved-theme=dark] body .file-embed{background-color:#0c1417;border-width:0;border-color:#7aa3b8;border-radius:8px;margin:0;padding:8px}html[saved-theme=dark] body .metadata{color:#7aa3b8;background-color:#0000;border:0 solid #141f25;border-radius:0;margin:0 0 32px;padding:8px 0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .metadata-properties{color:#7aa3b8;background-color:#0000;border-width:0;border-color:#7aa3b8;border-radius:0;margin:0;padding:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body progress{accent-color:auto;border-radius:0;background-color:#0000;border:0 #bdd1db;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;height:15px}html[saved-theme=dark] body input[type=range]{accent-color:auto;border-radius:0;background-color:#3b3b3b;border:2px inset #858585;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body input[type=text]{color:#7aa3b8;border-radius:0;background-color:#0000;border:0 solid #7aa3b8;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;padding:4px 8px;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body details{border-radius:0;background-color:#0000;border:0 #bdd1db;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:0;margin-block:0;margin-inline:0;padding:0}html[saved-theme=dark] body summary{color:#bdd1db;cursor:auto;background-color:#0000;padding:0;font-weight:400}html[saved-theme=dark] body details[open]{border-radius:0;background-color:#0000;border:0 #dadada;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;margin:0;margin-block:0;margin-inline:0;padding:0}html[saved-theme=dark] body kbd{box-shadow:none;color:#d6e3f0;border-radius:4px;background-color:#15222c;border:0 #d6e3f0;border-start-start-radius:4px;border-start-end-radius:4px;border-end-end-radius:4px;border-end-start-radius:4px;padding:1.4px 3.5px;font-family:ui-monospace,SFMono-Regular,Cascadia Mono,Roboto Mono,DejaVu Sans Mono,Liberation Mono,Menlo,Monaco,Consolas,Source Code Pro,monospace;font-size:14px}html[saved-theme=dark] body dl{margin:16px 0;margin-block:15px;margin-inline:0}html[saved-theme=dark] body dt{color:#bdd1db;margin:0;margin-block:0;margin-inline:0;font-weight:400}html[saved-theme=dark] body dd{color:#bdd1db;margin:0 0 0 40px;margin-block:0;margin-inline:40px 0;padding:0}html[saved-theme=dark] body sub{color:#bdd1db;vertical-align:sub;font-size:13.3333px}html[saved-theme=dark] body sup{color:#bdd1db;vertical-align:super;font-size:13.3333px}html[saved-theme=dark] body abbr{color:#bdd1db;cursor:auto;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}html[saved-theme=dark] body li.task-list-item[data-task=\-],html[saved-theme=dark] body li.task-list-item[data-task=\>],html[saved-theme=dark] body li.task-list-item[data-task=\/],html[saved-theme=dark] body li.task-list-item[data-task=\?],html[saved-theme=dark] body li.task-list-item[data-task=\!],html[saved-theme=dark] body li.task-list-item[data-task=\*],html[saved-theme=dark] body li.task-list-item[data-task=l],html[saved-theme=dark] body li.task-list-item[data-task=b],html[saved-theme=dark] body li.task-list-item[data-task=i],html[saved-theme=dark] body li.task-list-item[data-task=S],html[saved-theme=dark] body li.task-list-item[data-task=I],html[saved-theme=dark] body li.task-list-item[data-task=p],html[saved-theme=dark] body li.task-list-item[data-task=c],html[saved-theme=dark] body li.task-list-item[data-task=f],html[saved-theme=dark] body li.task-list-item[data-task=k],html[saved-theme=dark] body li.task-list-item[data-task=u],html[saved-theme=dark] body li.task-list-item[data-task=d],html[saved-theme=dark] body li.task-list-item[data-task=w]{color:#3e657c;-webkit-text-decoration:none;text-decoration:none}html[saved-theme=dark] body .katex-display>.katex{text-align:center;white-space-collapse:collapse;text-wrap-mode:wrap;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;display:block}html[saved-theme=dark] body .katex-display>.katex>.katex-html{font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .katex>.katex-html{font-family:MJXZERO,MJXTEX}html[saved-theme=dark] body .explorer .explorer-content ul.explorer-ul li a{color:#dadada;cursor:auto;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;-webkit-text-decoration:none;text-decoration:none}html[saved-theme=dark] body .explorer .explorer-content ul.explorer-ul li:has(>.active){border-radius:0;color:#dadada;cursor:auto;transition-behavior:normal;background-color:#0000;border:0 #dadada;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;transition:all}html[saved-theme=dark] body .explorer .explorer-content li:has(>.folder-outer:not(.open))>.folder-container{color:#7aa3b8;cursor:default;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:500;-webkit-text-decoration:none;text-decoration:none}html[saved-theme=dark] body .explorer .explorer-content li:has(>.folder-outer.open)>.folder-container{color:#7aa3b8;cursor:default;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:500;-webkit-text-decoration:none;text-decoration:none}html[saved-theme=dark] body .explorer .folder-outer>ul{border-left:1px solid #228ec326}html[saved-theme=dark] body .explorer{background-color:#0000}html[saved-theme=dark] body .bases-table{border-color:#19272e}html[saved-theme=dark] body .bases-table thead th{color:#bdd1db;background-color:#0000;border-color:#19272e;font-weight:700}html[saved-theme=dark] body .bases-table tbody tr:nth-child(2n){background-color:#0e161b}html[saved-theme=dark] body .canvas-node{background-color:#0000;border-width:0;border-color:#bdd1db;border-radius:0}html[saved-theme=dark] body .canvas-node-content{color:#bdd1db}html[saved-theme=dark] body .canvas-node-file{color:#bdd1db;background-color:#0000}html[saved-theme=dark] body .canvas-sidebar{background-color:#070b0d;border-color:#bdd1db;box-shadow:inset 0 .5px .5px .5px #ffffff17,0 2px 4px #00000026,0 1px 1.5px #0000001a,0 1px 2px #0003,0 0 #0000}html[saved-theme=dark] body .canvas-node-group{background-color:#0000;border-width:0;border-color:#bdd1db}html[saved-theme=dark] body .note-properties{background-color:#0000;border-color:#141f25;border-radius:0}html[saved-theme=dark] body .note-properties-key{color:#7aa3b8;font-weight:400}html[saved-theme=dark] body .note-properties-value{color:#7aa3b8}html[saved-theme=dark] body .note-properties-tags{color:#3ca7dd;background-color:#228ec31a;border-radius:7px}html[saved-theme=dark] body .note-properties-row{border-color:#7aa3b8}html[saved-theme=dark] body details.toc summary::marker{color:#bdd1db}html[saved-theme=dark] body .graph>.graph-outer>.global-graph-icon{color:#7aa3b8;cursor:default;background-color:#0000;border-width:0;border-color:#7aa3b8;border-radius:4px}html[saved-theme=dark] body footer{color:#7aa3b8;opacity:1;background-color:#070b0d;border:0 solid #141f25;border-width:1px 0 0 1px;border-radius:8px 0 0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body footer ul li a{color:#7aa3b8}html[saved-theme=dark] body .recent-notes>h3{color:#bdd1db;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400}html[saved-theme=dark] body .recent-notes>ul.recent-ul>li{color:#bdd1db;background-color:#0000;border-width:0;border-color:#bdd1db;border-radius:0}html[saved-theme=dark] body .recent-notes>ul.recent-ul>li .section>.desc>h3>a{color:#7aa3b8}html[saved-theme=dark] body .recent-notes>ul.recent-ul>li .section>.meta{color:#7aa3b8;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body ul.section-ul,html[saved-theme=dark] body li.section-li{background-color:#0000;border-width:0;border-color:#bdd1db;border-radius:0}html[saved-theme=dark] body li.section-li>.section>.desc>h3>a{color:#7aa3b8}html[saved-theme=dark] body li.section-li>.section .meta{color:#7aa3b8;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .darkmode{color:#7aa3b8;cursor:default;background-color:#0000;border-width:0;border-color:#7aa3b8;border-radius:4px}html[saved-theme=dark] body .darkmode svg{stroke:#7aa3b8;color:#7aa3b8}html[saved-theme=dark] body .breadcrumb-container{color:#7aa3b8;background-color:#0000;border-width:0;border-color:#7aa3b8;border-radius:4px}html[saved-theme=dark] body .breadcrumb-element p{color:#355464;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .navigation-progress{background-color:#070b0d}html[saved-theme=dark] body .page-header h2.page-title{color:#bdd1db;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Google Sans Flex,Roboto,Inter Variable,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}html[saved-theme=dark] body .katex-display{color:#bdd1db;background-color:#0000;border-width:0;border-color:#bdd1db;border-radius:0}html[saved-theme=dark] body .footnotes{color:#bdd1db;background-color:#0000;border-top-width:0;border-top-color:#bdd1db}html[saved-theme=dark] body .table-container{background-color:#0000;border-width:0;border-color:#bdd1db;border-radius:0}html[saved-theme=dark] body .spacer{background-color:#0000}html[saved-theme=dark] body ul.overflow,html[saved-theme=dark] body ol.overflow{border-width:0;border-color:#bdd1db;border-radius:0}html[saved-theme=dark] body figure[data-rehype-pretty-code-figure]{border-radius:4px;background-color:#15222c;border:0 solid #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body figure[data-rehype-pretty-code-figure]>[data-rehype-pretty-code-title]{color:#bdd1db;border-radius:4px;background-color:#15222c;border:0 solid #141f25;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0;font-family:monospace}html[saved-theme=dark] body pre>code>[data-line]{background-color:#0000;border-left:0 #cfba00}html[saved-theme=dark] body pre>code>[data-line][data-highlighted-line]{background-color:#0000;border-left-color:#cfba00}html[saved-theme=dark] body pre>code [data-highlighted-chars]{border-radius:0;background-color:#0000;border:0 #cfba00;border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}html[saved-theme=dark] body ul.tags>li{color:#3ca7dd;background-color:#228ec31a;border:0 solid #228ec326;border-radius:5.25px}html[saved-theme=dark] body li.task-list-item input[type=checkbox]{background-color:#0000;border-width:1px;border-color:#243842;border-radius:4px}html[saved-theme=dark] body li.task-list-item input[type=checkbox]:checked{background-color:#228ec3;border-color:#228ec3}html[saved-theme=dark] body h1.article-title{color:#bdd1db;font-size:13px;font-weight:400}html[saved-theme=dark] body li.task-list-item[data-task=_],html[saved-theme=dark] body li.task-list-item[data-task=\,],html[saved-theme=dark] body li.task-list-item[data-task=\;],html[saved-theme=dark] body li.task-list-item[data-task=\:],html[saved-theme=dark] body li.task-list-item[data-task=\.],html[saved-theme=dark] body li.task-list-item[data-task=\'],html[saved-theme=dark] body li.task-list-item[data-task=\@],html[saved-theme=dark] body li.task-list-item[data-task=\&],html[saved-theme=dark] body li.task-list-item[data-task=\#],html[saved-theme=dark] body li.task-list-item[data-task=\%],html[saved-theme=dark] body li.task-list-item[data-task=\`],html[saved-theme=dark] body li.task-list-item[data-task=\+],html[saved-theme=dark] body li.task-list-item[data-task=\<],html[saved-theme=dark] body li.task-list-item[data-task=\=],html[saved-theme=dark] body li.task-list-item[data-task=\|],html[saved-theme=dark] body li.task-list-item[data-task=\~],html[saved-theme=dark] body li.task-list-item[data-task=\$],html[saved-theme=dark] body li.task-list-item[data-task="0"],html[saved-theme=dark] body li.task-list-item[data-task="1"],html[saved-theme=dark] body li.task-list-item[data-task="2"],html[saved-theme=dark] body li.task-list-item[data-task="3"],html[saved-theme=dark] body li.task-list-item[data-task="4"],html[saved-theme=dark] body li.task-list-item[data-task="5"],html[saved-theme=dark] body li.task-list-item[data-task="6"],html[saved-theme=dark] body li.task-list-item[data-task="7"],html[saved-theme=dark] body li.task-list-item[data-task="8"],html[saved-theme=dark] body li.task-list-item[data-task="9"],html[saved-theme=dark] body li.task-list-item[data-task=a],html[saved-theme=dark] body li.task-list-item[data-task=A],html[saved-theme=dark] body li.task-list-item[data-task=B],html[saved-theme=dark] body li.task-list-item[data-task=C],html[saved-theme=dark] body li.task-list-item[data-task=D],html[saved-theme=dark] body li.task-list-item[data-task=e],html[saved-theme=dark] body li.task-list-item[data-task=E],html[saved-theme=dark] body li.task-list-item[data-task=F],html[saved-theme=dark] body li.task-list-item[data-task=g],html[saved-theme=dark] body li.task-list-item[data-task=G],html[saved-theme=dark] body li.task-list-item[data-task=h],html[saved-theme=dark] body li.task-list-item[data-task=H],html[saved-theme=dark] body li.task-list-item[data-task=j],html[saved-theme=dark] body li.task-list-item[data-task=J],html[saved-theme=dark] body li.task-list-item[data-task=K],html[saved-theme=dark] body li.task-list-item[data-task=L],html[saved-theme=dark] body li.task-list-item[data-task=m],html[saved-theme=dark] body li.task-list-item[data-task=M],html[saved-theme=dark] body li.task-list-item[data-task=n],html[saved-theme=dark] body li.task-list-item[data-task=N],html[saved-theme=dark] body li.task-list-item[data-task=o],html[saved-theme=dark] body li.task-list-item[data-task=O],html[saved-theme=dark] body li.task-list-item[data-task=P],html[saved-theme=dark] body li.task-list-item[data-task=q],html[saved-theme=dark] body li.task-list-item[data-task=Q],html[saved-theme=dark] body li.task-list-item[data-task=r],html[saved-theme=dark] body li.task-list-item[data-task=R],html[saved-theme=dark] body li.task-list-item[data-task=s],html[saved-theme=dark] body li.task-list-item[data-task=t],html[saved-theme=dark] body li.task-list-item[data-task=T],html[saved-theme=dark] body li.task-list-item[data-task=U],html[saved-theme=dark] body li.task-list-item[data-task=v],html[saved-theme=dark] body li.task-list-item[data-task=V],html[saved-theme=dark] body li.task-list-item[data-task=W],html[saved-theme=dark] body li.task-list-item[data-task=x],html[saved-theme=dark] body li.task-list-item[data-task=X],html[saved-theme=dark] body li.task-list-item[data-task=y],html[saved-theme=dark] body li.task-list-item[data-task=Y],html[saved-theme=dark] body li.task-list-item[data-task=z],html[saved-theme=dark] body li.task-list-item[data-task=Z]{color:#3e657c;padding-top:0;padding-bottom:0;text-decoration-line:none}html[saved-theme=dark] li.task-list-item[data-task=_] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\-] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\,] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\;] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\:] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\!] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM64 480c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM64 480c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\?] input[type=checkbox]:after{color:#fff;background-color:#f3c85b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM288 352c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM288 352c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\.] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\'] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=""] input[type=checkbox]:after{color:#fff;background-color:#243842;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\@] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\*] input[type=checkbox]:after{color:#fff;background-color:#cfba00;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\/] input[type=checkbox]:after{color:#fff;background-color:#1e1e1e;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\&] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\#] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\%] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\`] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\+] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\<] input[type=checkbox]:after{color:#fff;background-color:#81d5d0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\=] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\>] input[type=checkbox]:after{color:#fff;background-color:#04a5ff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=\|] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\~] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=\$] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="0"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="1"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="2"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="3"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="4"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="5"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="6"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="7"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="8"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task="9"] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=a] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=A] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=b] input[type=checkbox]:after{color:#fff;background-color:#e6578a;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=B] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=c] input[type=checkbox]:after{color:#fff;background-color:#e6578a;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2H464c26.5 0 48-21.5 48-48c0-25.3-19.5-46-44.3-47.9c7.7-8.5 12.3-19.8 12.3-32.1c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48H294.5c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7V192v48 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 320H96c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64V288c0 17.7 14.3 32 32 32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2H464c26.5 0 48-21.5 48-48c0-25.3-19.5-46-44.3-47.9c7.7-8.5 12.3-19.8 12.3-32.1c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48H294.5c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7V192v48 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 320H96c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64V288c0 17.7 14.3 32 32 32z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=C] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=d] input[type=checkbox]:after{color:#fff;background-color:#e6578a;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 13a1 1 0 100 2h5a1 1 0 001-1V9a1 1 0 10-2 0v2.586l-4.293-4.293a1 1 0 00-1.414 0L8 9.586 3.707 5.293a1 1 0 00-1.414 1.414l5 5a1 1 0 001.414 0L11 9.414 14.586 13H12z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 13a1 1 0 100 2h5a1 1 0 001-1V9a1 1 0 10-2 0v2.586l-4.293-4.293a1 1 0 00-1.414 0L8 9.586 3.707 5.293a1 1 0 00-1.414 1.414l5 5a1 1 0 001.414 0L11 9.414 14.586 13H12z' clip-rule='evenodd' /%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=D] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=e] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=E] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=f] input[type=checkbox]:after{color:#fff;background-color:#e6578a;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12.395 2.553a1 1 0 00-1.45-.385c-.345.23-.614.558-.822.88-.214.33-.403.713-.57 1.116-.334.804-.614 1.768-.84 2.734a31.365 31.365 0 00-.613 3.58 2.64 2.64 0 01-.945-1.067c-.328-.68-.398-1.534-.398-2.654A1 1 0 005.05 6.05 6.981 6.981 0 003 11a7 7 0 1011.95-4.95c-.592-.591-.98-.985-1.348-1.467-.363-.476-.724-1.063-1.207-2.03zM12.12 15.12A3 3 0 017 13s.879.5 2.5.5c0-1 .5-4 1.25-4.5.5 1 .786 1.293 1.371 1.879A2.99 2.99 0 0113 13a2.99 2.99 0 01-.879 2.121z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12.395 2.553a1 1 0 00-1.45-.385c-.345.23-.614.558-.822.88-.214.33-.403.713-.57 1.116-.334.804-.614 1.768-.84 2.734a31.365 31.365 0 00-.613 3.58 2.64 2.64 0 01-.945-1.067c-.328-.68-.398-1.534-.398-2.654A1 1 0 005.05 6.05 6.981 6.981 0 003 11a7 7 0 1011.95-4.95c-.592-.591-.98-.985-1.348-1.467-.363-.476-.724-1.063-1.207-2.03zM12.12 15.12A3 3 0 017 13s.879.5 2.5.5c0-1 .5-4 1.25-4.5.5 1 .786 1.293 1.371 1.879A2.99 2.99 0 0113 13a2.99 2.99 0 01-.879 2.121z' clip-rule='evenodd' /%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=F] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=g] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=G] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=h] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=H] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=i] input[type=checkbox]:after{color:#fff;background-color:#04a5ff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-144c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-144c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=I] input[type=checkbox]:after{color:#fff;background-color:#cfba00;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=j] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=J] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=k] input[type=checkbox]:after{color:#fff;background-color:#cfba00;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=K] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=l] input[type=checkbox]:after{color:#fff;background-color:#b491ed;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=L] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=m] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=M] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=n] input[type=checkbox]:after{color:#fff;background-color:#e6578a;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=N] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=o] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=O] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=p] input[type=checkbox]:after{color:#fff;background-color:#39f098;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 25.3-19.5 46-44.3 47.9c7.7 8.5 12.3 19.8 12.3 32.1c0 23.4-16.8 42.9-38.9 47.1c4.4 7.2 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 25.3-19.5 46-44.3 47.9c7.7 8.5 12.3 19.8 12.3 32.1c0 23.4-16.8 42.9-38.9 47.1c4.4 7.2 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=P] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=q] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=Q] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=r] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=R] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=s] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=S] input[type=checkbox]:after{color:#fff;background-color:#39f098;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M320 96H192L144.6 24.9C137.5 14.2 145.1 0 157.9 0H354.1c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128H320c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96H96c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4l0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84.1 96c0-11.1-9-20.1-20.1-20.1s-20.1 9-20.1 20.1v6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.8 4.1c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9l0 0 0 0 0 0 0 0c-2.2-.8-4.3-1.5-6.3-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1V416c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.4-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4V224z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M320 96H192L144.6 24.9C137.5 14.2 145.1 0 157.9 0H354.1c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128H320c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96H96c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4l0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84.1 96c0-11.1-9-20.1-20.1-20.1s-20.1 9-20.1 20.1v6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.8 4.1c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9l0 0 0 0 0 0 0 0c-2.2-.8-4.3-1.5-6.3-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1V416c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.4-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4V224z'/%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=t] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=T] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=u] input[type=checkbox]:after{color:#fff;background-color:#39f098;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z' clip-rule='evenodd' /%3E%3C/svg%3E")}html[saved-theme=dark] li.task-list-item[data-task=U] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=v] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=V] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=w] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=W] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=x] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=X] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=y] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=Y] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=z] input[type=checkbox]:after,html[saved-theme=dark] li.task-list-item[data-task=Z] input[type=checkbox]:after{color:#fff;background-color:#0e161b;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%2528-4.000000, -6.000000%2529' fill='%2523000000'%3E%3Cpath d='M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=note]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z'/%3E%3Cpath d='m15 5 4 4'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=abstract]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M12 11h4'/%3E%3Cpath d='M12 16h4'/%3E%3Cpath d='M8 11h.01'/%3E%3Cpath d='M8 16h.01'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=info]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=todo]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=tip]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=success]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=question]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=warning]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=danger]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=failure]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=bug]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20v-9'/%3E%3Cpath d='M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z'/%3E%3Cpath d='M14.12 3.88 16 2'/%3E%3Cpath d='M21 21a4 4 0 0 0-3.81-4'/%3E%3Cpath d='M21 5a4 4 0 0 1-3.55 3.97'/%3E%3Cpath d='M22 13h-4'/%3E%3Cpath d='M3 21a4 4 0 0 1 3.81-4'/%3E%3Cpath d='M3 5a4 4 0 0 0 3.55 3.97'/%3E%3Cpath d='M6 13H2'/%3E%3Cpath d='m8 2 1.88 1.88'/%3E%3Cpath d='M9 7.13V6a3 3 0 1 1 6 0v1.13'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=example]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5h.01'/%3E%3Cpath d='M3 12h.01'/%3E%3Cpath d='M3 19h.01'/%3E%3Cpath d='M8 5h13'/%3E%3Cpath d='M8 12h13'/%3E%3Cpath d='M8 19h13'/%3E%3C/svg%3E")}html[saved-theme=dark] .callout[data-callout=quote]{--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3Cpath d='M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E")}.search>.search-button{font-size:1rem}.search>.search-button svg{color:var(--search-icon-color,var(--text-muted,var(--darkgray)));stroke:var(--search-icon-color,var(--text-muted,var(--darkgray)))}.search>.search-container>.search-space{margin:12vh auto}.search>.search-container>.search-space>input{border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom:none;margin-bottom:0;font-size:1.1rem}.search>.search-container>.search-space>input:has(+:not(.display-results)){border-radius:inherit}.search>.search-container>.search-space>*{box-shadow:none;background:0 0;margin-bottom:0}.search>.search-container>.search-space>.search-layout.display-results{border-top-left-radius:0;border-top-right-radius:0}.search>.search-container>.search-space>.search-layout .highlight{background-color:var(--quartz-text-highlight)}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout>.results-container .result-card{display:flex}.search>.search-container>.search-space>.search-layout>.results-container .result-card.no-match{display:block}}:is(.search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card:hover),.search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card:focus),.search>.search-container>.search-space>.search-layout>.results-container .result-card:has(~.result-card.focus)){background-color:unset}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p{background-color:#0000}@media (max-width:800px){.explorer:not(.collapsed)>.explorer-content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.explorer .explorer-content .folder-container{--folder-closed-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 5h-8.586L9.707 3.293A.997.997 0 0 0 9 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2zM4 19V7h16l.002 12H4z'%3E%3C/path%3E%3C/svg%3E");--folder-open-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.165 19.551c.186.28.499.449.835.449h15c.4 0 .762-.238.919-.606l3-7A.998.998 0 0 0 21 11h-1V8c0-1.103-.897-2-2-2h-6.655L8.789 4H4c-1.103 0-2 .897-2 2v13h.007a1 1 0 0 0 .158.551zM18 8v3H6c-.4 0-.762.238-.919.606L4 14.129V8h14z'%3E%3C/path%3E%3C/svg%3E");text-overflow:ellipsis;position:relative}@media (max-width:800px){.explorer .explorer-content .folder-container{border-radius:.25rem;padding-inline:.5rem 0}}.explorer .explorer-content .folder-container>svg{opacity:.001;position:absolute}.explorer .explorer-content .folder-container:before{background:var(--quartz-icon-color);content:"";align-self:baseline;width:1rem;min-width:1rem;height:1rem;min-height:1rem;margin-block-start:.2rem;margin-inline-end:.5rem;display:flex}.explorer .explorer-content .folder-container>div{width:100%}.explorer .explorer-content .folder-container:hover{background-color:var(--nav-item-background-hover);border-radius:.25rem;font-size:1rem;line-height:1.5rem}.explorer .explorer-content li:has(>.folder-outer:not(.open))>.folder-container:before{background:var(--collapse-icon-color-collapsed,var(--quartz-icon-color));-webkit-mask-image:var(--folder-closed-icon);mask-image:var(--folder-closed-icon);-webkit-mask-image:var(--folder-closed-icon)}.explorer .explorer-content li:has(>.folder-outer.open)>.folder-container:before{background:var(--collapse-icon-color,var(--quartz-icon-color));-webkit-mask-image:var(--folder-open-icon);mask-image:var(--folder-open-icon);-webkit-mask-image:var(--folder-open-icon)}.explorer .explorer-content ul.explorer-ul li{text-overflow:ellipsis;position:relative}.explorer .explorer-content ul.explorer-ul li a{color:inherit;padding:inherit;font-size:1rem;line-height:1.5rem;display:flex}.explorer .explorer-content ul.explorer-ul li a.active,.explorer .explorer-content ul.explorer-ul li a:not(.folder-title):hover{background-color:var(--nav-item-background-hover);border-radius:.25rem;font-size:1rem;line-height:1.5rem}.explorer .explorer-content ul.explorer-ul li a[data-for$=\/index]{padding-inline:.5rem 0}.explorer .explorer-content ul.explorer-ul li a{padding-inline-start:0}@media (max-width:800px){.explorer .explorer-content ul.explorer-ul li a{padding-inline:.5rem}.explorer .explorer-content ul.explorer-ul li a[data-for$=\/index]{padding-inline-end:.5rem}}.explorer .explorer-content ul.explorer-ul li>a:before{--file-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill=''%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z'/%3E%3C/svg%3E");content:"";background:var(--quartz-icon-color);width:1rem;min-width:1rem;height:1rem;min-height:1rem;-webkit-mask-image:var(--file-icon);mask-image:var(--file-icon);-webkit-mask-image:var(--file-icon);align-self:baseline;margin-block-start:.2rem;margin-inline-end:.5rem;display:flex}button.readermode>svg{display:none}button.readermode{--readermode-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWJvb2stb3Blbi1pY29uIGx1Y2lkZS1ib29rLW9wZW4iPjxwYXRoIGQ9Ik0xMiA3djE0Ii8+PHBhdGggZD0iTTMgMThhMSAxIDAgMCAxLTEtMVY0YTEgMSAwIDAgMSAxLTFoNWE0IDQgMCAwIDEgNCA0IDQgNCAwIDAgMSA0LTRoNWExIDEgMCAwIDEgMSAxdjEzYTEgMSAwIDAgMS0xIDFoLTZhMyAzIDAgMCAwLTMgMyAzIDMgMCAwIDAtMy0zeiIvPjwvc3ZnPg==);-webkit-mask-image:var(--readermode-icon);mask-image:var(--readermode-icon);-webkit-mask-image:var(--readermode-icon);width:24px;height:24px;background:var(--quartz-icon-color)!important}button.global-graph-icon>svg{display:none}button.global-graph-icon{--graph-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWdpdC1mb3JrLWljb24gbHVjaWRlLWdpdC1mb3JrIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjE4IiByPSIzIi8+PGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjMiLz48Y2lyY2xlIGN4PSIxOCIgY3k9IjYiIHI9IjMiLz48cGF0aCBkPSJNMTggOXYyYzAgLjYtLjQgMS0xIDFIN2MtLjYgMC0xLS40LTEtMVY5Ii8+PHBhdGggZD0iTTEyIDEydjMiLz48L3N2Zz4=);-webkit-mask-image:var(--graph-icon);mask-image:var(--graph-icon);-webkit-mask-image:var(--graph-icon);width:24px;height:24px;background:var(--quartz-icon-color)!important}button.darkmode>svg{display:none!important}button.darkmode{--moon-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLW1vb24taWNvbiBsdWNpZGUtbW9vbiI+PHBhdGggZD0iTTEyIDNhNiA2IDAgMCAwIDkgOSA5IDkgMCAxIDEtOS05WiIvPjwvc3ZnPg==);--sun-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLXN1bi1pY29uIGx1Y2lkZS1zdW4iPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjQiLz48cGF0aCBkPSJNMTIgMnYyIi8+PHBhdGggZD0iTTEyIDIwdjIiLz48cGF0aCBkPSJtNC45MyA0LjkzIDEuNDEgMS40MSIvPjxwYXRoIGQ9Im0xNy42NiAxNy42NiAxLjQxIDEuNDEiLz48cGF0aCBkPSJNMiAxMmgyIi8+PHBhdGggZD0iTTIwIDEyaDIiLz48cGF0aCBkPSJtNi4zNCAxNy42Ni0xLjQxIDEuNDEiLz48cGF0aCBkPSJtMTkuMDcgNC45My0xLjQxIDEuNDEiLz48L3N2Zz4=);width:24px;height:24px;background:var(--quartz-icon-color)!important}.explorer svg,button.toc-header .fold,.global-graph-icon,.readermode,.darkmode{color:var(--quartz-icon-color);stroke:var(--quartz-icon-color)}@media not (min-width:1200px){.page>div#quartz-body div.sidebar.right{background-color:#0000;border-left:none}}@media (min-width:1200px){div#quartz-root.page{place-items:center;width:100%;min-width:100%;max-width:100%;margin:0;padding:0;display:grid}div#quartz-root.page div#quartz-body{width:min(100%,1500px);max-width:min(100%,1500px);padding:0 auto}.page>#quartz-body div.center,.page>#quartz-body footer{min-width:calc(100% - 3rem);max-width:calc(100% - 3rem);padding-left:1.5rem;padding-right:1.5rem}.page>#quartz-body footer{padding:0 1.5rem}}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body{padding-left:0;padding-right:0}.page>#quartz-body div.center,.page>#quartz-body footer{min-width:calc(100% - 3rem);max-width:calc(100% - 3rem);padding-left:1.5rem;padding-right:1.5rem}.page>#quartz-body div.sidebar.left{padding-left:2rem}.page>#quartz-body div.sidebar.right,.page>#quartz-body footer{padding:0 1.5rem}}@media (max-width:800px){.page>div#quartz-body div.sidebar.left{background-color:#0000;border-right:none}.page>#quartz-body{padding:0}.page>#quartz-body div.center,.page>#quartz-body footer{min-width:calc(100% - 3rem);max-width:calc(100% - 3rem);padding-left:1.5rem;padding-right:1.5rem}:is(.page>#quartz-body div.sidebar.left,.page>#quartz-body div.sidebar.left:has(.explorer)){padding:1rem 1.5rem 1rem 1rem}.page>#quartz-body div.sidebar.right,.page>#quartz-body footer{padding:0 1.5rem}.page>#quartz-body footer{min-width:auto}.page>#quartz-body .explorer .explorer-content{max-height:100vh;padding-left:1rem;padding-right:1rem;overflow-y:auto}.page>#quartz-body .explorer .explorer-content>.explorer-ul{overscroll-behavior:contain;min-height:0}.page>#quartz-body .explorer .explorer-content ul{overscroll-behavior:auto}.page-title{display:none}}.callout.is-collapsed .callout-content>:first-child{margin-top:-4rem}figure[data-rehype-pretty-code-figure] pre,pre{background-color:var(--qt-code-background,var(--code-background));white-space:pre}figure[data-rehype-pretty-code-figure] pre>code,pre>code{overflow-x:auto}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-keyword],pre>code span[class*=qt-code-keyword]{color:var(--qt-code-keyword,var(--code-keyword))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-string],pre>code span[class*=qt-code-string]{color:var(--qt-code-string,var(--code-string))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-comment],pre>code span[class*=qt-code-comment]{color:var(--qt-code-comment,var(--code-comment))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-function],pre>code span[class*=qt-code-function]{color:var(--qt-code-function,var(--code-function))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-number],pre>code span[class*=qt-code-number]{color:var(--qt-code-number,var(--code-value))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-operator],pre>code span[class*=qt-code-operator]{color:var(--qt-code-operator,var(--code-operator))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-property],pre>code span[class*=qt-code-property]{color:var(--qt-code-property,var(--code-property))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-variable],pre>code span[class*=qt-code-variable]{color:var(--qt-code-variable,var(--code-normal))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-tag],pre>code span[class*=qt-code-tag]{color:var(--qt-code-tag,var(--code-tag))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-attribute],pre>code span[class*=qt-code-attribute]{color:var(--qt-code-attribute,var(--code-important))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-type],pre>code span[class*=qt-code-type]{color:var(--qt-code-type,var(--code-function))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-builtin],pre>code span[class*=qt-code-builtin]{color:var(--qt-code-builtin,var(--code-function))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-atom],pre>code span[class*=qt-code-atom]{color:var(--qt-code-atom,var(--code-value))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-meta],pre>code span[class*=qt-code-meta]{color:var(--qt-code-meta,var(--code-comment))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-qualifier],pre>code span[class*=qt-code-qualifier]{color:var(--qt-code-qualifier,var(--code-property))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-punctuation],pre>code span[class*=qt-code-punctuation]{color:var(--qt-code-punctuation,var(--code-punctuation))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-bracket],pre>code span[class*=qt-code-bracket]{color:var(--qt-code-bracket,var(--code-punctuation))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-header],pre>code span[class*=qt-code-header]{color:var(--qt-code-header,var(--code-tag))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-link],pre>code span[class*=qt-code-link]{color:var(--qt-code-link,var(--code-string))!important}figure[data-rehype-pretty-code-figure] pre>code span[class*=qt-code-error],pre>code span[class*=qt-code-error]{color:var(--qt-code-error,var(--code-important))!important}figure[data-rehype-pretty-code-figure] pre>code,pre>code{color:var(--qt-code-default,var(--code-normal));background-color:#0000}blockquote.callout .callout-title{color:var(--color)}blockquote.callout .callout-title .callout-icon{background-color:var(--color)}blockquote.callout .callout-title>.callout-title-inner>p{color:var(--color)}blockquote.callout[data-callout]{--color:rgb(var(--callout-info,2, 122, 255))!important;--border:rgba(var(--callout-info,2, 122, 255), .267)!important;--bg:rgba(var(--callout-info,2, 122, 255), .063)!important}blockquote.callout[data-callout=note]{--color:rgb(var(--callout-default,2, 122, 255))!important;--border:rgba(var(--callout-default,2, 122, 255), .267)!important;--bg:rgba(var(--callout-default,2, 122, 255), .063)!important}blockquote.callout[data-callout=abstract]{--color:rgb(var(--callout-summary,83, 223, 221))!important;--border:rgba(var(--callout-summary,83, 223, 221), .267)!important;--bg:rgba(var(--callout-summary,83, 223, 221), .063)!important}blockquote.callout[data-callout=info]{--color:rgb(var(--callout-info,2, 122, 255))!important;--border:rgba(var(--callout-info,2, 122, 255), .267)!important;--bg:rgba(var(--callout-info,2, 122, 255), .063)!important}blockquote.callout[data-callout=todo]{--color:rgb(var(--callout-todo,2, 122, 255))!important;--border:rgba(var(--callout-todo,2, 122, 255), .267)!important;--bg:rgba(var(--callout-todo,2, 122, 255), .063)!important}blockquote.callout[data-callout=tip]{--color:rgb(var(--callout-tip,83, 223, 221))!important;--border:rgba(var(--callout-tip,83, 223, 221), .267)!important;--bg:rgba(var(--callout-tip,83, 223, 221), .063)!important}blockquote.callout[data-callout=success]{--color:rgb(var(--callout-success,68, 207, 110))!important;--border:rgba(var(--callout-success,68, 207, 110), .267)!important;--bg:rgba(var(--callout-success,68, 207, 110), .063)!important}blockquote.callout[data-callout=question]{--color:rgb(var(--callout-question,233, 151, 63))!important;--border:rgba(var(--callout-question,233, 151, 63), .267)!important;--bg:rgba(var(--callout-question,233, 151, 63), .063)!important}blockquote.callout[data-callout=warning]{--color:rgb(var(--callout-warning,233, 151, 63))!important;--border:rgba(var(--callout-warning,233, 151, 63), .267)!important;--bg:rgba(var(--callout-warning,233, 151, 63), .063)!important}blockquote.callout[data-callout=failure]{--color:rgb(var(--callout-fail,251, 70, 76))!important;--border:rgba(var(--callout-fail,251, 70, 76), .267)!important;--bg:rgba(var(--callout-fail,251, 70, 76), .063)!important}blockquote.callout[data-callout=danger]{--color:rgb(var(--callout-error,251, 70, 76))!important;--border:rgba(var(--callout-error,251, 70, 76), .267)!important;--bg:rgba(var(--callout-error,251, 70, 76), .063)!important}blockquote.callout[data-callout=bug]{--color:rgb(var(--callout-bug,251, 70, 76))!important;--border:rgba(var(--callout-bug,251, 70, 76), .267)!important;--bg:rgba(var(--callout-bug,251, 70, 76), .063)!important}blockquote.callout[data-callout=example]{--color:rgb(var(--callout-example,168, 130, 255))!important;--border:rgba(var(--callout-example,168, 130, 255), .267)!important;--bg:rgba(var(--callout-example,168, 130, 255), .063)!important}blockquote.callout[data-callout=quote]{--color:rgb(var(--callout-quote,158, 158, 158))!important;--border:rgba(var(--callout-quote,158, 158, 158), .267)!important;--bg:rgba(var(--callout-quote,158, 158, 158), .063)!important}:root[saved-theme=light] button.darkmode{-webkit-mask-image:var(--sun-icon);mask-image:var(--sun-icon);-webkit-mask-image:var(--sun-icon)}:root[saved-theme=dark] button.darkmode{-webkit-mask-image:var(--moon-icon);mask-image:var(--moon-icon);-webkit-mask-image:var(--moon-icon)}:root[reader-mode=on] body[data-slug] div#quartz-root.page{transition:background-color .2s}:root[reader-mode=on] body[data-slug] div#quartz-root.page:not(:has(.sidebar:hover)){background-color:#0000;transition:background-color .2s}:root[reader-mode=on] body[data-slug] div#quartz-root.page:not(:has(.sidebar:hover)) .sidebar{transition:opacity .2s;opacity:0!important}:root[reader-mode=on] body[data-slug] div#quartz-root.page:not(:has(.center:hover,footer:hover)):hover .sidebar{transition:opacity .2s;opacity:1!important}:root[saved-theme=light] body a.external,:root[saved-theme=light] body a.internal,:root[saved-theme=light] body .breadcrumb-container .breadcrumb-element>a,:root[saved-theme=light] body footer a,:root[saved-theme=dark] body a.external,:root[saved-theme=dark] body a.internal,:root[saved-theme=dark] body .breadcrumb-container .breadcrumb-element>a,:root[saved-theme=dark] body footer a{text-decoration:none}#quartz-body{grid-template-columns:300px 1fr 300px;gap:2em;max-width:1400px;margin:0 auto;padding:0;display:grid}.center{min-width:0;max-width:750px!important;margin:0 auto!important;padding:2em 2em 0!important}.page-title a{font-size:0;display:block}.page-title a:after{content:"";background-image:url(/static/logo.png);background-position:0;background-repeat:no-repeat;background-size:contain;width:200px;height:100px;margin:10px auto;display:block}.left.sidebar{border:none;flex-direction:column;gap:.5rem;width:300px;min-width:300px;height:100vh;padding:20px;display:flex;position:sticky;top:0;overflow-y:auto}.left.sidebar .flex-component{width:100%;flex-flow:row!important;align-items:center!important;gap:.75rem!important;display:flex!important}.left.sidebar .flex-component .search{min-width:0;flex:1!important}.left.sidebar .flex-component div:has(.search){min-width:0;flex:1!important}.left.sidebar .flex-component .search-button p{display:none!important}:is(.left.sidebar .flex-component div:has(.darkmode),.left.sidebar .flex-component div:has(.readermode)){flex-shrink:0!important}.left.sidebar .search{width:100%}.left.sidebar .explorer{background-color:#0000;border-top:1px solid #80808033;margin-top:.5rem;padding-top:1rem}.explorer-content ul.content{background-color:#0000;border-left:1px solid #80808033;flex-direction:column;gap:.35rem;margin-top:.25rem;padding-left:1rem;display:flex}.explorer-content a.folder-title{font-size:.82em!important}.explorer-content a:not(.folder-title){color:var(--darkgray);border-radius:0;font-family:Inter,sans-serif;font-weight:400;text-decoration:none;background-color:#0000!important;font-size:.75em!important}.explorer-content a:not(.folder-title):hover{color:var(--secondary);background-color:#0000!important}.explorer-content a.active{font-weight:700;color:var(--darkgray)!important;background-color:#0000!important}.right.sidebar{width:300px;min-width:300px;height:100vh;padding:20px;position:sticky;top:0;overflow-y:auto}.right.sidebar .toc,.right.sidebar .backlinks{border-top:1px solid #80808033;margin-top:.5rem;padding-top:1rem}.right.sidebar .toc h3,.right.sidebar .toc h4,.right.sidebar .backlinks h3,.right.sidebar .backlinks h4{text-transform:uppercase;letter-spacing:.12em;color:var(--gray);margin-top:0;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:.7em;font-weight:700}.right.sidebar .toc ul,.right.sidebar .backlinks ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.right.sidebar .toc a,.right.sidebar .backlinks a{color:var(--darkgray);font-family:Inter,sans-serif;font-size:.82em;font-weight:400;line-height:1.4;text-decoration:none;transition:color .15s}.right.sidebar .toc a:hover,.right.sidebar .backlinks a:hover{color:var(--secondary)}.right.sidebar .toc li>ul,.right.sidebar .backlinks li>ul{gap:.35rem;margin-top:.4rem;padding-left:1rem}.right.sidebar .toc li>ul a,.right.sidebar .backlinks li>ul a{color:var(--gray);font-size:.78em}.page-header{max-width:750px!important;margin:0 auto!important;padding:0 2em!important}.article-title{text-align:right;text-transform:uppercase;border-bottom:2px solid rgba(var(--color-primary), .4);font-family:Inter;letter-spacing:.18em!important;padding-bottom:.25em!important;font-size:2.25em!important;font-weight:700!important}.page-header .content-meta,.page-header ul.tags{margin:0!important;padding:0!important;display:none!important}nav.breadcrumb-container{box-sizing:border-box;background-color:#80808014;border:1px solid #80808026;border-radius:6px;flex-wrap:wrap;align-items:center;gap:0;width:100%;margin-bottom:1.25rem;padding:.4rem .85rem;display:flex}nav.breadcrumb-container .breadcrumb-element{align-items:center;display:flex}nav.breadcrumb-container .breadcrumb-element a{color:#6b6b6b;letter-spacing:.03em;font-family:Inter,sans-serif;font-size:.72em;font-weight:500;text-decoration:none}nav.breadcrumb-container .breadcrumb-element a:hover{color:var(--secondary)}nav.breadcrumb-container .breadcrumb-element p{color:#bbb;margin:0 .35rem;font-family:Inter,sans-serif;font-size:.72em;font-weight:300}nav.breadcrumb-container .breadcrumb-element:last-child a{color:#4a4a4a;font-weight:600}article.popover-hint{max-width:750px!important;margin:0 auto!important}article.popover-hint p{word-spacing:.025em;margin-block:0 1.5em;font-family:Noto Serif;line-height:1.5}article.popover-hint p em{font-family:Noto Serif}article.popover-hint h1,article.popover-hint h2,article.popover-hint h3,article.popover-hint h4,article.popover-hint h5,article.popover-hint h6{letter-spacing:.02em;margin:2em 0 .25em;font-weight:700!important}article.popover-hint h2{text-transform:uppercase;letter-spacing:5px;font-size:1.75em}article.popover-hint h3{font-size:1.5em}article.popover-hint h4{font-family:Noto Serif;font-size:1.25em;font-style:oblique}article.popover-hint h5{font-family:Noto Serif;font-size:1em}article.popover-hint h6{font-family:Noto Serif;font-size:.75em}article.popover-hint strong{font-weight:800}article.popover-hint ul li,article.popover-hint ol li{font-family:Noto Serif}article.popover-hint img[alt=banner]{object-fit:cover;object-position:center;border-radius:4px;width:100%;height:200px;margin-bottom:1.5em}article.popover-hint img[alt=banner]+*{margin-top:2em}article.popover-hint .table-container{margin:1em auto}article.popover-hint table{border-collapse:collapse;margin:2em auto 1em;font-size:.8em}article.popover-hint .figcaption{color:#555;text-align:center;margin:0 75px 2em;font-family:Inter;font-size:.8em;font-weight:600}article.popover-hint .figcaption strong{font-weight:800}article.popover-hint li{margin-bottom:.5em;line-height:1.5}article.popover-hint .mysans{color:#666;padding-bottom:25px;font-family:Noto Sans,sans-serif;font-size:90%;font-style:normal;font-weight:500;line-height:1}article.popover-hint .mysansbf{color:#666;padding-bottom:25px;font-family:Noto Sans,sans-serif;font-size:90%;font-style:normal;font-weight:700;line-height:1}article.popover-hint .author{color:#105e8b;font-size:var(--r-heading5-size);text-transform:uppercase;letter-spacing:4px;margin-top:12px;font-family:Inter Bold,sans-serif;font-style:normal;font-weight:700;line-height:1.25}article.popover-hint .authornb{color:#105e8b;font-size:var(--r-heading5-size);text-transform:uppercase;letter-spacing:4px;margin-top:12px;font-family:Inter,sans-serif;font-style:normal;font-weight:700;line-height:1.25}article.popover-hint .book{letter-spacing:4px;font-family:Inter,Verdana,Geneva,Tahoma,sans-serif;font-size:.6em;font-style:normal;font-weight:700}blockquote:not(.callout) p{padding-left:20px;border-left:3px solid #4a4a4a!important;margin-left:20px!important}article.popover-hint p{line-height:1.75}.mermaid{justify-content:center;display:flex}div.center article.popover-hint .callout,div.center article.popover-hint .callout p{font-family:Inter,sans-serif;font-size:90%;font-style:normal}div.center article.popover-hint .callout-title{gap:.4rem;margin:.5em 0 0;padding:5px;font-family:Inter,sans-serif;font-size:1em;font-weight:700;line-height:1.75;flex-direction:row!important;align-items:center!important;display:flex!important}div.center article.popover-hint .callout-icon:after{width:16px;height:16px;display:block}div.center article.popover-hint .callout-title-inner p{margin-block:0}div.center article.popover-hint .callout-content{margin-top:0;padding:5px}div.center article.popover-hint .callout-content p{margin-block-start:0;margin-top:0}div.center article.popover-hint .callout-content p:last-child{margin-bottom:.5em}.callout[data-callout=bible]{border-left-color:#2292c7!important}.callout[data-callout=bible] .callout-title{color:#135270!important;background-color:#2292c726!important}.callout[data-callout=bible] .callout-title-inner p{color:#135270!important}.callout[data-callout=bible] .callout-icon{background-color:#0000!important}.callout[data-callout=bible] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(34,146,199)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=bible] .callout-content{background-color:#2292c70f!important}.callout[data-callout=bible] .callout-content p,.callout[data-callout=bible] .callout-content li,.callout[data-callout=bible] .callout-content span{font-style:normal;color:#0c3244!important}.callout[data-callout=gospel]{border-left-color:#b03007!important}.callout[data-callout=gospel] .callout-title{color:#4e1503!important;background-color:#b0300726!important}.callout[data-callout=gospel] .callout-title-inner p{color:#4e1503!important}.callout[data-callout=gospel] .callout-icon{background-color:#0000!important}.callout[data-callout=gospel] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(176,48,7)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 2a2 2 0 0 0-2 2v5H4a2 2 0 0 0-2 2v2c0 1.1.9 2 2 2h5v5c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-5h5a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-5V4a2 2 0 0 0-2-2h-2z'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=gospel] .callout-content{background-color:#b030070f!important}.callout[data-callout=gospel] .callout-content p,.callout[data-callout=gospel] .callout-content li,.callout[data-callout=gospel] .callout-content span{font-style:normal;color:#1d0801!important}.callout[data-callout=ideaexegetica]{border-left-color:#2f2f2f!important}.callout[data-callout=ideaexegetica] .callout-title{color:#000!important;background-color:#2f2f2f26!important}.callout[data-callout=ideaexegetica] .callout-title-inner p{color:#000!important}.callout[data-callout=ideaexegetica] .callout-icon{background-color:#0000!important}.callout[data-callout=ideaexegetica] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(47,47,47)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4'/%3E%3Cpath d='M19 17V5a2 2 0 0 0-2-2H4'/%3E%3Cpath d='M15 8h-5'/%3E%3Cpath d='M15 12h-5'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=ideaexegetica] .callout-content{background-color:#2f2f2f0f!important}.callout[data-callout=ideaexegetica] .callout-content p,.callout[data-callout=ideaexegetica] .callout-content li,.callout[data-callout=ideaexegetica] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=proposición]{border-left-color:#c1681b!important}.callout[data-callout=proposición] .callout-title{color:#68380e!important;background-color:#c1681b26!important}.callout[data-callout=proposición] .callout-title-inner p{color:#68380e!important}.callout[data-callout=proposición] .callout-icon{background-color:#0000!important}.callout[data-callout=proposición] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(193,104,27)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=proposición] .callout-content{background-color:#c1681b0f!important}.callout[data-callout=proposición] .callout-content p,.callout[data-callout=proposición] .callout-content li,.callout[data-callout=proposición] .callout-content span{font-style:normal;color:#3b2008!important}.callout[data-callout=principio]{border-left-color:#7e7e7e!important}.callout[data-callout=principio] .callout-title{color:#4b4b4b!important;background-color:#7e7e7e26!important}.callout[data-callout=principio] .callout-title-inner p{color:#4b4b4b!important}.callout[data-callout=principio] .callout-icon{background-color:#0000!important}.callout[data-callout=principio] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(126,126,126)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='6'/%3E%3Cpath d='M15.477 12.89 17 22l-5-3-5 3 1.523-9.11'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=principio] .callout-content{background-color:#7e7e7e0f!important}.callout[data-callout=principio] .callout-content p,.callout[data-callout=principio] .callout-content li,.callout[data-callout=principio] .callout-content span{font-style:normal;color:#323232!important}.callout[data-callout=argumento]{border-left-color:#165d75!important}.callout[data-callout=argumento] .callout-title{color:#06191f!important;background-color:#165d7526!important}.callout[data-callout=argumento] .callout-title-inner p{color:#06191f!important}.callout[data-callout=argumento] .callout-icon{background-color:#0000!important}.callout[data-callout=argumento] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(22,93,117)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z'/%3E%3Cpath d='M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=argumento] .callout-content{background-color:#165d750f!important}.callout[data-callout=argumento] .callout-content p,.callout[data-callout=argumento] .callout-content li,.callout[data-callout=argumento] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=punto]{border-left-color:#acb3ba!important}.callout[data-callout=punto] .callout-title{color:#74808c!important;background-color:#acb3ba26!important}.callout[data-callout=punto] .callout-title-inner p{color:#74808c!important}.callout[data-callout=punto] .callout-icon{background-color:#0000!important}.callout[data-callout=punto] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(172,179,186)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 14a8 8 0 0 1-8 8'/%3E%3Cpath d='M18 11v-1a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0'/%3E%3Cpath d='M14 10V9a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1'/%3E%3Cpath d='M10 9.5V4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v10'/%3E%3Cpath d='M6 14a2 2 0 0 0-2 2c0 1.5.5 3 2 4'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=punto] .callout-content{background-color:#acb3ba0f!important}.callout[data-callout=punto] .callout-content p,.callout[data-callout=punto] .callout-content li,.callout[data-callout=punto] .callout-content span{font-style:normal;color:#5d6770!important}.callout[data-callout=transicion]{border-left-color:#121224!important}.callout[data-callout=transicion] .callout-title{color:#000!important;background-color:#12122426!important}.callout[data-callout=transicion] .callout-title-inner p{color:#000!important}.callout[data-callout=transicion] .callout-icon{background-color:#0000!important}.callout[data-callout=transicion] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(18,18,36)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=transicion] .callout-content{background-color:#1212240f!important}.callout[data-callout=transicion] .callout-content p,.callout[data-callout=transicion] .callout-content li,.callout[data-callout=transicion] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=ilustracion]{border-left-color:#638a9d!important}.callout[data-callout=ilustracion] .callout-title{color:#3b535f!important;background-color:#638a9d26!important}.callout[data-callout=ilustracion] .callout-title-inner p{color:#3b535f!important}.callout[data-callout=ilustracion] .callout-icon{background-color:#0000!important}.callout[data-callout=ilustracion] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(99,138,157)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4a2 2 0 1 1 4 0l-4 9h6'/%3E%3Cpath d='M17 13H7'/%3E%3Cpath d='M7 13 5.5 20'/%3E%3Cpath d='M11 20h5'/%3E%3Cpath d='M5.5 20H3'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=ilustracion] .callout-content{background-color:#638a9d0f!important}.callout[data-callout=ilustracion] .callout-content p,.callout[data-callout=ilustracion] .callout-content li,.callout[data-callout=ilustracion] .callout-content span{font-style:normal;color:#28383f!important}.callout[data-callout=aplicacion]{border-left-color:#096e70!important}.callout[data-callout=aplicacion] .callout-title{color:#011112!important;background-color:#096e7026!important}.callout[data-callout=aplicacion] .callout-title-inner p{color:#011112!important}.callout[data-callout=aplicacion] .callout-icon{background-color:#0000!important}.callout[data-callout=aplicacion] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(9,110,112)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=aplicacion] .callout-content{background-color:#096e700f!important}.callout[data-callout=aplicacion] .callout-content p,.callout[data-callout=aplicacion] .callout-content li,.callout[data-callout=aplicacion] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=teach]{border-left-color:#464650!important}.callout[data-callout=teach] .callout-title{color:#16161a!important;background-color:#46465026!important}.callout[data-callout=teach] .callout-title-inner p{color:#16161a!important}.callout[data-callout=teach] .callout-icon{background-color:#0000!important}.callout[data-callout=teach] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(70,70,80)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='11' x='8' y='2' rx='4'/%3E%3Cpath d='M19 10v2a7 7 0 0 1-14 0v-2'/%3E%3Cline x1='12' x2='12' y1='19' y2='22'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=teach] .callout-content{background-color:#4646500f!important}.callout[data-callout=teach] .callout-content p,.callout[data-callout=teach] .callout-content li,.callout[data-callout=teach] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=estructura]{border-left-color:#8caac8!important}.callout[data-callout=estructura] .callout-title{color:#4d77a1!important;background-color:#8caac826!important}.callout[data-callout=estructura] .callout-title-inner p{color:#4d77a1!important}.callout[data-callout=estructura] .callout-icon{background-color:#0000!important}.callout[data-callout=estructura] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(140,170,200)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='7' height='7' x='3' y='3' rx='1'/%3E%3Crect width='7' height='7' x='3' y='14' rx='1'/%3E%3Cpath d='M14 4h7'/%3E%3Cpath d='M14 9h7'/%3E%3Cpath d='M14 15h7'/%3E%3Cpath d='M14 20h7'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=estructura] .callout-content{background-color:#8caac80f!important}.callout[data-callout=estructura] .callout-content p,.callout[data-callout=estructura] .callout-content li,.callout[data-callout=estructura] .callout-content span{font-style:normal;color:#3d5e7f!important}.callout[data-callout=vocabulario]{border-left-color:#1e4b7d!important}.callout[data-callout=vocabulario] .callout-title{color:#0a1a2b!important;background-color:#1e4b7d26!important}.callout[data-callout=vocabulario] .callout-title-inner p{color:#0a1a2b!important}.callout[data-callout=vocabulario] .callout-icon{background-color:#0000!important}.callout[data-callout=vocabulario] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(30,75,125)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 17 2 2 4-4'/%3E%3Cpath d='m3 7 2 2 4-4'/%3E%3Cpath d='M13 6h8'/%3E%3Cpath d='M13 12h8'/%3E%3Cpath d='M13 18h8'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=vocabulario] .callout-content{background-color:#1e4b7d0f!important}.callout[data-callout=vocabulario] .callout-content p,.callout[data-callout=vocabulario] .callout-content li,.callout[data-callout=vocabulario] .callout-content span{font-style:normal;color:#000102!important}.callout[data-callout=memorizar]{border-left-color:#7e7e7e!important}.callout[data-callout=memorizar] .callout-title{color:#4b4b4b!important;background-color:#7e7e7e26!important}.callout[data-callout=memorizar] .callout-title-inner p{color:#4b4b4b!important}.callout[data-callout=memorizar] .callout-icon{background-color:#0000!important}.callout[data-callout=memorizar] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(126,126,126)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z'/%3E%3Cpath d='M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7'/%3E%3Cpath d='M7 3v4a1 1 0 0 0 1 1h7'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=memorizar] .callout-content{background-color:#7e7e7e0f!important}.callout[data-callout=memorizar] .callout-content p,.callout[data-callout=memorizar] .callout-content li,.callout[data-callout=memorizar] .callout-content span{font-style:normal;color:#323232!important}.callout[data-callout=énfasis]{border-left-color:#c88c32!important}.callout[data-callout=énfasis] .callout-title{color:#76531e!important;background-color:#c88c3226!important}.callout[data-callout=énfasis] .callout-title-inner p{color:#76531e!important}.callout[data-callout=énfasis] .callout-icon{background-color:#0000!important}.callout[data-callout=énfasis] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(200,140,50)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 11-6 6v3h9l3-3'/%3E%3Cpath d='m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=énfasis] .callout-content{background-color:#c88c320f!important}.callout[data-callout=énfasis] .callout-content p,.callout[data-callout=énfasis] .callout-content li,.callout[data-callout=énfasis] .callout-content span{font-style:normal;color:#4e3613!important}.callout[data-callout=ecc]{border-left-color:#485868!important}.callout[data-callout=ecc] .callout-title{color:#1e252c!important;background-color:#48586826!important}.callout[data-callout=ecc] .callout-title-inner p{color:#1e252c!important}.callout[data-callout=ecc] .callout-icon{background-color:#0000!important}.callout[data-callout=ecc] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(72,88,104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='2' y1='2' x2='22' y2='22'/%3E%3Cpath d='M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35'/%3E%3Cpath d='M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.86-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=ecc] .callout-content{background-color:#4858680f!important}.callout[data-callout=ecc] .callout-content p,.callout[data-callout=ecc] .callout-content li,.callout[data-callout=ecc] .callout-content span{font-style:normal;color:#090c0e!important}.callout[data-callout=oración]{border-left-color:#7e558b!important}.callout[data-callout=oración] .callout-title{color:#452e4c!important;background-color:#7e558b26!important}.callout[data-callout=oración] .callout-title-inner p{color:#452e4c!important}.callout[data-callout=oración] .callout-icon{background-color:#0000!important}.callout[data-callout=oración] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(126,85,139)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 7-7 7 7'/%3E%3Cpath d='M12 19V5'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=oración] .callout-content{background-color:#7e558b0f!important}.callout[data-callout=oración] .callout-content p,.callout[data-callout=oración] .callout-content li,.callout[data-callout=oración] .callout-content span{font-style:normal;color:#281b2c!important}.callout[data-callout=adoracion]{border-left-color:#ce9803!important}.callout[data-callout=adoracion] .callout-title{color:#694e02!important;background-color:#ce980326!important}.callout[data-callout=adoracion] .callout-title-inner p{color:#694e02!important}.callout[data-callout=adoracion] .callout-icon{background-color:#0000!important}.callout[data-callout=adoracion] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(206,152,3)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 7-7 7 7'/%3E%3Cpath d='M12 19V5'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=adoracion] .callout-content{background-color:#ce98030f!important}.callout[data-callout=adoracion] .callout-content p,.callout[data-callout=adoracion] .callout-content li,.callout[data-callout=adoracion] .callout-content span{font-style:normal;color:#372901!important}.callout[data-callout=oracion-respuesta]{border-left-color:#b87d00!important}.callout[data-callout=oracion-respuesta] .callout-title{color:#523800!important;background-color:#b87d0026!important}.callout[data-callout=oracion-respuesta] .callout-title-inner p{color:#523800!important}.callout[data-callout=oracion-respuesta] .callout-icon{background-color:#0000!important}.callout[data-callout=oracion-respuesta] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(184,125,0)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 7-7 7 7'/%3E%3Cpath d='M12 19V5'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=oracion-respuesta] .callout-content{background-color:#b87d000f!important}.callout[data-callout=oracion-respuesta] .callout-content p,.callout[data-callout=oracion-respuesta] .callout-content li,.callout[data-callout=oracion-respuesta] .callout-content span{font-style:normal;color:#1f1500!important}.callout[data-callout=oracion-iglesia]{border-left-color:#008d3b!important}.callout[data-callout=oracion-iglesia] .callout-title{color:#002710!important;background-color:#008d3b26!important}.callout[data-callout=oracion-iglesia] .callout-title-inner p{color:#002710!important}.callout[data-callout=oracion-iglesia] .callout-icon{background-color:#0000!important}.callout[data-callout=oracion-iglesia] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(0,141,59)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z'/%3E%3Cpath d='M7 16v6'/%3E%3Cpath d='M13 19v3'/%3E%3Cpath d='M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=oracion-iglesia] .callout-content{background-color:#008d3b0f!important}.callout[data-callout=oracion-iglesia] .callout-content p,.callout[data-callout=oracion-iglesia] .callout-content li,.callout[data-callout=oracion-iglesia] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=pray]{border-left-color:#183153!important}.callout[data-callout=pray] .callout-title{color:#010204!important;background-color:#18315326!important}.callout[data-callout=pray] .callout-title-inner p{color:#010204!important}.callout[data-callout=pray] .callout-icon{background-color:#0000!important}.callout[data-callout=pray] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(24,49,83)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=pray] .callout-content{background-color:#1831530f!important}.callout[data-callout=pray] .callout-content p,.callout[data-callout=pray] .callout-content li,.callout[data-callout=pray] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=conviccion]{border-left-color:#b22222!important}.callout[data-callout=conviccion] .callout-title{color:#5c1212!important;background-color:#b2222226!important}.callout[data-callout=conviccion] .callout-title-inner p{color:#5c1212!important}.callout[data-callout=conviccion] .callout-icon{background-color:#0000!important}.callout[data-callout=conviccion] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(178,34,34)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=conviccion] .callout-content{background-color:#b222220f!important}.callout[data-callout=conviccion] .callout-content p,.callout[data-callout=conviccion] .callout-content li,.callout[data-callout=conviccion] .callout-content span{font-style:normal;color:#320909!important}.callout[data-callout=reflexiona]{border-left-color:#add8e6!important}.callout[data-callout=reflexiona] .callout-title{color:#5fb3ce!important;background-color:#add8e626!important}.callout[data-callout=reflexiona] .callout-title-inner p{color:#5fb3ce!important}.callout[data-callout=reflexiona] .callout-icon{background-color:#0000!important}.callout[data-callout=reflexiona] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(173,216,230)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z'/%3E%3Cpath d='M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z'/%3E%3Cpath d='M12 2v2'/%3E%3Cpath d='M12 22v-2'/%3E%3Cpath d='m17 20.66-1-1.73'/%3E%3Cpath d='M11 10.27 7 3.34'/%3E%3Cpath d='m20.66 17-1.73-1'/%3E%3Cpath d='m3.34 7 1.73 1'/%3E%3Cpath d='M22 12h-2'/%3E%3Cpath d='M2 12h2'/%3E%3Cpath d='m20.66 7-1.73 1'/%3E%3Cpath d='m3.34 17 1.73-1'/%3E%3Cpath d='m17 3.34-1 1.73'/%3E%3Cpath d='m11 13.73-4 6.93'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=reflexiona] .callout-content{background-color:#add8e60f!important}.callout[data-callout=reflexiona] .callout-content p,.callout[data-callout=reflexiona] .callout-content li,.callout[data-callout=reflexiona] .callout-content span{font-style:normal;color:#3a9fc0!important}.callout[data-callout=idea]{border-left-color:#ce9803!important}.callout[data-callout=idea] .callout-title{color:#694e02!important;background-color:#ce980326!important}.callout[data-callout=idea] .callout-title-inner p{color:#694e02!important}.callout[data-callout=idea] .callout-icon{background-color:#0000!important}.callout[data-callout=idea] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(206,152,3)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=idea] .callout-content{background-color:#ce98030f!important}.callout[data-callout=idea] .callout-content p,.callout[data-callout=idea] .callout-content li,.callout[data-callout=idea] .callout-content span{font-style:normal;color:#372901!important}.callout[data-callout=recordar]{border-left-color:#ce9803!important}.callout[data-callout=recordar] .callout-title{color:#694e02!important;background-color:#ce980326!important}.callout[data-callout=recordar] .callout-title-inner p{color:#694e02!important}.callout[data-callout=recordar] .callout-icon{background-color:#0000!important}.callout[data-callout=recordar] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(206,152,3)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=recordar] .callout-content{background-color:#ce98030f!important}.callout[data-callout=recordar] .callout-content p,.callout[data-callout=recordar] .callout-content li,.callout[data-callout=recordar] .callout-content span{font-style:normal;color:#372901!important}.callout[data-callout=pregunta]{border-left-color:#444!important}.callout[data-callout=pregunta] .callout-title{color:#111!important;background-color:#44444426!important}.callout[data-callout=pregunta] .callout-title-inner p{color:#111!important}.callout[data-callout=pregunta] .callout-icon{background-color:#0000!important}.callout[data-callout=pregunta] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(68,68,68)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z'/%3E%3Cpath d='m15 5 4 4'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=pregunta] .callout-content{background-color:#4444440f!important}.callout[data-callout=pregunta] .callout-content p,.callout[data-callout=pregunta] .callout-content li,.callout[data-callout=pregunta] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=asking]{border-left-color:#444!important}.callout[data-callout=asking] .callout-title{color:#111!important;background-color:#44444426!important}.callout[data-callout=asking] .callout-title-inner p{color:#111!important}.callout[data-callout=asking] .callout-icon{background-color:#0000!important}.callout[data-callout=asking] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(68,68,68)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z'/%3E%3Cpath d='m15 5 4 4'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=asking] .callout-content{background-color:#4444440f!important}.callout[data-callout=asking] .callout-content p,.callout[data-callout=asking] .callout-content li,.callout[data-callout=asking] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=respuesta]{border-left-color:#646464!important}.callout[data-callout=respuesta] .callout-title{color:#313131!important;background-color:#64646426!important}.callout[data-callout=respuesta] .callout-title-inner p{color:#313131!important}.callout[data-callout=respuesta] .callout-icon{background-color:#0000!important}.callout[data-callout=respuesta] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(100,100,100)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 2H9C7.9 2 7 2.9 7 4v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-5'/%3E%3Cpath d='m18.5 2.5 2 2L14 11l-3 1 1-3 6.5-6.5z'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=respuesta] .callout-content{background-color:#6464640f!important}.callout[data-callout=respuesta] .callout-content p,.callout[data-callout=respuesta] .callout-content li,.callout[data-callout=respuesta] .callout-content span{font-style:normal;color:#181818!important}.callout[data-callout=ejercicio]{border-left-color:#326e46!important}.callout[data-callout=ejercicio] .callout-title{color:#122819!important;background-color:#326e4626!important}.callout[data-callout=ejercicio] .callout-title-inner p{color:#122819!important}.callout[data-callout=ejercicio] .callout-icon{background-color:#0000!important}.callout[data-callout=ejercicio] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(50,110,70)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4'/%3E%3Cpath d='M2 6h4'/%3E%3Cpath d='M2 10h4'/%3E%3Cpath d='M2 14h4'/%3E%3Cpath d='M2 18h4'/%3E%3Cpath d='m21.3 5.7-3-3a1 1 0 0 0-1.4 0L10 10.6V14h3.4l7.9-7.9a1 1 0 0 0 0-1.4Z'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=ejercicio] .callout-content{background-color:#326e460f!important}.callout[data-callout=ejercicio] .callout-content p,.callout[data-callout=ejercicio] .callout-content li,.callout[data-callout=ejercicio] .callout-content span{font-style:normal;color:#020503!important}.callout[data-callout=dialogar]{border-left-color:#540375!important}.callout[data-callout=dialogar] .callout-title{color:#0d0012!important;background-color:#54037526!important}.callout[data-callout=dialogar] .callout-title-inner p{color:#0d0012!important}.callout[data-callout=dialogar] .callout-icon{background-color:#0000!important}.callout[data-callout=dialogar] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(84,3,117)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.9 20A9 9 0 1 0 4 16.1L2 22Z'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=dialogar] .callout-content{background-color:#5403750f!important}.callout[data-callout=dialogar] .callout-content p,.callout[data-callout=dialogar] .callout-content li,.callout[data-callout=dialogar] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=ia]{border-left-color:#da6d47!important}.callout[data-callout=ia] .callout-title{color:#9c3f1f!important;background-color:#da6d4726!important}.callout[data-callout=ia] .callout-title-inner p{color:#9c3f1f!important}.callout[data-callout=ia] .callout-icon{background-color:#0000!important}.callout[data-callout=ia] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(218,109,71)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3Cpath d='M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z'/%3E%3Cpath d='M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=ia] .callout-content{background-color:#da6d470f!important}.callout[data-callout=ia] .callout-content p,.callout[data-callout=ia] .callout-content li,.callout[data-callout=ia] .callout-content span{font-style:normal;color:#712e17!important}.callout[data-callout=talk]{border-left-color:#7ab1be!important}.callout[data-callout=talk] .callout-title{color:#457f8d!important;background-color:#7ab1be26!important}.callout[data-callout=talk] .callout-title-inner p{color:#457f8d!important}.callout[data-callout=talk] .callout-icon{background-color:#0000!important}.callout[data-callout=talk] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(122,177,190)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9a2 2 0 0 1-2 2H6l-4 4V4c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v5Z'/%3E%3Cpath d='M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=talk] .callout-content{background-color:#7ab1be0f!important}.callout[data-callout=talk] .callout-content p,.callout[data-callout=talk] .callout-content li,.callout[data-callout=talk] .callout-content span{font-style:normal;color:#34606b!important}.callout[data-callout=resaltado]{border-left-color:#f4a43e!important}.callout[data-callout=resaltado] .callout-title{color:#c1710b!important;background-color:#f4a43e26!important}.callout[data-callout=resaltado] .callout-title-inner p{color:#c1710b!important}.callout[data-callout=resaltado] .callout-icon{background-color:#0000!important}.callout[data-callout=resaltado] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(244,164,62)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=resaltado] .callout-content{background-color:#f4a43e0f!important}.callout[data-callout=resaltado] .callout-content p,.callout[data-callout=resaltado] .callout-content li,.callout[data-callout=resaltado] .callout-content span{font-style:normal;color:#915508!important}.callout[data-callout=resumen]{border-left-color:#b48cb4!important}.callout[data-callout=resumen] .callout-title{color:#845684!important;background-color:#b48cb426!important}.callout[data-callout=resumen] .callout-title-inner p{color:#845684!important}.callout[data-callout=resumen] .callout-icon{background-color:#0000!important}.callout[data-callout=resumen] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(180,140,180)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4'/%3E%3Cpath d='M2 6h4'/%3E%3Cpath d='M2 10h4'/%3E%3Cpath d='M2 14h4'/%3E%3Cpath d='M2 18h4'/%3E%3Cpath d='m21.3 5.7-3-3a1 1 0 0 0-1.4 0L10 10.6V14h3.4l7.9-7.9a1 1 0 0 0 0-1.4Z'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=resumen] .callout-content{background-color:#b48cb40f!important}.callout[data-callout=resumen] .callout-content p,.callout[data-callout=resumen] .callout-content li,.callout[data-callout=resumen] .callout-content span{font-style:normal;color:#654265!important}.callout[data-callout=nota]{border-left-color:#4c3c9b!important}.callout[data-callout=nota] .callout-title{color:#282051!important;background-color:#4c3c9b26!important}.callout[data-callout=nota] .callout-title-inner p{color:#282051!important}.callout[data-callout=nota] .callout-icon{background-color:#0000!important}.callout[data-callout=nota] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(76,60,155)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=nota] .callout-content{background-color:#4c3c9b0f!important}.callout[data-callout=nota] .callout-content p,.callout[data-callout=nota] .callout-content li,.callout[data-callout=nota] .callout-content span{font-style:normal;color:#16112d!important}.callout[data-callout=notas]{border-left-color:#57432d!important}.callout[data-callout=notas] .callout-title{color:#140f0a!important;background-color:#57432d26!important}.callout[data-callout=notas] .callout-title-inner p{color:#140f0a!important}.callout[data-callout=notas] .callout-icon{background-color:#0000!important}.callout[data-callout=notas] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(87,67,45)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z'/%3E%3Cline x1='12' x2='12' y1='7' y2='13'/%3E%3Cline x1='15' x2='9' y1='10' y2='10'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=notas] .callout-content{background-color:#57432d0f!important}.callout[data-callout=notas] .callout-content p,.callout[data-callout=notas] .callout-content li,.callout[data-callout=notas] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=books]{border-left-color:#57432d!important}.callout[data-callout=books] .callout-title{color:#140f0a!important;background-color:#57432d26!important}.callout[data-callout=books] .callout-title-inner p{color:#140f0a!important}.callout[data-callout=books] .callout-icon{background-color:#0000!important}.callout[data-callout=books] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(87,67,45)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Z'/%3E%3Cpath d='m16 12 2 2 4-4'/%3E%3Cpath d='M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=books] .callout-content{background-color:#57432d0f!important}.callout[data-callout=books] .callout-content p,.callout[data-callout=books] .callout-content li,.callout[data-callout=books] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=links]{border-left-color:#5a466e!important}.callout[data-callout=links] .callout-title{color:#271e30!important;background-color:#5a466e26!important}.callout[data-callout=links] .callout-title-inner p{color:#271e30!important}.callout[data-callout=links] .callout-icon{background-color:#0000!important}.callout[data-callout=links] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(90,70,110)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 17H7A5 5 0 0 1 7 7h2'/%3E%3Cpath d='M15 7h2a5 5 0 1 1 0 10h-2'/%3E%3Cline x1='8' x2='16' y1='12' y2='12'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=links] .callout-content{background-color:#5a466e0f!important}.callout[data-callout=links] .callout-content p,.callout[data-callout=links] .callout-content li,.callout[data-callout=links] .callout-content span{font-style:normal;color:#0e0b11!important}.callout[data-callout=tags]{border-left-color:#17b!important}.callout[data-callout=tags] .callout-title{color:#093c5e!important;background-color:#1177bb26!important}.callout[data-callout=tags] .callout-title-inner p{color:#093c5e!important}.callout[data-callout=tags] .callout-icon{background-color:#0000!important}.callout[data-callout=tags] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(17,119,187)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' x2='20' y1='9' y2='9'/%3E%3Cline x1='4' x2='20' y1='15' y2='15'/%3E%3Cline x1='10' x2='8' y1='3' y2='21'/%3E%3Cline x1='16' x2='14' y1='3' y2='21'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=tags] .callout-content{background-color:#1177bb0f!important}.callout[data-callout=tags] .callout-content p,.callout[data-callout=tags] .callout-content li,.callout[data-callout=tags] .callout-content span{font-style:normal;color:#041e2f!important}.callout[data-callout=ministerial]{border-left-color:#318b57!important}.callout[data-callout=ministerial] .callout-title{color:#164028!important;background-color:#318b5726!important}.callout[data-callout=ministerial] .callout-title-inner p{color:#164028!important}.callout[data-callout=ministerial] .callout-icon{background-color:#0000!important}.callout[data-callout=ministerial] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(49,139,87)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 7 4 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9l4-2'/%3E%3Cpath d='M14 22v-4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v4'/%3E%3Cpath d='M18 22V5l-6-3-6 3v17'/%3E%3Cpath d='M12 7v5'/%3E%3Cpath d='M10 9h4'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=ministerial] .callout-content{background-color:#318b570f!important}.callout[data-callout=ministerial] .callout-content p,.callout[data-callout=ministerial] .callout-content li,.callout[data-callout=ministerial] .callout-content span{font-style:normal;color:#091a10!important}.callout[data-callout=objetivo]{border-left-color:#2261ab!important}.callout[data-callout=objetivo] .callout-title{color:#113156!important;background-color:#2261ab26!important}.callout[data-callout=objetivo] .callout-title-inner p{color:#113156!important}.callout[data-callout=objetivo] .callout-icon{background-color:#0000!important}.callout[data-callout=objetivo] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(34,97,171)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolygon points='16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=objetivo] .callout-content{background-color:#2261ab0f!important}.callout[data-callout=objetivo] .callout-content p,.callout[data-callout=objetivo] .callout-content li,.callout[data-callout=objetivo] .callout-content span{font-style:normal;color:#09192b!important}.callout[data-callout=vision]{border-left-color:#6e64be!important}.callout[data-callout=vision] .callout-title{color:#403884!important;background-color:#6e64be26!important}.callout[data-callout=vision] .callout-title-inner p{color:#403884!important}.callout[data-callout=vision] .callout-icon{background-color:#0000!important}.callout[data-callout=vision] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(110,100,190)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='22' x2='18' y1='12' y2='12'/%3E%3Cline x1='6' x2='2' y1='12' y2='12'/%3E%3Cline x1='12' x2='12' y1='6' y2='2'/%3E%3Cline x1='12' x2='12' y1='22' y2='18'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=vision] .callout-content{background-color:#6e64be0f!important}.callout[data-callout=vision] .callout-content p,.callout[data-callout=vision] .callout-content li,.callout[data-callout=vision] .callout-content span{font-style:normal;color:#2f2861!important}.callout[data-callout=responsable]{border-left-color:#26768a!important}.callout[data-callout=responsable] .callout-title{color:#10323a!important;background-color:#26768a26!important}.callout[data-callout=responsable] .callout-title-inner p{color:#10323a!important}.callout[data-callout=responsable] .callout-icon{background-color:#0000!important}.callout[data-callout=responsable] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(38,118,138)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpolyline points='16 11 18 13 22 9'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=responsable] .callout-content{background-color:#26768a0f!important}.callout[data-callout=responsable] .callout-content p,.callout[data-callout=responsable] .callout-content li,.callout[data-callout=responsable] .callout-content span{font-style:normal;color:#050f12!important}.callout[data-callout=compromisos]{border-left-color:#c84646!important}.callout[data-callout=compromisos] .callout-title{color:#822727!important;background-color:#c8464626!important}.callout[data-callout=compromisos] .callout-title-inner p{color:#822727!important}.callout[data-callout=compromisos] .callout-icon{background-color:#0000!important}.callout[data-callout=compromisos] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(200,70,70)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3Cpath d='M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66'/%3E%3Cpath d='m18 15-2-2'/%3E%3Cpath d='m15 18-2-2'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=compromisos] .callout-content{background-color:#c846460f!important}.callout[data-callout=compromisos] .callout-content p,.callout[data-callout=compromisos] .callout-content li,.callout[data-callout=compromisos] .callout-content span{font-style:normal;color:#5a1b1b!important}.callout[data-callout=tasks]{border-left-color:#c18e00!important}.callout[data-callout=tasks] .callout-title{color:#5b4300!important;background-color:#c18e0026!important}.callout[data-callout=tasks] .callout-title-inner p{color:#5b4300!important}.callout[data-callout=tasks] .callout-icon{background-color:#0000!important}.callout[data-callout=tasks] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(193,142,0)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=tasks] .callout-content{background-color:#c18e000f!important}.callout[data-callout=tasks] .callout-content p,.callout[data-callout=tasks] .callout-content li,.callout[data-callout=tasks] .callout-content span{font-style:normal;color:#281d00!important}.callout[data-callout=tarea]{border-left-color:indigo!important}.callout[data-callout=tarea] .callout-title{color:#10001c!important;background-color:#4b008226!important}.callout[data-callout=tarea] .callout-title-inner p{color:#10001c!important}.callout[data-callout=tarea] .callout-icon{background-color:#0000!important}.callout[data-callout=tarea] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(75,0,130)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z'/%3E%3Cpath d='m15 5 3 3'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=tarea] .callout-content{background-color:#4b00820f!important}.callout[data-callout=tarea] .callout-content p,.callout[data-callout=tarea] .callout-content li,.callout[data-callout=tarea] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=hoy]{border-left-color:#527eb2!important}.callout[data-callout=hoy] .callout-title{color:#314c6d!important;background-color:#527eb226!important}.callout[data-callout=hoy] .callout-title-inner p{color:#314c6d!important}.callout[data-callout=hoy] .callout-icon{background-color:#0000!important}.callout[data-callout=hoy] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(82,126,178)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M12 11h4'/%3E%3Cpath d='M12 16h4'/%3E%3Cpath d='M8 11h.01'/%3E%3Cpath d='M8 16h.01'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=hoy] .callout-content{background-color:#527eb20f!important}.callout[data-callout=hoy] .callout-content p,.callout[data-callout=hoy] .callout-content li,.callout[data-callout=hoy] .callout-content span{font-style:normal;color:#21344a!important}.callout[data-callout=visitas]{border-left-color:#222b59!important}.callout[data-callout=visitas] .callout-title{color:#06070f!important;background-color:#222b5926!important}.callout[data-callout=visitas] .callout-title-inner p{color:#06070f!important}.callout[data-callout=visitas] .callout-icon{background-color:#0000!important}.callout[data-callout=visitas] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(34,43,89)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=visitas] .callout-content{background-color:#222b590f!important}.callout[data-callout=visitas] .callout-content p,.callout[data-callout=visitas] .callout-content li,.callout[data-callout=visitas] .callout-content span{font-style:normal;color:#000!important}.callout[data-callout=cumples]{border-left-color:#527eb2!important}.callout[data-callout=cumples] .callout-title{color:#314c6d!important;background-color:#527eb226!important}.callout[data-callout=cumples] .callout-title-inner p{color:#314c6d!important}.callout[data-callout=cumples] .callout-icon{background-color:#0000!important}.callout[data-callout=cumples] .callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(82,126,178)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='4' rx='1'/%3E%3Cpath d='M12 8v13'/%3E%3Cpath d='M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7'/%3E%3Cpath d='M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5'/%3E%3C/svg%3E");width:16px;height:16px;display:block}.callout[data-callout=cumples] .callout-content{background-color:#527eb20f!important}.callout[data-callout=cumples] .callout-content p,.callout[data-callout=cumples] .callout-content li,.callout[data-callout=cumples] .callout-content span{font-style:normal;color:#21344a!important}.callout.is-collapsible .callout-title{cursor:pointer;-webkit-user-select:none;user-select:none}.callout.is-collapsible .fold-callout-icon{align-items:center;margin-left:auto;transition:transform .2s;display:flex}.callout.is-collapsible .fold-callout-icon:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");display:block}.callout.is-collapsible .callout-content{grid-template-rows:1fr;transition:grid-template-rows .3s;display:grid}.callout.is-collapsible .callout-content>*{min-height:0;overflow:hidden}.callout.is-collapsible .callout-content{grid-template-rows:1fr;transition:grid-template-rows .3s;display:grid;overflow:hidden!important}.callout.is-collapsible .callout-content>*{min-height:0}.callout.is-collapsible[data-callout-fold=\-] .callout-content{grid-template-rows:0fr!important}.callout.is-collapsible[data-callout-fold=\-] .fold-callout-icon{transform:rotate(-90deg)}.callout[data-callout=caption]{--callout-color:160, 160, 160;box-shadow:none;background:0 0;border-left:none;margin:0 75px;padding:2px 0}.callout[data-callout=caption] .callout-title{background:0 0;justify-content:center;padding:0}.callout[data-callout=caption] .callout-icon{display:none}.callout[data-callout=caption] .callout-title-inner{color:#555;text-align:center;font-size:.8em;font-weight:800}.callout[data-callout=caption] .callout-content{color:#555;text-align:center;margin-top:-15px;padding:0;font-size:.8em;font-weight:400}:root{--light:#fff;--lightgray:#e3edf2;--gray:#98acba;--darkgray:#2e3d49;--dark:#141f25;--secondary:#1a7aad;--tertiary:#34915e;--highlight:#2292c71a;--textHighlight:#fff23688;--titleFont:"Inter", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--headerFont:"Inter", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--bodyFont:"Noto Serif", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--codeFont:"IBM Plex Mono", ui-monospace, SFMono-Regular, SF Mono, Menlo, monospace}:root[saved-theme=dark]{--light:#0e161b;--lightgray:#141f25;--gray:#355464;--darkgray:#bdd1db;--dark:#dee8ed;--secondary:#4ab3e0;--tertiary:#39f098;--highlight:#2292c726;--textHighlight:#b3aa0288}