:root{--code-type: #8250df;--code-type-builtin: #0550ae;--code-type-enum: #068000;--code-type-trait: #ad378a;--code-type-struct: #005cc5;--code-keyword: #cf222e;--code-keyword-background: #f5ddde;--code-punctuation: #8b8b8b;--code-operator: #cf222e;--code-operator-background: #f5ddde;--code-constant: #0550ae;--code-constant-builtin: #0550ae;--code-number: #0550ae;--code-boolean: #0550ae;--code-function: #8250df;--code-function-background: #ece6f9;--code-constructor: #3e1f79;--code-constructor-background: #d8d2e4;--code-property: #0a3069;--code-string: #0a3069;--code-string-special: #0a3069;--code-variable: #0550ae;--code-variable-background: #e5f0ff;--code-variable-parameter: #953800;--code-variable-builtin: #cf222e;--code-comment: #46494b;--code-comment-background: #f4f6f8;--code-label: #cf222e;--code-special: #0a3069;--code-module: #ad7c37;--code-handle: #953800;--code-attribute: #d66e24;--code-attribute-background: #f8ece4}:root,:host{--color:#000;--background:#fff;--border:#bfbfbf;--caret-color:#000;--font-sans:system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--font-mono:ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;--primary:#236dd6;--primary-light:#e8effa;--secondary:#595c5f;--secondary-light:#e9ecef;--success:#198754;--success-light:#d5e6dd;--danger:#dc3545;--danger-light:#f3d9da;--info:#0dcaf0;--info-light:#cff4fc;--warn:#ffc107;--warn-light:#fff3cd;--subtle:#e9ecef;--subtle-light:#f8f9fa}*,:before,:after{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{font-family:var(--font-sans);line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--font-mono);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}fieldset{min-inline-size:auto}.loader:after{animation:loader-anim .8s linear infinite;display:inline-block;content:"\280b"}@keyframes loader-anim{10%{content:"\2819"}20%{content:"\2839"}30%{content:"\2838"}40%{content:"\283c"}50%{content:"\2834"}60%{content:"\2826"}70%{content:"\2827"}80%{content:"\2807"}90%{content:"\280f"}}.loader-border{position:absolute;width:100%;height:1px;overflow:hidden;z-index:1}.loader-border>.loader-border-bg{height:100%;background-color:var(--secondary);animation:loader-border-anim .7s infinite linear;transform-origin:0% 50%}@keyframes loader-border-anim{0%{transform:translate(0) scaleX(0)}40%{transform:translate(0) scaleX(.4)}to{transform:translate(100%) scaleX(.5)}}.loader-border-vert{position:absolute;height:100%;width:1px;overflow:hidden;z-index:1}.loader-border-vert>.loader-border-bg{width:100%;height:100%;background-color:var(--secondary);animation:loader-border-vert-anim .7s infinite linear;transform-origin:50% 0%}@keyframes loader-border-vert-anim{0%{transform:translateY(0) scaleY(0)}40%{transform:translateY(0) scaleY(.4)}to{transform:translateY(100%) scaleY(.5)}}.icon{-webkit-mask:var(--svg);mask:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;background-color:currentColor;width:1em;height:1em;display:inline-block;vertical-align:-.16em}.btn,.btn-plain{--btn-color:var(--color);--btn-background:var(--background);--btn-border:var(--color);--btn-box-shadow-inset:#bbb;display:inline-block;padding:6px 8px;font-size:1rem;color:var(--btn-color);background-color:var(--btn-background);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;line-height:1;border-width:1px;border-style:solid;border-color:var(--btn-border);outline:none;box-shadow:inset 0 -1px var(--btn-border);border-radius:.5rem}.btn-inverse{--btn-color:var(--background);--btn-background:var(--color);--btn-box-shadow-inset:#6c6c6c}.btn-primary{--btn-color:#fff;--btn-background:var(--primary);--btn-box-shadow-inset:#113669}.btn-secondary{--btn-color:#fff;--btn-background:var(--secondary);--btn-box-shadow-inset:#1b1c1d}.btn-success{--btn-color:#fff;--btn-background:var(--success);--btn-box-shadow-inset:#051a10}.btn-danger{--btn-color:#fff;--btn-background:var(--danger);--btn-box-shadow-inset:#7e1621}.btn-info{--btn-color:var(--color);--btn-background:var(--info);--btn-box-shadow-inset:#066679}.btn-warn{--btn-color:var(--color);--btn-background:var(--warn);--btn-box-shadow-inset:#856300}.btn .icon,.btn-plain .icon{pointer-events:none}.btn:hover{box-shadow:none}.btn:active{box-shadow:inset -2px -2px var(--btn-box-shadow-inset)}.btn-plain{background:none;border-color:transparent;box-shadow:none!important}.btn:focus-visible,.btn-plain:focus-visible,.btn-primary:focus-visible,.btn-danger:focus-visible{outline:2px solid var(--primary)}.btn-loading{position:relative;color:transparent}.btn-loading:after{animation:loader-anim .8s linear infinite;display:inline-block;content:"\280b";position:absolute;width:100%;left:0;color:initial;padding:0 8px}.btn-disabled{opacity:.5;pointer-events:none}.badge{--badge-color:var(--color);--badge-background:var(--background);--badge-border:var(--color);display:inline-block;padding:6px 8px;font-size:1rem;color:var(--badge-color);background-color:var(--badge-background);text-align:center;text-decoration:none;vertical-align:baseline;line-height:1;border-width:1px;border-style:solid;border-color:var(--badge-border);white-space:nowrap}.badge-primary{--badge-color:#fff;--badge-background:var(--primary)}.badge-secondary{--badge-color:#fff;--badge-background:var(--secondary)}.badge-success{--badge-color:#fff;--badge-background:var(--success)}.badge-danger{--badge-color:#fff;--badge-background:var(--danger)}.badge-info{--badge-color:var(--color);--badge-background:var(--info)}.badge-warn{--badge-color:var(--color);--badge-background:var(--warn)}.menu{display:flex;flex-direction:column;padding:.25rem;min-width:175px;border:1px solid var(--border)}.menu-item{display:block;padding:.25rem .5rem;color:var(--color);text-align:left;text-decoration:none;background-color:var(--background);border:none;cursor:pointer}.menu-item:hover{background-color:var(--subtle-light)}.menu-item-active{background-color:var(--subtle)}.form-select,.form-input,.form-textarea{display:block;width:100%;padding:0 .5rem;font-size:1rem;height:2rem;font-weight:400;color:var(--color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--background);border:1px solid var(--border);border-radius:0}.form-select{padding-right:28px;background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 3.5L8.5 12.5L14.5 3.5L2.5 3.5Z" fill="black"/></svg>');background-repeat:no-repeat;background-position:right 7px center;background-size:16px 12px}.form-input{background-clip:padding-box}.form-textarea{height:auto;padding:.5rem}.form-input[type=file]{cursor:pointer;padding:.5rem;line-height:1}.form-input::-webkit-file-upload-button,.form-input::file-selector-button{padding:.5rem;margin:-.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem;color:var(--color);background-color:var(--subtle);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0}.form-check{display:flex;padding-left:calc(.5rem + 1.5em);border:1px solid var(--border)}.form-check-input{flex:0 0 auto;width:1em;height:1em;margin-top:calc(.1em + .5rem);margin-left:-1.5em;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--background);background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid var(--border);-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.form-check-input:checked{background-color:var(--primary);border-color:var(--primary)}.form-check-input:checked[type=checkbox]{background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.625 5.5L1 8.125L6.25 13.375L15 4.625L12.375 2L6.25 8.125L3.625 5.5Z" fill="white"/></svg>')}.form-check-input[type=radio]{border-radius:50%;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check>.form-label{flex:1 0 0%;min-width:0;padding:.5rem .5rem .5rem .75rem;margin-bottom:0}.form-radio{border:1px solid var(--border);height:auto!important}.form-radio>.form-check{border-width:0;border-bottom-width:1px}.form-radio>.form-check:last-child{border-bottom-width:0}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--secondary-light);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--secondary-light);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--secondary-light)}.form-range:disabled::-moz-range-thumb{background-color:var(--secondary-light)}.form-label{display:inline-block;margin-bottom:.25rem}.form-field-compact{position:relative;border:1px solid var(--border)}.form-field-compact>.form-select,.form-field-compact>.form-input,.form-field-compact>.form-check{height:3.875rem;border:none;outline-offset:2px;outline-width:2px}.form-field-compact>.form-radio,.form-field-compact>.form-textarea{border:none;outline-offset:2px;outline-width:2px}.form-field-compact>.form-label{font-size:.875rem;color:var(--secondary);position:absolute;top:0;left:0;padding:.5rem;line-height:1;pointer-events:none;background-color:var(--background)}.form-field-compact>.form-label+*{padding-top:1.875rem}.breadcrumb{display:flex;overflow-x:auto;scrollbar-width:none}.breadcrumb::-webkit-scrollbar{display:none}.breadcrumb-item{flex:0 0 auto}.breadcrumb-item+.breadcrumb-item{padding-left:8px}.breadcrumb-item+.breadcrumb-item:before{content:"/";float:left;padding-right:8px;color:var(--secondary)}.row{display:flex}.col{flex:1 0 0%;min-width:0;min-height:0}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.o-auto{overflow:auto!important}.ox-auto{overflow-x:auto!important}.oy-auto{overflow-y:auto!important}.o-hidden{overflow:hidden!important}.ox-hidden{overflow-x:hidden!important}.oy-hidden{overflow-y:hidden!important}.o-visible{overflow:visible!important}.ox-visible{overflow-x:visible!important}.oy-visible{overflow-y:visible!important}.o-scroll{overflow:scroll!important}.ox-scroll{overflow-x:scroll!important}.oy-scroll{overflow-y:scroll!important}.p-static{position:static!important}.p-relative{position:relative!important}.p-absolute{position:absolute!important}.p-fixed{position:fixed!important}.p-sticky{position:sticky!important}.v-visible{visibility:visible!important}.v-hidden{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.f-auto{flex:1 1 auto!important}.fd-row{flex-direction:row!important}.fd-column{flex-direction:column!important}.fd-row-reverse{flex-direction:row-reverse!important}.fd-column-reverse{flex-direction:column-reverse!important}.fg-0{flex-grow:0!important}.fsh-0{flex-shrink:0!important}.fg-1{flex-grow:1!important}.fsh-1{flex-shrink:1!important}.fw-wrap{flex-wrap:wrap!important}.fw-nowrap{flex-wrap:nowrap!important}.fw-wrap-reverse{flex-wrap:wrap-reverse!important}.jc-flex-start{justify-content:flex-start!important}.jc-flex-end{justify-content:flex-end!important}.jc-center{justify-content:center!important}.jc-space-between{justify-content:space-between!important}.jc-space-around{justify-content:space-around!important}.jc-space-evenly{justify-content:space-evenly!important}.ai-flex-start{align-items:flex-start!important}.ai-flex-end{align-items:flex-end!important}.ai-center{align-items:center!important}.ai-baseline{align-items:baseline!important}.ai-stretch{align-items:stretch!important}.ac-flex-start{align-content:flex-start!important}.ac-flex-end{align-content:flex-end!important}.ac-center{align-content:center!important}.ac-space-between{align-content:space-between!important}.ac-space-around{align-content:space-around!important}.ac-stretch{align-content:stretch!important}.as-auto{align-self:auto!important}.as-flex-start{align-self:flex-start!important}.as-flex-end{align-self:flex-end!important}.as-center{align-self:center!important}.as-baseline{align-self:baseline!important}.as-stretch{align-self:stretch!important}.g-0{gap:0!important}.gx-0,.gy-0{gap:0 0!important}.g-1{gap:.125rem!important}.gx-1{gap:0 .125rem!important}.gy-1{gap:.125rem 0!important}.g-2{gap:.25rem!important}.gx-2{gap:0 .25rem!important}.gy-2{gap:.25rem 0!important}.g-3{gap:.5rem!important}.gx-3{gap:0 .5rem!important}.gy-3{gap:.5rem 0!important}.g-4{gap:.75rem!important}.gx-4{gap:0 .75rem!important}.gy-4{gap:.75rem 0!important}.g-5{gap:1rem!important}.gx-5{gap:0 1rem!important}.gy-5{gap:1rem 0!important}.g-6{gap:1.5rem!important}.gx-6{gap:0 1.5rem!important}.gy-6{gap:1.5rem 0!important}.g-7{gap:2rem!important}.gx-7{gap:0 2rem!important}.gy-7{gap:2rem 0!important}.g-8{gap:2.5rem!important}.gx-8{gap:0 2.5rem!important}.gy-8{gap:2.5rem 0!important}.w-100{width:100%!important}.w-auto{width:auto!important}.min-w-100{min-width:100%!important}.min-w-0{min-width:0!important}.max-w-100{max-width:100%!important}.max-w-0{max-width:0!important}.w-fit-content{width:fit-content!important}.w-max-content{width:max-content!important}.w-min-content{width:min-content!important}.h-100{height:100%!important}.h-auto{height:auto!important}.min-h-100{min-height:100%!important}.min-h-0{min-height:0!important}.max-h-100{max-height:100%!important}.max-h-0{max-height:0!important}.h-fit-content{height:fit-content!important}.h-max-content{height:max-content!important}.h-min-content{height:min-content!important}.max-w-sm{max-width:640px!important}.min-w-sm{min-width:640px!important}.max-w-md{max-width:768px!important}.min-w-md{min-width:768px!important}.max-w-lg{max-width:1024px!important}.min-w-lg{min-width:1024px!important}.max-w-xl{max-width:1280px!important}.min-w-xl{min-width:1280px!important}.max-w-xxl{max-width:1536px!important}.min-w-xxl{min-width:1536px!important}.m-auto{margin:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.m-0{margin:0!important}.m-1{margin:.125rem!important}.m-2{margin:.25rem!important}.m-3{margin:.5rem!important}.m-4{margin:.75rem!important}.m-5{margin:1rem!important}.m-6{margin:1.5rem!important}.m-7{margin:2rem!important}.m-8{margin:2.5rem!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.mx-1{margin-left:.125rem!important;margin-right:.125rem!important}.my-1{margin-top:.125rem!important;margin-bottom:.125rem!important}.mx-2{margin-left:.25rem!important;margin-right:.25rem!important}.my-2{margin-top:.25rem!important;margin-bottom:.25rem!important}.mx-3{margin-left:.5rem!important;margin-right:.5rem!important}.my-3{margin-top:.5rem!important;margin-bottom:.5rem!important}.mx-4{margin-left:.75rem!important;margin-right:.75rem!important}.my-4{margin-top:.75rem!important;margin-bottom:.75rem!important}.mx-5{margin-left:1rem!important;margin-right:1rem!important}.my-5{margin-top:1rem!important;margin-bottom:1rem!important}.mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.mx-7{margin-left:2rem!important;margin-right:2rem!important}.my-7{margin-top:2rem!important;margin-bottom:2rem!important}.mx-8{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-8{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mt-1{margin-top:.125rem!important}.mr-1{margin-right:.125rem!important}.mb-1{margin-bottom:.125rem!important}.ml-1{margin-left:.125rem!important}.mt-2{margin-top:.25rem!important}.mr-2{margin-right:.25rem!important}.mb-2{margin-bottom:.25rem!important}.ml-2{margin-left:.25rem!important}.mt-3{margin-top:.5rem!important}.mr-3{margin-right:.5rem!important}.mb-3{margin-bottom:.5rem!important}.ml-3{margin-left:.5rem!important}.mt-4{margin-top:.75rem!important}.mr-4{margin-right:.75rem!important}.mb-4{margin-bottom:.75rem!important}.ml-4{margin-left:.75rem!important}.mt-5{margin-top:1rem!important}.mr-5{margin-right:1rem!important}.mb-5{margin-bottom:1rem!important}.ml-5{margin-left:1rem!important}.mt-6{margin-top:1.5rem!important}.mr-6{margin-right:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.ml-6{margin-left:1.5rem!important}.mt-7{margin-top:2rem!important}.mr-7{margin-right:2rem!important}.mb-7{margin-bottom:2rem!important}.ml-7{margin-left:2rem!important}.mt-8{margin-top:2.5rem!important}.mr-8{margin-right:2.5rem!important}.mb-8{margin-bottom:2.5rem!important}.ml-8{margin-left:2.5rem!important}.p-0{padding:0!important}.p-1{padding:.125rem!important}.p-2{padding:.25rem!important}.p-3{padding:.5rem!important}.p-4{padding:.75rem!important}.p-5{padding:1rem!important}.p-6{padding:1.5rem!important}.p-7{padding:2rem!important}.p-8{padding:2.5rem!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.px-1{padding-left:.125rem!important;padding-right:.125rem!important}.py-1{padding-top:.125rem!important;padding-bottom:.125rem!important}.px-2{padding-left:.25rem!important;padding-right:.25rem!important}.py-2{padding-top:.25rem!important;padding-bottom:.25rem!important}.px-3{padding-left:.5rem!important;padding-right:.5rem!important}.py-3{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-4{padding-left:.75rem!important;padding-right:.75rem!important}.py-4{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-5{padding-left:1rem!important;padding-right:1rem!important}.py-5{padding-top:1rem!important;padding-bottom:1rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.px-7{padding-left:2rem!important;padding-right:2rem!important}.py-7{padding-top:2rem!important;padding-bottom:2rem!important}.px-8{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-8{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pt-1{padding-top:.125rem!important}.pr-1{padding-right:.125rem!important}.pb-1{padding-bottom:.125rem!important}.pl-1{padding-left:.125rem!important}.pt-2{padding-top:.25rem!important}.pr-2{padding-right:.25rem!important}.pb-2{padding-bottom:.25rem!important}.pl-2{padding-left:.25rem!important}.pt-3{padding-top:.5rem!important}.pr-3{padding-right:.5rem!important}.pb-3{padding-bottom:.5rem!important}.pl-3{padding-left:.5rem!important}.pt-4{padding-top:.75rem!important}.pr-4{padding-right:.75rem!important}.pb-4{padding-bottom:.75rem!important}.pl-4{padding-left:.75rem!important}.pt-5{padding-top:1rem!important}.pr-5{padding-right:1rem!important}.pb-5{padding-bottom:1rem!important}.pl-5{padding-left:1rem!important}.pt-6{padding-top:1.5rem!important}.pr-6{padding-right:1.5rem!important}.pb-6{padding-bottom:1.5rem!important}.pl-6{padding-left:1.5rem!important}.pt-7{padding-top:2rem!important}.pr-7{padding-right:2rem!important}.pb-7{padding-bottom:2rem!important}.pl-7{padding-left:2rem!important}.pt-8{padding-top:2.5rem!important}.pr-8{padding-right:2.5rem!important}.pb-8{padding-bottom:2.5rem!important}.pl-8{padding-left:2.5rem!important}.ff-mono{font-family:var(--font-mono)!important}.ff-sans{font-family:var(--font-sans)!important}.fs-0{font-size:0!important}.fs-1{font-size:1rem!important}.fs-2{font-size:1.125rem!important}.fs-3{font-size:1.25rem!important}.fs-4{font-size:1.5rem!important}.fs-5{font-size:1.75rem!important}.fs-6{font-size:2rem!important}.fs-7{font-size:2.5rem!important}.fs-8{font-size:3rem!important}.fs-n1{font-size:.875rem!important}.fs-n2{font-size:.75rem!important}.fs-n3{font-size:.625rem!important}.fs-n4{font-size:.5rem!important}.fs-n5{font-size:.375rem!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fs-italic{font-style:italic!important}.fs-normal{font-style:normal!important}.lh-0{line-height:0!important}.lh-1{line-height:1!important}.lh-1p5{line-height:1.5!important}.lh-root{line-height:1.15!important}.c-primary,.hover_c-primary:hover{color:var(--primary)!important}.c-primary-light,.hover_c-primary-light:hover{color:var(--primary-light)!important}.c-secondary,.hover_c-secondary:hover{color:var(--secondary)!important}.c-secondary-light,.hover_c-secondary-light:hover{color:var(--secondary-light)!important}.c-success,.hover_c-success:hover{color:var(--success)!important}.c-success-light,.hover_c-success-light:hover{color:var(--success-light)!important}.c-danger,.hover_c-danger:hover{color:var(--danger)!important}.c-danger-light,.hover_c-danger-light:hover{color:var(--danger-light)!important}.c-info,.hover_c-info:hover{color:var(--info)!important}.c-info-light,.hover_c-info-light:hover{color:var(--info-light)!important}.c-warn,.hover_c-warn:hover{color:var(--warn)!important}.c-warn-light,.hover_c-warn-light:hover{color:var(--warn-light)!important}.c-subtle,.hover_c-subtle:hover{color:var(--subtle)!important}.c-subtle-light,.hover_c-subtle-light:hover{color:var(--subtle-light)!important}.c-root,.hover_c-root:hover{color:var(--color)!important}.c-background,.hover_c-background:hover{color:var(--background)!important}.td-none{text-decoration:none!important}.td-underline{text-decoration:underline!important}.td-line-through{text-decoration:line-through!important}.ta-left{text-align:left!important}.ta-right{text-align:right!important}.ta-center{text-align:center!important}.tt-capitalize{text-transform:capitalize!important}.tt-uppercase{text-transform:uppercase!important}.tt-lowercase{text-transform:lowercase!important}.tt-none{text-transform:none!important}.to-ellipsis{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.ws-normal{white-space:normal!important}.ws-nowrap{white-space:nowrap!important}.ws-pre{white-space:pre!important}.ws-pre-wrap{white-space:pre-wrap!important}.ws-pre-line{white-space:pre-line!important}.va-middle{vertical-align:middle!important}.va-top{vertical-align:top!important}.va-bottom{vertical-align:bottom!important}.bg-primary,.hover_bg-primary:hover{background-color:var(--primary)!important}.bg-primary-light,.hover_bg-primary-light:hover{background-color:var(--primary-light)!important}.bg-secondary,.hover_bg-secondary:hover{background-color:var(--secondary)!important}.bg-secondary-light,.hover_bg-secondary-light:hover{background-color:var(--secondary-light)!important}.bg-success,.hover_bg-success:hover{background-color:var(--success)!important}.bg-success-light,.hover_bg-success-light:hover{background-color:var(--success-light)!important}.bg-danger,.hover_bg-danger:hover{background-color:var(--danger)!important}.bg-danger-light,.hover_bg-danger-light:hover{background-color:var(--danger-light)!important}.bg-info,.hover_bg-info:hover{background-color:var(--info)!important}.bg-info-light,.hover_bg-info-light:hover{background-color:var(--info-light)!important}.bg-warn,.hover_bg-warn:hover{background-color:var(--warn)!important}.bg-warn-light,.hover_bg-warn-light:hover{background-color:var(--warn-light)!important}.bg-subtle,.hover_bg-subtle:hover{background-color:var(--subtle)!important}.bg-subtle-light,.hover_bg-subtle-light:hover{background-color:var(--subtle-light)!important}.bg-root,.hover_bg-root:hover{background-color:var(--background)!important}.bg-color,.hover_bg-color:hover{background-color:var(--color)!important}.bg-none{background:none!important}.bc-primary,.hover_bc-primary:hover,.child_bc-primary>*{border-color:var(--primary)!important}.bc-primary-light,.hover_bc-primary-light:hover,.child_bc-primary-light>*{border-color:var(--primary-light)!important}.bc-secondary,.hover_bc-secondary:hover,.child_bc-secondary>*{border-color:var(--secondary)!important}.bc-secondary-light,.hover_bc-secondary-light:hover,.child_bc-secondary-light>*{border-color:var(--secondary-light)!important}.bc-success,.hover_bc-success:hover,.child_bc-success>*{border-color:var(--success)!important}.bc-success-light,.hover_bc-success-light:hover,.child_bc-success-light>*{border-color:var(--success-light)!important}.bc-danger,.hover_bc-danger:hover,.child_bc-danger>*{border-color:var(--danger)!important}.bc-danger-light,.hover_bc-danger-light:hover,.child_bc-danger-light>*{border-color:var(--danger-light)!important}.bc-info,.hover_bc-info:hover,.child_bc-info>*{border-color:var(--info)!important}.bc-info-light,.hover_bc-info-light:hover,.child_bc-info-light>*{border-color:var(--info-light)!important}.bc-warn,.hover_bc-warn:hover,.child_bc-warn>*{border-color:var(--warn)!important}.bc-warn-light,.hover_bc-warn-light:hover,.child_bc-warn-light>*{border-color:var(--warn-light)!important}.bc-subtle,.hover_bc-subtle:hover,.child_bc-subtle>*{border-color:var(--subtle)!important}.bc-subtle-light,.hover_bc-subtle-light:hover,.child_bc-subtle-light>*{border-color:var(--subtle-light)!important}.bc-root,.hover_bc-root:hover,.child_bc-root>*{border-color:var(--border)!important}.bw-1{border-style:solid;border-width:1px!important}.bw-2{border-style:solid;border-width:2px!important}.bw-0{border-width:0!important}.btw-1,.child_btw-1>*:not(:first-child){border-width:0;border-top-style:solid;border-top-width:1px!important}.brw-1,.child_brw-1>*:not(:last-child){border-width:0;border-right-style:solid;border-right-width:1px!important}.bbw-1,.child_bbw-1>*:not(:last-child){border-width:0;border-bottom-style:solid;border-bottom-width:1px!important}.blw-1,.child_blw-1>*:not(:first-child){border-width:0;border-left-style:solid;border-left-width:1px!important}.btw-2,.child_btw-2>*:not(:first-child){border-width:0;border-top-style:solid;border-top-width:2px!important}.brw-2,.child_brw-2>*:not(:last-child){border-width:0;border-right-style:solid;border-right-width:2px!important}.bbw-2,.child_bbw-2>*:not(:last-child){border-width:0;border-bottom-style:solid;border-bottom-width:2px!important}.blw-2,.child_blw-2>*:not(:first-child){border-width:0;border-left-style:solid;border-left-width:2px!important}.btw-0,.child_btw-0>*:not(:first-child){border-top-width:0!important}.brw-0,.child_brw-0>*:not(:last-child){border-right-width:0!important}.bbw-0,.child_bbw-0>*:not(:last-child){border-bottom-width:0!important}.blw-0,.child_blw-0>*:not(:first-child){border-left-width:0!important}.bs-solid{border-style:solid!important}.bs-dashed{border-style:dashed!important}.bs-dotted{border-style:dotted!important}.br-0{border-radius:0!important}.br-1{border-radius:.125rem!important}.br-2{border-radius:.25rem!important}.br-3{border-radius:.5rem!important}.br-4{border-radius:.75rem!important}.br-5{border-radius:1rem!important}.br-6{border-radius:1.5rem!important}.br-7{border-radius:2rem!important}.br-8{border-radius:2.5rem!important}.br-50{border-radius:50%!important}.br-100{border-radius:100%!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.us-none{user-select:none!important}.us-auto{user-select:auto!important}.us-text{user-select:text!important}.us-all{user-select:all!important}.c-pointer{cursor:pointer!important}.c-text{cursor:text!important}.c-move{cursor:move!important}.sw-none{scrollbar-width:none;-ms-overflow-style:none}.sw-none::-webkit-scrollbar{display:none}.o-0{opacity:0!important}.o-p5{opacity:.5!important}.o-1{opacity:1!important}@media (max-width: 640px){.sm_d-inline{display:inline!important}.sm_d-inline-block{display:inline-block!important}.sm_d-block{display:block!important}.sm_d-flex{display:flex!important}.sm_d-inline-flex{display:inline-flex!important}.sm_d-none{display:none!important}.sm_d-grid{display:grid!important}.sm_d-inline-grid{display:inline-grid!important}.sm_v-visible{visibility:visible!important}.sm_v-hidden{visibility:hidden!important}.sm_m-auto{margin:auto!important}.sm_mx-auto{margin-left:auto!important;margin-right:auto!important}.sm_my-auto{margin-top:auto!important;margin-bottom:auto!important}.sm_m-0{margin:0!important}.sm_m-1{margin:.125rem!important}.sm_m-2{margin:.25rem!important}.sm_m-3{margin:.5rem!important}.sm_m-4{margin:.75rem!important}.sm_m-5{margin:1rem!important}.sm_m-6{margin:1.5rem!important}.sm_m-7{margin:2rem!important}.sm_m-8{margin:2.5rem!important}.sm_mx-0{margin-left:0!important;margin-right:0!important}.sm_my-0{margin-top:0!important;margin-bottom:0!important}.sm_mx-1{margin-left:.125rem!important;margin-right:.125rem!important}.sm_my-1{margin-top:.125rem!important;margin-bottom:.125rem!important}.sm_mx-2{margin-left:.25rem!important;margin-right:.25rem!important}.sm_my-2{margin-top:.25rem!important;margin-bottom:.25rem!important}.sm_mx-3{margin-left:.5rem!important;margin-right:.5rem!important}.sm_my-3{margin-top:.5rem!important;margin-bottom:.5rem!important}.sm_mx-4{margin-left:.75rem!important;margin-right:.75rem!important}.sm_my-4{margin-top:.75rem!important;margin-bottom:.75rem!important}.sm_mx-5{margin-left:1rem!important;margin-right:1rem!important}.sm_my-5{margin-top:1rem!important;margin-bottom:1rem!important}.sm_mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.sm_my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.sm_mx-7{margin-left:2rem!important;margin-right:2rem!important}.sm_my-7{margin-top:2rem!important;margin-bottom:2rem!important}.sm_mx-8{margin-left:2.5rem!important;margin-right:2.5rem!important}.sm_my-8{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.sm_mt-0{margin-top:0!important}.sm_mr-0{margin-right:0!important}.sm_mb-0{margin-bottom:0!important}.sm_ml-0{margin-left:0!important}.sm_mt-1{margin-top:.125rem!important}.sm_mr-1{margin-right:.125rem!important}.sm_mb-1{margin-bottom:.125rem!important}.sm_ml-1{margin-left:.125rem!important}.sm_mt-2{margin-top:.25rem!important}.sm_mr-2{margin-right:.25rem!important}.sm_mb-2{margin-bottom:.25rem!important}.sm_ml-2{margin-left:.25rem!important}.sm_mt-3{margin-top:.5rem!important}.sm_mr-3{margin-right:.5rem!important}.sm_mb-3{margin-bottom:.5rem!important}.sm_ml-3{margin-left:.5rem!important}.sm_mt-4{margin-top:.75rem!important}.sm_mr-4{margin-right:.75rem!important}.sm_mb-4{margin-bottom:.75rem!important}.sm_ml-4{margin-left:.75rem!important}.sm_mt-5{margin-top:1rem!important}.sm_mr-5{margin-right:1rem!important}.sm_mb-5{margin-bottom:1rem!important}.sm_ml-5{margin-left:1rem!important}.sm_mt-6{margin-top:1.5rem!important}.sm_mr-6{margin-right:1.5rem!important}.sm_mb-6{margin-bottom:1.5rem!important}.sm_ml-6{margin-left:1.5rem!important}.sm_mt-7{margin-top:2rem!important}.sm_mr-7{margin-right:2rem!important}.sm_mb-7{margin-bottom:2rem!important}.sm_ml-7{margin-left:2rem!important}.sm_mt-8{margin-top:2.5rem!important}.sm_mr-8{margin-right:2.5rem!important}.sm_mb-8{margin-bottom:2.5rem!important}.sm_ml-8{margin-left:2.5rem!important}.sm_p-0{padding:0!important}.sm_p-1{padding:.125rem!important}.sm_p-2{padding:.25rem!important}.sm_p-3{padding:.5rem!important}.sm_p-4{padding:.75rem!important}.sm_p-5{padding:1rem!important}.sm_p-6{padding:1.5rem!important}.sm_p-7{padding:2rem!important}.sm_p-8{padding:2.5rem!important}.sm_px-0{padding-left:0!important;padding-right:0!important}.sm_py-0{padding-top:0!important;padding-bottom:0!important}.sm_px-1{padding-left:.125rem!important;padding-right:.125rem!important}.sm_py-1{padding-top:.125rem!important;padding-bottom:.125rem!important}.sm_px-2{padding-left:.25rem!important;padding-right:.25rem!important}.sm_py-2{padding-top:.25rem!important;padding-bottom:.25rem!important}.sm_px-3{padding-left:.5rem!important;padding-right:.5rem!important}.sm_py-3{padding-top:.5rem!important;padding-bottom:.5rem!important}.sm_px-4{padding-left:.75rem!important;padding-right:.75rem!important}.sm_py-4{padding-top:.75rem!important;padding-bottom:.75rem!important}.sm_px-5{padding-left:1rem!important;padding-right:1rem!important}.sm_py-5{padding-top:1rem!important;padding-bottom:1rem!important}.sm_px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.sm_py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.sm_px-7{padding-left:2rem!important;padding-right:2rem!important}.sm_py-7{padding-top:2rem!important;padding-bottom:2rem!important}.sm_px-8{padding-left:2.5rem!important;padding-right:2.5rem!important}.sm_py-8{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.sm_pt-0{padding-top:0!important}.sm_pr-0{padding-right:0!important}.sm_pb-0{padding-bottom:0!important}.sm_pl-0{padding-left:0!important}.sm_pt-1{padding-top:.125rem!important}.sm_pr-1{padding-right:.125rem!important}.sm_pb-1{padding-bottom:.125rem!important}.sm_pl-1{padding-left:.125rem!important}.sm_pt-2{padding-top:.25rem!important}.sm_pr-2{padding-right:.25rem!important}.sm_pb-2{padding-bottom:.25rem!important}.sm_pl-2{padding-left:.25rem!important}.sm_pt-3{padding-top:.5rem!important}.sm_pr-3{padding-right:.5rem!important}.sm_pb-3{padding-bottom:.5rem!important}.sm_pl-3{padding-left:.5rem!important}.sm_pt-4{padding-top:.75rem!important}.sm_pr-4{padding-right:.75rem!important}.sm_pb-4{padding-bottom:.75rem!important}.sm_pl-4{padding-left:.75rem!important}.sm_pt-5{padding-top:1rem!important}.sm_pr-5{padding-right:1rem!important}.sm_pb-5{padding-bottom:1rem!important}.sm_pl-5{padding-left:1rem!important}.sm_pt-6{padding-top:1.5rem!important}.sm_pr-6{padding-right:1.5rem!important}.sm_pb-6{padding-bottom:1.5rem!important}.sm_pl-6{padding-left:1.5rem!important}.sm_pt-7{padding-top:2rem!important}.sm_pr-7{padding-right:2rem!important}.sm_pb-7{padding-bottom:2rem!important}.sm_pl-7{padding-left:2rem!important}.sm_pt-8{padding-top:2.5rem!important}.sm_pr-8{padding-right:2.5rem!important}.sm_pb-8{padding-bottom:2.5rem!important}.sm_pl-8{padding-left:2.5rem!important}.sm_fs-0{font-size:0!important}.sm_fs-1{font-size:1rem!important}.sm_fs-2{font-size:1.125rem!important}.sm_fs-3{font-size:1.25rem!important}.sm_fs-4{font-size:1.5rem!important}.sm_fs-5{font-size:1.75rem!important}.sm_fs-6{font-size:2rem!important}.sm_fs-7{font-size:2.5rem!important}.sm_fs-8{font-size:3rem!important}.sm_fs-n1{font-size:.875rem!important}.sm_fs-n2{font-size:.75rem!important}.sm_fs-n3{font-size:.625rem!important}.sm_fs-n4{font-size:.5rem!important}.sm_fs-n5{font-size:.375rem!important}.sm_lh-0{line-height:0!important}.sm_lh-1{line-height:1!important}.sm_lh-1p5{line-height:1.5!important}.sm_lh-root{line-height:1.15!important}}@media (max-width: 768px){.md_d-inline{display:inline!important}.md_d-inline-block{display:inline-block!important}.md_d-block{display:block!important}.md_d-flex{display:flex!important}.md_d-inline-flex{display:inline-flex!important}.md_d-none{display:none!important}.md_d-grid{display:grid!important}.md_d-inline-grid{display:inline-grid!important}.md_v-visible{visibility:visible!important}.md_v-hidden{visibility:hidden!important}.md_m-auto{margin:auto!important}.md_mx-auto{margin-left:auto!important;margin-right:auto!important}.md_my-auto{margin-top:auto!important;margin-bottom:auto!important}.md_m-0{margin:0!important}.md_m-1{margin:.125rem!important}.md_m-2{margin:.25rem!important}.md_m-3{margin:.5rem!important}.md_m-4{margin:.75rem!important}.md_m-5{margin:1rem!important}.md_m-6{margin:1.5rem!important}.md_m-7{margin:2rem!important}.md_m-8{margin:2.5rem!important}.md_mx-0{margin-left:0!important;margin-right:0!important}.md_my-0{margin-top:0!important;margin-bottom:0!important}.md_mx-1{margin-left:.125rem!important;margin-right:.125rem!important}.md_my-1{margin-top:.125rem!important;margin-bottom:.125rem!important}.md_mx-2{margin-left:.25rem!important;margin-right:.25rem!important}.md_my-2{margin-top:.25rem!important;margin-bottom:.25rem!important}.md_mx-3{margin-left:.5rem!important;margin-right:.5rem!important}.md_my-3{margin-top:.5rem!important;margin-bottom:.5rem!important}.md_mx-4{margin-left:.75rem!important;margin-right:.75rem!important}.md_my-4{margin-top:.75rem!important;margin-bottom:.75rem!important}.md_mx-5{margin-left:1rem!important;margin-right:1rem!important}.md_my-5{margin-top:1rem!important;margin-bottom:1rem!important}.md_mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.md_my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.md_mx-7{margin-left:2rem!important;margin-right:2rem!important}.md_my-7{margin-top:2rem!important;margin-bottom:2rem!important}.md_mx-8{margin-left:2.5rem!important;margin-right:2.5rem!important}.md_my-8{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.md_mt-0{margin-top:0!important}.md_mr-0{margin-right:0!important}.md_mb-0{margin-bottom:0!important}.md_ml-0{margin-left:0!important}.md_mt-1{margin-top:.125rem!important}.md_mr-1{margin-right:.125rem!important}.md_mb-1{margin-bottom:.125rem!important}.md_ml-1{margin-left:.125rem!important}.md_mt-2{margin-top:.25rem!important}.md_mr-2{margin-right:.25rem!important}.md_mb-2{margin-bottom:.25rem!important}.md_ml-2{margin-left:.25rem!important}.md_mt-3{margin-top:.5rem!important}.md_mr-3{margin-right:.5rem!important}.md_mb-3{margin-bottom:.5rem!important}.md_ml-3{margin-left:.5rem!important}.md_mt-4{margin-top:.75rem!important}.md_mr-4{margin-right:.75rem!important}.md_mb-4{margin-bottom:.75rem!important}.md_ml-4{margin-left:.75rem!important}.md_mt-5{margin-top:1rem!important}.md_mr-5{margin-right:1rem!important}.md_mb-5{margin-bottom:1rem!important}.md_ml-5{margin-left:1rem!important}.md_mt-6{margin-top:1.5rem!important}.md_mr-6{margin-right:1.5rem!important}.md_mb-6{margin-bottom:1.5rem!important}.md_ml-6{margin-left:1.5rem!important}.md_mt-7{margin-top:2rem!important}.md_mr-7{margin-right:2rem!important}.md_mb-7{margin-bottom:2rem!important}.md_ml-7{margin-left:2rem!important}.md_mt-8{margin-top:2.5rem!important}.md_mr-8{margin-right:2.5rem!important}.md_mb-8{margin-bottom:2.5rem!important}.md_ml-8{margin-left:2.5rem!important}.md_p-0{padding:0!important}.md_p-1{padding:.125rem!important}.md_p-2{padding:.25rem!important}.md_p-3{padding:.5rem!important}.md_p-4{padding:.75rem!important}.md_p-5{padding:1rem!important}.md_p-6{padding:1.5rem!important}.md_p-7{padding:2rem!important}.md_p-8{padding:2.5rem!important}.md_px-0{padding-left:0!important;padding-right:0!important}.md_py-0{padding-top:0!important;padding-bottom:0!important}.md_px-1{padding-left:.125rem!important;padding-right:.125rem!important}.md_py-1{padding-top:.125rem!important;padding-bottom:.125rem!important}.md_px-2{padding-left:.25rem!important;padding-right:.25rem!important}.md_py-2{padding-top:.25rem!important;padding-bottom:.25rem!important}.md_px-3{padding-left:.5rem!important;padding-right:.5rem!important}.md_py-3{padding-top:.5rem!important;padding-bottom:.5rem!important}.md_px-4{padding-left:.75rem!important;padding-right:.75rem!important}.md_py-4{padding-top:.75rem!important;padding-bottom:.75rem!important}.md_px-5{padding-left:1rem!important;padding-right:1rem!important}.md_py-5{padding-top:1rem!important;padding-bottom:1rem!important}.md_px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.md_py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.md_px-7{padding-left:2rem!important;padding-right:2rem!important}.md_py-7{padding-top:2rem!important;padding-bottom:2rem!important}.md_px-8{padding-left:2.5rem!important;padding-right:2.5rem!important}.md_py-8{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.md_pt-0{padding-top:0!important}.md_pr-0{padding-right:0!important}.md_pb-0{padding-bottom:0!important}.md_pl-0{padding-left:0!important}.md_pt-1{padding-top:.125rem!important}.md_pr-1{padding-right:.125rem!important}.md_pb-1{padding-bottom:.125rem!important}.md_pl-1{padding-left:.125rem!important}.md_pt-2{padding-top:.25rem!important}.md_pr-2{padding-right:.25rem!important}.md_pb-2{padding-bottom:.25rem!important}.md_pl-2{padding-left:.25rem!important}.md_pt-3{padding-top:.5rem!important}.md_pr-3{padding-right:.5rem!important}.md_pb-3{padding-bottom:.5rem!important}.md_pl-3{padding-left:.5rem!important}.md_pt-4{padding-top:.75rem!important}.md_pr-4{padding-right:.75rem!important}.md_pb-4{padding-bottom:.75rem!important}.md_pl-4{padding-left:.75rem!important}.md_pt-5{padding-top:1rem!important}.md_pr-5{padding-right:1rem!important}.md_pb-5{padding-bottom:1rem!important}.md_pl-5{padding-left:1rem!important}.md_pt-6{padding-top:1.5rem!important}.md_pr-6{padding-right:1.5rem!important}.md_pb-6{padding-bottom:1.5rem!important}.md_pl-6{padding-left:1.5rem!important}.md_pt-7{padding-top:2rem!important}.md_pr-7{padding-right:2rem!important}.md_pb-7{padding-bottom:2rem!important}.md_pl-7{padding-left:2rem!important}.md_pt-8{padding-top:2.5rem!important}.md_pr-8{padding-right:2.5rem!important}.md_pb-8{padding-bottom:2.5rem!important}.md_pl-8{padding-left:2.5rem!important}.md_fs-0{font-size:0!important}.md_fs-1{font-size:1rem!important}.md_fs-2{font-size:1.125rem!important}.md_fs-3{font-size:1.25rem!important}.md_fs-4{font-size:1.5rem!important}.md_fs-5{font-size:1.75rem!important}.md_fs-6{font-size:2rem!important}.md_fs-7{font-size:2.5rem!important}.md_fs-8{font-size:3rem!important}.md_fs-n1{font-size:.875rem!important}.md_fs-n2{font-size:.75rem!important}.md_fs-n3{font-size:.625rem!important}.md_fs-n4{font-size:.5rem!important}.md_fs-n5{font-size:.375rem!important}.md_lh-0{line-height:0!important}.md_lh-1{line-height:1!important}.md_lh-1p5{line-height:1.5!important}.md_lh-root{line-height:1.15!important}}@media (max-width: 1024px){.lg_d-inline{display:inline!important}.lg_d-inline-block{display:inline-block!important}.lg_d-block{display:block!important}.lg_d-flex{display:flex!important}.lg_d-inline-flex{display:inline-flex!important}.lg_d-none{display:none!important}.lg_d-grid{display:grid!important}.lg_d-inline-grid{display:inline-grid!important}.lg_v-visible{visibility:visible!important}.lg_v-hidden{visibility:hidden!important}.lg_m-auto{margin:auto!important}.lg_mx-auto{margin-left:auto!important;margin-right:auto!important}.lg_my-auto{margin-top:auto!important;margin-bottom:auto!important}.lg_m-0{margin:0!important}.lg_m-1{margin:.125rem!important}.lg_m-2{margin:.25rem!important}.lg_m-3{margin:.5rem!important}.lg_m-4{margin:.75rem!important}.lg_m-5{margin:1rem!important}.lg_m-6{margin:1.5rem!important}.lg_m-7{margin:2rem!important}.lg_m-8{margin:2.5rem!important}.lg_mx-0{margin-left:0!important;margin-right:0!important}.lg_my-0{margin-top:0!important;margin-bottom:0!important}.lg_mx-1{margin-left:.125rem!important;margin-right:.125rem!important}.lg_my-1{margin-top:.125rem!important;margin-bottom:.125rem!important}.lg_mx-2{margin-left:.25rem!important;margin-right:.25rem!important}.lg_my-2{margin-top:.25rem!important;margin-bottom:.25rem!important}.lg_mx-3{margin-left:.5rem!important;margin-right:.5rem!important}.lg_my-3{margin-top:.5rem!important;margin-bottom:.5rem!important}.lg_mx-4{margin-left:.75rem!important;margin-right:.75rem!important}.lg_my-4{margin-top:.75rem!important;margin-bottom:.75rem!important}.lg_mx-5{margin-left:1rem!important;margin-right:1rem!important}.lg_my-5{margin-top:1rem!important;margin-bottom:1rem!important}.lg_mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.lg_my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.lg_mx-7{margin-left:2rem!important;margin-right:2rem!important}.lg_my-7{margin-top:2rem!important;margin-bottom:2rem!important}.lg_mx-8{margin-left:2.5rem!important;margin-right:2.5rem!important}.lg_my-8{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.lg_mt-0{margin-top:0!important}.lg_mr-0{margin-right:0!important}.lg_mb-0{margin-bottom:0!important}.lg_ml-0{margin-left:0!important}.lg_mt-1{margin-top:.125rem!important}.lg_mr-1{margin-right:.125rem!important}.lg_mb-1{margin-bottom:.125rem!important}.lg_ml-1{margin-left:.125rem!important}.lg_mt-2{margin-top:.25rem!important}.lg_mr-2{margin-right:.25rem!important}.lg_mb-2{margin-bottom:.25rem!important}.lg_ml-2{margin-left:.25rem!important}.lg_mt-3{margin-top:.5rem!important}.lg_mr-3{margin-right:.5rem!important}.lg_mb-3{margin-bottom:.5rem!important}.lg_ml-3{margin-left:.5rem!important}.lg_mt-4{margin-top:.75rem!important}.lg_mr-4{margin-right:.75rem!important}.lg_mb-4{margin-bottom:.75rem!important}.lg_ml-4{margin-left:.75rem!important}.lg_mt-5{margin-top:1rem!important}.lg_mr-5{margin-right:1rem!important}.lg_mb-5{margin-bottom:1rem!important}.lg_ml-5{margin-left:1rem!important}.lg_mt-6{margin-top:1.5rem!important}.lg_mr-6{margin-right:1.5rem!important}.lg_mb-6{margin-bottom:1.5rem!important}.lg_ml-6{margin-left:1.5rem!important}.lg_mt-7{margin-top:2rem!important}.lg_mr-7{margin-right:2rem!important}.lg_mb-7{margin-bottom:2rem!important}.lg_ml-7{margin-left:2rem!important}.lg_mt-8{margin-top:2.5rem!important}.lg_mr-8{margin-right:2.5rem!important}.lg_mb-8{margin-bottom:2.5rem!important}.lg_ml-8{margin-left:2.5rem!important}.lg_p-0{padding:0!important}.lg_p-1{padding:.125rem!important}.lg_p-2{padding:.25rem!important}.lg_p-3{padding:.5rem!important}.lg_p-4{padding:.75rem!important}.lg_p-5{padding:1rem!important}.lg_p-6{padding:1.5rem!important}.lg_p-7{padding:2rem!important}.lg_p-8{padding:2.5rem!important}.lg_px-0{padding-left:0!important;padding-right:0!important}.lg_py-0{padding-top:0!important;padding-bottom:0!important}.lg_px-1{padding-left:.125rem!important;padding-right:.125rem!important}.lg_py-1{padding-top:.125rem!important;padding-bottom:.125rem!important}.lg_px-2{padding-left:.25rem!important;padding-right:.25rem!important}.lg_py-2{padding-top:.25rem!important;padding-bottom:.25rem!important}.lg_px-3{padding-left:.5rem!important;padding-right:.5rem!important}.lg_py-3{padding-top:.5rem!important;padding-bottom:.5rem!important}.lg_px-4{padding-left:.75rem!important;padding-right:.75rem!important}.lg_py-4{padding-top:.75rem!important;padding-bottom:.75rem!important}.lg_px-5{padding-left:1rem!important;padding-right:1rem!important}.lg_py-5{padding-top:1rem!important;padding-bottom:1rem!important}.lg_px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.lg_py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.lg_px-7{padding-left:2rem!important;padding-right:2rem!important}.lg_py-7{padding-top:2rem!important;padding-bottom:2rem!important}.lg_px-8{padding-left:2.5rem!important;padding-right:2.5rem!important}.lg_py-8{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.lg_pt-0{padding-top:0!important}.lg_pr-0{padding-right:0!important}.lg_pb-0{padding-bottom:0!important}.lg_pl-0{padding-left:0!important}.lg_pt-1{padding-top:.125rem!important}.lg_pr-1{padding-right:.125rem!important}.lg_pb-1{padding-bottom:.125rem!important}.lg_pl-1{padding-left:.125rem!important}.lg_pt-2{padding-top:.25rem!important}.lg_pr-2{padding-right:.25rem!important}.lg_pb-2{padding-bottom:.25rem!important}.lg_pl-2{padding-left:.25rem!important}.lg_pt-3{padding-top:.5rem!important}.lg_pr-3{padding-right:.5rem!important}.lg_pb-3{padding-bottom:.5rem!important}.lg_pl-3{padding-left:.5rem!important}.lg_pt-4{padding-top:.75rem!important}.lg_pr-4{padding-right:.75rem!important}.lg_pb-4{padding-bottom:.75rem!important}.lg_pl-4{padding-left:.75rem!important}.lg_pt-5{padding-top:1rem!important}.lg_pr-5{padding-right:1rem!important}.lg_pb-5{padding-bottom:1rem!important}.lg_pl-5{padding-left:1rem!important}.lg_pt-6{padding-top:1.5rem!important}.lg_pr-6{padding-right:1.5rem!important}.lg_pb-6{padding-bottom:1.5rem!important}.lg_pl-6{padding-left:1.5rem!important}.lg_pt-7{padding-top:2rem!important}.lg_pr-7{padding-right:2rem!important}.lg_pb-7{padding-bottom:2rem!important}.lg_pl-7{padding-left:2rem!important}.lg_pt-8{padding-top:2.5rem!important}.lg_pr-8{padding-right:2.5rem!important}.lg_pb-8{padding-bottom:2.5rem!important}.lg_pl-8{padding-left:2.5rem!important}.lg_fs-0{font-size:0!important}.lg_fs-1{font-size:1rem!important}.lg_fs-2{font-size:1.125rem!important}.lg_fs-3{font-size:1.25rem!important}.lg_fs-4{font-size:1.5rem!important}.lg_fs-5{font-size:1.75rem!important}.lg_fs-6{font-size:2rem!important}.lg_fs-7{font-size:2.5rem!important}.lg_fs-8{font-size:3rem!important}.lg_fs-n1{font-size:.875rem!important}.lg_fs-n2{font-size:.75rem!important}.lg_fs-n3{font-size:.625rem!important}.lg_fs-n4{font-size:.5rem!important}.lg_fs-n5{font-size:.375rem!important}.lg_lh-0{line-height:0!important}.lg_lh-1{line-height:1!important}.lg_lh-1p5{line-height:1.5!important}.lg_lh-root{line-height:1.15!important}}@media (max-width: 1280px){.xl_d-inline{display:inline!important}.xl_d-inline-block{display:inline-block!important}.xl_d-block{display:block!important}.xl_d-flex{display:flex!important}.xl_d-inline-flex{display:inline-flex!important}.xl_d-none{display:none!important}.xl_d-grid{display:grid!important}.xl_d-inline-grid{display:inline-grid!important}.xl_v-visible{visibility:visible!important}.xl_v-hidden{visibility:hidden!important}.xl_m-auto{margin:auto!important}.xl_mx-auto{margin-left:auto!important;margin-right:auto!important}.xl_my-auto{margin-top:auto!important;margin-bottom:auto!important}.xl_m-0{margin:0!important}.xl_m-1{margin:.125rem!important}.xl_m-2{margin:.25rem!important}.xl_m-3{margin:.5rem!important}.xl_m-4{margin:.75rem!important}.xl_m-5{margin:1rem!important}.xl_m-6{margin:1.5rem!important}.xl_m-7{margin:2rem!important}.xl_m-8{margin:2.5rem!important}.xl_mx-0{margin-left:0!important;margin-right:0!important}.xl_my-0{margin-top:0!important;margin-bottom:0!important}.xl_mx-1{margin-left:.125rem!important;margin-right:.125rem!important}.xl_my-1{margin-top:.125rem!important;margin-bottom:.125rem!important}.xl_mx-2{margin-left:.25rem!important;margin-right:.25rem!important}.xl_my-2{margin-top:.25rem!important;margin-bottom:.25rem!important}.xl_mx-3{margin-left:.5rem!important;margin-right:.5rem!important}.xl_my-3{margin-top:.5rem!important;margin-bottom:.5rem!important}.xl_mx-4{margin-left:.75rem!important;margin-right:.75rem!important}.xl_my-4{margin-top:.75rem!important;margin-bottom:.75rem!important}.xl_mx-5{margin-left:1rem!important;margin-right:1rem!important}.xl_my-5{margin-top:1rem!important;margin-bottom:1rem!important}.xl_mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.xl_my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.xl_mx-7{margin-left:2rem!important;margin-right:2rem!important}.xl_my-7{margin-top:2rem!important;margin-bottom:2rem!important}.xl_mx-8{margin-left:2.5rem!important;margin-right:2.5rem!important}.xl_my-8{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.xl_mt-0{margin-top:0!important}.xl_mr-0{margin-right:0!important}.xl_mb-0{margin-bottom:0!important}.xl_ml-0{margin-left:0!important}.xl_mt-1{margin-top:.125rem!important}.xl_mr-1{margin-right:.125rem!important}.xl_mb-1{margin-bottom:.125rem!important}.xl_ml-1{margin-left:.125rem!important}.xl_mt-2{margin-top:.25rem!important}.xl_mr-2{margin-right:.25rem!important}.xl_mb-2{margin-bottom:.25rem!important}.xl_ml-2{margin-left:.25rem!important}.xl_mt-3{margin-top:.5rem!important}.xl_mr-3{margin-right:.5rem!important}.xl_mb-3{margin-bottom:.5rem!important}.xl_ml-3{margin-left:.5rem!important}.xl_mt-4{margin-top:.75rem!important}.xl_mr-4{margin-right:.75rem!important}.xl_mb-4{margin-bottom:.75rem!important}.xl_ml-4{margin-left:.75rem!important}.xl_mt-5{margin-top:1rem!important}.xl_mr-5{margin-right:1rem!important}.xl_mb-5{margin-bottom:1rem!important}.xl_ml-5{margin-left:1rem!important}.xl_mt-6{margin-top:1.5rem!important}.xl_mr-6{margin-right:1.5rem!important}.xl_mb-6{margin-bottom:1.5rem!important}.xl_ml-6{margin-left:1.5rem!important}.xl_mt-7{margin-top:2rem!important}.xl_mr-7{margin-right:2rem!important}.xl_mb-7{margin-bottom:2rem!important}.xl_ml-7{margin-left:2rem!important}.xl_mt-8{margin-top:2.5rem!important}.xl_mr-8{margin-right:2.5rem!important}.xl_mb-8{margin-bottom:2.5rem!important}.xl_ml-8{margin-left:2.5rem!important}.xl_p-0{padding:0!important}.xl_p-1{padding:.125rem!important}.xl_p-2{padding:.25rem!important}.xl_p-3{padding:.5rem!important}.xl_p-4{padding:.75rem!important}.xl_p-5{padding:1rem!important}.xl_p-6{padding:1.5rem!important}.xl_p-7{padding:2rem!important}.xl_p-8{padding:2.5rem!important}.xl_px-0{padding-left:0!important;padding-right:0!important}.xl_py-0{padding-top:0!important;padding-bottom:0!important}.xl_px-1{padding-left:.125rem!important;padding-right:.125rem!important}.xl_py-1{padding-top:.125rem!important;padding-bottom:.125rem!important}.xl_px-2{padding-left:.25rem!important;padding-right:.25rem!important}.xl_py-2{padding-top:.25rem!important;padding-bottom:.25rem!important}.xl_px-3{padding-left:.5rem!important;padding-right:.5rem!important}.xl_py-3{padding-top:.5rem!important;padding-bottom:.5rem!important}.xl_px-4{padding-left:.75rem!important;padding-right:.75rem!important}.xl_py-4{padding-top:.75rem!important;padding-bottom:.75rem!important}.xl_px-5{padding-left:1rem!important;padding-right:1rem!important}.xl_py-5{padding-top:1rem!important;padding-bottom:1rem!important}.xl_px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.xl_py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.xl_px-7{padding-left:2rem!important;padding-right:2rem!important}.xl_py-7{padding-top:2rem!important;padding-bottom:2rem!important}.xl_px-8{padding-left:2.5rem!important;padding-right:2.5rem!important}.xl_py-8{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.xl_pt-0{padding-top:0!important}.xl_pr-0{padding-right:0!important}.xl_pb-0{padding-bottom:0!important}.xl_pl-0{padding-left:0!important}.xl_pt-1{padding-top:.125rem!important}.xl_pr-1{padding-right:.125rem!important}.xl_pb-1{padding-bottom:.125rem!important}.xl_pl-1{padding-left:.125rem!important}.xl_pt-2{padding-top:.25rem!important}.xl_pr-2{padding-right:.25rem!important}.xl_pb-2{padding-bottom:.25rem!important}.xl_pl-2{padding-left:.25rem!important}.xl_pt-3{padding-top:.5rem!important}.xl_pr-3{padding-right:.5rem!important}.xl_pb-3{padding-bottom:.5rem!important}.xl_pl-3{padding-left:.5rem!important}.xl_pt-4{padding-top:.75rem!important}.xl_pr-4{padding-right:.75rem!important}.xl_pb-4{padding-bottom:.75rem!important}.xl_pl-4{padding-left:.75rem!important}.xl_pt-5{padding-top:1rem!important}.xl_pr-5{padding-right:1rem!important}.xl_pb-5{padding-bottom:1rem!important}.xl_pl-5{padding-left:1rem!important}.xl_pt-6{padding-top:1.5rem!important}.xl_pr-6{padding-right:1.5rem!important}.xl_pb-6{padding-bottom:1.5rem!important}.xl_pl-6{padding-left:1.5rem!important}.xl_pt-7{padding-top:2rem!important}.xl_pr-7{padding-right:2rem!important}.xl_pb-7{padding-bottom:2rem!important}.xl_pl-7{padding-left:2rem!important}.xl_pt-8{padding-top:2.5rem!important}.xl_pr-8{padding-right:2.5rem!important}.xl_pb-8{padding-bottom:2.5rem!important}.xl_pl-8{padding-left:2.5rem!important}.xl_fs-0{font-size:0!important}.xl_fs-1{font-size:1rem!important}.xl_fs-2{font-size:1.125rem!important}.xl_fs-3{font-size:1.25rem!important}.xl_fs-4{font-size:1.5rem!important}.xl_fs-5{font-size:1.75rem!important}.xl_fs-6{font-size:2rem!important}.xl_fs-7{font-size:2.5rem!important}.xl_fs-8{font-size:3rem!important}.xl_fs-n1{font-size:.875rem!important}.xl_fs-n2{font-size:.75rem!important}.xl_fs-n3{font-size:.625rem!important}.xl_fs-n4{font-size:.5rem!important}.xl_fs-n5{font-size:.375rem!important}.xl_lh-0{line-height:0!important}.xl_lh-1{line-height:1!important}.xl_lh-1p5{line-height:1.5!important}.xl_lh-root{line-height:1.15!important}}@media (max-width: 1536px){.xxl_d-inline{display:inline!important}.xxl_d-inline-block{display:inline-block!important}.xxl_d-block{display:block!important}.xxl_d-flex{display:flex!important}.xxl_d-inline-flex{display:inline-flex!important}.xxl_d-none{display:none!important}.xxl_d-grid{display:grid!important}.xxl_d-inline-grid{display:inline-grid!important}.xxl_v-visible{visibility:visible!important}.xxl_v-hidden{visibility:hidden!important}.xxl_m-auto{margin:auto!important}.xxl_mx-auto{margin-left:auto!important;margin-right:auto!important}.xxl_my-auto{margin-top:auto!important;margin-bottom:auto!important}.xxl_m-0{margin:0!important}.xxl_m-1{margin:.125rem!important}.xxl_m-2{margin:.25rem!important}.xxl_m-3{margin:.5rem!important}.xxl_m-4{margin:.75rem!important}.xxl_m-5{margin:1rem!important}.xxl_m-6{margin:1.5rem!important}.xxl_m-7{margin:2rem!important}.xxl_m-8{margin:2.5rem!important}.xxl_mx-0{margin-left:0!important;margin-right:0!important}.xxl_my-0{margin-top:0!important;margin-bottom:0!important}.xxl_mx-1{margin-left:.125rem!important;margin-right:.125rem!important}.xxl_my-1{margin-top:.125rem!important;margin-bottom:.125rem!important}.xxl_mx-2{margin-left:.25rem!important;margin-right:.25rem!important}.xxl_my-2{margin-top:.25rem!important;margin-bottom:.25rem!important}.xxl_mx-3{margin-left:.5rem!important;margin-right:.5rem!important}.xxl_my-3{margin-top:.5rem!important;margin-bottom:.5rem!important}.xxl_mx-4{margin-left:.75rem!important;margin-right:.75rem!important}.xxl_my-4{margin-top:.75rem!important;margin-bottom:.75rem!important}.xxl_mx-5{margin-left:1rem!important;margin-right:1rem!important}.xxl_my-5{margin-top:1rem!important;margin-bottom:1rem!important}.xxl_mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.xxl_my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.xxl_mx-7{margin-left:2rem!important;margin-right:2rem!important}.xxl_my-7{margin-top:2rem!important;margin-bottom:2rem!important}.xxl_mx-8{margin-left:2.5rem!important;margin-right:2.5rem!important}.xxl_my-8{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.xxl_mt-0{margin-top:0!important}.xxl_mr-0{margin-right:0!important}.xxl_mb-0{margin-bottom:0!important}.xxl_ml-0{margin-left:0!important}.xxl_mt-1{margin-top:.125rem!important}.xxl_mr-1{margin-right:.125rem!important}.xxl_mb-1{margin-bottom:.125rem!important}.xxl_ml-1{margin-left:.125rem!important}.xxl_mt-2{margin-top:.25rem!important}.xxl_mr-2{margin-right:.25rem!important}.xxl_mb-2{margin-bottom:.25rem!important}.xxl_ml-2{margin-left:.25rem!important}.xxl_mt-3{margin-top:.5rem!important}.xxl_mr-3{margin-right:.5rem!important}.xxl_mb-3{margin-bottom:.5rem!important}.xxl_ml-3{margin-left:.5rem!important}.xxl_mt-4{margin-top:.75rem!important}.xxl_mr-4{margin-right:.75rem!important}.xxl_mb-4{margin-bottom:.75rem!important}.xxl_ml-4{margin-left:.75rem!important}.xxl_mt-5{margin-top:1rem!important}.xxl_mr-5{margin-right:1rem!important}.xxl_mb-5{margin-bottom:1rem!important}.xxl_ml-5{margin-left:1rem!important}.xxl_mt-6{margin-top:1.5rem!important}.xxl_mr-6{margin-right:1.5rem!important}.xxl_mb-6{margin-bottom:1.5rem!important}.xxl_ml-6{margin-left:1.5rem!important}.xxl_mt-7{margin-top:2rem!important}.xxl_mr-7{margin-right:2rem!important}.xxl_mb-7{margin-bottom:2rem!important}.xxl_ml-7{margin-left:2rem!important}.xxl_mt-8{margin-top:2.5rem!important}.xxl_mr-8{margin-right:2.5rem!important}.xxl_mb-8{margin-bottom:2.5rem!important}.xxl_ml-8{margin-left:2.5rem!important}.xxl_p-0{padding:0!important}.xxl_p-1{padding:.125rem!important}.xxl_p-2{padding:.25rem!important}.xxl_p-3{padding:.5rem!important}.xxl_p-4{padding:.75rem!important}.xxl_p-5{padding:1rem!important}.xxl_p-6{padding:1.5rem!important}.xxl_p-7{padding:2rem!important}.xxl_p-8{padding:2.5rem!important}.xxl_px-0{padding-left:0!important;padding-right:0!important}.xxl_py-0{padding-top:0!important;padding-bottom:0!important}.xxl_px-1{padding-left:.125rem!important;padding-right:.125rem!important}.xxl_py-1{padding-top:.125rem!important;padding-bottom:.125rem!important}.xxl_px-2{padding-left:.25rem!important;padding-right:.25rem!important}.xxl_py-2{padding-top:.25rem!important;padding-bottom:.25rem!important}.xxl_px-3{padding-left:.5rem!important;padding-right:.5rem!important}.xxl_py-3{padding-top:.5rem!important;padding-bottom:.5rem!important}.xxl_px-4{padding-left:.75rem!important;padding-right:.75rem!important}.xxl_py-4{padding-top:.75rem!important;padding-bottom:.75rem!important}.xxl_px-5{padding-left:1rem!important;padding-right:1rem!important}.xxl_py-5{padding-top:1rem!important;padding-bottom:1rem!important}.xxl_px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.xxl_py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.xxl_px-7{padding-left:2rem!important;padding-right:2rem!important}.xxl_py-7{padding-top:2rem!important;padding-bottom:2rem!important}.xxl_px-8{padding-left:2.5rem!important;padding-right:2.5rem!important}.xxl_py-8{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.xxl_pt-0{padding-top:0!important}.xxl_pr-0{padding-right:0!important}.xxl_pb-0{padding-bottom:0!important}.xxl_pl-0{padding-left:0!important}.xxl_pt-1{padding-top:.125rem!important}.xxl_pr-1{padding-right:.125rem!important}.xxl_pb-1{padding-bottom:.125rem!important}.xxl_pl-1{padding-left:.125rem!important}.xxl_pt-2{padding-top:.25rem!important}.xxl_pr-2{padding-right:.25rem!important}.xxl_pb-2{padding-bottom:.25rem!important}.xxl_pl-2{padding-left:.25rem!important}.xxl_pt-3{padding-top:.5rem!important}.xxl_pr-3{padding-right:.5rem!important}.xxl_pb-3{padding-bottom:.5rem!important}.xxl_pl-3{padding-left:.5rem!important}.xxl_pt-4{padding-top:.75rem!important}.xxl_pr-4{padding-right:.75rem!important}.xxl_pb-4{padding-bottom:.75rem!important}.xxl_pl-4{padding-left:.75rem!important}.xxl_pt-5{padding-top:1rem!important}.xxl_pr-5{padding-right:1rem!important}.xxl_pb-5{padding-bottom:1rem!important}.xxl_pl-5{padding-left:1rem!important}.xxl_pt-6{padding-top:1.5rem!important}.xxl_pr-6{padding-right:1.5rem!important}.xxl_pb-6{padding-bottom:1.5rem!important}.xxl_pl-6{padding-left:1.5rem!important}.xxl_pt-7{padding-top:2rem!important}.xxl_pr-7{padding-right:2rem!important}.xxl_pb-7{padding-bottom:2rem!important}.xxl_pl-7{padding-left:2rem!important}.xxl_pt-8{padding-top:2.5rem!important}.xxl_pr-8{padding-right:2.5rem!important}.xxl_pb-8{padding-bottom:2.5rem!important}.xxl_pl-8{padding-left:2.5rem!important}.xxl_fs-0{font-size:0!important}.xxl_fs-1{font-size:1rem!important}.xxl_fs-2{font-size:1.125rem!important}.xxl_fs-3{font-size:1.25rem!important}.xxl_fs-4{font-size:1.5rem!important}.xxl_fs-5{font-size:1.75rem!important}.xxl_fs-6{font-size:2rem!important}.xxl_fs-7{font-size:2.5rem!important}.xxl_fs-8{font-size:3rem!important}.xxl_fs-n1{font-size:.875rem!important}.xxl_fs-n2{font-size:.75rem!important}.xxl_fs-n3{font-size:.625rem!important}.xxl_fs-n4{font-size:.5rem!important}.xxl_fs-n5{font-size:.375rem!important}.xxl_lh-0{line-height:0!important}.xxl_lh-1{line-height:1!important}.xxl_lh-1p5{line-height:1.5!important}.xxl_lh-root{line-height:1.15!important}}.icon-plus{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.75 1H6.25V6.25H1V9.75H6.25V15H9.75V9.75H15V6.25H9.75V1Z" fill="black"/></svg>')}.icon-play{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 15L14 8L3 1L3 15Z" fill="black"/></svg>')}.icon-ellipsis-v{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="6" width="4" height="4" fill="black"/><rect x="6" width="4" height="4" fill="black"/><rect x="6" y="12" width="4" height="4" fill="black"/></svg>')}.icon-ellipsis-h{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="6" width="4" height="4" fill="black"/><rect x="12" y="6" width="4" height="4" fill="black"/><rect y="6" width="4" height="4" fill="black"/></svg>')}.icon-x{--svg: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.28786 0.812866L0.812988 3.28774L4.5253 7.00005L0.812988 10.7124L3.28786 13.1872L7.00017 9.47492L10.7125 13.1872L13.1874 10.7124L9.47505 7.00005L13.1874 3.28774L10.7125 0.812866L7.00017 4.52518L3.28786 0.812866Z" fill="black"/></svg>')}.icon-search{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0665 0C6.797 0 4.1365 2.66 4.1365 5.9315C4.1365 6.7145 4.2965 7.457 4.572 8.1405L0 12.713L3.285 16L7.859 11.424C8.5425 11.7015 9.285 11.8615 10.066 11.8615C13.3375 11.8615 15.9995 9.2015 15.9995 5.9325C16 2.66 13.338 0 10.0665 0V0ZM10.0665 9.8635C7.9005 9.8635 6.135 8.098 6.135 5.9325C6.135 3.7645 7.9005 1.999 10.0665 1.999C12.2365 1.999 14.002 3.7645 14.002 5.9325C14.002 8.0975 12.2365 9.8635 10.0665 9.8635Z" fill="black"/></svg>')}.icon-folder{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.15355 3L8.84585 4.69231H14.7689V14H1.23047V3H7.15355Z" fill="black"/></svg>')}.icon-folder-open{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.375 14L15 7.23077H3.625L1 14H12.375ZM2.75 6.38462L1 14V3H4.9375L6.6875 4.69231H12.375V6.38462H2.75Z" fill="black"/></svg>')}.icon-file{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.2001 12.9H11.8001V6.3H9.6001V4.1H5.2001V12.9ZM4.1001 13.45V3H10.7001L12.9001 5.2V14H4.1001V13.45Z" fill="black"/></svg>')}.icon-reload{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2812 8.875C11.2812 10.8079 9.71413 12.375 7.78125 12.375C5.84837 12.375 4.28125 10.8079 4.28125 8.875C4.28125 7.08781 5.99494 5.98969 7.78125 5.83394V8L12.1562 4.9375V4.5L7.78125 1V3.20587C4.56694 3.39487 1.65625 5.63881 1.65625 8.875C1.65625 12.2577 4.3985 15 7.78125 15C11.164 15 13.9062 12.2577 13.9062 8.875H11.2812Z" fill="black"/></svg>')}.icon-checkbox{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 0H0V16H16V0ZM14 2H2V14H14V2Z" fill="black"/></svg>')}.icon-checkbox-checked{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 0H0V16H16V0ZM2 8.38462L4.25 6.07692L6.5 8.38462L11.75 3L14 5.30769L6.5 13L2 8.38462Z" fill="black"/></svg>')}.icon-dot{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="6" fill="black"/></svg>')}.icon-chevron-up{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.6 14L16 11.4615L8 3L3.02708e-08 11.4615L2.4 14L8 8.07692L13.6 14Z" fill="black"/></svg>')}.icon-chevron-down{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.4 3L8.42715e-07 5.53846L8 14L16 5.53846L13.6 3L8 8.92308L2.4 3Z" fill="black"/></svg>')}.icon-chevron-right{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 13.6L5.53846 16L14 8L5.53846 0L3 2.4L8.92308 8L3 13.6Z" fill="black"/></svg>')}.icon-chevron-left{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 2.4L11.4615 6.78195e-07L3 8L11.4615 16L14 13.6L8.07692 8L14 2.4Z" fill="black"/></svg>')}.icon-stop{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="2" y="2" width="12" height="12" fill="black"/></svg>')}.icon-bullseye{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 13C10.7614 13 13 10.7614 13 8C13 5.23858 10.7614 3 8 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z" fill="black"/><circle cx="8" cy="8" r="2" fill="black"/></svg>')}.icon-warn{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.62553 9.21728V6.45679H7.37447V9.21728H8.62553ZM8.62553 11.9457V10.5654H7.37447V11.9457H8.62553ZM1 14L8 1L15 14H1Z" fill="black"/></svg>')}.icon-info{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.69014 5.89671V4.48357H7.30986V5.89671H8.69014ZM8.69014 11.5164V7.30986H7.30986V11.5164H8.69014ZM8 1C9.92801 1 11.5767 1.68466 12.946 3.05399C14.3153 4.42332 15 6.07199 15 8C15 9.92801 14.3153 11.5767 12.946 12.946C11.5767 14.3153 9.92801 15 8 15C6.07199 15 4.42332 14.3153 3.05399 12.946C1.68466 11.5767 1 9.92801 1 8C1 6.07199 1.68466 4.42332 3.05399 3.05399C4.42332 1.68466 6.07199 1 8 1Z" fill="black"/></svg>')}.icon-error{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15ZM4.13301 5.67981L5.67981 4.13301L8 6.4532L10.3202 4.13301L11.867 5.67981L9.5468 8L11.867 10.3202L10.3202 11.867L8 9.5468L5.67981 11.867L4.13301 10.3202L6.4532 8L4.13301 5.67981Z" fill="black"/></svg>')}.icon-download{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 12.5785H13V14H3V12.5785ZM13 6.2314L8 11.157L3 6.2314H5.85235V2H10.1477V6.2314H13Z" fill="black"/></svg>')}.icon-equal{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 7V3H1V7H15Z" fill="black"/><path d="M15 13V9.00003H1V13H15Z" fill="black"/></svg>')}.icon-local{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.8242 11.1287V6.74269H11.5V11.1287H13.8242ZM14.4258 5.51462C14.5898 5.51462 14.7266 5.5731 14.8359 5.69006C14.9453 5.80702 15 5.95322 15 6.12865V12.3567C15 12.5322 14.9453 12.6832 14.8359 12.8099C14.7266 12.9366 14.5898 13 14.4258 13H10.9258C10.7617 13 10.6204 12.9366 10.502 12.8099C10.3835 12.6832 10.3242 12.5322 10.3242 12.3567V6.12865C10.3242 5.95322 10.3835 5.80702 10.502 5.69006C10.6204 5.5731 10.7617 5.51462 10.9258 5.51462H14.4258ZM3.32422 4.25731V11.1287H9.17578V13H1V11.1287H2.17578V4.25731C2.17578 3.92593 2.28971 3.63353 2.51758 3.38012C2.74544 3.12671 3.01432 3 3.32422 3H13.8242V4.25731H3.32422Z" fill="black"/></svg>')}.icon-cloud{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 10.1875C15 11.8789 13.6289 13.25 11.9375 13.25H4.0625V13.2391C2.35275 13.1262 1 11.7069 1 9.96875C1 8.88681 1.52588 7.93044 2.3335 7.33281C2.32694 7.26325 2.3125 7.19588 2.3125 7.125C2.3125 5.91662 3.29206 4.9375 4.5 4.9375C4.92044 4.9375 5.30981 5.06219 5.64319 5.26781C6.21325 3.79563 7.6395 2.75 9.3125 2.75C11.4873 2.75 13.25 4.51269 13.25 6.6875C13.25 6.92856 13.2251 7.16263 13.1835 7.39144C14.2532 7.86919 15 8.94019 15 10.1875Z" fill="black"/></svg>')}.icon-logs{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 4H1V15H9.8V12H8.7V13.9H2.1V5.1H6V4Z" fill="black"/><path d="M7.1 10.9H13.7V4.3H11.5V2.1H7.1V10.9ZM6 1H12.6L14.8 3.2V12H6V1Z" fill="black"/></svg>')}.icon-user{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 9.34375C9.125 9.34375 10.2969 9.58854 11.5156 10.0781C12.7344 10.5677 13.3438 11.2083 13.3438 12V13.3438H2.65625V12C2.65625 11.2083 3.26562 10.5677 4.48438 10.0781C5.70312 9.58854 6.875 9.34375 8 9.34375ZM8 8C7.27083 8 6.64583 7.73958 6.125 7.21875C5.60417 6.69792 5.34375 6.07292 5.34375 5.34375C5.34375 4.61458 5.60417 3.98438 6.125 3.45312C6.64583 2.92188 7.27083 2.65625 8 2.65625C8.72917 2.65625 9.35417 2.92188 9.875 3.45312C10.3958 3.98438 10.6562 4.61458 10.6562 5.34375C10.6562 6.07292 10.3958 6.69792 9.875 7.21875C9.35417 7.73958 8.72917 8 8 8Z" fill="black"/></svg>')}.icon-text{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.22221 2.55557V13.4444H5.66666C5.23733 13.4444 4.88888 13.7929 4.88888 14.2222C4.88888 14.6516 5.23733 15 5.66666 15H10.3333C10.7627 15 11.1111 14.6516 11.1111 14.2222C11.1111 13.7929 10.7627 13.4444 10.3333 13.4444H8.77777V2.55557H13.4444V4.11111C13.4444 4.54045 13.7929 4.8889 14.2222 4.8889C14.6516 4.8889 15 4.54045 15 4.11111V1.77778C15 1.34845 14.6516 1 14.2222 1H1.77778C1.34845 1 1 1.34845 1 1.77778V4.11111C1 4.54045 1.34845 4.8889 1.77778 4.8889C2.20712 4.8889 2.55557 4.54045 2.55557 4.11111V2.55557H7.22221Z" fill="black"/></svg>')}.icon-check{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.625 5.5L1 8.125L6.25 13.375L15 4.625L12.375 2L6.25 8.125L3.625 5.5Z" fill="black"/></svg>')}.icon-asterisk{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.3732 9.40365C14.9713 9.72266 15.1772 10.4427 14.834 10.9987L14.2065 12.0013C13.8633 12.5573 13.0887 12.7487 12.4906 12.4297L9.88254 11.0351V13.8333C9.88254 14.4714 9.31386 15 8.62751 15H7.37249C6.68614 15 6.11746 14.4714 6.11746 13.8333V11.0351L3.50936 12.4297C2.91127 12.7487 2.13668 12.5573 1.79351 12.0013L1.166 10.9987C0.822831 10.4427 1.02873 9.72266 1.62683 9.40365L4.23493 8L1.62683 6.59635C1.02873 6.27734 0.822831 5.55729 1.166 5.0013L1.79351 3.9987C2.13668 3.44271 2.91127 3.25131 3.50936 3.57032L6.11746 4.96485V2.16667C6.11746 1.52865 6.68614 1 7.37249 1H8.62751C9.31386 1 9.88254 1.52865 9.88254 2.16667V4.96485L12.4906 3.57032C13.0887 3.25131 13.8633 3.44271 14.2065 3.9987L14.834 5.0013C15.1772 5.55729 14.9713 6.27734 14.3732 6.59635L11.7651 8L14.3732 9.40365Z" fill="black"/></svg>')}.icon-resource{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.541 7.99802L14.7987 9.22869C14.9718 9.39279 15.0356 9.63891 14.981 9.86682C14.9172 10.0947 14.7349 10.277 14.5071 10.3317L12.7937 10.7693L13.2767 12.4649C13.3405 12.6928 13.2767 12.9389 13.1036 13.103C12.9395 13.2762 12.6935 13.3401 12.4656 13.2762L10.7705 12.7931L10.3331 14.5069C10.2784 14.7348 10.0961 14.9171 9.86827 14.9809C9.81358 14.9901 9.74979 14.9992 9.69512 14.9992C9.52196 14.9992 9.34881 14.9263 9.23032 14.7986L8 13.5406L6.76967 14.7986C6.60563 14.9718 6.35957 15.0356 6.13173 14.981C5.89478 14.9171 5.72163 14.7348 5.66694 14.5069L5.22948 12.7931L3.53437 13.2763C3.30653 13.3401 3.06047 13.2763 2.89642 13.1031C2.72327 12.939 2.65947 12.6928 2.72327 12.4649L3.20629 10.7693L1.49294 10.3318C1.2651 10.2771 1.08284 10.0947 1.01905 9.86683C0.964357 9.63893 1.02815 9.3928 1.20132 9.22871L2.45898 7.99803L1.20132 6.76736C1.02817 6.60327 0.964373 6.35714 1.01905 6.12924C1.08284 5.90133 1.26512 5.71902 1.49294 5.66432L3.20629 5.22674L2.72327 3.53114C2.65947 3.30324 2.72327 3.05711 2.89642 2.89302C3.06047 2.71982 3.30653 2.656 3.53437 2.71982L5.22948 3.20297L5.66694 1.48914C5.72163 1.26124 5.90389 1.07893 6.13173 1.02422C6.35957 0.96041 6.60563 1.02422 6.76967 1.19743L8 2.46457L9.23032 1.19743C9.39437 1.02422 9.63132 0.96041 9.86827 1.02422C10.0961 1.07893 10.2784 1.26124 10.3331 1.48914L10.7705 3.20297L12.4656 2.71982C12.6935 2.656 12.9395 2.71982 13.1036 2.89302C13.2767 3.05711 13.3405 3.30324 13.2767 3.53114L12.7937 5.22674L14.5071 5.66432C14.7349 5.71902 14.9172 5.90133 14.981 6.12924C15.0356 6.35714 14.9718 6.60327 14.7987 6.76736L13.541 7.99802Z" fill="black"/></svg>')}.icon-edit{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1H6.25V2.75H2.75V13.25H13.25V9.75H15V15H1V1Z" fill="black"/><path d="M15 4.5L11.5 1L4.5 7.5625V11.5H8.4375L15 4.5Z" fill="black"/></svg>')}.icon-settings{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.3333 8C10.3333 6.71485 9.28516 5.66666 8 5.66666C6.71483 5.66666 5.66666 6.71483 5.66666 8C5.66666 9.28516 6.71483 10.3333 8 10.3333C9.28516 10.3333 10.3333 9.28516 10.3333 8ZM15 7.0065V9.02994C15 9.16665 14.8906 9.33072 14.7448 9.35806L13.0586 9.61326C12.9583 9.90494 12.849 10.1784 12.7031 10.4427C13.013 10.8893 13.3411 11.2903 13.6784 11.7005C13.7331 11.7643 13.7695 11.8463 13.7695 11.9284C13.7695 12.0104 13.7422 12.0742 13.6875 12.138C13.4687 12.4297 12.2383 13.7695 11.9284 13.7695C11.8463 13.7695 11.7643 13.7331 11.6914 13.6875L10.4336 12.7031C10.1693 12.8398 9.8867 12.9583 9.60416 13.0495C9.54035 13.6055 9.48566 14.1979 9.33984 14.7448C9.30338 14.8906 9.17577 15 9.01172 15H6.98829C6.82422 15 6.67838 14.8815 6.66017 14.7266L6.40496 13.0495C6.12241 12.9583 5.84897 12.849 5.58464 12.7122L4.29949 13.6875C4.23569 13.7422 4.15366 13.7695 4.07162 13.7695C3.98959 13.7695 3.90756 13.7331 3.84375 13.6693C3.36068 13.2317 2.72266 12.6667 2.33984 12.138C2.29427 12.0742 2.27604 12.0013 2.27604 11.9284C2.27604 11.8463 2.30338 11.7825 2.34895 11.7187C2.65885 11.2995 2.99608 10.8984 3.30598 10.47C3.15104 10.1784 3.02343 9.87758 2.93228 9.56769L1.26432 9.32159C1.10937 9.29425 1 9.14842 1 8.99347V6.97004C1 6.83333 1.10937 6.66926 1.2461 6.64192L2.94142 6.38671C3.03256 6.09504 3.15106 5.8216 3.29689 5.54818C2.98699 5.11067 2.65887 4.70052 2.32163 4.29037C2.26693 4.22657 2.23049 4.15366 2.23049 4.07162C2.23049 3.98959 2.26695 3.92579 2.31252 3.86199C2.53127 3.56121 3.76174 2.23047 4.07164 2.23047C4.15367 2.23047 4.23571 2.26693 4.30862 2.32161L5.56643 3.29687C5.83074 3.16016 6.11331 3.04167 6.39585 2.95053C6.45965 2.39454 6.51435 1.80209 6.66017 1.25521C6.69663 1.10937 6.82424 1 6.98829 1H9.01172C9.17579 1 9.32162 1.1185 9.33984 1.27344L9.59505 2.95053C9.8776 3.04167 10.151 3.15104 10.4154 3.28777L11.7096 2.3125C11.7643 2.25781 11.8464 2.23047 11.9284 2.23047C12.0104 2.23047 12.0925 2.26693 12.1563 2.32161C12.6393 2.76823 13.2774 3.33334 13.6602 3.87109C13.7057 3.92579 13.724 3.9987 13.724 4.07161C13.724 4.15364 13.6966 4.21744 13.6511 4.28124C13.3412 4.70052 13.0039 5.10156 12.694 5.52995C12.849 5.82162 12.9766 6.1224 13.0677 6.42318L14.7357 6.67838C14.8906 6.70572 15 6.85156 15 7.0065H15Z" fill="black"/></svg>')}.icon-sign-out{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.3 7.99995L10.1 4.49995V6.59995H5.19995V9.39995H10.1V11.5L14.3 7.99995ZM3.09995 3.09995H8.69995V1.69995H3.09995C2.32995 1.69995 1.69995 2.32995 1.69995 3.09995V12.9C1.69995 13.67 2.32995 14.3 3.09995 14.3H8.69995V12.9H3.09995V3.09995Z" fill="black"/></svg>')}.icon-billing{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.31336 7.16146C8.85407 7.30729 9.30261 7.45312 9.65899 7.59896C10.0154 7.74479 10.3902 7.94531 10.7834 8.20052C11.1767 8.45573 11.4777 8.77778 11.6866 9.16667C11.8955 9.55556 12 10.0174 12 10.5521C12 11.3056 11.7481 11.9193 11.2442 12.3932C10.7404 12.8672 10.0707 13.1771 9.23502 13.3229V15H6.87558V13.3229C6.06452 13.1528 5.39478 12.8125 4.86636 12.3021C4.33794 11.7917 4.04916 11.1354 4 10.3333H5.73272C5.83103 11.4271 6.60522 11.974 8.0553 11.974C8.8172 11.974 9.36406 11.8342 9.69585 11.5547C10.0276 11.2752 10.1935 10.9531 10.1935 10.5885C10.1935 9.71354 9.40707 9.0816 7.8341 8.69271C5.37634 8.13368 4.14747 7.06424 4.14747 5.48437C4.14747 4.77951 4.40553 4.17795 4.92166 3.67969C5.43779 3.18142 6.08909 2.84722 6.87558 2.67708V1H9.23502V2.71354C10.0461 2.90799 10.6667 3.27257 11.0968 3.80729C11.5269 4.34201 11.7542 4.96181 11.7788 5.66667H10.0461C9.99693 4.57292 9.33333 4.02604 8.0553 4.02604C7.41628 4.02604 6.9063 4.15972 6.52535 4.42708C6.14439 4.69444 5.95392 5.04687 5.95392 5.48437C5.95392 6.18924 6.7404 6.74826 8.31336 7.16146Z" fill="black"/></svg>')}.icon-list{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.40253 3.37813H15V4.82188H4.40253V3.37813ZM4.40253 9.22188V7.77813H15V9.22188H4.40253ZM4.40253 13.6219V12.1781H15V13.6219H4.40253ZM2.13418 11.8C2.44135 11.8 2.70717 11.9089 2.93165 12.1266C3.15612 12.3443 3.26835 12.6021 3.26835 12.9C3.26835 13.1979 3.15612 13.4557 2.93165 13.6734C2.70717 13.8911 2.44135 14 2.13418 14C1.827 14 1.56118 13.8911 1.33671 13.6734C1.11224 13.4557 1 13.1979 1 12.9C1 12.6021 1.11224 12.3443 1.33671 12.1266C1.56118 11.9089 1.827 11.8 2.13418 11.8ZM2.13418 3C2.44135 3 2.70717 3.10313 2.93165 3.30938C3.15612 3.51563 3.26835 3.77917 3.26835 4.1C3.26835 4.42083 3.15612 4.68438 2.93165 4.89063C2.70717 5.09688 2.44135 5.2 2.13418 5.2C1.827 5.2 1.56118 5.09688 1.33671 4.89063C1.11224 4.68438 1 4.42083 1 4.1C1 3.77917 1.11224 3.51563 1.33671 3.30938C1.56118 3.10313 1.827 3 2.13418 3ZM2.13418 7.4C2.44135 7.4 2.70717 7.50313 2.93165 7.70938C3.15612 7.91563 3.26835 8.17917 3.26835 8.5C3.26835 8.82083 3.15612 9.08438 2.93165 9.29063C2.70717 9.49688 2.44135 9.6 2.13418 9.6C1.827 9.6 1.56118 9.49688 1.33671 9.29063C1.11224 9.08438 1 8.82083 1 8.5C1 8.17917 1.11224 7.91563 1.33671 7.70938C1.56118 7.50313 1.827 7.4 2.13418 7.4Z" fill="black"/></svg>')}.icon-web{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 1C4.13402 1 1 4.13402 1 8C1 11.866 4.13402 15 8 15C11.866 15 15 11.866 15 8C15 4.13402 11.866 1 8 1ZM11.9607 10.3333C12.0858 9.74338 12.1648 9.1172 12.1905 8.46667H14.0491C14.0004 9.11119 13.8504 9.73708 13.6017 10.3333H11.9607ZM4.03931 5.66667C3.91419 6.25662 3.8352 6.8828 3.80951 7.53333H1.95095C1.9996 6.88884 2.1496 6.26292 2.39834 5.66667H4.03931ZM11.0047 5.66667C11.1449 6.26403 11.2292 6.88954 11.2567 7.53333H8.46667V5.66667H11.0047ZM8.46667 4.73333V2.00132C8.67944 2.06324 8.89023 2.16713 9.09708 2.31297C9.48473 2.58626 9.85558 3.00725 10.1695 3.53047C10.3866 3.89217 10.5742 4.29487 10.7309 4.73336H8.46667V4.73333ZM5.83047 3.53044C6.14442 3.00722 6.51524 2.5862 6.90293 2.31294C7.10975 2.1671 7.32056 2.06321 7.53333 2.00129V4.73333H5.26907C5.42578 4.29487 5.61347 3.89217 5.83047 3.53044ZM7.53333 5.66667V7.53333H4.74334C4.77075 6.88954 4.85513 6.26403 4.99531 5.66667H7.53333ZM2.39837 10.3333C2.14963 9.73708 1.99963 9.11119 1.95098 8.46667H3.80954C3.83523 9.1172 3.91422 9.74338 4.03934 10.3333H2.39837ZM4.74334 8.46667H7.53333V10.3333H4.99531C4.85513 9.736 4.77075 9.11046 4.74334 8.46667ZM7.53333 11.2667V13.9987C7.32059 13.9368 7.10978 13.8329 6.90293 13.6871C6.51524 13.4138 6.14439 12.9928 5.83047 12.4696C5.61344 12.1078 5.42578 11.7051 5.26904 11.2667H7.53333ZM10.1695 12.4696C9.85558 12.9928 9.48473 13.4138 9.09708 13.6871C8.89023 13.8329 8.67944 13.9368 8.46667 13.9987V11.2667H10.731C10.5742 11.7051 10.3866 12.1078 10.1695 12.4696ZM8.46667 10.3333V8.46667H11.2567C11.2292 9.11046 11.1449 9.736 11.0047 10.3333H8.46667ZM12.1905 7.53333C12.1648 6.8828 12.0858 6.25662 11.9607 5.66667H13.6017C13.8504 6.26292 14.0004 6.88884 14.0491 7.53333H12.1905ZM13.1138 4.73333H11.7152C11.4434 3.87639 11.0681 3.12488 10.6169 2.52501C11.2372 2.82163 11.799 3.21941 12.2898 3.71022C12.603 4.02345 12.8784 4.36557 13.1138 4.73333ZM3.71022 3.71022C4.20107 3.21938 4.76285 2.82163 5.38314 2.52501C4.9319 3.12488 4.55661 3.87639 4.28478 4.73333H2.88627C3.12161 4.36557 3.397 4.02345 3.71022 3.71022ZM2.88627 11.2667H4.28478C4.55661 12.1236 4.93193 12.8751 5.38317 13.475C4.76285 13.1784 4.20107 12.7806 3.71025 12.2898C3.397 11.9766 3.12161 11.6344 2.88627 11.2667ZM12.2898 12.2898C11.799 12.7806 11.2372 13.1784 10.6169 13.475C11.0681 12.8751 11.4434 12.1236 11.7152 11.2667H13.1138C12.8784 11.6344 12.603 11.9766 12.2898 12.2898Z" fill="black"/></svg>')}.icon-clear{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 1C4.13384 1 1 4.13384 1 8C1 11.8662 4.13384 15 8 15C11.8662 15 15 11.8662 15 8C15 4.13384 11.8662 1 8 1ZM2.75 8C2.75 6.86737 3.11401 5.82062 3.72626 4.96186L11.0381 12.2737C10.1794 12.886 9.13263 13.25 8 13.25C5.10498 13.25 2.75 10.895 2.75 8ZM12.2737 11.0381L4.96186 3.72626C5.82062 3.11401 6.86737 2.75 8 2.75C10.895 2.75 13.25 5.10498 13.25 8C13.25 9.13263 12.886 10.1794 12.2737 11.0381Z" fill="black"/></svg>')}.icon-save{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 2.4C1 1.63 1.63 1 2.4 1H12.2L15 3.8V13.6C15 14.3732 14.3732 15 13.6 15H2.4C1.6268 15 1 14.3732 1 13.6L1 2.4ZM4.5 2.4V6.6H11.5V2.4H4.5ZM8.7 3.1H10.8V5.9H8.7V3.1Z" fill="black"/></svg>')}.icon-record{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 13C10.7614 13 13 10.7614 13 8C13 5.23858 10.7614 3 8 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z" fill="black"/><circle cx="8" cy="8" r="3" fill="black"/></svg>')}.icon-record-stop{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 13C10.7614 13 13 10.7614 13 8C13 5.23858 10.7614 3 8 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z" fill="black"/><rect x="6" y="6" width="4" height="4" fill="black"/></svg>')}.icon-caret-right{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 14L13 8L4 2L4 14Z" fill="black"/></svg>')}.icon-caret-left{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2L3 8L12 14L12 2Z" fill="black"/></svg>')}.icon-caret-down{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 3.5L8.5 12.5L14.5 3.5L2.5 3.5Z" fill="black"/></svg>')}.icon-copy{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 6H10V14H2V6ZM6 2V4H12V10H14V2H6Z" fill="black"/></svg>')}.icon-preview{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 2.75C4.13425 2.75 1 7.93175 1 7.93175C1 7.93175 4.13425 13.25 8 13.25C11.8658 13.25 15 7.93175 15 7.93175C15 7.93175 11.8658 2.75 8 2.75ZM8 11.5C6.06712 11.5 4.5 9.93288 4.5 8C4.5 6.06712 6.06712 4.5 8 4.5C9.93288 4.5 11.5 6.06712 11.5 8C11.5 9.93288 9.93288 11.5 8 11.5ZM6.25 8C6.25 7.03351 7.03351 6.25 8 6.25C8.96649 6.25 9.75 7.03351 9.75 8C9.75 8.96649 8.96649 9.75 8 9.75C7.03351 9.75 6.25 8.96649 6.25 8Z" fill="black"/></svg>')}.icon-trash{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1.76562V3.33333H3V1.76562H5.48322L6.22148 1H9.77852L10.5168 1.76562H13ZM3.7047 15V4.09896H12.2953V15C12.2953 15 4.30056 15 3.7047 15Z" fill="black"/></svg>')}.icon-draft{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.34375 13.3438L10 10.6562H14V13.3438H7.34375ZM4.125 12L9.90625 6.21875L9.09375 5.40625L3.34375 11.1875V12H4.125ZM12.2812 3.875C12.5521 4.14583 12.6875 4.45833 12.6875 4.8125C12.6875 5.16667 12.5521 5.47917 12.2812 5.75L4.6875 13.3438H2V10.625C7 5.64583 9.53125 3.125 9.59375 3.0625C9.86458 2.79167 10.1771 2.65625 10.5312 2.65625C10.8854 2.65625 11.1979 2.79167 11.4688 3.0625L12.2812 3.875Z" fill="black"/></svg>')}.icon-date{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.8169 13.7191V5.46809H3.1831V13.7191H12.8169ZM12.8169 2.28085C13.1362 2.28085 13.4131 2.40993 13.6479 2.66809C13.8826 2.92624 14 3.22411 14 3.5617V13.7191C14 14.0567 13.8826 14.3546 13.6479 14.6128C13.4131 14.8709 13.1362 15 12.8169 15H3.1831C2.86385 15 2.58685 14.8709 2.35211 14.6128C2.11737 14.3546 2 14.0567 2 13.7191V3.5617C2 3.22411 2.11737 2.92624 2.35211 2.66809C2.58685 2.40993 2.86385 2.28085 3.1831 2.28085H3.80282V1H4.98592V2.28085H11.0141V1H12.1972V2.28085H12.8169Z" fill="black"/></svg>')}.icon-publish{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.34375 14V9.34375L11.3438 8L1.34375 6.65625V2L15.3438 8L1.34375 14Z" fill="black"/></svg>')}.icon-process{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.02224 15H5.98929L7.02224 9.56771H3.50082C3 9.56771 2.87479 9.39757 3.12521 9.05729C3.21911 8.93576 3.23476 8.89931 3.17216 8.94792C4.76853 6.78472 6.70923 4.13542 8.99423 1H10.0272L8.99423 6.43229H12.5157C12.9539 6.43229 13.0947 6.60243 12.9382 6.94271L7.02224 15Z" fill="black"/></svg>')}.icon-gauge{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.68889 10.0615C6.20659 10.8994 6.53139 11.5875 7.20129 11.9739C7.87049 12.361 8.62999 12.2994 9.11368 11.4615C9.59599 10.625 12.6466 3.15602 12.3813 3.00272C12.116 2.84942 7.17189 9.22432 6.68889 10.0615ZM8 4.74152C8.3066 4.74152 8.6048 4.76742 8.8967 4.81783C9.2033 4.43352 9.5463 4.01002 9.8802 3.60822C9.2838 3.43602 8.6538 3.34152 8 3.34152C4.07511 3.34152 1 6.65182 1 10.8777C1 11.1374 1.0112 11.3971 1.0343 11.6498C1.06861 12.0355 1.4123 12.3183 1.79311 12.2854C2.1788 12.2497 2.463 11.9109 2.42871 11.5252C2.40982 11.3138 2.40001 11.0947 2.40001 10.8777C2.40001 7.43654 4.85982 4.74154 8.00001 4.74154L8 4.74152ZM13.0533 5.61652C12.858 6.14152 12.6515 6.67632 12.4695 7.13832C13.18 8.16732 13.6 9.45813 13.6 10.8777C13.6 11.0989 13.5895 11.3222 13.5699 11.5378C13.5349 11.9235 13.8184 12.2637 14.2034 12.2994C14.2244 12.3008 14.2461 12.3022 14.2678 12.3022C14.6255 12.3022 14.9314 12.0285 14.9643 11.6652C14.9874 11.4062 15 11.1416 15 10.8777C15 8.80993 14.2629 6.96473 13.0533 5.61654L13.0533 5.61652Z" fill="black"/></svg>')}.icon-dollar{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.77419 7.28125C8.24731 7.40625 8.63978 7.53125 8.95161 7.65625C9.26344 7.78125 9.5914 7.95312 9.93548 8.17188C10.2796 8.39062 10.543 8.66667 10.7258 9C10.9086 9.33333 11 9.72917 11 10.1875C11 10.8333 10.7796 11.3594 10.3387 11.7656C9.89785 12.1719 9.31183 12.4375 8.58065 12.5625V14H6.51613V12.5625C5.80645 12.4167 5.22043 12.125 4.75806 11.6875C4.2957 11.25 4.04301 10.6875 4 10H5.51613C5.60215 10.9375 6.27957 11.4062 7.54839 11.4062C8.21505 11.4062 8.69355 11.2865 8.98387 11.0469C9.27419 10.8073 9.41935 10.5312 9.41935 10.2188C9.41935 9.46875 8.73118 8.92708 7.35484 8.59375C5.2043 8.11458 4.12903 7.19792 4.12903 5.84375C4.12903 5.23958 4.35484 4.72396 4.80645 4.29688C5.25806 3.86979 5.82796 3.58333 6.51613 3.4375V2H8.58065V3.46875C9.29032 3.63542 9.83333 3.94792 10.2097 4.40625C10.586 4.86458 10.7849 5.39583 10.8065 6H9.29032C9.24731 5.0625 8.66667 4.59375 7.54839 4.59375C6.98925 4.59375 6.54301 4.70833 6.20968 4.9375C5.87634 5.16667 5.70968 5.46875 5.70968 5.84375C5.70968 6.44792 6.39785 6.92708 7.77419 7.28125Z" fill="black"/></svg>')}.icon-link{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.03486 9.33551C6.87834 9.33551 6.72186 9.27582 6.60245 9.1564C5.48367 8.0376 5.48367 6.21717 6.60245 5.09837L8.86037 2.84044C9.40236 2.29847 10.1229 2 10.8894 2C11.6558 2 12.3764 2.29847 12.9184 2.84042C14.0371 3.95922 14.0371 5.77965 12.9184 6.89845L11.8863 7.93058C11.6474 8.16941 11.2603 8.16941 11.0214 7.93058C10.7826 7.69179 10.7826 7.30457 11.0214 7.06575L12.0536 6.03362C12.6955 5.39169 12.6955 4.34719 12.0536 3.70525C11.7426 3.39429 11.3291 3.22304 10.8894 3.22304C10.4496 3.22304 10.0362 3.39429 9.72517 3.70528L7.46725 5.96318C6.82532 6.60511 6.82532 7.64964 7.46725 8.29157C7.70607 8.53037 7.70605 8.91758 7.46725 9.1564C7.34789 9.27579 7.19134 9.33551 7.03486 9.33551Z" fill="black"/><path d="M4.86808 13.7599C4.10161 13.7599 3.38103 13.4615 2.83908 12.9195C1.72031 11.8007 1.72031 9.9803 2.83908 8.8615L3.87119 7.82939C4.11001 7.59059 4.49722 7.59059 4.73602 7.82939C4.97484 8.06819 4.97484 8.4554 4.73602 8.69422L3.70391 9.72633C3.06198 10.3683 3.06198 11.4128 3.70391 12.0547C4.01485 12.3657 4.4283 12.5369 4.86808 12.5369C5.30786 12.5369 5.72129 12.3657 6.0323 12.0547L8.29022 9.79677C8.93213 9.15484 8.93213 8.11031 8.29022 7.46838C8.0514 7.22956 8.05142 6.84237 8.29022 6.60354C8.52902 6.36475 8.91623 6.36475 9.15505 6.60357C10.2738 7.72235 10.2738 9.54278 9.15507 10.6616L6.89713 12.9195C6.35511 13.4615 5.63453 13.7599 4.86808 13.7599Z" fill="black"/></svg>')}.icon-home{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.65625 13.3438H3.34375V8H1.34375L8 2L14.6562 8H12.6562V13.3438H9.34375V9.34375H6.65625V13.3438Z" fill="black"/></svg>')}.icon-code{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 9.35667L5.39337 12.0471V10.105L2.77756 8.56667L5.39337 7.02833V5.07292L1 7.77708V9.35667ZM6.32263 13H7.83462L10.0501 3H8.52806L6.32263 13ZM10.6071 5.07292V7.02833L13.222 8.56667L10.6071 10.1046V12.0467L15 9.35667V7.77708L10.6071 5.07292Z" fill="black"/></svg>')}.icon-drive{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.8054 8.56125L11.7733 3.60687C11.6233 3.24 11.2593 3 10.8543 3H5.14552C4.74051 3 4.37649 3.24 4.22653 3.60687L2.19438 8.56125C2.00981 9.01187 1.95533 9.50312 2.03673 9.98125L2.41483 12.1931C2.4943 12.6588 2.90702 13 3.39086 13H12.6083C13.0922 13 13.5049 12.6588 13.5843 12.1931L13.9624 9.98125C14.0451 9.50312 13.9906 9.01187 13.8054 8.56125H13.8054ZM12.4596 11.2781C12.4135 11.5506 12.1719 11.75 11.8886 11.75H4.11119C3.82794 11.75 3.58632 11.5506 3.54019 11.2781L3.30628 9.90749C3.24667 9.56312 3.51904 9.25 3.87728 9.25H12.1232C12.4808 9.25 12.7531 9.56312 12.6942 9.90749L12.4596 11.2781Z" fill="black"/></svg>')}.icon-secret{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.92982 5.35268V4.10491C9.92982 3.58259 9.73977 3.13281 9.35965 2.75558C8.97953 2.37835 8.52632 2.18973 8 2.18973C7.47368 2.18973 7.02047 2.37835 6.64035 2.75558C6.26023 3.13281 6.07018 3.58259 6.07018 4.10491V5.35268H9.92982ZM8 10.9241C8.33138 10.9241 8.62378 10.7984 8.87719 10.5469C9.1306 10.2954 9.25731 10.0052 9.25731 9.67634C9.25731 9.34747 9.1306 9.05729 8.87719 8.8058C8.62378 8.55432 8.33138 8.42857 8 8.42857C7.66862 8.42857 7.37622 8.55432 7.12281 8.8058C6.8694 9.05729 6.74269 9.34747 6.74269 9.67634C6.74269 10.0052 6.8694 10.2954 7.12281 10.5469C7.37622 10.7984 7.66862 10.9241 8 10.9241ZM11.7427 5.35268C12.0741 5.35268 12.3665 5.47359 12.6199 5.7154C12.8733 5.95722 13 6.24256 13 6.57143V12.7812C13 13.1101 12.8733 13.3955 12.6199 13.6373C12.3665 13.8791 12.0741 14 11.7427 14H4.25731C3.92593 14 3.63353 13.8791 3.38012 13.6373C3.12671 13.3955 3 13.1101 3 12.7812V6.57143C3 6.24256 3.12671 5.95722 3.38012 5.7154C3.63353 5.47359 3.92593 5.35268 4.25731 5.35268H4.87135V4.10491C4.87135 3.25372 5.17836 2.52344 5.7924 1.91406C6.40643 1.30469 7.1423 1 8 1C8.8577 1 9.59357 1.30469 10.2076 1.91406C10.8216 2.52344 11.1287 3.25372 11.1287 4.10491V5.35268H11.7427Z" fill="black"/></svg>')}.icon-selfvm{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.3806 11.5278C3.8897 11.5278 3.53468 11.4209 3.31552 11.2071C3.10514 10.9844 2.99995 10.7216 2.99995 10.4187V9.951C2.99995 9.64811 3.10514 9.38976 3.31552 9.17595C3.53468 8.95323 3.8897 8.84187 4.3806 8.84187C4.8715 8.84187 5.22215 8.95323 5.43253 9.17595C5.65168 9.38976 5.76126 9.64811 5.76126 9.951V10.4187C5.76126 10.7216 5.65168 10.9844 5.43253 11.2071C5.22215 11.4209 4.8715 11.5278 4.3806 11.5278ZM4.3806 6.99777C3.8897 6.99777 3.53468 6.89087 3.31552 6.67706C3.10514 6.45434 2.99995 6.19154 2.99995 5.88864V5.42094C2.99995 5.11804 3.10514 4.85969 3.31552 4.64588C3.53468 4.42316 3.8897 4.3118 4.3806 4.3118C4.8715 4.3118 5.22215 4.42316 5.43253 4.64588C5.65168 4.85969 5.76126 5.11804 5.76126 5.42094V5.88864C5.76126 6.19154 5.65168 6.45434 5.43253 6.67706C5.22215 6.89087 4.8715 6.99777 4.3806 6.99777Z" fill="black"/><path d="M10.1742 2C10.7703 2 11.1955 2.13808 11.4497 2.41425C11.7039 2.68151 11.831 3.0245 11.831 3.44321V4.04454C11.831 4.26726 11.8047 4.46325 11.7521 4.63252C11.7083 4.80178 11.6513 4.95323 11.5812 5.08686C11.5111 5.22049 11.4322 5.34076 11.3445 5.44766C11.2569 5.55457 11.1736 5.65256 11.0947 5.74165C10.9457 5.91982 10.8405 6.07572 10.7791 6.20935C10.7265 6.33408 10.7002 6.46771 10.7002 6.61025C10.7002 6.84187 10.8186 7.02004 11.0552 7.14477C11.2919 7.26949 11.6469 7.33185 12.1203 7.33185H13.3037V8.66815H12.1203C11.6469 8.66815 11.2919 8.73051 11.0552 8.85523C10.8186 8.97996 10.7002 9.15813 10.7002 9.38976C10.7002 9.53229 10.7265 9.67038 10.7791 9.80401C10.8405 9.92873 10.9457 10.0802 11.0947 10.2584C11.1736 10.3563 11.2569 10.4588 11.3445 10.5657C11.4322 10.6637 11.5111 10.7795 11.5812 10.9131C11.6513 11.0468 11.7083 11.1982 11.7521 11.3675C11.8047 11.5367 11.831 11.7327 11.831 11.9555V12.5568C11.831 12.9755 11.7039 13.3185 11.4497 13.5857C11.1955 13.8619 10.7703 14 10.1742 14H7.83371V12.6771H10.2663V12.0356C10.2663 11.6971 10.2093 11.4388 10.0954 11.2606C9.99016 11.0824 9.87182 10.9042 9.74032 10.7261C9.5913 10.539 9.45104 10.3385 9.31955 10.1247C9.18806 9.91091 9.12232 9.66147 9.12232 9.37639C9.12232 9.00223 9.24943 8.70379 9.50364 8.48107C9.75786 8.25835 10.1479 8.11581 10.6739 8.05345V7.94655C10.1479 7.88419 9.75786 7.74165 9.50364 7.51893C9.24943 7.29621 9.12232 6.99777 9.12232 6.62361C9.12232 6.33853 9.18806 6.08909 9.31955 5.87528C9.45104 5.66147 9.5913 5.46102 9.74032 5.27394C9.87182 5.09577 9.99016 4.91759 10.0954 4.73942C10.2093 4.56125 10.2663 4.3029 10.2663 3.96437V3.32294H7.83371V2H10.1742Z" fill="black"/></svg>')}.icon-external{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 2H2V14H14V2ZM5.4285 3.71429L7.90832 6.3662L3.45501 10.8195L5.07736 12.4419L9.47628 8.04296L12.2856 10.5714V3.71429L5.4285 3.71429Z" fill="black"/></svg>')}.icon-color{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 13.5728V3.07282L4.84211 6.13107C3.95322 6.99191 3.50877 8.02265 3.50877 9.2233C3.50877 10.4013 3.95322 11.4207 4.84211 12.2816C5.73099 13.1424 6.78363 13.5728 8 13.5728ZM12.2456 5.11165C13.4152 6.24434 14 7.60922 14 9.20631C14 10.8034 13.4152 12.1683 12.2456 13.301C11.076 14.4337 9.66082 15 8 15C7.32164 15 6.56725 14.8358 5.73684 14.5073C4.90643 14.1788 4.24561 13.7767 3.75439 13.301C2.5848 12.1683 2 10.8034 2 9.20631C2 7.60922 2.5848 6.24434 3.75439 5.11165L8 1L12.2456 5.11165Z" fill="black"/></svg>')}.icon-sliders{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.75 11.8182V12.9091H2V11.8182H4.75ZM7.50001 10.7273C7.77344 10.7273 8 10.9744 8 11.2727V13.4546C8 13.7528 7.77344 14 7.50001 14H5.5C5.22656 14 5.00001 13.7528 5.00001 13.4546V11.2727C5.00001 10.9744 5.22656 10.7273 5.5 10.7273H7.50001ZM8.75 7.45454V8.54546H2V7.45454H8.75ZM3.75 3.09091V4.18182H2V3.09091H3.75ZM14 11.8182V12.9091H8.25V11.8182H14ZM6.5 2C6.77344 2 7 2.24715 7 2.54545V4.72727C7 5.02557 6.77344 5.27272 6.5 5.27272H4.5C4.22656 5.27272 4 5.02557 4 4.72727V2.54545C4 2.24715 4.22656 2 4.5 2H6.5ZM11.5 6.36363C11.7734 6.36363 12 6.61079 12 6.90908V9.0909C12 9.3892 11.7734 9.63635 11.5 9.63635H9.5C9.22656 9.63635 9 9.3892 9 9.0909V6.90908C9 6.61079 9.22656 6.36363 9.5 6.36363H11.5ZM14 7.45454V8.54546H12.25V7.45454H14ZM14 3.09091V4.18182H7.25V3.09091H14Z" fill="black"/></svg>')}.icon-auth{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.65625 11.3438L12 6L11.0625 5.0625L6.65625 9.4375L4.9375 7.71875L4 8.65625L6.65625 11.3438ZM8 0.65625L14 3.34375V7.34375C14 9.19792 13.4271 10.8906 12.2812 12.4219C11.1354 13.9531 9.70833 14.9271 8 15.3438C6.29167 14.9271 4.86458 13.9531 3.71875 12.4219C2.57292 10.8906 2 9.19792 2 7.34375V3.34375L8 0.65625Z" fill="black"/></svg>')}.icon-picker{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.4874 1.51255C13.804 0.829149 12.696 0.829149 12.0126 1.51255L9.65939 3.86573L8 2.20635L6.14385 4.06249L7.5989 5.51754L1.14416 11.9723C1.03413 12.0823 0.987367 12.2315 1.00334 12.375H1V14.5625C1 14.8041 1.19589 15 1.4375 15H3.625C3.625 15 3.66142 15 3.67969 15C3.80563 15 3.93161 14.9519 4.02772 14.8558L10.4825 8.4011L11.9375 9.85615L13.7937 8L12.1343 6.34061L14.4874 3.98744C15.1709 3.30401 15.1709 2.19598 14.4874 1.51255ZM3.36647 14.125H1.875V12.6335L8.29496 6.2136L9.7864 7.70504L3.36647 14.125Z" fill="black"/></svg>')}.icon-console{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.13793 11.8047L7.13793 7.80468C7.3986 7.54401 7.3986 7.12201 7.13793 6.86201L3.13793 2.86201C2.87726 2.60134 2.45526 2.60134 2.19526 2.86201C1.93526 3.12268 1.93459 3.54468 2.19526 3.80468L5.72393 7.33335L2.19526 10.862C1.93459 11.1227 1.93459 11.5447 2.19526 11.8047C2.45593 12.0647 2.87793 12.0654 3.13793 11.8047ZM7.99993 13.3333H13.3333C13.7013 13.3333 13.9999 13.0347 13.9999 12.6667C13.9999 12.2987 13.7013 12 13.3333 12H7.99993C7.63193 12 7.33326 12.2987 7.33326 12.6667C7.33326 13.0347 7.63193 13.3333 7.99993 13.3333Z" fill="black"/></svg>')}.icon-menu{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 14V11.4615H2V14H14Z" fill="black"/><path d="M14 9.76923V7.23079H2V9.76923H14Z" fill="black"/><path d="M14 5.53846V3H2V5.53846H14Z" fill="black"/></svg>')}.icon-drag{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.3925 10.9825C10.8162 10.9825 11.19 11.1345 11.514 11.4386C11.838 11.7427 12 12.0936 12 12.4912C12 12.8889 11.838 13.2398 11.514 13.5439C11.19 13.848 10.8162 14 10.3925 14C9.96885 14 9.59502 13.848 9.27103 13.5439C8.94704 13.2398 8.78505 12.8889 8.78505 12.4912C8.78505 12.0936 8.94704 11.7427 9.27103 11.4386C9.59502 11.1345 9.96885 10.9825 10.3925 10.9825ZM10.3925 6.49123C10.8162 6.49123 11.19 6.64327 11.514 6.94737C11.838 7.25146 12 7.60234 12 8C12 8.39766 11.838 8.74854 11.514 9.05263C11.19 9.35673 10.8162 9.50877 10.3925 9.50877C9.96885 9.50877 9.59502 9.35673 9.27103 9.05263C8.94704 8.74854 8.78505 8.39766 8.78505 8C8.78505 7.60234 8.94704 7.25146 9.27103 6.94737C9.59502 6.64327 9.96885 6.49123 10.3925 6.49123ZM10.3925 5.01754C9.96885 5.01754 9.59502 4.8655 9.27103 4.5614C8.94704 4.25731 8.78505 3.90643 8.78505 3.50877C8.78505 3.11111 8.94704 2.76023 9.27103 2.45614C9.59502 2.15205 9.96885 2 10.3925 2C10.8162 2 11.19 2.15205 11.514 2.45614C11.838 2.76023 12 3.11111 12 3.50877C12 3.90643 11.838 4.25731 11.514 4.5614C11.19 4.8655 10.8162 5.01754 10.3925 5.01754ZM5.60748 2C6.03115 2 6.40498 2.15205 6.72897 2.45614C7.05296 2.76023 7.21495 3.11111 7.21495 3.50877C7.21495 3.90643 7.05296 4.25731 6.72897 4.5614C6.40498 4.8655 6.03115 5.01754 5.60748 5.01754C5.1838 5.01754 4.80997 4.8655 4.48598 4.5614C4.16199 4.25731 4 3.90643 4 3.50877C4 3.11111 4.16199 2.76023 4.48598 2.45614C4.80997 2.15205 5.1838 2 5.60748 2ZM5.60748 6.49123C6.03115 6.49123 6.40498 6.64327 6.72897 6.94737C7.05296 7.25146 7.21495 7.60234 7.21495 8C7.21495 8.39766 7.05296 8.74854 6.72897 9.05263C6.40498 9.35673 6.03115 9.50877 5.60748 9.50877C5.1838 9.50877 4.80997 9.35673 4.48598 9.05263C4.16199 8.74854 4 8.39766 4 8C4 7.60234 4.16199 7.25146 4.48598 6.94737C4.80997 6.64327 5.1838 6.49123 5.60748 6.49123ZM7.21495 12.4912C7.21495 12.8889 7.05296 13.2398 6.72897 13.5439C6.40498 13.848 6.03115 14 5.60748 14C5.1838 14 4.80997 13.848 4.48598 13.5439C4.16199 13.2398 4 12.8889 4 12.4912C4 12.0936 4.16199 11.7427 4.48598 11.4386C4.80997 11.1345 5.1838 10.9825 5.60748 10.9825C6.03115 10.9825 6.40498 11.1345 6.72897 11.4386C7.05296 11.7427 7.21495 12.0936 7.21495 12.4912Z" fill="black"/></svg>')}.icon-batch{--svg: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 5.42857L8 2L1 5.42857L8 8.85714L15 5.42857ZM13.5979 7.31324L15 8L8 11.4286L1 8L2.40213 7.31324L8 10.0551L13.5979 7.31324ZM13.5979 9.88467L15 10.5714L8 14L1 10.5714L2.40213 9.88467L8 12.6265L13.5979 9.88467Z" fill="black"/></svg>')}.lvl-error{background-color:var(--danger-light)}.lvl-error>.col-auto>.icon{color:var(--danger)}.lvl-warn{background-color:var(--warn-light)}.lvl-warn>.col-auto>.icon{color:var(--warn)}.alert{border:2px solid var(--ui-border);border-radius:2px}.alert-fixed{position:fixed;z-index:10000;right:30px;bottom:30px;width:350px}.breadcrumbs-item{font-size:12px;line-height:12px;padding:0}.breadcrumbs-separator{line-height:9px;padding:0 5px}.breadcrumbs-separator>.icon{width:9px;height:9px}
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
