.pickr{position:relative;overflow:visible;transform:translateY(0)}.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr .pcr-button{position:relative;height:2em;width:2em;padding:.5em;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;border-radius:.15em;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;background-size:0;transition:all .3s}.pickr .pcr-button:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pickr .pcr-button:before{z-index:initial}.pickr .pcr-button:after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;transition:background .3s;background:var(--pcr-color);border-radius:.15em}.pickr .pcr-button.clear{background-size:70%}.pickr .pcr-button.clear:before{opacity:0}.pickr .pcr-button.clear:focus{box-shadow:0 0 0 1px #ffffffd9,0 0 0 3px var(--pcr-color)}.pickr .pcr-button.disabled{cursor:not-allowed}.pickr *,.pcr-app *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr input:focus,.pickr input.pcr-active,.pickr button:focus,.pickr button.pcr-active,.pcr-app input:focus,.pcr-app input.pcr-active,.pcr-app button:focus,.pcr-app button.pcr-active{box-shadow:0 0 0 1px #ffffffd9,0 0 0 3px var(--pcr-color)}.pickr .pcr-palette,.pickr .pcr-slider,.pcr-app .pcr-palette,.pcr-app .pcr-slider{transition:box-shadow .3s}.pickr .pcr-palette:focus,.pickr .pcr-slider:focus,.pcr-app .pcr-palette:focus,.pcr-app .pcr-slider:focus{box-shadow:0 0 0 1px #ffffffd9,0 0 0 3px #00000040}.pcr-app{position:fixed;display:flex;flex-direction:column;z-index:10000;border-radius:.1em;background:#fff;opacity:0;visibility:hidden;transition:opacity .3s,visibility 0s .3s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-shadow:0 .15em 1.5em #0000001a,0 0 1em #00000008;left:0;top:0}.pcr-app.visible{transition:opacity .3s;visibility:visible;opacity:1}.pcr-app .pcr-swatches{display:flex;flex-wrap:wrap;margin-top:.75em}.pcr-app .pcr-swatches.pcr-last{margin:0}@supports (display: grid){.pcr-app .pcr-swatches{display:grid;align-items:center;grid-template-columns:repeat(auto-fit,1.75em)}}.pcr-app .pcr-swatches>button{font-size:1em;position:relative;width:calc(1.75em - 5px);height:calc(1.75em - 5px);border-radius:.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all .15s;overflow:hidden;background:#0000;z-index:1}.pcr-app .pcr-swatches>button:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:6px;border-radius:.15em;z-index:-1}.pcr-app .pcr-swatches>button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--pcr-color);border:1px solid rgba(0,0,0,.05);border-radius:.15em;box-sizing:border-box}.pcr-app .pcr-swatches>button:hover{filter:brightness(1.05)}.pcr-app .pcr-swatches>button:not(.pcr-active){box-shadow:none}.pcr-app .pcr-interaction{display:flex;flex-wrap:wrap;align-items:center;margin:0 -.2em}.pcr-app .pcr-interaction>*{margin:0 .2em}.pcr-app .pcr-interaction input{letter-spacing:.07em;font-size:.75em;text-align:center;cursor:pointer;color:#75797e;background:#f1f3f4;border-radius:.15em;transition:all .15s;padding:.45em .5em;margin-top:.75em}.pcr-app .pcr-interaction input:hover{filter:brightness(.975)}.pcr-app .pcr-interaction input:focus{box-shadow:0 0 0 1px #ffffffd9,0 0 0 3px #4285f4bf}.pcr-app .pcr-interaction .pcr-result{color:#75797e;text-align:left;flex:1 1 8em;min-width:8em;transition:all .2s;border-radius:.15em;background:#f1f3f4;cursor:text}.pcr-app .pcr-interaction .pcr-result::-moz-selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-result::selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-type.active{color:#fff;background:#4285f4}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff;width:auto}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff}.pcr-app .pcr-interaction .pcr-save:hover,.pcr-app .pcr-interaction .pcr-cancel:hover,.pcr-app .pcr-interaction .pcr-clear:hover{filter:brightness(.925)}.pcr-app .pcr-interaction .pcr-save{background:#4285f4}.pcr-app .pcr-interaction .pcr-clear,.pcr-app .pcr-interaction .pcr-cancel{background:#f44250}.pcr-app .pcr-interaction .pcr-clear:focus,.pcr-app .pcr-interaction .pcr-cancel:focus{box-shadow:0 0 0 1px #ffffffd9,0 0 0 3px #f44250bf}.pcr-app .pcr-selection .pcr-picker{position:absolute;height:18px;width:18px;border:2px solid #fff;border-radius:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pcr-app .pcr-selection .pcr-color-palette,.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;cursor:grab;cursor:-webkit-grab}.pcr-app .pcr-selection .pcr-color-palette:active,.pcr-app .pcr-selection .pcr-color-chooser:active,.pcr-app .pcr-selection .pcr-color-opacity:active{cursor:grabbing;cursor:-webkit-grabbing}.pcr-app[data-theme=nano]{width:14.25em;max-width:95vw}.pcr-app[data-theme=nano] .pcr-swatches{margin-top:.6em;padding:0 .6em}.pcr-app[data-theme=nano] .pcr-interaction{padding:0 .6em .6em}.pcr-app[data-theme=nano] .pcr-selection{display:grid;grid-gap:.6em;grid-template-columns:1fr 4fr;grid-template-rows:5fr auto auto;align-items:center;height:10.5em;width:100%;align-self:flex-start}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview{grid-area:2/1/4/1;height:100%;width:100%;display:flex;flex-direction:row;justify-content:center;margin-left:.6em}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color{display:none}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color{position:relative;background:var(--pcr-color);width:2em;height:2em;border-radius:50em;overflow:hidden}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette{grid-area:1/1/2/3;width:100%;height:100%;z-index:1}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette{border-radius:.15em;width:100%;height:100%}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser{grid-area:2/2/2/2}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity{grid-area:3/2/3/2}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser,.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity{height:.5em;margin:0 .6em}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-picker,.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-picker{top:50%;transform:translateY(-50%)}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider,.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider{flex-grow:1;border-radius:50em}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider{background:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider{background:linear-gradient(to right,transparent,black),url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:100%,.25em}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.video-editor{--primary: #65c86d;--background: #fbfbfc;--surface: #ffffff;--surface-light: #d7d8dc;--surface-dark: #ebeced;--accent: #5e6571;--text: #363e4e;--subtle: #868b95;--hint: #5e6571;--muted: #9b9fa6;--secondary-dark: #ffffff;--secondary-medium: #ebeced;--secondary-light: #ffffff;--playhead: #5e6571;--error: #f85d67;--general: #afb2b8}.video-editor[theme=dark]{--primary: #008eff;--background: #1d1d27;--surface: #282937;--surface-light: #3c3c50;--surface-dark: #3a3a4e;--accent: #acacc1;--text: #fefefe;--subtle: #d6d6e2;--hint: #5b5b72;--muted: #9b9fa6;--secondary-dark: #18181f;--secondary-medium: #2d2e3d;--secondary-light: #1f1f2a;--playhead: #ffffff;--error: #ff0000;--general: #afb2b8}.video-editor[theme=light]{--primary: #65c86d;--background: #fbfbfc;--surface: #ffffff;--surface-light: #d7d8dc;--surface-dark: #ebeced;--accent: #5e6571;--text: #363e4e;--subtle: #868b95;--hint: #5e6571;--muted: #9b9fa6;--secondary-dark: #ffffff;--secondary-medium: #ebeced;--secondary-light: #ffffff;--playhead: #5e6571;--error: #f85d67;--general: #afb2b8}@media(prefers-color-scheme:light){.video-editor[theme=system]{--primary: #65c86d;--background: #fbfbfc;--surface: #ffffff;--surface-light: #d7d8dc;--surface-dark: #ebeced;--accent: #5e6571;--text: #363e4e;--subtle: #868b95;--hint: #5e6571;--muted: #9b9fa6;--secondary-dark: #ffffff;--secondary-medium: #ebeced;--secondary-light: #ffffff;--playhead: #5e6571;--error: #f85d67;--general: #afb2b8}}@media(prefers-color-scheme:dark){.video-editor[theme=system]{--primary: #008eff;--background: #1d1d27;--surface: #282937;--surface-light: #3c3c50;--surface-dark: #3a3a4e;--accent: #acacc1;--text: #fefefe;--subtle: #d6d6e2;--hint: #5b5b72;--muted: #9b9fa6;--secondary-dark: #18181f;--secondary-medium: #2d2e3d;--secondary-light: #1f1f2a;--playhead: #ffffff;--error: #ff0000;--general: #afb2b8}}[class*=ve-],ve-accordion,ve-accordion-item,ve-alert,ve-animation-panel,ve-app-confirmation,ve-aspect-ratio-select,ve-assets-panel,ve-audio-clip,ve-audio-track,ve-avatar-filter,ve-avatar-list,ve-avatar-list-item,ve-avatar-panel,ve-avatar-settings,ve-brand-kit-overview,ve-btn,ve-btn-dropdown,ve-btn-group,ve-captions-layer,ve-captions-list,ve-captions-panel,ve-checkbox,ve-clip,ve-clip-group-container,ve-clip-waveform,ve-clips,ve-color-picker,ve-color-picker-gradient,ve-color-picker-pallete,ve-color-tab-panel,ve-comments-list,ve-comments-panel,ve-composition,ve-composition-settings,ve-context-menu,ve-crop-layer,ve-dropdown,ve-dropdown-item,ve-edit-avatar-item,ve-edit-panel,ve-effects-panel,ve-export-modal,ve-film-strip,ve-film-strip-container,ve-fonts-panel,ve-icon-badge,ve-icon-btn,ve-icon-btn-group,ve-image-clip,ve-input,ve-keyboard-shortcut,ve-layer,ve-layer-container,ve-layer-outline,ve-layers-panel,ve-library-panel,ve-loading-layout,ve-loading-screen,ve-loader,ve-main-track,ve-media-clip,ve-media-list,ve-media-panel,ve-modal,ve-music-panel,ve-music-player,ve-navbar,ve-navbar-center,ve-navbar-left,ve-navbar-right,ve-notification,ve-notification-container,ve-overlay,ve-panel,ve-panel-content,ve-panel-header,ve-playhead,ve-popover,ve-portal,ve-preview,ve-preview-controls,ve-preview-wrapper,ve-progress,ve-project-info,ve-radio,ve-radio-group,ve-range,ve-range-slider,ve-record-panel,ve-rendering-layout,ve-reusable-color-picker,ve-ruler,ve-scrollbar,ve-search-input,ve-select,ve-select-option,ve-settings-modal,ve-shape-clip,ve-sidebar,ve-sidebar-panel,ve-skeleton,ve-slider,ve-spinner,ve-stock-panel,ve-svg-clip,ve-switch,ve-tab,ve-tab-panel,ve-tabs,ve-templates-list,ve-templates-panel,ve-text-clip,ve-text-editor,ve-text-effects,ve-text-panel,ve-text-toolbar,ve-theme-picker,ve-thumbnail,ve-timeline,ve-timeline-controls,ve-timeline-header,ve-tooltip,ve-track,ve-track-controls,ve-track-divider,ve-track-group-wrapper,ve-tracks,ve-transitions-layer,ve-transitions-panel,ve-upload-modal,ve-video-clip,ve-video-track,ve-zoom-control{display:block}.timeline__playhead ve-playhead{height:100%}.video-editor{margin:0;padding:0;box-sizing:border-box;font-family:Qanelas Soft,Inter,"sans-serif";background-color:var(--background);-webkit-user-select:none;user-select:none}img{vertical-align:middle}a{color:unset;text-decoration:none}ul{list-style-type:none}::-webkit-scrollbar-corner{background:transparent}.split{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gutter{background-color:var(--surface-light);cursor:ns-resize;height:2px;border-radius:2px;transition:background-color .2s ease,transform .2s ease;transform:scale(1)}.gutter:hover{background-color:var(--primary);transform:scaleY(1.5)}.gutter.gutter__active{background-color:var(--primary);transform:scaleY(2)}.playhead__moveable{overflow:hidden}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:rgba(var(--hint),.8);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--hint)}.flex{display:flex}.flex-col{flex-direction:column}.justify-center{justify-content:center}.items-center{align-items:center}.w-full{width:100%}.h-full{height:100%}.w-screen{width:100vw}.h-screen{height:100vh}.flex-grow{flex-grow:1}.absolute{position:absolute}.relative{position:relative}.text-elipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-center{text-align:center}.visibility-visible-important{visibility:visible!important}.visibility-hidden-important{visibility:hidden!important}.spacer-1{height:1rem;width:100%}.spacer-2{height:2rem;width:100%}.grid{display:grid;grid-template-columns:repeat(12,1fr)}.grid.gap-1{grid-gap:5px}.grid.gap-2{grid-gap:10px}.grid.gap-3{grid-gap:15px}.grid.gap-4{grid-gap:20px}.grid.gap-5{grid-gap:25px}.col-span-1{grid-column:span 1}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-4{grid-column:span 4}.col-span-5{grid-column:span 5}.col-span-6{grid-column:span 6}.col-span-7{grid-column:span 7}.col-span-8{grid-column:span 8}.col-span-9{grid-column:span 9}.col-span-10{grid-column:span 10}.col-span-11{grid-column:span 11}.col-span-12{grid-column:span 12}@media(min-width:576px){.col-sm-span-1{grid-column:span 1}.col-sm-span-2{grid-column:span 2}.col-sm-span-3{grid-column:span 3}.col-sm-span-4{grid-column:span 4}.col-sm-span-5{grid-column:span 5}.col-sm-span-6{grid-column:span 6}.col-sm-span-7{grid-column:span 7}.col-sm-span-8{grid-column:span 8}.col-sm-span-9{grid-column:span 9}.col-sm-span-10{grid-column:span 10}.col-sm-span-11{grid-column:span 11}.col-sm-span-12{grid-column:span 12}}@media(min-width:768px){.col-md-span-1{grid-column:span 1}.col-md-span-2{grid-column:span 2}.col-md-span-3{grid-column:span 3}.col-md-span-4{grid-column:span 4}.col-md-span-5{grid-column:span 5}.col-md-span-6{grid-column:span 6}.col-md-span-7{grid-column:span 7}.col-md-span-8{grid-column:span 8}.col-md-span-9{grid-column:span 9}.col-md-span-10{grid-column:span 10}.col-md-span-11{grid-column:span 11}.col-md-span-12{grid-column:span 12}}@media(min-width:992px){.col-lg-span-1{grid-column:span 1}.col-lg-span-2{grid-column:span 2}.col-lg-span-3{grid-column:span 3}.col-lg-span-4{grid-column:span 4}.col-lg-span-5{grid-column:span 5}.col-lg-span-6{grid-column:span 6}.col-lg-span-7{grid-column:span 7}.col-lg-span-8{grid-column:span 8}.col-lg-span-9{grid-column:span 9}.col-lg-span-10{grid-column:span 10}.col-lg-span-11{grid-column:span 11}.col-lg-span-12{grid-column:span 12}}@media(min-width:1200px){.col-xl-span-1{grid-column:span 1}.col-xl-span-2{grid-column:span 2}.col-xl-span-3{grid-column:span 3}.col-xl-span-4{grid-column:span 4}.col-xl-span-5{grid-column:span 5}.col-xl-span-6{grid-column:span 6}.col-xl-span-7{grid-column:span 7}.col-xl-span-8{grid-column:span 8}.col-xl-span-9{grid-column:span 9}.col-xl-span-10{grid-column:span 10}.col-xl-span-11{grid-column:span 11}.col-xl-span-12{grid-column:span 12}}@media(min-width:1440px){.col-xxl-span-1{grid-column:span 1}.col-xxl-span-2{grid-column:span 2}.col-xxl-span-3{grid-column:span 3}.col-xxl-span-4{grid-column:span 4}.col-xxl-span-5{grid-column:span 5}.col-xxl-span-6{grid-column:span 6}.col-xxl-span-7{grid-column:span 7}.col-xxl-span-8{grid-column:span 8}.col-xxl-span-9{grid-column:span 9}.col-xxl-span-10{grid-column:span 10}.col-xxl-span-11{grid-column:span 11}.col-xxl-span-12{grid-column:span 12}}
