.clr-picker{display:none;flex-wrap:wrap;position:absolute;width:200px;z-index:1000;border-radius:10px;background-color:#fff;justify-content:space-between;box-shadow:0 0 5px rgba(0,0,0,.05),0 5px 20px rgba(0,0,0,.1);-webkit-user-select:none;-ms-user-select:none;user-select:none}.clr-picker.clr-open{display:flex}.clr-gradient{position:relative;width:100%;height:100px;margin-bottom:15px;border-radius:3px 3px 0 0;background-image:linear-gradient(transparent,#000),linear-gradient(90deg,#fff,currentColor);cursor:pointer}.clr-marker{position:absolute;width:12px;height:12px;margin:-6px 0 0 -6px;border:1px solid #fff;border-radius:50%;background-color:currentColor;cursor:pointer}.clr-picker input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px}.clr-picker input[type=range]::-webkit-slider-thumb{width:8px;height:8px;-webkit-appearance:none}.clr-picker input[type=range]::-moz-range-track{width:100%;height:8px;border:0}.clr-picker input[type=range]::-moz-range-thumb{width:8px;height:8px;border:0}.clr-hue{background-image:linear-gradient(90deg,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red)}.clr-alpha,.clr-hue{position:relative;width:calc(100% - 40px);height:8px;margin:5px 20px;border-radius:4px}.clr-alpha span{display:block;height:100%;width:100%;border-radius:inherit;background-image:linear-gradient(90deg,transparent,currentColor)}.clr-alpha input,.clr-hue input{position:absolute;width:calc(100% + 16px);height:16px;left:-8px;top:-4px;margin:0;background-color:transparent;opacity:0;cursor:pointer;appearance:none;-webkit-appearance:none}.clr-alpha div,.clr-hue div{width:16px;height:16px;top:50%;margin-left:-8px;transform:translateY(-50%);border:2px solid #fff;border-radius:50%;box-shadow:0 0 1px #888;pointer-events:none}.clr-alpha div,.clr-alpha div:before,.clr-hue div{position:absolute;left:0;background-color:currentColor}.clr-alpha div:before{content:"";height:100%;width:100%;top:0;border-radius:50%}.clr-format{display:none;order:1;width:calc(100% - 40px);margin:0 20px 20px}.clr-segmented{display:flex;position:relative;width:100%;margin:0;padding:0;border:1px solid #ddd;border-radius:15px;box-sizing:border-box;color:#999;font-size:12px}.clr-segmented input,.clr-segmented legend{position:absolute;width:100%;height:100%;margin:0;padding:0;border:0;left:0;top:0;opacity:0;pointer-events:none}.clr-segmented label{flex-grow:1;padding:4px 0;text-align:center;cursor:pointer}.clr-segmented label:first-of-type{border-radius:10px 0 0 10px}.clr-segmented label:last-of-type{border-radius:0 10px 10px 0}.clr-segmented input:checked+label{color:#fff;background-color:#666}.clr-swatches{order:2;width:calc(100% - 32px);margin:0 16px}.clr-swatches div{display:flex;flex-wrap:wrap;padding-bottom:12px;justify-content:center}.clr-swatches button{position:relative;width:20px;height:20px;margin:0 4px 6px 4px;border:0;border-radius:50%;color:inherit;text-indent:-1000px;white-space:nowrap;overflow:hidden;cursor:pointer}.clr-swatches button:after{content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:inherit;background-color:currentColor;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}input.clr-color{order:1;width:calc(100% - 80px);height:32px;margin:15px 20px 20px 0;padding:0 10px;border:1px solid #ddd;border-radius:16px;color:#444;background-color:#fff;font-family:sans-serif;font-size:14px;text-align:center;box-shadow:none}input.clr-color:focus{outline:none;border:1px solid #1e90ff}.clr-clear{display:none;order:2;height:24px;margin:0 20px 20px auto;padding:0 20px;border:0;border-radius:12px;color:#fff;background-color:#666;font-family:inherit;font-size:12px;font-weight:400;cursor:pointer}.clr-preview{position:relative;width:32px;height:32px;margin:15px 0 20px 20px;border:0;border-radius:50%;overflow:hidden;cursor:pointer}.clr-preview:after,.clr-preview:before{content:"";position:absolute;height:100%;width:100%;left:0;top:0;border:1px solid #fff;border-radius:50%}.clr-preview:after{border:0;background-color:currentColor;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.clr-alpha div,.clr-color,.clr-hue div,.clr-marker{box-sizing:border-box}.clr-field{display:inline-block;position:relative;color:transparent}.clr-field button{position:absolute;width:30px;height:100%;right:0;top:50%;transform:translateY(-50%);border:0;color:inherit;text-indent:-1000px;white-space:nowrap;overflow:hidden;pointer-events:none}.clr-field button:after{content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:inherit;background-color:currentColor;box-shadow:inset 0 0 1px rgba(0,0,0,.5)}.clr-alpha,.clr-alpha div,.clr-field button,.clr-preview:before,.clr-swatches button{background-image:repeating-linear-gradient(45deg,#aaa 25%,transparent 0,transparent 75%,#aaa 0,#aaa),repeating-linear-gradient(45deg,#aaa 25%,#fff 0,#fff 75%,#aaa 0,#aaa);background-position:0 0,4px 4px;background-size:8px 8px}.clr-marker:focus{outline:none}.clr-keyboard-nav .clr-alpha input:focus+div,.clr-keyboard-nav .clr-hue input:focus+div,.clr-keyboard-nav .clr-marker:focus,.clr-keyboard-nav .clr-segmented input:focus+label{outline:none;box-shadow:0 0 0 2px #1e90ff,0 0 2px 2px #fff}.clr-picker[data-alpha=false] .clr-alpha{display:none}.clr-picker[data-minimal=true]{padding-top:16px}.clr-picker[data-minimal=true] .clr-alpha,.clr-picker[data-minimal=true] .clr-color,.clr-picker[data-minimal=true] .clr-gradient,.clr-picker[data-minimal=true] .clr-hue,.clr-picker[data-minimal=true] .clr-preview{display:none}.clr-dark{background-color:#444}.clr-dark .clr-segmented{border-color:#777}.clr-dark .clr-swatches button:after{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.3)}.clr-dark input.clr-color{color:#fff;border-color:#777;background-color:#555}.clr-dark input.clr-color:focus{border-color:#1e90ff}.clr-dark .clr-preview:after{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.5)}.clr-dark .clr-alpha,.clr-dark .clr-alpha div,.clr-dark .clr-preview:before,.clr-dark .clr-swatches button{background-image:repeating-linear-gradient(45deg,#666 25%,transparent 0,transparent 75%,#888 0,#888),repeating-linear-gradient(45deg,#888 25%,#444 0,#444 75%,#888 0,#888)}.clr-picker.clr-polaroid{border-radius:6px;box-shadow:0 0 5px rgba(0,0,0,.1),0 5px 30px rgba(0,0,0,.2)}.clr-picker.clr-polaroid:before{content:"";display:block;position:absolute;width:16px;height:10px;left:20px;top:-10px;border:solid transparent;border-width:0 8px 10px 8px;border-bottom-color:currentColor;box-sizing:border-box;color:#fff;filter:drop-shadow(0 -4px 3px rgba(0,0,0,.1));pointer-events:none}.clr-picker.clr-polaroid.clr-dark:before{color:#444}.clr-picker.clr-polaroid.clr-left:before{left:auto;right:20px}.clr-picker.clr-polaroid.clr-top:before{top:auto;bottom:-10px;transform:rotate(180deg)}.clr-polaroid .clr-gradient{width:calc(100% - 20px);height:120px;margin:10px;border-radius:3px}.clr-polaroid .clr-alpha,.clr-polaroid .clr-hue{width:calc(100% - 30px);height:10px;margin:6px 15px;border-radius:5px}.clr-polaroid .clr-alpha div,.clr-polaroid .clr-hue div{box-shadow:0 0 5px rgba(0,0,0,.2)}.clr-polaroid .clr-format{width:calc(100% - 20px);margin:0 10px 15px}.clr-polaroid .clr-swatches{width:calc(100% - 12px);margin:0 6px}.clr-polaroid .clr-swatches div{padding-bottom:10px}.clr-polaroid .clr-swatches button{width:22px;height:22px}.clr-polaroid input.clr-color{width:calc(100% - 60px);margin:10px 10px 15px 0}.clr-polaroid .clr-clear{margin:0 10px 15px auto}.clr-polaroid .clr-preview{margin:10px 0 15px 10px}.clr-picker.clr-large{width:275px}.clr-large .clr-gradient{height:150px}.clr-large .clr-swatches button{width:22px;height:22px}.scale-enter-active,.scale-leave-active{transition:all .5s ease}.scale-enter-from,.scale-leave-active{opacity:0;transform:scale(.9)}.fade-enter-active,.fade-leave-active{opacity:1;transition:opacity .5s ease}.fade-enter-from,.fade-leave-active{opacity:0}#polkaDotIcon{position:absolute;top:30px;right:30px;cursor:pointer}#polkaDotIcon:hover img{transition:transform .5s;transform:rotate(180deg)}#polkaDotIcon img{transition:transform .5s;transform:rotate(0deg);width:40px}#filterCanvas{position:absolute;width:100%}.select-dropdown select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px 35px 10px 10px;font-size:12px;background:transparent;color:#1f2023;border:1px solid #1f2023;background-repeat:no-repeat;background-position:right 13px top 14px;background-size:.9375em .5625em;background-image:url("data:image/svg+xml;charset=uft8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 13'%3E%3Cpolyline fill='none' stroke='currentColor' stroke-width='3' points='1,1 11,11 21,1'/%3E%3C/svg%3E");border-radius:10px;width:100%;outline:none;cursor:pointer}.light .select-dropdown select{filter:invert(0);filter:var(--theme-light-UI_toolBar_svgIconColor,invert(0))}.dark .select-dropdown select{filter:invert(100%);filter:var(--theme-dark-UI_toolBar_svgIconColor,invert(100%))}.UI_slider_container{flex:1;margin-top:3px}.UI_slider_component{display:flex}.UI_slider{width:calc(100% - 40px);margin-top:15px;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:2px;outline:none;cursor:pointer}.light .UI_slider{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_slider{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.UI_slider_value{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;padding:5px 0 5px 15px;font-size:11px;border-radius:10px;width:40px;height:15px;margin:4px 0 0 10px;border:0}.light .UI_slider_value{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_slider_value{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.light .UI_slider_value{color:#e2e2e2;color:var(--theme-light-UI_window_lightBackground,#e2e2e2)}.dark .UI_slider_value{color:#1c1c1c;color:var(--theme-dark-UI_window_lightBackground,#1c1c1c)}input[type=range]::-webkit-slider-thumb{width:16px;-webkit-appearance:none;height:16px;border-radius:50%;cursor:pointer}.light input[type=range]::-webkit-slider-thumb{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark input[type=range]::-webkit-slider-thumb{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.UI_slider::-moz-range-thumb{cursor:pointer;display:block;width:1.125rem;height:1.125rem;border:0;border-radius:50%;box-shadow:0 0 0 transparent;-moz-transition:transform .2s cubic-bezier(.23,1,.32,1),box-shadow .15s cubic-bezier(.25,0,.25,1);transition:transform .2s cubic-bezier(.23,1,.32,1),box-shadow .15s cubic-bezier(.25,0,.25,1);transform-origin:center}.light .UI_slider::-moz-range-thumb{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_slider::-moz-range-thumb{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.UI_slider::-moz-range-track{width:100%;height:2px}.light .UI_slider::-moz-range-track{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_slider::-moz-range-track{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.UI_slider_innerContainer{display:flex;width:100%}.UI_button{width:100%;font-size:12px;border:0;padding:11px 30px;cursor:pointer;transition:.25s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:10px;transition:.4s}.light .UI_button{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_button{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.light .UI_button{color:#e2e2e2;color:var(--theme-light-UI_window_lightBackground,#e2e2e2)}.dark .UI_button{color:#1c1c1c;color:var(--theme-dark-UI_window_lightBackground,#1c1c1c)}.UI_button:hover{transition:.4s;background:#fff;color:#000}.UI_button.recording{opacity:1;background:red;color:#fff;border:#fff;-webkit-animation:blinker 1.5s linear infinite;animation:blinker 1.5s linear infinite}@-webkit-keyframes blinker{50%{opacity:.2}}@keyframes blinker{50%{opacity:.2}}.toggle .toggleKeyContainer{display:flex}.toggle .toggleKeyContainer input{clip:rect(0,0,0,0);height:0;width:0;border:0;display:none;overflow:hidden}.toggle .toggleKeyContainer input+label,.toggle .toggleKeyContainer input:checked+label{width:50%}.light .toggle .toggleKeyContainer input:checked+label{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .toggle .toggleKeyContainer input:checked+label{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.light .toggle .toggleKeyContainer input:checked+label{color:#e2e2e2;color:var(--theme-light-UI_window_lightBackground,#e2e2e2)}.dark .toggle .toggleKeyContainer input:checked+label{color:#1c1c1c;color:var(--theme-dark-UI_window_lightBackground,#1c1c1c)}.toggle .toggleKeyContainer label{display:inline-block;width:25%;background:transparent;text-align:center;font-size:12px;padding:10px 6px;transition:all .1s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:10px}.light .toggle .toggleKeyContainer label{border:1px solid #1f2023;border:1px solid var(--theme-light-textColor,#1f2023)}.dark .toggle .toggleKeyContainer label{border:1px solid #eee;border:1px solid var(--theme-dark-textColor,#eee)}.light .toggle .toggleKeyContainer label{color:#1f2023;color:var(--theme-light-textColor,#1f2023)}.dark .toggle .toggleKeyContainer label{color:#eee;color:var(--theme-dark-textColor,#eee)}.toggle .toggleKeyContainer label:hover,.toggle_label{cursor:pointer}.toggle_label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.toggle_container{font-size:18px;flex:1}#tooltip{position:absolute;opacity:0;transition:opacity .2s;pointer-events:none;background:#fff;color:#000;width:160px;left:0;top:0;box-shadow:0 0 70px 10px rgba(0,0,0,.25);padding:20px;z-index:2000}.tooltip_heading{font-size:16px;margin-bottom:20px;line-height:1.2}.tooltip_tip{font-weight:100;line-height:1.2;font-size:12px}.tooltip_graphic{margin-bottom:20px}.tooltip_graphic img,.tooltip_graphic video{width:160px;height:160px;display:block}.UI_patternStyleDropdown{margin-top:20px}#UI_photoProperties_photoContainer img{border-radius:10px}.loadImageButton{margin-top:-20px}.colorisInstance input{height:35px;padding:0 20px;border:0;font-family:inherit;font-size:inherit;font-weight:inherit;box-sizing:border-box;cursor:pointer}.light .colorisInstance input{background-color:#fff;background-color:var(--theme-light-UI_backgroundColor,#fff)}.dark .colorisInstance input{background-color:#000;background-color:var(--theme-dark-UI_backgroundColor,#000)}.colorisInstance.full .clr-field,.colorisInstance.small{width:100%}.colorisInstance.small button{width:100%;border:1px solid #fff;border-radius:10px}.colorisInstance.small input{width:100%;padding:0}.colorisContainer{height:35px}.circle .clr-field button,.square .clr-field button{width:35px;height:100%;right:auto;border-radius:0;border-color:#fff}.circle .clr-field input,.square .clr-field input{padding-left:90px}.circle .clr-field input,.light .square .clr-field input{color:#000;color:var(--theme-light-UI_primaryColor,#000)}.circle .clr-field input,.dark .square .clr-field input{color:#fff;color:var(--theme-dark-UI_primaryColor,#fff)}.circle .clr-field button{border-radius:50%}.full .clr-field button{width:100%;height:100%;border:1px solid #fff;border-radius:10px}.square .clr-field button{border:1px solid #fff;border-radius:10px;width:80px}input[type=color]{-moz-appearance:none;-webkit-appearance:none;appearance:none;padding:0;width:27px;height:27px;background:none;margin:11px 3px;cursor:pointer;padding:0 2px 0 2px;border:0 solid #000}::-moz-color-swatch{border-color:transparent}input[type=color]::-webkit-color-swatch-wrapper{margin:0}[type=color]::-webkit-color-swatch{border:none}#clr-picker{z-index:50000}body.mobile #clr-color-preview,body.mobile #clr-color-value{display:none}body.mobile .clr-hue{margin-top:10px;margin-bottom:30px!important}body.mobile .clr-hue div{width:24px;height:24px;margin-left:-12px}#filterCanvas{right:30px;bottom:30px;width:400px}#UI_filterProperties,.UI_filterPropertiesContent{margin-top:20px}#filterCanvasContainer{border-radius:10px}#UI_graphicBackground .UI_graphicBackground_animationStyle{margin-top:20px}.UI_sizeSelector[data-v-300a95fa]{padding:10px;background:transparent;width:40px;margin-bottom:10px;border-radius:10px}.light .UI_sizeSelector[data-v-300a95fa]{color:#1f2023;color:var(--theme-light-textColor,#1f2023)}.dark .UI_sizeSelector[data-v-300a95fa]{color:#eee;color:var(--theme-dark-textColor,#eee)}.light .UI_sizeSelector[data-v-300a95fa]{border:1px solid #1f2023;border:1px solid var(--theme-light-textColor,#1f2023)}.dark .UI_sizeSelector[data-v-300a95fa]{border:1px solid #eee;border:1px solid var(--theme-dark-textColor,#eee)}.UI_sizeSelector[data-v-300a95fa]:focus{outline:none}.UI_sizeSelector_label[data-v-300a95fa]{display:inline-block;width:20px}.UI_sizeSelector_labelLeft[data-v-300a95fa]{margin-right:5px}.UI_sizeSelector_labelRight[data-v-300a95fa]{margin-left:5px}.UI_sizeSelector_chainIcon[data-v-300a95fa]{height:52px;margin-top:-29px;margin-left:3px}.light .UI_sizeSelector_chainIcon[data-v-300a95fa]{filter:invert(0);filter:var(--theme-light-UI_toolBar_svgIconColor,invert(0))}.dark .UI_sizeSelector_chainIcon[data-v-300a95fa]{filter:invert(100%);filter:var(--theme-dark-UI_toolBar_svgIconColor,invert(100%))}input[data-v-300a95fa]::-webkit-inner-spin-button,input[data-v-300a95fa]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number][data-v-300a95fa]{-moz-appearance:textfield}.modalContainer{color:#000;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.modal{width:80%;height:auto;max-width:400px;padding:20px;background:#fff;border-radius:10px;pointer-events:all;overflow-y:scroll}.modal h1{line-height:1.2}.modal p{line-height:1.5}.backdrop{top:0;left:0;position:fixed;background:rgba(0,0,0,.95);width:100%;height:100%}#UI_export #toggleExportView{margin-top:70px}#UI_export a{text-decoration:none;margin-left:10px}.light #UI_export a{color:#1f2023;color:var(--theme-light-linkColor,#1f2023)}.dark #UI_export a{color:#eee;color:var(--theme-dark-linkColor,#eee)}#UI_export a:visited{text-decoration:none;margin-left:10px}.light #UI_export a:visited{color:#1f2023;color:var(--theme-light-linkColor,#1f2023)}.dark #UI_export a:visited{color:#eee;color:var(--theme-dark-linkColor,#eee)}#UI_export .UI_export_row{display:flex;margin-bottom:20px}#UI_export .UI_export_row_column{flex-basis:100%}#UI_export .UI_export_paragraphText{line-height:1.8;font-size:10px}#UI_export .UI_export_paragraphTextSmall{line-height:1.6;font-size:10px}#UI_export .UI_export_label{margin-bottom:10px}#UI_export .sizeSelectorText{display:flex;align-items:center}#UI_export .sizeSelectorText span{margin-top:10px}#UI_export #UI_export_heading{text-align:center;margin-top:20px;margin-bottom:20px}#UI_export #UI_export_heading h3,#UI_export #UI_export_heading h5{margin:0;padding:0}#UI_export #UI_export_heading h3{margin-top:-15px;margin-bottom:40px}#exportPreview{margin:50px auto 30px auto;display:flex;align-items:center;justify-content:center}#exportPreview img{border-radius:10px;max-width:300px}#exportPreview video{max-width:300px}body.mobile .modal{height:80%}#UI{min-width:400px;max-width:400px;height:100vh;max-height:calc(100vh - 60px);font-size:12px;overflow-x:hidden;overflow-y:scroll;padding:30px}.light #UI{background-color:#fff;background-color:var(--theme-light-UI_backgroundColor,#fff)}.dark #UI{background-color:#000;background-color:var(--theme-dark-UI_backgroundColor,#000)}.light #UI{color:#000;color:var(--theme-light-UI_primaryColor,#000)}.dark #UI{color:#fff;color:var(--theme-dark-UI_primaryColor,#fff)}#UI #spacingContainer{padding-bottom:70px}#UI h2{font-weight:300;margin:0 0 30px 0;padding:0;line-height:1;padding-bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.light #UI h2{border-bottom:1px solid #000;border-bottom:1px solid var(--theme-light-UI_primaryColor,#000)}.dark #UI h2{border-bottom:1px solid #fff;border-bottom:1px solid var(--theme-dark-UI_primaryColor,#fff)}#UI .UI_label{font-size:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#UI #UI_generatorSelector{display:flex;justify-content:space-between;align-content:space-between}#UI #UI_generatorSelector a{display:flex;width:33%;text-decoration:none;text-align:center;border-radius:10px;padding:10px;margin-right:15px;transition:.3s;font-size:12px;align-items:center;justify-content:center}.light #UI #UI_generatorSelector a{color:#000;color:var(--theme-light-UI_primaryColor,#000)}.dark #UI #UI_generatorSelector a{color:#fff;color:var(--theme-dark-UI_primaryColor,#fff)}.light #UI #UI_generatorSelector a{border:1px solid #000;border:1px solid var(--theme-light-UI_primaryColor,#000)}.dark #UI #UI_generatorSelector a{border:1px solid #fff;border:1px solid var(--theme-dark-UI_primaryColor,#fff)}#UI #UI_generatorSelector a:last-child{margin-right:0}#UI #UI_generatorSelector a.activeElement,#UI #UI_generatorSelector a:hover{transition:.3s}#UI #UI_generatorSelector a.activeElement,.light #UI #UI_generatorSelector a:hover{color:#fff;color:var(--theme-light-UI_activeColor_primaryColor,#fff)}#UI #UI_generatorSelector a.activeElement,.dark #UI #UI_generatorSelector a:hover{color:#fff;color:var(--theme-dark-UI_activeColor_primaryColor,#fff)}#UI #UI_generatorSelector a.activeElement,.light #UI #UI_generatorSelector a:hover{background-color:#e6007a;background-color:var(--theme-light-UI_activeColor_background,#e6007a)}#UI #UI_generatorSelector a.activeElement,.dark #UI #UI_generatorSelector a:hover{background-color:#e6007a;background-color:var(--theme-dark-UI_activeColor_background,#e6007a)}#UI #UI_generatorSelector a.activeElement,.light #UI #UI_generatorSelector a:hover{border:1px solid #e6007a;border:1px solid var(--theme-light-UI_activeColor_background,#e6007a)}#UI #UI_generatorSelector a.activeElement,.dark #UI #UI_generatorSelector a:hover{border:1px solid #e6007a;border:1px solid var(--theme-dark-UI_activeColor_background,#e6007a)}#UI .UI_column{width:100%;display:flex}#UI .UI_row{flex-basis:100%;margin-right:20px}#UI .UI_row:last-child{margin-right:0}#UI .UI_colorRow{flex-basis:25%;margin-right:20px}#UI .UI_colorRow:last-child{margin-right:0}#UI #UI_backgroundColor,#UI #UI_dotSize,#UI #UI_photoProperties{margin-top:50px}#UI #UI_photoProperties .UI_slider_container{margin-bottom:15px}#UI #UI_photoProperties .UI_slider_container:last-child{margin-bottom:0}.light #UI #UI_photoProperties #UI_photoProperties_photoContainer button{color:#fff;color:var(--theme-light-UI_activeColor_primaryColor,#fff)}.dark #UI #UI_photoProperties #UI_photoProperties_photoContainer button{color:#fff;color:var(--theme-dark-UI_activeColor_primaryColor,#fff)}.light #UI #UI_photoProperties #UI_photoProperties_photoContainer button{background-color:#e6007a;background-color:var(--theme-light-UI_activeColor_background,#e6007a)}.dark #UI #UI_photoProperties #UI_photoProperties_photoContainer button{background-color:#e6007a;background-color:var(--theme-dark-UI_activeColor_background,#e6007a)}.light #UI #UI_photoProperties #UI_photoProperties_photoContainer button{border:1px solid #e6007a;border:1px solid var(--theme-light-UI_activeColor_background,#e6007a)}.dark #UI #UI_photoProperties #UI_photoProperties_photoContainer button{border:1px solid #e6007a;border:1px solid var(--theme-dark-UI_activeColor_background,#e6007a)}.light #UI #UI_photoProperties #UI_photoProperties_photoContainer button:hover{color:#000;color:var(--theme-light-UI_primaryColor,#000)}.dark #UI #UI_photoProperties #UI_photoProperties_photoContainer button:hover{color:#fff;color:var(--theme-dark-UI_primaryColor,#fff)}.light #UI #UI_photoProperties #UI_photoProperties_photoContainer button:hover{background-color:#fff;background-color:var(--theme-light-UI_backgroundColor,#fff)}.dark #UI #UI_photoProperties #UI_photoProperties_photoContainer button:hover{background-color:#000;background-color:var(--theme-dark-UI_backgroundColor,#000)}.light #UI #UI_photoProperties #UI_photoProperties_photoContainer button:hover{border:1px solid #e6007a;border:1px solid var(--theme-light-UI_activeColor_background,#e6007a)}.dark #UI #UI_photoProperties #UI_photoProperties_photoContainer button:hover{border:1px solid #e6007a;border:1px solid var(--theme-dark-UI_activeColor_background,#e6007a)}#UI #UI_photoProperties #UI_photoProperties_photoContainer canvas,#UI #UI_photoProperties #UI_photoProperties_photoContainer img{max-width:100%;display:block;cursor:pointer}#resetCamera{position:absolute;bottom:30px;right:30px;cursor:pointer;display:flex;flex-direction:column;opacity:.5;transition:opacity .4s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#resetCamera:hover{transition:opacity .4s;opacity:1}#resetCamera img{width:40px;margin:0 auto}body.mobile #UI{position:absolute;bottom:0;width:calc(100vw - 60px);min-width:calc(100vw - 60px);max-width:auto;height:200px;margin-top:auto;font-size:10px}body.mobile #UI_photoProperties .UI_column{display:block}body.mobile #UI_photoProperties .UI_column .UI_row{margin-right:0;margin-bottom:20px}body.mobile #UI_photoProperties .UI_column .UI_row:last-child{margin-bottom:0}body.mobile #resetCamera{bottom:280px;opacity:1}body.mobile #resetCamera img{width:30px}.UI_window{transition:background-color .5s;position:absolute;border-radius:10px;z-index:1000;overflow-y:auto;overflow-x:hidden;min-width:140px;min-height:100px;font-size:12px}.light .UI_window{color:#35353a;color:var(--theme-light-UI_window_fontColor,#35353a)}.dark .UI_window{color:#eee;color:var(--theme-dark-UI_window_fontColor,#eee)}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.UI_window{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light .UI_window{background-color:hsla(0,0%,93.3%,.85);background-color:var(--theme-light-UI_window_backgroundColor_blurred,hsla(0,0%,93.3%,.85))}.dark .UI_window{background-color:rgba(53,53,58,.85);background-color:var(--theme-dark-UI_window_backgroundColor_blurred,rgba(53,53,58,.85))}}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.light .UI_window{background-color:hsla(0,0%,93.3%,.98);background-color:var(--theme-light-UI_window_backgroundColor_notBlurred,hsla(0,0%,93.3%,.98))}.dark .UI_window{background-color:rgba(53,53,58,.95);background-color:var(--theme-dark-UI_window_backgroundColor_notBlurred,rgba(53,53,58,.95))}}.UI_window_header{transition:background-color .5s;padding:10px 10px 10px 20px;cursor:move;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;font-size:10px;text-transform:uppercase}.light .UI_window_header{background-color:#ababab;background-color:var(--theme-light-UI_window_headerColor,#ababab)}.dark .UI_window_header{background-color:#1f2023;background-color:var(--theme-dark-UI_window_headerColor,#1f2023)}.light .UI_window_header{color:#35353a;color:var(--theme-light-UI_window_fontColor,#35353a)}.dark .UI_window_header{color:#eee;color:var(--theme-dark-UI_window_fontColor,#eee)}.UI_window_header .UI_closeIcon{position:absolute;right:0;font-weight:700;cursor:pointer;padding:10px;margin:-18px 0 0 0;font-size:20px}.UI_window_header .UI_closeIcon:hover{opacity:.5}#UI_performance{padding:20px}#UI_stats_perfInfo{display:block;font-size:7.7px}#UI_stats_perfInfo,#UI_stats_threeJS{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#UI_stats_threeJS{margin-top:20px;font-size:9px}#UI_consoleContent{padding:20px}#ui_console_sticky{position:absolute;left:0;bottom:0;width:100%;max-height:30px;padding:10px 20px 10px 20px}.light #ui_console_sticky{border-top:1px solid #35353a;border-top:1px solid var(--theme-light-UI_window_fontColor,#35353a)}.dark #ui_console_sticky{border-top:1px solid #eee;border-top:1px solid var(--theme-dark-UI_window_fontColor,#eee)}#ui_console_content{margin-bottom:45px}#UI_iconContainer{position:absolute;bottom:30px;left:30px}.UI_windowIconContainer{transition:.5s;width:35px;height:35px;cursor:pointer;border-radius:5px;margin-bottom:5px}.light .UI_windowIconContainer{border:1px solid #d9d9d9;border:1px solid var(--theme-light-UI_toolBar_border,#d9d9d9)}.dark .UI_windowIconContainer{border:1px solid #35353a;border:1px solid var(--theme-dark-UI_toolBar_border,#35353a)}.light .UI_windowIconContainer{background-color:#eee;background-color:var(--theme-light-UI_toolBar_background,#eee)}.dark .UI_windowIconContainer{background-color:#1f2023;background-color:var(--theme-dark-UI_toolBar_background,#1f2023)}.light .UI_windowIconContainer:hover{border:1px solid #acacac;border:1px solid var(--theme-light-UI_toolBar_borderHover,#acacac)}.dark .UI_windowIconContainer:hover{border:1px solid #626363;border:1px solid var(--theme-dark-UI_toolBar_borderHover,#626363)}.light .UI_windowIconContainer:hover .UI_windowIconChar{color:#000;color:var(--theme-light-UI_toolBar_iconColorHover,#000)}.dark .UI_windowIconContainer:hover .UI_windowIconChar{color:#eee;color:var(--theme-dark-UI_toolBar_iconColorHover,#eee)}.light .UI_windowIconContainer img{filter:invert(0);filter:var(--theme-light-UI_toolBar_svgIconColor,invert(0))}.dark .UI_windowIconContainer img{filter:invert(100%);filter:var(--theme-dark-UI_toolBar_svgIconColor,invert(100%))}.UI_windowIconContainer .UI_windowIcon{padding:7px;width:22px!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UI_windowIconContainer .UI_windowIconChar{font-size:18px;font-weight:700;text-align:center;margin-top:8px}.light .UI_windowIconContainer .UI_windowIconChar{color:#000;color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_windowIconContainer .UI_windowIconChar{color:#eee;color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.light .UI_windowIcon_active{background-color:#35353a;background-color:var(--theme-light-UI_toolBar_iconActiveBackgroundColor,#35353a)}.dark .UI_windowIcon_active{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconActiveBackgroundColor,#eee)}.light .UI_windowIcon_active img{filter:invert(100%);filter:var(--theme-light-UI_toolBar_svgActiveIconColor,invert(100%))}.dark .UI_windowIcon_active img{filter:invert(0);filter:var(--theme-dark-UI_toolBar_svgActiveIconColor,invert(0))}#UI_themeSwitcher{position:absolute;color:#fff;bottom:15px;right:20px;cursor:pointer;width:40px}#UI_themeSwitcher img{padding:5px;transition:.5s}.light #UI_themeSwitcher img{filter:invert(0);filter:var(--theme-light-UI_toolBar_svgIconColor,invert(0))}.dark #UI_themeSwitcher img{filter:invert(100%);filter:var(--theme-dark-UI_toolBar_svgIconColor,invert(100%))}#UI_themeSwitcher img:hover{transition:.5s;transform:rotate(180deg)}.UI_label{font-size:9px;margin-bottom:10px}#aboutScreen{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;font-size:12px;font-weight:200;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#aboutScreen #aboutScreen_title{font-size:calc(14px + 3vw);line-height:.9}#aboutScreen #aboutScreen_subLine{margin-top:30px;max-width:200px}#aboutScreen #aboutScreen_CTA{margin-top:30px}#aboutScreen #aboutScreen_CTA a{border:1px solid #fff;border-radius:20px;padding:10px 20px 10px 20px;color:#fff;text-decoration:none;transition:.3s}#aboutScreen #aboutScreen_CTA a:hover{transition:.3s;padding:10px 30px 10px 30px}.light #aboutScreen #aboutScreen_CTA a:hover{color:#fff;color:var(--theme-light-UI_activeColor_primaryColor,#fff)}.dark #aboutScreen #aboutScreen_CTA a:hover{color:#fff;color:var(--theme-dark-UI_activeColor_primaryColor,#fff)}.light #aboutScreen #aboutScreen_CTA a:hover{background-color:#e6007a;background-color:var(--theme-light-UI_activeColor_background,#e6007a)}.dark #aboutScreen #aboutScreen_CTA a:hover{background-color:#e6007a;background-color:var(--theme-dark-UI_activeColor_background,#e6007a)}.light #aboutScreen #aboutScreen_CTA a:hover{border:1px solid #e6007a;border:1px solid var(--theme-light-UI_activeColor_background,#e6007a)}.dark #aboutScreen #aboutScreen_CTA a:hover{border:1px solid #e6007a;border:1px solid var(--theme-dark-UI_activeColor_background,#e6007a)}#aboutScreen #aboutScreen_CTA a:visited{color:#fff;text-decoration:none}#aboutScreen #aboutScreen_credits{font-size:10px;line-height:1.2;margin-top:50px;color:#6e6e6e}#aboutScreen #aboutScreen_credits a{color:#6e6e6e}.light #aboutScreen #aboutScreen_credits a:hover{color:#e6007a;color:var(--theme-light-UI_activeColor_background,#e6007a)}.dark #aboutScreen #aboutScreen_credits a:hover{color:#e6007a;color:var(--theme-dark-UI_activeColor_background,#e6007a)}#aboutScreen #aboutScreen_credits a:visited{color:#6e6e6e}@font-face{font-family:Unbounded;font-style:normal;font-weight:100;src:url(../fonts/Unbounded-Light.woff2) format("woff2")}@font-face{font-family:Unbounded;font-style:normal;font-weight:200;src:url(../fonts/Unbounded-Blond.woff2) format("woff2")}@font-face{font-family:Unbounded;font-style:normal;font-weight:300;src:url(../fonts/Unbounded-Regular.woff2) format("woff2")}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;src:url(../fonts/Unbounded-Medium.woff2) format("woff2")}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;src:url(../fonts/Unbounded-Bold.woff2) format("woff2")}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;src:url(../fonts/Unbounded-Black.woff2) format("woff2")}html{--theme-light-backgroundColor:#fff;--theme-dark-backgroundColor:#1f2023;--theme-light-textColor:#1f2023;--theme-dark-textColor:#eee;--theme-light-secondaryTextColor:#cecece;--theme-dark-secondaryTextColor:#626363;--theme-light-linkColor:#1f2023;--theme-dark-linkColor:#eee;--theme-light-UI_backgroundColor:#fff;--theme-dark-UI_backgroundColor:#000;--theme-light-UI_primaryColor:#000;--theme-dark-UI_primaryColor:#fff;--theme-light-UI_activeColor_background:#e6007a;--theme-dark-UI_activeColor_background:#e6007a;--theme-light-UI_activeColor_primaryColor:#fff;--theme-dark-UI_activeColor_primaryColor:#fff;--theme-light-UI_window_backgroundColor_notBlurred:hsla(0,0%,93.3%,0.98);--theme-dark-UI_window_backgroundColor_notBlurred:rgba(53,53,58,0.95);--theme-light-UI_window_backgroundColor_blurred:hsla(0,0%,93.3%,0.85);--theme-dark-UI_window_backgroundColor_blurred:rgba(53,53,58,0.85);--theme-light-UI_window_fontColor:#35353a;--theme-dark-UI_window_fontColor:#eee;--theme-light-UI_window_headerColor:#ababab;--theme-dark-UI_window_headerColor:#1f2023;--theme-light-UI_window_lightBackground:#e2e2e2;--theme-dark-UI_window_lightBackground:#1c1c1c;--theme-light-UI_toolBar_border:#d9d9d9;--theme-dark-UI_toolBar_border:#35353a;--theme-light-UI_toolBar_borderHover:#acacac;--theme-dark-UI_toolBar_borderHover:#626363;--theme-light-UI_toolBar_background:#eee;--theme-dark-UI_toolBar_background:#1f2023;--theme-light-UI_toolBar_iconActiveBackgroundColor:#35353a;--theme-dark-UI_toolBar_iconActiveBackgroundColor:#eee;--theme-light-UI_toolBar_iconColor:#000;--theme-dark-UI_toolBar_iconColor:#eee;--theme-light-UI_toolBar_iconColorHover:#000;--theme-dark-UI_toolBar_iconColorHover:#eee;--theme-light-UI_toolBar_svgIconColor:invert(0%);--theme-dark-UI_toolBar_svgIconColor:invert(100%);--theme-light-UI_toolBar_svgActiveIconColor:invert(100%);--theme-dark-UI_toolBar_svgActiveIconColor:invert(0%);--theme-light-UI_accordion_headerColor:#dbdbdb;--theme-dark-UI_accordion_headerColor:#2a2b2f;--theme-light-UI_accordion_headerBorder:#575a63;--theme-dark-UI_accordion_headerBorder:#575a63}body,html{margin:0;padding:0;outline:none;background:#0d0d0d;width:100%;height:100%}body{font-family:Unbounded,Helvetica,Arial;font-weight:300;transition:background-color .2s;overflow:hidden}#appContainer{display:flex}body.mobile #appContainer{flex-direction:column-reverse}