/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{vertical-align:middle;display:inline-block}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1px}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{top:5px;right:5px}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save";border-right:0;padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.rdrCalendarWrapper{box-sizing:border-box;-webkit-user-select:none;user-select:none;background:#fff;flex-direction:column;display:inline-flex}.rdrDateDisplay{justify-content:space-between;display:flex}.rdrDateDisplayItem{text-align:center;width:0;color:inherit;flex:1}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;justify-content:space-between;display:flex}.rdrMonthAndYearPickers{flex:auto;justify-content:center;align-items:center;display:flex}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{flex-direction:row;display:flex}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{box-sizing:inherit;text-align:center;flex-basis:14.2857%}.rdrDays{flex-wrap:wrap;display:flex}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{color:red;font-size:1.6em;line-height:1.6em;position:absolute;top:0;right:.25em}.rdrDay{box-sizing:inherit;width:14.2857%;font:inherit;cursor:pointer;position:relative}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{-webkit-user-select:none;user-select:none;display:inline-flex}.rdrStaticRanges{flex-direction:column;display:flex}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.slick-slider{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;display:block;position:relative}.slick-list{margin:0;padding:0;display:block;position:relative;overflow:hidden}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate(0,0)}.slick-track{margin-left:auto;margin-right:auto;display:block;position:relative;top:0;left:0}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;height:auto;display:block}.slick-arrow.slick-hidden{display:none}:root{--color-black:#000;--color-black-rgb:0, 0, 0;--color-white:#fff;--color-white-rgb:255, 255, 255;--color-primary-light:#5fa1fd;--color-primary:#3a65ff;--color-primary-dark:#2f5af3;--color-primary-darkest:#2754af;--color-secondary:#f1b072;--color-tertiary:#ff4848;--color-attention:#b23636;--color-accent-light:#4ce2a3;--color-accent:#42cd7a;--color-accent-dark:#079662;--color-neutral-lightest:#bdbdbd;--color-neutral-light:#7d7d7d;--color-neutral-not-so-light:#4b5252;--color-neutral:#272b2b;--color-neutral-dark:#171717;--color-regular-links:#4a90e2;--color-primary-links:#5bbaff;--color-regular-links-visited:#52759e;--color-purple:#967fdb;--color-grey-300:#191b1b;--color-warning:#f2c94c;--color-orange:#d77920;--color-gold:#ffb167;--color-gold-2:#b6804d;--color-gold-3:#e7b37b;--color-modal:#1c1c1c;--color-grey-0:#f5f4f4;--color-grey-1:#efeced;--color-grey-2:#ebebeb;--color-grey-4:#899392;--color-grey-5:#e9e4e6;--color-grey-6:gray;--color-grey-7:#4d4d4d;--color-grey-8:#575757;--color-grey-9:#b5b5b5;--color-grey-10:#525252;--color-grey-11:#232323;--color-grey-12:#d0d0d0;--color-grey-13:#353535;--color-grey-14:#707070;--color-grey-15:#434343;--color-grey-16:#5c6464;--color-grey-17:#d9d9d9;--color-grey-18:#bababa;--color-grey-19:#d3d3d3;--color-grey-20:#a1a1a1;--color-grey-21:#e8e8e8;--color-grey-22:#828183;--color-grey-23:#0e0e0e;--color-grey-24:#a7a7a7;--color-grey-25:#1c1c1c;--color-grey-26:#757575;--color-grey-27:#adadad;--color-grey-28:#1e1e1e;--color-grey-29:#141616;--color-grey-30:#878787;--color-grey-31:#282828;--color-grey-32:#171717;--color-grey-33:#282b2b;--color-grey-34:#ececec;--color-blue-1:#3952c5;--color-blue-2:#103f6e;--color-blue-3:#155088;--color-dark-blue-1:#40515f;--color-yellow-1:#fff800;--color-red-1:red;--color-grade-ou:#21fc87;--color-grade-ex:#76f366;--color-grade-vg:#c7ea45;--color-grade-gd:#ecc834;--color-grade-fr:#eb8632;--color-grade-pr:#ea4a30;--color-non-owner-sweet-line:#6a0dad;--color-bg-main-light:#000;--color-bg-secondary-light:#f4f4f4;--color-font-main-light:white;--color-bg-main-dark:#000;--color-bg-secondary-dark:#161616;--color-font-main-dark:white;--font-main:"IBM Plex Sans", sans-serif;--border-radius-primary:.6rem;--border-radius-secondary:.3rem;--border-color:#353535;--header-menu-height:5.6rem;--gap-xlarge:2.4rem;--gap-regular:1.2rem;--gap-small:.6rem;--gap-xsmall:.3rem;--base-font-size:10px;--body-font-size:1.6rem;--media-xxs:40px;--media-xs:80px;--media-s:160px;--media-m:320px;--media-l:480px;--media-xl:640px;--screen-xxs:320px;--screen-xs:576px;--screen-sm:768px;--screen-md:992px;--screen-lg:1200px;--screen-ml:1366px;--screen-xlg:1475px;--screen-xxlg:1600px;--screen-xxxlg:2500px;color-scheme:normal;--base-unit-xxl:calc(var(--base-unit-m) * 8);--base-unit-xl:calc(var(--base-unit-m) * 4);--base-unit-l:calc(var(--base-unit-m) * 2);--base-unit-m:var(--gap-small);--base-unit-s:calc(var(--base-unit-m) / 2);--safe-area-left:0rem;--safe-area-top:0rem;--safe-area-right:0rem;--safe-area-bottom:0rem;--safe-area-paddings:var(--safe-area-top) var(--safe-area-right) var(--safe-area-bottom) var(--safe-area-left);--unified-padding-right-xsmall:calc(var(--base-unit-m) + var(--safe-area-right));--unified-padding-left-xsmall:calc(var(--base-unit-m) + var(--safe-area-left));--unified-padding-right-small:calc(((var(--base-unit-m) + var(--base-unit-l)) / 2) + var(--safe-area-right));--unified-padding-left-small:calc(((var(--base-unit-m) + var(--base-unit-l)) / 2) + var(--safe-area-left));--unified-padding-top-small:calc((var(--base-unit-m) + var(--base-unit-l)) / 2);--unified-padding-bottom-small:calc((var(--base-unit-m) + var(--base-unit-l)) / 2);--unified-paddings-small:var(--unified-padding-top-small) var(--unified-padding-right-small) var(--unified-padding-bottom-small) var(--unified-padding-left-small);--unified-padding-right-large:calc((var(--base-unit-m) + var(--base-unit-l)) + var(--safe-area-right));--unified-padding-left-large:calc((var(--base-unit-m) + var(--base-unit-l)) + var(--safe-area-left));--unified-padding-top-large:var(--base-unit-m);--unified-padding-bottom-large:var(--base-unit-m);--unified-paddings-large:var(--unified-padding-top-large) var(--unified-padding-right-large) var(--unified-padding-bottom-large) var(--unified-padding-left-large);--color-secondary-dark:var(--color-bg-secondary-dark);--color-border:var(--color-neutral);--color-border-color:var(--border-color);--color-border-light:var(--color-neutral-lightest);--toolbar-height:5rem;--header-height:var(--header-menu-height)}@supports (padding:env(safe-area-inset)){:root{--safe-area-left:env(safe-area-inset-left);--safe-area-top:env(safe-area-inset-top);--safe-area-right:env(safe-area-inset-right);--safe-area-bottom:env(safe-area-inset-bottom)}}.has-text-left{text-align:left}.has-text-center{text-align:center}.has-text-right{text-align:right}.has-text-justify{text-align:justify}.d-none{display:none}.d-block{display:block}.d-inline{display:inline}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.ov-hidden{overflow:hidden}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-column{flex-direction:column}.flex-column-reverse{flex-direction:column-reverse}.flex-align-center{align-items:center}.flex-align-flex-start{align-items:flex-start}.flex-align-flex-end{align-items:flex-end}.flex-align-stretch{align-items:stretch}.flex-justify-center{justify-content:center}.flex-justify-flex-start{justify-content:flex-start}.flex-justify-flex-end{justify-content:flex-end}.flex-justify-stretch{justify-content:stretch}.flex-justify-space-between{justify-content:space-between}.flex-shrink-0{flex-shrink:0}.flex-grow-1{flex-grow:1}.is-full-width{width:100%}.is-full-height{height:100%}.checkbox,.radio{margin-top:.7rem;margin-bottom:.7rem}.btn[disabled]{pointer-events:none}.clearfix{zoom:1}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.pull-left{float:left}.pull-right{float:right}.form-control{color:#555;width:100%;height:100%;font-size:1.6rem;line-height:1.3;font-family:var(--font-main);background-color:#fff;background-image:none;border:thin solid #ccc;border-radius:.4rem;justify-content:center;align-items:center;padding:.6rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:flex;box-shadow:inset 0 .1rem .1rem #00000013}.input-group{border-collapse:separate;display:table;position:relative}.input-group .form-control,.input-group-addon{display:table-cell}.input-group .form-control{z-index:2;float:left;width:100%;margin-bottom:0;position:relative}.btn-group .form-control:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.Popover{z-index:100;background:var(--color-modal);box-shadow:none;border:thin solid var(--color-neutral);border-radius:1.2rem;padding:0;overflow:hidden;transition-property:none!important;display:block!important}.Popover--colored{background:var(--color-secondary);color:var(--color-black)}.Popover--with-padding{padding:var(--gap-regular)}.Popover-tip{display:none!important}.Toastify__toast-container{z-index:99999;box-sizing:border-box;color:#fff;width:320px;padding:.4rem;position:fixed;-webkit-transform:translateZ(9999px)}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}}.Toastify__toast{box-sizing:border-box;cursor:pointer;direction:ltr;border-radius:.4rem;justify-content:space-between;min-height:6.4rem;max-height:800px;margin-bottom:1.6rem;padding:.8rem;font-family:sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 .1rem 1rem #0000001a,0 .2rem 1.5rem #0000000d}.Toastify__toast.Toastify__toast--default{color:#aaa;background:#fff}.Toastify__toast.Toastify__toast--info{background:var(--color-regular-links);color:#fff}.Toastify__toast.Toastify__toast--success{background:var(--color-accent-dark);color:#fff}.Toastify__toast.Toastify__toast--warning{background:var(--color-warning);color:#fff}.Toastify__toast.Toastify__toast--error{background:var(--color-tertiary);color:#fff}.Toastify__toast-body{margin:auto 0;padding:.6rem}.Toastify--animate{animation-duration:.2s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;cursor:pointer;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .2s}.Toastify__close-button.Toastify__close-button--light{color:#fff;opacity:1}.Toastify__close-button.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:1.4rem;height:1.6rem}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:9999;opacity:.7;transform-origin:0;background-color:#ffffffb3;width:100%;height:.5rem;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}.ql-container strong{font-weight:600}:root{--slide-in-easing:cubic-bezier(.19, 1, .22, 1)}._reset-button_11heq_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_11heq_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_11heq_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_11heq_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_11heq_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_11heq_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_11heq_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_11heq_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_11heq_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_11heq_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_11heq_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_11heq_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_11heq_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_11heq_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_11heq_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_11heq_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_11heq_45{font-size:.475vw}}._closeUpColor_11heq_119{text-shadow:1px 1px 3px #272b2b;background-color:#0000;width:100%;height:100%;position:relative}._description_11heq_126{color:#fff}._reset-button_3yl5i_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_3yl5i_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_3yl5i_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_3yl5i_45{font-size:.475vw}}._playerContainer_3yl5i_119{background-color:#434343}._reset-button_gzodb_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_gzodb_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_gzodb_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_gzodb_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_gzodb_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_gzodb_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_gzodb_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_gzodb_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_gzodb_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_gzodb_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_gzodb_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_gzodb_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_gzodb_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_gzodb_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_gzodb_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_gzodb_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_gzodb_45{font-size:.475vw}}._colorPanelCloseUpView_gzodb_119{aspect-ratio:1;height:100%;position:relative}@media screen and (width<=1474.9px){._colorPanelCloseUpView_gzodb_119{width:calc(44 * var(--base-unit))}}@media screen and (width<=1365.9px){._colorPanelCloseUpView_gzodb_119._editing_gzodb_130{width:calc(31 * var(--base-unit))}}._colorGrid_gzodb_134{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;width:100%;height:100%;display:grid}._legendTopLeft_gzodb_141,._legendTopRight_gzodb_142,._legendBottomLeft_gzodb_143,._legendBottomRight_gzodb_144{padding:calc(.8 * var(--base-unit));position:absolute}._legendTopLeft_gzodb_141{top:0;left:0}._legendTopRight_gzodb_142{text-align:right;margin-top:calc(2 * var(--base-unit));top:0;right:0}._legendBottomLeft_gzodb_143{flex-direction:column-reverse;display:flex;bottom:0;left:0}._legendBottomRight_gzodb_144{text-align:right;flex-direction:column-reverse;display:flex;bottom:0;right:0}._playerContainer_gzodb_171{z-index:10;z-index:10;background-color:#434343;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._reset-button_1u23a_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_1u23a_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_1u23a_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_1u23a_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_1u23a_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_1u23a_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_1u23a_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_1u23a_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_1u23a_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_1u23a_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_1u23a_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_1u23a_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_1u23a_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_1u23a_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_1u23a_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_1u23a_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_1u23a_45{font-size:.475vw}}._colorChip_1u23a_119{width:var(--chip-size);height:var(--chip-size);background-color:#0000}._colorChip_1u23a_119._rounded_1u23a_124{border-radius:calc(.2 * var(--base-unit))}._colorChip_1u23a_119._active_1u23a_127{border:calc(.2 * var(--base-unit)) solid #fff}._colorChip_1u23a_119._empty_1u23a_130{pointer-events:none}._reset-button_hm5bh_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_hm5bh_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_hm5bh_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_hm5bh_45{font-size:.475vw}}._fancyCheckbox_hm5bh_119{--checkbox-mark-color:var(--color-white);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:flex-start;align-items:flex-start;display:inline-flex}._fancyCheckbox_hm5bh_119._fancyCheckboxDisabled_hm5bh_127{cursor:default}._fancyCheckbox_hm5bh_119 ._fancyCheckboxLabel_hm5bh_130{margin-left:calc(.7 * var(--base-unit));top:calc(.1 * var(--base-unit));display:inline-block;position:relative}._fancyCheckbox_hm5bh_119 ._fancyCheckboxLabelDisabled_hm5bh_136{color:var(--color-neutral-light)}._fancyCheckbox_hm5bh_119 ._checkmark_hm5bh_139{height:calc(1.8 * var(--base-unit));width:calc(1.8 * var(--base-unit));min-width:calc(1.8 * var(--base-unit));border:thin solid var(--color-neutral-lightest);position:relative}._fancyCheckbox_hm5bh_119 ._checkmark_hm5bh_139 ._ambientDash_hm5bh_146{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._fancyCheckbox_hm5bh_119 ._checkmark_hm5bh_139 ._ambientDash_hm5bh_146:after{content:"";background:var(--color-white);width:9px;height:2px;display:block;position:absolute;top:50%;left:50%;transform:translate(-4.5px,-1px)}._fancyCheckbox_hm5bh_119._radio_hm5bh_167 ._checkmark_hm5bh_139{padding:calc(.2 * var(--base-unit));border-radius:50%}._fancyCheckbox_hm5bh_119._radio_hm5bh_167 ._checkmark_hm5bh_139:after{content:"";background:var(--color-white);border-radius:50%;width:100%;height:100%;display:none}._fancyCheckbox_hm5bh_119._checkbox_hm5bh_179 ._checkmark_hm5bh_139:after{content:"";left:calc(.5 * var(--base-unit));height:var(--base-unit);width:calc(.5 * var(--base-unit));border:solid var(--checkbox-mark-color);border-width:0 calc(.2 * var(--base-unit)) calc(.2 * var(--base-unit)) 0;display:none;position:relative;top:0;transform:rotate(45deg)}._fancyCheckbox_hm5bh_119._ambient_hm5bh_146 ._checkmark_hm5bh_139{padding:0}._fancyCheckbox_hm5bh_119._ambient_hm5bh_146 ._checkmark_hm5bh_139:after{background:var(--color-neutral-light)}._fancyCheckbox_hm5bh_119:hover input~._checkmark_hm5bh_139{border-color:var(--color-white);background:var(--color-grey-7)}._fancyCheckbox_hm5bh_119:focus{outline:none}._fancyCheckbox_hm5bh_119:focus input~._checkmark_hm5bh_139{box-shadow:0 0 calc(.3 * var(--base-unit)) var(--color-white)}._fancyCheckbox_hm5bh_119:focus input:disabled~._checkmark_hm5bh_139{box-shadow:none}._fancyCheckbox_hm5bh_119 input{display:none}._fancyCheckbox_hm5bh_119 input:checked~._checkmark_hm5bh_139:after{display:block}._fancyCheckbox_hm5bh_119 input:disabled~._checkmark_hm5bh_139{cursor:default;background-color:var(--color-neutral);border-color:var(--color-neutral-light)}._fancyCheckbox_hm5bh_119 input:disabled:hover~._checkmark_hm5bh_139,._fancyCheckbox_hm5bh_119 input:disabled:checked~._checkmark_hm5bh_139:after{border-color:var(--color-neutral-light)}._fancyCheckboxBlack_hm5bh_227{--checkbox-mark-color:var(--color-black)}._fancyCheckboxBlack_hm5bh_227._fancyCheckbox--radio_hm5bh_230 ._checkmark_hm5bh_139:after{background-color:var(--color-neutral)}._fancyCheckboxSpectrum_hm5bh_233{--checkbox-mark-color:var(--color-black)}._fancyCheckboxSpectrum_hm5bh_233 ._checkmark_hm5bh_139{box-shadow:none;border-color:#757575}._fancyCheckboxSpectrum_hm5bh_233 ._checkmark_hm5bh_139:after{border:calc(.1 * var(--base-unit)) solid #bababa;box-sizing:border-box;background:#000}._fancyCheckboxSpectrum_hm5bh_233 ._checkmark_hm5bh_139 ._ambientDash_hm5bh_146:after{background:red}._fancyCheckboxSpectrum_hm5bh_233:hover input~._checkmark_hm5bh_139{background:0 0;border-color:#757575}._reset-button_w54pd_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_w54pd_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_w54pd_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_w54pd_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_w54pd_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_w54pd_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_w54pd_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_w54pd_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_w54pd_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_w54pd_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_w54pd_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_w54pd_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_w54pd_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_w54pd_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_w54pd_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_w54pd_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_w54pd_45{font-size:.475vw}}._rowAxisCell_w54pd_119{-webkit-user-select:none;user-select:none;height:var(--chip-size);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}._rowAxisCell_w54pd_119 ._groupRadioCheckMark_w54pd_128{margin-top:0}._cell_w54pd_131._editing_w54pd_131{--radio-size:calc(1.8 * var(--base-unit));--cell-size:calc(var(--chip-size) + var(--radio-size) + var(--gap));height:var(--cell-size);width:var(--cell-size);justify-content:space-between;gap:var(--gap);display:flex}._cell_w54pd_131 ._groupRadio_w54pd_128{justify-content:center;align-self:end;align-items:center;display:flex}._cell_w54pd_131 ._groupRadioCheckMark_w54pd_128{margin-top:0}._reset-button_kz15s_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_kz15s_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_kz15s_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_kz15s_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_kz15s_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_kz15s_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_kz15s_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_kz15s_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_kz15s_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_kz15s_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_kz15s_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_kz15s_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_kz15s_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_kz15s_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_kz15s_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_kz15s_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_kz15s_45{font-size:.475vw}}._coordinatesPointer_kz15s_119{left:var(--left);top:var(--top);z-index:10;position:absolute;transform:translate(-50%,-50%)}._reset-button_1ladb_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_1ladb_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_1ladb_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_1ladb_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_1ladb_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_1ladb_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_1ladb_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_1ladb_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_1ladb_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_1ladb_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_1ladb_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_1ladb_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_1ladb_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_1ladb_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_1ladb_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_1ladb_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_1ladb_45{font-size:.475vw}}._huePage_1ladb_119{display:flex;position:relative}._withoutAxisLabels_1ladb_123 ._huesContainer_1ladb_123{padding-left:0}._huesContainer_1ladb_123{padding-left:calc(2 * var(--base-unit));flex-direction:column;display:flex}._columnLegend_1ladb_131{padding-bottom:calc(.6 * var(--base-unit));padding-left:calc(2 * var(--base-unit));width:100%;line-height:1;font-size:calc(1.6 * var(--base-unit));text-align:center}._rowLegend_1ladb_139{text-align:center;writing-mode:vertical-lr;height:100%;position:absolute;transform:rotate(180deg)}._bottomLegend_1ladb_146{gap:calc(1.2 * var(--base-unit));padding-top:calc(1.2 * var(--base-unit));justify-content:center;align-items:center;display:flex}._gridContainer_1ladb_153{position:relative}._grid_1ladb_153{grid-template-columns:var(--chip-size) repeat(var(--chromas-count), auto);grid-template-rows:var(--chip-size) repeat(var(--values-count), auto);gap:var(--gap);display:grid}._grid_1ladb_153 ._columnAxisCell_1ladb_162{-webkit-user-select:none;user-select:none;width:var(--chip-size);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}._lchuvInfo_jodwi_1{text-align:center}._srgbLine_17c9y_25{fill:none;stroke:#707070;stroke-width:2px;stroke-dasharray:5 5}._proPhotoLine_17c9y_31{fill:none;stroke:#b5b5b5;stroke-width:2px}._container_1apsm_25{justify-content:center;align-items:center;gap:calc(2 * var(--base-unit));display:flex}._legendItem_1apsm_31{align-items:center;gap:calc(.8 * var(--base-unit));display:flex}._legendIcon_1apsm_36{display:block}._legendLabel_1apsm_39{-webkit-user-select:none;user-select:none}._blackStrokePoint_6j6pp_25{fill:none;stroke:#000;stroke-width:3px}._whiteStrokePoint_6j6pp_30{fill:none;stroke:#fff;stroke-width:2px}._axes_14glj_25{font-size:calc(1.4 * var(--base-unit))}._axes_14glj_25 text{fill:currentColor}._axisLabel_14glj_31{font-size:calc(1.6 * var(--base-unit))}._domain_14glj_34{stroke:#707070;stroke-width:1px;fill:none}._tick_14glj_39{stroke:#707070;stroke-width:1px}._reset-button_45hu1_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_45hu1_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_45hu1_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_45hu1_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_45hu1_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_45hu1_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_45hu1_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_45hu1_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_45hu1_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_45hu1_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_45hu1_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_45hu1_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_45hu1_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_45hu1_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_45hu1_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_45hu1_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_45hu1_45{font-size:.475vw}}._container_45hu1_119,._outerContainer_yeiuu_25{gap:calc(.3 * var(--base-unit));flex-direction:column;display:flex}._container_yeiuu_30{position:relative}._canvas_yeiuu_33{position:absolute;top:0}._overlay_yeiuu_37{pointer-events:none;position:absolute;top:0;left:0;overflow:visible}._reset-button_146i1_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_146i1_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_146i1_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_146i1_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_146i1_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_146i1_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_146i1_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_146i1_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_146i1_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_146i1_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_146i1_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_146i1_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_146i1_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_146i1_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_146i1_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_146i1_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_146i1_45{font-size:.475vw}}._cieluvView_146i1_119{padding-top:calc(1.2 * var(--base-unit));flex-direction:column;align-items:start;display:flex}._main_146i1_125{align-items:center;gap:calc(2.4 * var(--base-unit));border-radius:4px;display:flex}._plotContainer_146i1_131{text-align:center;flex-direction:column;align-items:center;display:flex}._gamutLegend_146i1_137{margin-top:calc(1.2 * var(--base-unit));width:100%}._reset-button_107r5_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_107r5_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_107r5_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_107r5_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_107r5_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_107r5_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_107r5_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_107r5_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_107r5_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_107r5_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_107r5_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_107r5_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_107r5_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_107r5_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_107r5_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_107r5_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_107r5_45{font-size:.475vw}}._tooltip_107r5_119{text-align:center;padding:calc(.8 * var(--base-unit)) calc(1.2 * var(--base-unit));color:#fff;border-radius:calc(.4 * var(--base-unit));font-size:calc(1.2 * var(--base-unit));pointer-events:none;z-index:1000;background:#000}._hidden_107r5_129{visibility:hidden}._reset-button_1yche_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_1yche_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_1yche_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_1yche_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_1yche_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_1yche_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_1yche_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_1yche_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_1yche_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_1yche_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_1yche_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_1yche_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_1yche_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_1yche_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_1yche_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_1yche_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_1yche_45{font-size:.475vw}}._segment_1yche_119{cursor:pointer}._segment_1yche_119._disabled_1yche_122{cursor:auto}._active_1yche_125{stroke:#fff;stroke-width:calc(.2 * var(--base-unit))}._reset-button_p1r7f_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_p1r7f_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_p1r7f_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_p1r7f_45{font-size:.475vw}}._regularTick_p1r7f_119{stroke-width:calc(.18 * var(--base-unit));stroke-linecap:round;stroke:#575757}._hueLabel_p1r7f_124{fill:#fff;-webkit-user-select:none;user-select:none}._reset-button_hn6nh_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_hn6nh_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_hn6nh_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_hn6nh_45{font-size:.475vw}}._container_hn6nh_119{align-items:center;gap:calc(1.2 * var(--base-unit));flex-direction:column;display:flex}._hueDescription_hn6nh_125{pointer-events:none}._reset-button_10mgq_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_10mgq_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_10mgq_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_10mgq_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_10mgq_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_10mgq_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_10mgq_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_10mgq_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_10mgq_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_10mgq_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_10mgq_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_10mgq_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_10mgq_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_10mgq_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_10mgq_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_10mgq_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_10mgq_45{font-size:.475vw}}._container_10mgq_119{align-items:center;gap:calc(1.2 * var(--base-unit));flex-direction:column;display:flex}._hueDescription_10mgq_125{pointer-events:none}._wheel_10mgq_128{width:var(--wheel-size);height:var(--wheel-size);position:relative}._gradientLayer_10mgq_133{transform:rotate(var(--wheel-rotation));justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._svgLayer_10mgq_141{width:var(--wheel-size);height:var(--wheel-size);display:block;position:relative}._gradient_1ie8i_1{--edge-feather:.75px;width:calc(var(--outer-radius) * 2);height:calc(var(--outer-radius) * 2);background:conic-gradient(var(--color-stops));-webkit-mask-image:radial-gradient(circle, transparent calc(var(--inner-radius) - var(--edge-feather)), black calc(var(--inner-radius) + var(--edge-feather)), black calc(var(--outer-radius) - var(--edge-feather) - var(--edge-feather)), transparent var(--outer-radius));-webkit-mask-image:radial-gradient(circle, transparent calc(var(--inner-radius) - var(--edge-feather)), black calc(var(--inner-radius) + var(--edge-feather)), black calc(var(--outer-radius) - var(--edge-feather) - var(--edge-feather)), transparent var(--outer-radius));-webkit-mask-image:radial-gradient(circle, transparent calc(var(--inner-radius) - var(--edge-feather)), black calc(var(--inner-radius) + var(--edge-feather)), black calc(var(--outer-radius) - var(--edge-feather) - var(--edge-feather)), transparent var(--outer-radius));mask-image:radial-gradient(circle, transparent calc(var(--inner-radius) - var(--edge-feather)), black calc(var(--inner-radius) + var(--edge-feather)), black calc(var(--outer-radius) - var(--edge-feather) - var(--edge-feather)), transparent var(--outer-radius));border-radius:50%}._reset-button_1pp0w_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_1pp0w_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_1pp0w_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_1pp0w_45{font-size:.475vw}}._btn_1pp0w_119{color:inherit;white-space:nowrap;-webkit-user-select:none;user-select:none;text-transform:none;cursor:pointer;border-radius:calc(.3 * var(--base-unit));border:thin solid #0000;outline:none;justify-content:center;align-items:center;font-family:IBM Plex Sans,sans-serif;font-weight:400;line-height:1;text-decoration:none;display:inline-flex;position:relative;overflow:visible}._btn_1pp0w_119 ._cw-icon_1pp0w_138{font-size:calc(2.4 * var(--base-unit))}._btn_1pp0w_119._btnImage_1pp0w_141 ._btnContentWrapper_1pp0w_141{justify-content:center}._btn_1pp0w_119._btnImage_1pp0w_141 img{width:80%;height:80%}._btn_1pp0w_119._xl_1pp0w_148{padding:calc(.6 * var(--base-unit)) calc(1.8 * var(--base-unit));font-size:calc(1.6 * var(--base-unit));height:calc(5.4 * var(--base-unit))}._btn_1pp0w_119._xl_1pp0w_148._btnIcon_1pp0w_153{font-size:calc(3.6 * var(--base-unit));width:calc(5.4 * var(--base-unit));padding:calc(.2 * var(--base-unit)) calc(.4 * var(--base-unit))}._btn_1pp0w_119._xl_1pp0w_148._btnIcon_1pp0w_153 ._cw-icon_1pp0w_138{font-size:calc(3.6 * var(--base-unit))}._btn_1pp0w_119._xl_1pp0w_148._btnImage_1pp0w_141{width:calc(5.4 * var(--base-unit));padding:0}._btn_1pp0w_119._m_1pp0w_165{padding:calc(.6 * var(--base-unit)) calc(1.8 * var(--base-unit));font-size:calc(1.6 * var(--base-unit));height:calc(3.6 * var(--base-unit))}._btn_1pp0w_119._m_1pp0w_165._btnIcon_1pp0w_153{font-size:calc(2.4 * var(--base-unit));width:calc(3.6 * var(--base-unit));padding:calc(.2 * var(--base-unit)) calc(.4 * var(--base-unit))}._btn_1pp0w_119._m_1pp0w_165._btnIcon_1pp0w_153 ._cw-icon_1pp0w_138{font-size:calc(2.4 * var(--base-unit))}._btn_1pp0w_119._m_1pp0w_165._btnImage_1pp0w_141{width:calc(3.6 * var(--base-unit));padding:0}._btn_1pp0w_119._ml_1pp0w_182{padding:calc(.6 * var(--base-unit)) calc(1.8 * var(--base-unit));font-size:calc(1.6 * var(--base-unit));height:calc(4.4 * var(--base-unit))}._btn_1pp0w_119._ml_1pp0w_182._btnIcon_1pp0w_153{font-size:calc(2.5 * var(--base-unit));width:calc(4.4 * var(--base-unit));padding:calc(.2 * var(--base-unit)) calc(.4 * var(--base-unit))}._btn_1pp0w_119._ml_1pp0w_182._btnIcon_1pp0w_153 ._cw-icon_1pp0w_138{font-size:calc(2.5 * var(--base-unit))}._btn_1pp0w_119._ml_1pp0w_182._btnImage_1pp0w_141{width:calc(4.4 * var(--base-unit));padding:0}._btn_1pp0w_119._s_1pp0w_45{padding:calc(.4 * var(--base-unit)) calc(2.2 * var(--base-unit));font-size:var(--base-unit);height:calc(2.4 * var(--base-unit))}._btn_1pp0w_119._s_1pp0w_45 ._cw-icon_1pp0w_138{font-size:calc(1.6 * var(--base-unit))}._btn_1pp0w_119._s_1pp0w_45._btnIcon_1pp0w_153{width:calc(2.4 * var(--base-unit));font-size:calc(1.6 * var(--base-unit));padding:calc(.2 * var(--base-unit)) calc(.4 * var(--base-unit))}._btn_1pp0w_119._s_1pp0w_45._btnIcon_1pp0w_153 ._cw-icon_1pp0w_138{font-size:calc(1.6 * var(--base-unit))}._btn_1pp0w_119._s_1pp0w_45._btnImage_1pp0w_141{width:calc(2.4 * var(--base-unit));padding:0}._btn_1pp0w_119._xs_1pp0w_219{padding:calc(.1 * var(--base-unit)) calc(.4 * var(--base-unit));font-size:calc(1.4 * var(--base-unit));height:calc(2 * var(--base-unit))}._btn_1pp0w_119._xs_1pp0w_219 ._cw-icon_1pp0w_138{font-size:calc(1.4 * var(--base-unit))}._btn_1pp0w_119._xs_1pp0w_219._btnIcon_1pp0w_153{width:calc(2 * var(--base-unit))}._btn_1pp0w_119._xs_1pp0w_219._btnIcon_1pp0w_153 ._cw-icon_1pp0w_138{font-size:calc(1.4 * var(--base-unit))}._btn_1pp0w_119._xs_1pp0w_219._btnImage_1pp0w_141{width:calc(2 * var(--base-unit))}._btn_1pp0w_119._btnBlock_1pp0w_236{width:100%;display:flex}._btn_1pp0w_119:disabled,._btn_1pp0w_119._btnDisabled_1pp0w_241{opacity:.5;pointer-events:none}._btn_1pp0w_119:not(._btnSilent_1pp0w_245):focus{box-shadow:0 0 calc(.4 * var(--base-unit)) var(--color-neutral-lightest);border-color:var(--color-black)}._btn_1pp0w_119._btnWithoutPaddings_1pp0w_249{padding:0}._btn_1pp0w_119._btnSilent_1pp0w_245{cursor:default}._btn_1pp0w_119._btnTextEllipsis_1pp0w_255 span{text-overflow:ellipsis;white-space:nowrap;display:inline;overflow:hidden}._btn_1pp0w_119 a{color:inherit;text-decoration:none}._btnContentWrapper_1pp0w_141{align-items:center;display:inline-flex}._buttonIconLeft_1pp0w_269>._cw-icon_1pp0w_138{margin-right:var(--base-unit)}._buttonIconRight_1pp0w_272>._cw-icon_1pp0w_138{margin-left:var(--base-unit)}._buttonDefault_1pp0w_275{background-color:var(--color-neutral);color:var(--color-white)}._buttonDefault_1pp0w_275:not(._btnSilent_1pp0w_245):hover{background-color:#4d4d4d}._buttonDefault_1pp0w_275:not(._btnSilent_1pp0w_245):active{background-color:#1f1f1f}._buttonDefault_1pp0w_275._btnActive_1pp0w_285._btnActiveDefault_1pp0w_285{background-color:var(--color-white);color:var(--color-black)}._buttonDefault_1pp0w_275._btnActive_1pp0w_285._btnActiveAmbient_1pp0w_289{background-color:var(--color-grey-6);color:var(--color-white)}._buttonDefault_1pp0w_275._btnActive_1pp0w_285._btnActiveAmbient_1pp0w_289:focus{box-shadow:none;border-bottom-color:#0000}._buttonPrimary_1pp0w_297{background-color:var(--color-primary);color:var(--color-white)}._buttonPrimary_1pp0w_297:not(._btnSilent_1pp0w_245):hover{background-color:#4a72ff}._buttonPrimary_1pp0w_297._btnActive_1pp0w_285{background-color:#2353ff}._buttonSecondary_1pp0w_307{background-color:var(--color-secondary);color:var(--color-black)}._buttonSecondary_1pp0w_307:not(._btnSilent_1pp0w_245):hover{background:#ebc39d}._buttonSecondary_1pp0w_307._btnActive_1pp0w_285{background-color:#9e7c5b}._buttonTertiary_1pp0w_317{background-color:var(--color-tertiary);color:var(--color-white)}._buttonTertiary_1pp0w_317:not(._btnSilent_1pp0w_245):hover{background:#ff6e6e}._buttonTertiary_1pp0w_317._btnActive_1pp0w_285{background-color:#bf3636}._buttonQuaternary_1pp0w_327{background-color:var(--color-warning);color:var(--color-black)}._buttonQuaternary_1pp0w_327:not(._btnSilent_1pp0w_245):hover{background:#f5d77a}._buttonQuaternary_1pp0w_327._btnActive_1pp0w_285{background-color:#eeba1b}._buttonAccent_1pp0w_337{background-color:var(--color-accent);color:var(--color-white)}._buttonAccent_1pp0w_337:not(._btn--silent_1pp0w_341):hover{background:#66d994}._buttonAccent_1pp0w_337._btnActive_1pp0w_285{background-color:#2d8c53}._buttonGhost_1pp0w_347{box-shadow:none;opacity:.8;background-color:#0000;outline:none}._buttonGhost_1pp0w_347:not(._btnSilent_1pp0w_245):hover{opacity:1}._buttonGhost_1pp0w_347._btnActive_1pp0w_285{opacity:1;background-color:var(--color-white);color:var(--color-black)}._buttonGhost_1pp0w_347:disabled,._buttonGhost_1pp0w_347._btnDisabled_1pp0w_241{opacity:.2}._buttonGhostWarning_1pp0w_365{box-shadow:none;color:var(--color-tertiary);background-color:#0000;outline:none}._buttonGhostWarning_1pp0w_365:disabled,._buttonGhostWarning_1pp0w_365._btnDisabled_1pp0w_241{opacity:.2}._buttonTransparent_1pp0w_375{box-shadow:none;-webkit-tap-highlight-color:transparent;background-color:#0000;outline:none}._buttonTransparent_1pp0w_375:disabled,._buttonTransparent_1pp0w_375._btnDisabled_1pp0w_241{opacity:.2}._buttonTransparent_1pp0w_375:not(._btn--silent_1pp0w_341):focus{box-shadow:none;border-color:#0000}._buttonTransparent_1pp0w_375._btnActive_1pp0w_285._btnActiveLightest_1pp0w_389{background-color:var(--color-neutral-lightest);color:var(--color-black)}._buttonTransparentHoverable_1pp0w_393{box-shadow:none;-webkit-tap-highlight-color:transparent;background-color:#0000;outline:none}._buttonTransparentHoverable_1pp0w_393:disabled,._buttonTransparentHoverable_1pp0w_393._btnDisabled_1pp0w_241{opacity:.2}._buttonTransparentHoverable_1pp0w_393:not(._btn--silent_1pp0w_341):focus{box-shadow:none;border-color:#0000}._buttonTransparentHoverable_1pp0w_393._btnActive_1pp0w_285._btnActiveLightest_1pp0w_389{background-color:var(--color-neutral-lightest);color:var(--color-black)}._buttonTransparentHoverable_1pp0w_393:hover{background-color:#4d4d4d}._buttonBordered_1pp0w_414{box-shadow:none;-webkit-tap-highlight-color:transparent;border:thin solid var(--color-neutral);color:var(--color-black);background-color:#0000;outline:none}._buttonBordered_1pp0w_414:disabled,._buttonBordered_1pp0w_414._btnDisabled_1pp0w_241{opacity:.2}._buttonBordered_1pp0w_414._btnActive_1pp0w_285{background-color:var(--color-white)}._buttonNeutralNotSoLight_1pp0w_429{background-color:var(--color-neutral-not-so-light);box-shadow:none;-webkit-tap-highlight-color:var(--color-neutral-not-so-light);color:var(--color-white);outline:none}._buttonNeutralNotSoLight_1pp0w_429:disabled,._buttonNeutralNotSoLight_1pp0w_429._btnDisabled_1pp0w_241{opacity:.2}._buttonInert_1pp0w_440{box-shadow:none;color:var(--color-white);background-color:#00000080;outline:none}._buttonInert_1pp0w_440:hover{background-color:#4d4d4d}._buttonTextColorDark_1pp0w_449{color:var(--color-black)}._buttonTextColorLight_1pp0w_452{color:var(--color-white)}._btnHideChildren_1pp0w_455{visibility:hidden}._btnLoading_1pp0w_458{pointer-events:none}._btnLoader_1pp0w_461{position:absolute}._btnWide_1pp0w_464{min-width:calc(20 * var(--base-unit))}._reset-button_92nt8_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_92nt8_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_92nt8_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_92nt8_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_92nt8_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_92nt8_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_92nt8_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_92nt8_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_92nt8_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_92nt8_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_92nt8_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_92nt8_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_92nt8_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_92nt8_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_92nt8_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_92nt8_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_92nt8_45{font-size:.475vw}}._btnGroup_92nt8_119{flex-direction:row;display:flex}._btnGroup_92nt8_119>button:first-of-type:not(:last-of-type),._btnGroup_92nt8_119 input:first-of-type:not(:last-of-type){border-radius:calc(.3 * var(--base-unit)) 0 0 calc(.3 * var(--base-unit))}._btnGroup_92nt8_119>button:last-of-type:not(:first-of-type),._btnGroup_92nt8_119 input:last-of-type:not(:first-of-type){border-radius:0 calc(.3 * var(--base-unit)) calc(.3 * var(--base-unit)) 0;border-left:thin solid #161616}._btnGroup_92nt8_119>button:not(:last-of-type),._btnGroup_92nt8_119 input:not(:last-of-type){border-left:thin solid #161616;border-right:none;border-radius:0}@media screen and (width<=991.9px){._btnGroup_92nt8_119._btnGroupIsHorizontal_92nt8_139>button:first-child,._btnGroup_92nt8_119._btnGroupIsHorizontal_92nt8_139 input:first-child{border-radius:calc(.3 * var(--base-unit)) 0 0 calc(.3 * var(--base-unit))!important}._btnGroup_92nt8_119._btnGroupIsHorizontal_92nt8_139>button:last-child,._btnGroup_92nt8_119._btnGroupIsHorizontal_92nt8_139 input:last-child{border-radius:0 calc(.3 * var(--base-unit)) calc(.3 * var(--base-unit)) 0!important}}._btnGroupBlock_92nt8_148{width:100%}._btnGroupWithOutline_92nt8_151{padding:calc(.2 * var(--base-unit));background:var(--color-neutral);border-radius:calc(.3 * var(--base-unit))}._hvcInfo_17j8p_1{text-align:center}._reset-button_1u3b6_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_1u3b6_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_1u3b6_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_1u3b6_45{font-size:.475vw}}._colorPanel_1u3b6_119{width:100%;padding-top:calc(2.4 * var(--base-unit));flex-direction:column;align-items:center;display:flex}._content_1u3b6_126{height:calc(54 * var(--base-unit));max-width:100%;width:calc(160 * var(--base-unit));border-radius:calc(.5 * var(--base-unit));--content-gap:calc(4 * var(--base-unit));background-color:#353535;display:flex;overflow:hidden}@media screen and (width<=1474.9px){._content_1u3b6_126{--content-gap:calc(2 * var(--base-unit))}}@media screen and (width<=1365.9px){._content_1u3b6_126{border-radius:0}}._tabs_1u3b6_146{align-self:center}._right_1u3b6_149{padding:calc(2 * var(--base-unit)) var(--content-gap) calc(10 * var(--base-unit)) var(--content-gap);flex-direction:column;flex:1;height:100%;display:flex}._right_1u3b6_149 ._rightHeader_1u3b6_156{gap:calc(2 * var(--base-unit));flex-direction:column;justify-content:space-between;align-items:center;display:flex}._coordinates_1u3b6_163{gap:var(--content-gap);padding:calc(1.2 * var(--base-unit)) 0;flex:1;display:flex}._hidden_1u3b6_169{visibility:hidden}._huePickerContainer_1u3b6_172{align-items:center;gap:calc(1.2 * var(--base-unit));flex-direction:column;display:flex}._cieLuvContainer_1u3b6_178{padding:calc(1.2 * var(--base-unit)) 0;flex:1;justify-content:center;align-items:center;display:flex}@media screen and (width<=59.9rem){.single-page-responsive-font-size{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){.single-page-responsive-font-size{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){.single-page-responsive-font-size{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){.single-page-responsive-font-size{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){.single-page-responsive-font-size{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){.single-page-responsive-font-size{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){.single-page-responsive-font-size{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){.single-page-responsive-font-size{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){.single-page-responsive-font-size{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){.single-page-responsive-font-size{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){.single-page-responsive-font-size{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){.single-page-responsive-font-size{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){.single-page-responsive-font-size{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){.single-page-responsive-font-size{font-size:.57vw}}@media screen and (width>=130rem){.single-page-responsive-font-size{font-size:.475vw}}:export{screenxxs:320px;screenxs:576px;screensm:768px;screenmd:992px;screenlg:1200px;screenml:1366px;screenxlg:1475px;screenxxlg:1600px;screenxxxlg:2500px;colorWhite:#fff;colorGradeOU:#21fc87;colorGradeEX:#76f366;colorGradeVG:#c7ea45;colorGradeGD:#ecc834;colorGradeFR:#eb8632;colorGradePR:#ea4a30;colorNeutral:#272b2b;colorNeutralLight:#7d7d7d;colorNeutralLighest:#bdbdbd;colorRegularLinks:#4a90e2;colorOwnerSweetLine:#3a65ff;colorNonOwnerSweetLine:#6a0dad}.color-visualizer{--base-unit:var(--cv-base-unit,1rem);font-size:calc(1.6 * var(--base-unit));--font-main:"IBM Plex Sans", sans-serif;--base-unit-xxl:calc(var(--base-unit-m) * 8);--base-unit-xl:calc(var(--base-unit-m) * 4);--base-unit-l:calc(var(--base-unit-m) * 2);--base-unit-m:calc(.6 * var(--base-unit));--base-unit-s:calc(var(--base-unit-m) / 2);--gap-small:calc(.6 * var(--base-unit));--gap-regular:calc(1.2 * var(--base-unit));--safe-area-left:0;--safe-area-top:0;--safe-area-right:0;--safe-area-bottom:0;--safe-area-paddings:var(--safe-area-top) var(--safe-area-right) var(--safe-area-bottom) var(--safe-area-left);--unified-padding-right-xsmall:calc(var(--base-unit-m) + var(--safe-area-right));--unified-padding-left-xsmall:calc(var(--base-unit-m) + var(--safe-area-left));--unified-padding-right-small:calc(((var(--base-unit-m) + var(--base-unit-l)) / 2) + var(--safe-area-right));--unified-padding-left-small:calc(((var(--base-unit-m) + var(--base-unit-l)) / 2) + var(--safe-area-left));--unified-padding-top-small:calc((var(--base-unit-m) + var(--base-unit-l)) / 2);--unified-padding-bottom-small:calc((var(--base-unit-m) + var(--base-unit-l)) / 2);--unified-paddings-small:var(--unified-padding-top-small) var(--unified-padding-right-small) var(--unified-padding-bottom-small) var(--unified-padding-left-small);--unified-padding-right-large:calc((var(--base-unit-m) + var(--base-unit-l)) + var(--safe-area-right));--unified-padding-left-large:calc((var(--base-unit-m) + var(--base-unit-l)) + var(--safe-area-left));--unified-padding-top-large:var(--base-unit-m);--unified-padding-bottom-large:var(--base-unit-m);--unified-paddings-large:var(--unified-padding-top-large) var(--unified-padding-right-large) var(--unified-padding-bottom-large) var(--unified-padding-left-large);--border-radius-primary:calc(.6 * var(--base-unit));--color-warning:#f2c94c;--color-accent:#42cd7a;--color-accent-dark:#079662;--color-accent-light:#4ce2a3;--color-primary:#3a65ff;--color-primary-dark:#2f5af3;--color-primary-darkest:#2754af;--color-secondary:#f1b072;--color-secondary-dark:#161616;--color-tertiary:#ff4848;--color-attention:#b23636;--color-primary-light:#5fa1fd;--color-black:#000;--color-white:#fff;--color-white-rgb:255, 255, 255;--color-orange:#d77920;--color-grey-0:#f5f4f4;--color-grey-1:#efeced;--color-grey-4:#899392;--color-grey-5:#e9e4e6;--color-grey-6:gray;--color-grey-7:#4d4d4d;--color-grey-8:#575757;--color-grey-9:#b5b5b5;--color-grey-10:#525252;--color-grey-11:#232323;--color-grey-12:#d0d0d0;--color-grey-13:#353535;--color-grey-14:#707070;--color-grey-15:#434343;--color-grey-16:#5c6464;--color-grey-17:#d9d9d9;--color-grey-18:#bababa;--color-grey-19:#d3d3d3;--color-grey-20:#a1a1a1;--color-dark-blue-1:#40515f;--color-yellow-1:#fff800;--color-red-1:red;--color-primary-links:#5bbaff;--color-neutral:#272b2b;--color-neutral-dark:#171717;--color-neutral-not-so-light:#4b5252;--color-neutral-lightest:#bdbdbd;--color-neutral-light:#7d7d7d;--color-regular-links:#4a90e2;--color-regular-links-visited:#52759e;--color-font-main-light:white;--color-border:var(--color-neutral);--color-border-color:#353535;--color-border-light:var(--color-neutral-lightest);--color-modal:#1c1c1c;--color-purple:#967fdb;--color-grey-300:#191b1b;--color-grade-ou:#21fc87;--color-grade-ex:#76f366;--color-grade-vg:#c7ea45;--color-grade-gd:#ecc834;--color-grade-fr:#eb8632;--color-grade-pr:#ea4a30;--toolbar-height:calc(5 * var(--base-unit));--header-height:calc(5.6 * var(--base-unit));--media-xs:80px;--media-s:160px;--media-m:320px;--media-l:480px;--screen-xxs:320px;--screen-xs:576px;--screen-sm:768px;--screen-md:992px;--screen-lg:1200px;--screen-ml:1366px;--screen-xlg:1475px;--screen-xxlg:1600px;--screen-xxxlg:2500px;--border-radius-secondary:calc(.3 * var(--base-unit))}.color-visualizer *{box-sizing:border-box}@supports (padding:env(safe-area-inset)){.color-visualizer{--safe-area-left:env(safe-area-inset-left);--safe-area-top:env(safe-area-inset-top);--safe-area-right:env(safe-area-inset-right);--safe-area-bottom:env(safe-area-inset-bottom)}}:local .has-custom-scroll::-webkit-scrollbar-track{box-shadow:none;background-color:#000}:local .has-custom-scroll::-webkit-scrollbar{width:var(--base-unit);background-color:#000;padding:10px}:local .has-custom-scroll::-webkit-scrollbar-thumb{background-color:#272b2b}:local .has-custom-scroll::-webkit-scrollbar-corner{display:none}._closeUpSmView_1rmsp_25{width:100%;padding:calc(1 * var(--base-unit)) 0 calc(2 * var(--base-unit)) 0;justify-content:center;align-items:center;gap:calc(2 * var(--base-unit));flex-direction:column;display:flex;position:relative}._closeUpSmView_1rmsp_25 ._button_1rmsp_35{padding:calc(.8 * var(--base-unit))}._playerContainer_1rmsp_38{width:calc(24 * var(--base-unit))}._colorPanel_1imc2_25{gap:calc(3 * var(--base-unit));padding-bottom:calc(2 * var(--base-unit));background-color:#353535;flex-direction:column;align-items:center;display:flex}._hueWheelContainer_1imc2_33{align-items:center;gap:calc(1 * var(--base-unit));text-align:center;flex-direction:column;display:flex}._huePage_1imc2_40{padding-right:calc(4 * var(--base-unit))}._plotsContainer_1imc2_43{flex-direction:column;display:flex}._hueRangeGradient_174z8_1{width:calc(9 * var(--base-unit));height:calc(1.6 * var(--base-unit));border-radius:calc(.2 * var(--base-unit));margin-right:calc(.3 * var(--base-unit))}._reset-button_q0dpx_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_q0dpx_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_q0dpx_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_q0dpx_45{font-size:.475vw}}._referenceRadio_q0dpx_119 ._referenceRadioCheckMark_q0dpx_119{border-color:var(--color-white);background:0 0;border-width:2px}._referenceRadio_q0dpx_119 ._referenceRadioCheckMark_q0dpx_119:after{background:var(--color-white)}._referenceRadio_q0dpx_119._referenceRadio_q0dpx_119:hover input:not(:disabled)~._referenceRadioCheckMark_q0dpx_119{border-color:var(--color-white);background:#ffffff2e}._reset-button_1p9vy_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_1p9vy_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_1p9vy_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_1p9vy_45{font-size:.475vw}}._container_1p9vy_119{--tick-color-value:var(--tick-color,#fff);--base-unit-value:var(--base-unit,1rem);width:100%;height:100%}._segment_1p9vy_125,._gradientContainer_1p9vy_129{height:100%;position:relative}._gradient_1p9vy_129{width:100%;height:100%;margin-right:0}._reference_1p9vy_138{left:var(--position);z-index:2;align-items:center;height:100%;display:flex;position:absolute;top:0;transform:translate(-50%)}._marker_1p9vy_148{border:calc(.15 * var(--base-unit)) solid #fff;z-index:1;height:100%;position:absolute;top:0}._markerCenter_1p9vy_155{width:calc(.15 * var(--base-unit));z-index:1;background-color:#fff;height:100%;position:absolute;top:0;transform:translate(-50%)}._reset-button_r0ixc_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_r0ixc_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_r0ixc_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_r0ixc_45{font-size:.475vw}}._tickLayer_r0ixc_119{position:relative}._tick_r0ixc_119{left:var(--position);color:var(--tick-color-value);position:absolute;top:.2rem;transform:translate(-50%)}._tickMark_r0ixc_129{width:.1rem;height:calc(1.25 * var(--base-unit-value));background:var(--tick-color-value);display:block}._tickLabel_r0ixc_135{left:var(--position);top:calc(.75 * var(--base-unit-value));color:var(--tick-color-value);font-size:calc(1.56 * var(--base-unit-value));line-height:1;position:absolute;transform:translate(-50%)}._reset-button_1gmsd_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_1gmsd_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_1gmsd_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_1gmsd_45{font-size:.475vw}}._hueDescription_1gmsd_119{align-items:center;gap:calc(.6 * var(--base-unit));display:flex}._hueColorSquare_1gmsd_124{border-radius:calc(.2 * var(--base-unit));flex-shrink:0;width:1em;height:1em}._reset-button_1wqmd_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_1wqmd_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_1wqmd_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_1wqmd_45{font-size:.475vw}}._container_1wqmd_119{align-items:center;gap:calc(1.2 * var(--base-unit));flex-direction:column;display:flex}._legend_canfi_1{pointer-events:none}._legendLine_canfi_4{stroke-width:calc(.2 * var(--base-unit));stroke-linecap:round;stroke:currentColor}._hueLabel_canfi_9{fill:currentColor;-webkit-user-select:none;user-select:none;font-weight:600}._reset-button_1ofo6_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_1ofo6_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_1ofo6_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_1ofo6_45{font-size:.475vw}}._path_1ofo6_119{fill:#f1b072}._path_1ofo6_119._shadow_1ofo6_122{fill:#5c6464;opacity:.5}._reset-button_a8tha_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_a8tha_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_a8tha_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_a8tha_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_a8tha_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_a8tha_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_a8tha_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_a8tha_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_a8tha_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_a8tha_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_a8tha_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_a8tha_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_a8tha_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_a8tha_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_a8tha_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_a8tha_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_a8tha_45{font-size:.475vw}}._indicator_a8tha_119{cursor:pointer;fill:#f1b072}._indicator_a8tha_119._dragging_a8tha_123{fill:#ec9644}._indicator_a8tha_119._shadow_a8tha_126{fill:#5c6464}._reset-button_rgtke_25{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}._base-link_rgtke_39{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){._single-page-responsive-font-size_rgtke_45{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){._single-page-responsive-font-size_rgtke_45{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){._single-page-responsive-font-size_rgtke_45{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){._single-page-responsive-font-size_rgtke_45{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){._single-page-responsive-font-size_rgtke_45{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){._single-page-responsive-font-size_rgtke_45{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){._single-page-responsive-font-size_rgtke_45{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){._single-page-responsive-font-size_rgtke_45{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){._single-page-responsive-font-size_rgtke_45{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){._single-page-responsive-font-size_rgtke_45{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){._single-page-responsive-font-size_rgtke_45{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){._single-page-responsive-font-size_rgtke_45{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){._single-page-responsive-font-size_rgtke_45{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){._single-page-responsive-font-size_rgtke_45{font-size:.57vw}}@media screen and (width>=130rem){._single-page-responsive-font-size_rgtke_45{font-size:.475vw}}._oneElementRangeLegend_rgtke_119{min-height:calc(4 * var(--base-unit));text-align:center;justify-content:center;align-items:center;gap:calc(.6 * var(--base-unit));display:flex}._fullRangeLegend_rgtke_127{min-height:calc(4 * var(--base-unit));flex-direction:column;align-items:start;display:flex}._rangeStartText_rgtke_133{text-align:right}._hue_rgtke_136{gap:calc(1.2 * var(--base-unit));width:100%;display:flex}._label_rgtke_141{width:calc(3.7 * var(--base-unit));color:#bdbdbd}._description_rgtke_145{min-width:calc(19 * var(--base-unit));justify-content:end}.reset-button{box-shadow:none;-webkit-appearance:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:inherit;background:0 0;border:none;border-radius:0;outline:none;padding:0}.base-link{cursor:pointer;color:var(--color-regular-links);text-decoration:none}@media screen and (width<=59.9rem){.single-page-responsive-font-size{font-size:10px}}@media screen and (width>=60rem) and (width<=64.9rem){.single-page-responsive-font-size{font-size:1.05vw}}@media screen and (width>=65rem) and (width<=69.9rem){.single-page-responsive-font-size{font-size:1.01vw}}@media screen and (width>=70rem) and (width<=74.9rem){.single-page-responsive-font-size{font-size:.97vw}}@media screen and (width>=75rem) and (width<=79.9rem){.single-page-responsive-font-size{font-size:.93vw}}@media screen and (width>=80rem) and (width<=84.9rem){.single-page-responsive-font-size{font-size:.89vw}}@media screen and (width>=85rem) and (width<=89.9rem){.single-page-responsive-font-size{font-size:.85vw}}@media screen and (width>=90rem) and (width<=94.9rem){.single-page-responsive-font-size{font-size:.81vw}}@media screen and (width>=95rem) and (width<=99.9rem){.single-page-responsive-font-size{font-size:.77vw}}@media screen and (width>=100rem) and (width<=104.9rem){.single-page-responsive-font-size{font-size:.73vw}}@media screen and (width>=105rem) and (width<=109.9rem){.single-page-responsive-font-size{font-size:.69vw}}@media screen and (width>=110rem) and (width<=114.9rem){.single-page-responsive-font-size{font-size:.65vw}}@media screen and (width>=115rem) and (width<=119.9rem){.single-page-responsive-font-size{font-size:.61vw}}@media screen and (width>=120rem) and (width<=124.9rem){.single-page-responsive-font-size{font-size:.57vw}}@media screen and (width>=130rem){.single-page-responsive-font-size{font-size:.475vw}}.active-media-preview:before{content:"";z-index:1;border:thin solid #fff;position:absolute;inset:0}@media screen and (width<=767.9px){.active-media-preview:before{border-width:thin}}*{box-sizing:border-box}html{font-weight:400;font-size:var(--base-font-size);font-family:var(--font-main);background:var(--color-black)}@media screen and (width<=767.9px){html{font-size:calc(var(--base-font-size) - 1px)}}@media screen and (width>=1600px){html{font-size:calc(var(--base-font-size) + .5px)}}@media screen and (width>=2500px){html{font-size:calc(var(--base-font-size) + 1px)}}body,html{width:100%;height:100%;margin:0;padding:0}body{font-size:var(--body-font-size);color:var(--color-white);-webkit-overflow-scrolling:touch;line-height:1.2;overflow:auto}body::-webkit-scrollbar-track{box-shadow:none;background-color:var(--color-black)}body::-webkit-scrollbar{background-color:var(--color-black);width:1rem;padding:10px}body::-webkit-scrollbar-thumb{background-color:var(--color-neutral)}body::-webkit-scrollbar-corner{display:none}@media only screen and (width<=576px){body{margin-bottom:0}}h2,h3,h4,h5,h6,strong{font-weight:500}button{font-size:inherit;font-family:inherit}#app{height:100%}.cwp-has-fullscreen-element{position:fixed;overflow:hidden}.has-custom-scroll::-webkit-scrollbar-track{box-shadow:none;background-color:var(--color-black)}.has-custom-scroll::-webkit-scrollbar{background-color:var(--color-black);width:1rem;padding:10px}.has-custom-scroll::-webkit-scrollbar-thumb{background-color:var(--color-neutral)}.has-custom-scroll::-webkit-scrollbar-corner{display:none}.cw-icon{fill:currentColor;flex-shrink:0;width:1em;height:1em}.dndActive *{cursor:grabbing!important}.dropNotAllowed *{cursor:not-allowed!important}@media screen and (width>=992px){._6Hs7osUK43U-{align-items:flex-start;gap:5rem;display:flex}}.SP2RCmo6zdw-{flex:0 0 27rem}@media screen and (width>=992px){.SP2RCmo6zdw-{margin-top:1.2rem}}.mHPgJuPMYZ8-{color:var(--color-secondary)}._4AfuA7jhY5g-{flex:1 0 36rem;height:60rem;position:relative}@media screen and (width>=992px){._4AfuA7jhY5g-{height:53rem}}._4AfuA7jhY5g- .ggQNjjKGj5k-{z-index:2;background-color:#00000054;border-radius:.6rem;width:100%;height:100%;position:absolute;top:0;left:0}._4AfuA7jhY5g- .eZuKLiRJG3M-{z-index:1;border:none;border-radius:.6rem;width:100%;height:100%;position:relative}.uZdxhrOcXaY-{color:var(--color-secondary)}:root{--sidebar-width:30rem;--right-panel-width:30rem}.ojvibEoTzAA-{padding-top:var(--header-height);grid-template-rows:minmax(100%,max-content);width:100%;display:grid}.cwp-has-fullscreen-element .ojvibEoTzAA-{height:100%;padding-top:0}.tae9n4RR0ws-{height:100%;position:fixed;overflow:hidden}.gnF6BczuV5E-{height:100%}.PGZwg7vijPo-{grid-template-rows:100%;grid-template-areas:"sidebar content"}@media screen and (width<=991.9px){.PGZwg7vijPo-{width:100%;position:static;grid-template-areas:"content"!important}}.NsSRmfO-7bQ-{grid-template-columns:100%;grid-template-areas:"content"!important}.rMdLvI2HVbA-{grid-template-columns:var(--sidebar-width) calc(100% - var(--sidebar-width))}@media screen and (width<=991.9px){.rMdLvI2HVbA-{grid-template-columns:100%}}@media screen and (width<=767.9px){.rMdLvI2HVbA-{grid-template-rows:auto}}.wM4VnBWNlsA-{grid-template-columns:100%;grid-template-areas:"content"}._4-CeHNruIco-.rMdLvI2HVbA-{grid-template-areas:"sidebar content rightSidebar";grid-template-columns:var(--sidebar-width) 1fr var(--right-panel-width)}._4-CeHNruIco-.NsSRmfO-7bQ-,._4-CeHNruIco-.wM4VnBWNlsA-{grid-template-columns:1fr var(--right-panel-width);grid-template-areas:"content rightSidebar"!important}@media screen and (width<=991.9px){._4-CeHNruIco-.rMdLvI2HVbA-,._4-CeHNruIco-.NsSRmfO-7bQ-,._4-CeHNruIco-.wM4VnBWNlsA-{grid-template-columns:100%!important;grid-template-areas:"content"!important}}.HHELG0vXhs8-{margin:calc(var(--gap-regular) * 2) 0 0 0}.OzVfbxLiIDg-{text-align:center;max-width:var(--screen-xs);color:var(--color-white);padding:0 var(--unified-padding-right-large) 0 var(--unified-padding-left-large);margin:0 auto;font-size:1.8rem}.vAxvPEg6-fE-{color:var(--color-primary-dark);justify-content:center;align-items:flex-start;width:100%;font-size:16rem;line-height:1;display:inline-flex}@media screen and (width<=575.9px){.vAxvPEg6-fE-{font-size:12rem}}.tVHtzKP2qVQ-{margin:calc(var(--gap-regular) * 2) 0 0 0;justify-content:center;align-items:center;display:flex}.tVHtzKP2qVQ- img{display:block}@media screen and (width<=575.9px){.tVHtzKP2qVQ- img{width:60%}}._5yfZUf6f938-{text-align:center;margin:calc(var(--gap-regular) * 2) 0 0 0;line-height:1.3}.O-tTh7fJ-lc-{width:fit-content;margin:0 auto calc(var(--gap-regular) * 2) auto}.KqUZ6L-z6WM-{margin:calc(var(--gap-regular) * 2) 0 0 0}.Mp7XRjtp8LI-{vertical-align:-.2rem}.O5RAFrm2FxY-{width:fit-content;margin:auto}.L8O-sJNoGac-{min-height:var(--header-menu-height);text-align:center;padding:0 calc(var(--gap-xlarge) * 2);gap:var(--gap-regular);background:var(--header-background);color:var(--color-secondary);justify-content:center;align-items:center;display:flex;position:relative}.L8O-sJNoGac- a{color:var(--color-secondary)}.L8O-sJNoGac- .eaQkgqicVww-{position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.L8O-sJNoGac- .mqGq8G-6zuw-{display:inline-flex}.L8O-sJNoGac- .efwTBy-f5PE-{color:var(--color-tertiary)}.L8O-sJNoGac- ._96w-1b-F40g-{color:var(--color-white)}.L8O-sJNoGac- .ukq4Ndyx-Pk-{color:var(--color-warning)}:root{--header-background:var(--color-bg-main-dark);--header-right-menu-color:var(--color-white);--pinned-collection-background:var(--color-neutral-light);--pinned-collection-color:var(--color-black);--header-gap:1.8rem;--chapters-margin:var(--gap-xlarge)}@media screen and (width<=1474.9px){:root{--header-gap:var(--gap-regular)}}@media screen and (width<=1365.9px){:root{--chapters-margin:0}}@keyframes _7XoQHPPVB10-{0%{transform:translateY(calc(var(--header-height) * -1))}}.Ghu14P-eP3A-{border-bottom:thin solid var(--color-neutral);background:var(--header-background);width:100%;transition:background-color .2s ease-in-out}.Ghu14P-eP3A- .QD5nQKY1Dz4-{width:100%;height:var(--header-menu-height);padding:0 var(--unified-padding-right-large) 0 var(--unified-padding-left-large);justify-content:space-between;align-items:center;display:inline-flex}.g0TBie80zrk-{animation:_7XoQHPPVB10- .4s var(--slide-in-easing)}.imlKZjQ8dH4-{flex-direction:row;display:flex}.yBdi9w-yF9E-{align-items:center;width:10.7rem;height:3.8rem;display:flex;position:relative}.vhuf80g9n9E-{margin-left:var(--gap-regular);align-items:center;display:flex}.gOdtZ0-ZP4w-{right:calc(var(--gap-regular) * 2);flex-direction:row;align-items:center;margin-left:auto;display:flex}.WVHrh2pWb5Y-{margin-left:var(--header-gap);text-decoration:none;display:inline-block}.WVHrh2pWb5Y- .IsKER34cdAk-{position:absolute;bottom:0;right:-.5rem}@media screen and (width<=991.9px){.WVHrh2pWb5Y-{margin-left:var(--gap-regular)}}.WVHrh2pWb5Y-:first-child{margin-left:0!important}._7gc7FLGVJT0-{margin-left:var(--chapters-margin);flex-grow:1;justify-content:flex-start;height:100%;display:flex}.m6JnkxmA9-k-{margin-right:var(--gap-regular);color:var(--header-right-menu-color);display:none}@media screen and (width<=991.9px){.m6JnkxmA9-k-{display:flex}._7gc7FLGVJT0-{display:none!important}}.F9bqvtb59Fs-{padding:var(--gap-regular) 0}.hUwukZe-bgA-{padding-left:calc(var(--gap-regular) * 2);padding-right:calc(var(--gap-regular) * 2);font-size:1.5rem}.hUwukZe-bgA- .TGoAqLTSQSw-{padding:var(--gap-regular) 0;display:block}.gdH7-w-9lwM-{height:100%;color:var(--color-font-main-light);align-items:center;font-size:2.8rem;display:flex;position:relative}.iyrk5oxXq-E-{cursor:pointer}@media screen and (width<=991.9px){.nEe1y3KEI0c-{display:none!important}}.cwp-has-fullscreen-element .Ghu14P-eP3A-{display:none}.TGoAqLTSQSw-{padding:0 var(--header-gap);color:var(--color-neutral-lightest);-webkit-user-select:none;user-select:none;text-align:left;font-size:1.4rem;text-decoration:none}.TGoAqLTSQSw-.IVxPTERfxlc-{color:var(--color-white)}@media screen and (width<=1199.9px){.TGoAqLTSQSw-{padding:0 var(--gap-regular)}}@media screen and (width<=991.9px){.TGoAqLTSQSw-{padding:0 calc(var(--gap-regular) * 2)}}.wDGfKZ-ZDf0-{text-align:center;align-items:center;height:100%;font-weight:500;display:inline-flex;position:relative}.wDGfKZ-ZDf0-.IVxPTERfxlc-:after{content:"";background:#fff;width:100%;height:.2rem;position:absolute;bottom:0;left:0}.bXV9fL16hv8-{cursor:pointer}._--OKs66ijqI-{margin-left:var(--gap-small);transform-origin:50%;font-size:2.4rem;transition:transform .18s ease-in-out}.dX9PpRq7SWE-{transform:rotate(180deg)}.FiKAxCEPHqs-{background:var(--pinned-collection-background);border-radius:var(--border-radius-secondary);height:2.8rem;padding:0 var(--gap-regular);align-items:center;font-size:1.2rem;display:inline-flex}@media screen and (width<=991.9px){.FiKAxCEPHqs-{display:none}}.iiWnY5KFyN0-{margin-right:var(--gap-small)}@media screen and (width<=1599.9px){.iiWnY5KFyN0-{display:none}}.lse824L6Gn4-{color:var(--pinned-collection-color);margin-right:var(--gap-small);text-overflow:ellipsis;white-space:nowrap;max-width:10rem;overflow:hidden}.wZrk2D1-6Ik-{display:none!important}@media screen and (width<=1199.9px){.wZrk2D1-6Ik-{display:inline-flex!important}.OLOseRcK3m0-{display:none!important}}:-webkit-full-screen-ancestor:not(iframe) .Ghu14P-eP3A-{display:none}.zzUDfIfbQRM-{z-index:20;position:fixed}.eCNn67l9Cyw-{color:var(--header-right-menu-color);font-weight:500}.eCNn67l9Cyw-:after{content:"";background:var(--header-right-menu-color);width:100%;height:.2rem;position:absolute;bottom:0;left:0}.LuuoI0CQ3qg-{--header-right-menu-color:var(--color-secondary)}.pNmnVhZQ5AQ-{justify-content:flex-start!important}._9uBlDlnvq2Q->a.IVxPTERfxlc-{background:0 0;font-weight:500}.GKUxuFbOv7A-{width:3.2rem;height:3.2rem;margin-right:calc(var(--gap-small) * 3);place-content:center;display:inline-flex}.Qwrv7KvtdV0-{color:var(--color-accent)}.e78Smik07YQ-{flex-direction:column;min-height:10rem;display:flex}.STQI-io0X6I-{padding:var(--gap-regular);border-bottom:thin solid var(--color-border-light)}.STQI-io0X6I-:hover{background:#ccc}.STQI-io0X6I-:last-child{border-bottom:none}.WJwWSLTe3sU-{background:#a4a4a4}.QXYWhp1QYzI-{opacity:.6;cursor:not-allowed;pointer-events:none}.TYeCmlctK74-{position:relative}._7LCnfuC5TmM-{position:absolute;top:-.7rem;right:-.7rem}.veqvPo469Ao-{color:var(--color-neutral-dark)!important}.ayGz2FLWbRo-{position:absolute;bottom:-.7rem;right:-.7rem;color:var(--color-neutral-dark)!important}.-KSOJuHyccg-{color:var(--color-primary-dark);margin-right:calc(var(--gap-regular) / 2);text-align:left;text-overflow:ellipsis;white-space:nowrap;max-width:30rem;height:1.8rem;font-size:1.6rem;line-height:1;overflow:hidden}.J6CSMhBFMiU-{color:var(--color-neutral);margin:var(--gap-regular) 0;font-size:1.2rem}._9LosLbtb-RU-{color:var(--color-neutral);font-size:1.2rem;font-weight:500}.I6d-lnhqBrc-{margin-top:var(--gap-regular);color:var(--color-neutral);flex-direction:row;justify-content:flex-start;font-size:1.2rem;font-weight:500;display:flex}.I6d-lnhqBrc->span{margin-right:calc(var(--gap-regular) / 2)}.I6d-lnhqBrc->span:last-child{margin-right:0}.TuTKKFGPonQ-{background:var(--color-white);border-radius:var(--border-radius-secondary);width:35.5rem;min-width:35.5rem;padding:0}@media screen and (width<=767.9px){.TuTKKFGPonQ-{width:30rem;min-width:30rem}}.TuTKKFGPonQ- input{border-radius:0}.vB7QOfbSGLw-{border-bottom:thin solid var(--color-border-light);flex-direction:row;justify-content:space-between;align-items:center;display:flex}.hJyKN6dx4d0-{border-bottom:thin solid var(--color-border-light);-webkit-overflow-scrolling:touch;overflow:auto}.hJyKN6dx4d0-::-webkit-scrollbar-track{box-shadow:none;background-color:var(--color-neutral-lightest)}.hJyKN6dx4d0-::-webkit-scrollbar{background-color:var(--color-neutral-lightest);width:1rem;padding:10px}.hJyKN6dx4d0-::-webkit-scrollbar-thumb{background-color:var(--color-neutral)}.hJyKN6dx4d0-::-webkit-scrollbar-corner{display:none}.rqrbmMZeMUU-{padding:calc(2 * var(--gap-regular)) var(--gap-regular);color:var(--color-neutral)}.hduz35iUkzU- .hJyKN6dx4d0-,.hduz35iUkzU- .rqrbmMZeMUU-{height:50rem}@media screen and (width<=767.9px){.hduz35iUkzU- .hJyKN6dx4d0-,.hduz35iUkzU- .rqrbmMZeMUU-{height:30rem}}._6UEsXRfwLOg- .hJyKN6dx4d0-,._6UEsXRfwLOg- .rqrbmMZeMUU-{height:30rem}@media screen and (width<=767.9px){._6UEsXRfwLOg- .hJyKN6dx4d0-,._6UEsXRfwLOg- .rqrbmMZeMUU-{height:25rem}}.oAIOoByE8-k-{min-height:15rem}.U3XLRZ0kOvQ-{color:var(--color-neutral);margin:0 var(--gap-regular);font-size:1.8rem}._04TAzQZJzP8-{flex-grow:1}.TuTKKFGPonQ- input{border:none;outline:none}.cwOeD0VidMA-{font-size:1.6rem;font-weight:450}.cwOeD0VidMA- .VYqDAGdd23g-{margin-right:1rem;font-size:2.3rem;line-height:1}.NnJ4GF6DQF4-{cursor:pointer;height:100%;padding:var(--gap-small);border:none;border-left:1px solid var(--color-black);background-color:var(--color-neutral);color:var(--color-white);justify-content:center;align-items:center;display:flex}.NnJ4GF6DQF4- .iIgE8dhvus4-{font-size:2.3rem;line-height:1}.e3p2Qwr04Jo-{padding:0}.f3mq171CZog-{text-transform:uppercase;background:var(--color-modal);color:var(--color-neutral-lightest);padding:var(--base-unit-l) var(--base-unit-xl) 0 var(--base-unit-xl);margin:var(--base-unit-m) 0;font-size:1rem}.Divb8sBZ5nw-{margin:var(--base-unit-m) 0;background:var(--color-neutral);height:.1rem}.Eew8cz2Ncys-{border-top:thin solid var(--color-neutral)}.ycKLgV8g-Fs-{color:var(--color-black);background-color:#0000}.ycKLgV8g-Fs-.Eew8cz2Ncys-{border-top:thin solid var(--color-neutral)}.aB6pXzR730g-{height:3.45rem;color:var(--color-white);text-align:center;align-items:center;font-size:1.6rem;font-weight:450;display:flex}.aB6pXzR730g- .XR6DdIJYdXw-{color:var(--color-accent);font-size:1.9rem;line-height:1}.aB6pXzR730g- .PpPX6AzyhwI-{height:100%;padding:var(--gap-small) var(--gap-regular) var(--gap-small) var(--gap-small);justify-content:center;align-items:center;gap:var(--gap-small);color:var(--color-white);background-color:var(--color-neutral);white-space:nowrap;overflow-wrap:normal;word-break:normal;border-top-left-radius:.3rem;border-bottom-left-radius:.3rem;text-decoration:none;display:flex}.UoIb6FC1mr0-{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem;margin-right:1px}.F4pKNQU4f3U-{padding:0}.gLkSUBZUb6I-{margin-left:var(--gap-regular)!important}.ZSEvV3LmaA8-{background-color:var(--color-neutral);height:.1rem;margin:var(--base-unit-l) 0;border:none;flex:none}._2HTe20yQg94-{color:var(--color-white);width:var(--avatar-size);height:var(--avatar-size);-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._2HTe20yQg94-.h5eG-PGUohk-{--avatar-size:1.8rem;font-size:1.2rem}._2HTe20yQg94-.zfNRLbFDkQQ-{--avatar-size:2.8rem;font-size:1.4rem}._2HTe20yQg94-.Y7-zhMtCzok-{--avatar-size:4rem;font-size:1.6rem}._2HTe20yQg94- svg{width:100%;height:100%;fill:var(--color-purple);position:absolute;top:0;left:0}._2HTe20yQg94-:first-of-type mask{display:none}.DywhAUmXNWQ-{font-weight:500;position:relative}.l9y7EZl9q6w-{align-items:center;display:flex}.WNmTk7z4-90-{margin-right:var(--base-unit-m)}.VxiyEzaUbRI-{white-space:nowrap;max-width:21.5rem;line-height:1}.VxiyEzaUbRI- .i353RtotgEo-{text-overflow:ellipsis;font-size:1.4rem;overflow:hidden}.VxiyEzaUbRI- ._9yRIEfNwJ-k-{font-size:1.2rem}.DJcqTtu4920-{background:var(--color-accent);width:8px;height:8px;box-shadow:0 0 2px 0 var(--color-neutral-not-so-light);border-radius:50%;position:absolute;bottom:1px;right:1px}.K2KDowiPjWs-{--dropdown-height:3.6rem;z-index:5;min-width:20rem;position:relative}.K2KDowiPjWs- .WTfn9phO2BA-{width:100%;padding:0 var(--base-unit-l) 0 .5rem;z-index:1;border-radius:calc(var(--dropdown-height) / 2);background:var(--color-modal);height:var(--dropdown-height);cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:space-between;align-items:center;min-width:18rem;transition:border-radius .25s ease-in-out;display:flex;position:relative}.K2KDowiPjWs- .WTfn9phO2BA-.nBrOjd6AGcY-{border-radius:calc(var(--dropdown-height) / 2) calc(var(--dropdown-height) / 2) 0 0}.K2KDowiPjWs- .kOIyskqYVSY-{color:var(--color-white);margin-right:auto}.K2KDowiPjWs- .c17AyyP0h6k-{--triangle-size:.6rem;margin-left:var(--base-unit-l);border-left:var(--triangle-size) solid transparent;border-right:var(--triangle-size) solid transparent;border-top:var(--triangle-size) solid var(--color-white);width:0;height:0;transition:transform .18s ease-in-out}.K2KDowiPjWs- .c17AyyP0h6k-.nBrOjd6AGcY-{transform:rotate(180deg)}.K2KDowiPjWs- .tUnHAhKeuGE-{--duration:.3s;top:calc(var(--dropdown-height) / 2);background:var(--color-modal);width:100%;transition:max-height var(--duration) ease-in-out;border-radius:0 0 calc(var(--dropdown-height) / 4) calc(var(--dropdown-height) / 4);position:absolute;overflow:hidden auto}.K2KDowiPjWs- .tUnHAhKeuGE-::-webkit-scrollbar-track{box-shadow:none;background-color:var(--color-black)}.K2KDowiPjWs- .tUnHAhKeuGE-::-webkit-scrollbar{background-color:var(--color-black);width:1rem;padding:10px}.K2KDowiPjWs- .tUnHAhKeuGE-::-webkit-scrollbar-thumb{background-color:var(--color-neutral)}.K2KDowiPjWs- .tUnHAhKeuGE-::-webkit-scrollbar-corner{display:none}.K2KDowiPjWs- .tUnHAhKeuGE-.fV9m3jIs5TM-{max-height:0!important}.K2KDowiPjWs- .tUnHAhKeuGE-.tMK0kP0iXLQ-{overflow:hidden}.K2KDowiPjWs- .jd8tiE-vjw0-{padding-top:calc(var(--dropdown-height) / 2)}.NA5sNy9-tOE-{margin-bottom:var(--base-unit-l)}.iSU7adD7YPk-{margin:var(--base-unit-xl) 0;flex-direction:column;justify-content:space-between;display:flex}.iSU7adD7YPk-:after{content:"";background:var(--color-neutral);width:40%;height:1px;margin:var(--base-unit-xl) auto 0 auto}.iSU7adD7YPk-:last-child:after{display:none}.RGeoHZTo07M-{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.mIBoTfI-vBE-{margin-right:auto}.iUdYKwsWYsU-{font-size:2rem}@keyframes ZXEbBP4OuC8-{to{transform:rotate(-360deg)}}._9ac51dyR7iE-{animation:2s linear infinite ZXEbBP4OuC8-}.nnKbrXRtlNc-{width:100%;height:var(--base-unit-m);border-radius:var(--base-unit-s);background:var(--color-neutral);margin-top:var(--base-unit-l);--progress:0;position:relative}.nnKbrXRtlNc-:after{width:var(--progress);content:"";border-radius:var(--base-unit-s);background:var(--color-neutral-light);height:100%;position:absolute}.D-YcHLTxEoU-{cursor:pointer}.n6egu4JpEqg-{margin-bottom:var(--base-unit-xl)}.X-UoQHwSQ1A-{height:100%}.ib1LtV-ns7Y- .w59T2-QfyXs-{display:none!important}
