@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";.button{width:fit-content;height:36px;border:none;padding:0 8px;border-radius:8px;display:inline-flex;justify-content:center;align-items:center;gap:4px;cursor:pointer;transition:ease-in-out}.button:focus-visible{box-shadow:0 0 0 2px var(--theme_outline)}.button svg{pointer-events:none;flex-shrink:0;max-width:24px}.button:active{transform:scale(1.03)}.button--isFullWidth{width:100%}.button--default{background:var(--theme_background_3);color:var(--theme_text)}.button--default:hover,.button--default.button--isSelected{background:var(--theme_background_4)}.button--default.button_interactiveSemantic--success:hover{background:var(--theme_success);color:#151515}.button--default.button_interactiveSemantic--warning:hover{background:var(--theme_warning);color:#fff}.button--default.button_interactiveSemantic--danger:hover{background:var(--theme_danger);color:#fff}.button--ghost{background:transparent;color:var(--theme_text)}.button--ghost:hover{background:var(--theme_background_3)}.button--ghost.button--isSelected{background:var(--theme_background_4)}.button--ghost.button_interactiveSemantic--success:hover{background:var(--theme_success);color:#151515}.button--ghost.button_interactiveSemantic--warning:hover{background:var(--theme_warning);color:#fff}.button--ghost.button_interactiveSemantic--danger:hover{background:var(--theme_danger);color:#fff}.button--contrast{background:var(--theme_background_contrast_3);color:var(--theme_text_contrast)}.button--contrast:hover,.button--contrast.button--isSelected{background:var(--theme_background_contrast_2)}.button--contrast.button_interactiveSemantic--success:hover{background:var(--theme_success);color:#151515}.button--contrast.button_interactiveSemantic--warning:hover{background:var(--theme_warning);color:#fff}.button--contrast.button_interactiveSemantic--danger:hover{background:var(--theme_danger);color:#fff}.button--contrast:focus-visible{box-shadow:0 0 0 1px var(--theme_border),0 0 0 3px var(--theme_outline)}.button.button--iconOnly{width:36px;height:36px;justify-content:center}.buttonGroup{display:inline-flex;align-items:center;position:relative;border:1px solid var(--theme_border);border-radius:8px}.buttonGroup .button{position:relative;border-radius:0;z-index:0;height:25px}.buttonGroup .button:first-of-type{border-radius:6px 0 0 6px}.buttonGroup .button:last-of-type{border-radius:0 6px 6px 0}.buttonGroup .button:focus-visible{z-index:1}.checkbox{position:relative;display:inline-flex;align-items:center;gap:8px}.checkbox .checkbox_input{position:absolute;opacity:0;pointer-events:none}.checkbox .checkbox_input:focus-visible+.checkbox_customInput{border-color:var(--theme_border_active)}.checkbox .checkbox_input:checked+.checkbox_customInput{border-color:var(--theme_border);background:var(--theme_background_contrast_1);position:relative;display:flex;justify-content:center;align-items:center}.checkbox .checkbox_input:checked+.checkbox_customInput:after{content:"";position:absolute;width:12px;height:6px;border-left:3px solid var(--theme_text_contrast);border-bottom:3px solid var(--theme_text_contrast);transform:rotate(-45deg)}.checkbox .checkbox_input:focus-visible+.checkbox_customInput{box-shadow:0 0 0 2px var(--theme_outline)}.checkbox .checkbox_customInput{width:20px;height:20px;border-radius:4px;background:var(--theme_background_1);border:1px solid var(--theme_border);cursor:pointer}.checkbox .checkbox_customInput:hover{border-color:var(--theme_border_active)}.inlineNotification{width:100%;display:flex;align-items:center;gap:8px;padding:16px;border-radius:8px}.inlineNotification .inlineNotification_icon{flex-shrink:0}.inlineNotification .inlineNotification_contentBox{width:100%;display:flex;align-items:center;gap:8px;flex-grow:1}.inlineNotification .inlineNotification_contentBox .inlineNotification_contentBox_text{width:100%;flex-grow:1}.inlineNotification .inlineNotification_contentBox .inlineNotification_contentBox_exitButton{flex-shrink:0}.inlineNotification--info{background:var(--theme_info_background)}.inlineNotification--info .inlineNotification_icon{color:var(--theme_info)}.inlineNotification--success{background:var(--theme_success_background)}.inlineNotification--success .inlineNotification_icon{color:var(--theme_success)}.inlineNotification--warning{background:var(--theme_warning_background)}.inlineNotification--warning .inlineNotification_icon{color:var(--theme_warning)}.inlineNotification--danger{background:var(--theme_danger_background)}.inlineNotification--danger .inlineNotification_icon{color:var(--theme_danger)}.input{display:flex;align-items:center;position:relative;width:250px;height:35px}.input .input_control{width:100%;height:100%;background:var(--theme_background_1);border-radius:8px;padding:12px;border:1px solid var(--theme_border)}.input .input_control:hover{border-color:var(--theme_border_active)}.input .input_control:focus{border-color:var(--theme_border_contrast);box-shadow:0 0 0 1px var(--theme_border_contrast)}.input .input_control--hasIcon{padding-left:40px}.input .input_control--hasCleanAction{padding-right:43px}.input .input_cleanButton,.input .input_icon{position:absolute;color:var(--theme_text_muted)}.input .input_icon{left:8px}.input .input_cleanButton{right:8px}.input.input--disabled{opacity:var(--theme_disabled_opacity);position:relative}.input.input--disabled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;cursor:not-allowed}.input.input--disabled:hover .input_control,.input.input--disabled:focus-visible .input_control{border:1px solid var(--theme_border);box-shadow:none}.modal{position:fixed;top:64px;left:0;width:100%;height:calc(100dvh - 64px);z-index:1000;background:var(--theme_background_blur);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center}.modal .modal_card{border:1px solid var(--theme_border);width:100%;max-width:800px;height:fit-content;padding:32px;border-radius:24px;background:var(--theme_background_2);display:flex;flex-direction:column;gap:32px}.modal .modal_card .modal_header{display:flex;flex-direction:column;gap:12px}.modal .modal_card .modal_header .modal_title{font-size:var(--font_size_heading_3);font-weight:var(--font_weight_bold)}.modal .modal_card .modal_header .modal_description{color:var(--theme_text_muted)}.toolbar{height:64px;width:100%;padding:0 24px;position:relative;display:flex;justify-content:flex-end;-webkit-app-region:drag}.toolbar .toolbar_controls{display:flex;align-items:center;gap:8px}.toolbar .toolbar_controls .toolbar_controls_colorModeBox{display:flex;align-items:center;gap:4px}.toolbar .button,.toolbar svg,.toolbar .windowsControlButton{-webkit-app-region:no-drag}.toolbar .windowsControls{position:absolute;right:0;top:0;display:flex}.toolbar .windowsControls .windowsControls_button{-webkit-app-region:no-drag;cursor:pointer;width:44px;height:44px;display:flex;justify-content:center;align-items:center;background:var(--theme_background_1);border:none}.toolbar .windowsControls .windowsControls_button svg{color:var(--theme_text_muted);width:16px;height:16px}.toolbar .windowsControls .windowsControls_button:hover{background:var(--theme_background_3)}.toolbar .windowsControls .windowsControls_button:hover svg{color:var(--theme_text)}.toolbar .windowsControls .windowsControls_button.windowsControls_button--exit:hover{background:#e81123}.toolbar .windowsControlsSpace{width:125px}.logotype{height:36px;color:var(--theme_text);position:absolute;top:15px;left:24px;transition:ease-in-out .5s}.logotype.logotype--isOnMac{left:90px}.logotype--isDetached{height:80px;top:139px;left:calc(50% - 162px)}.logotype--isDetached.logotype--isOnMac{left:calc(50% - 162px)}.card{width:175px;height:175px;background:var(--theme_background_3);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;border:none;border-radius:24px;transition:ease-in-out .15s}.card .tabler-icon{color:var(--theme_text_muted);width:50px;transition:ease-in-out .15s}.card span{color:var(--theme_text_muted);transition:ease-in-out .15s}.card:hover,.card:focus-visible{transform:scale(1.025);background:var(--theme_background_4)}.card:hover .tabler-icon,.card:focus-visible .tabler-icon{color:var(--theme_text)}.card:hover span,.card:focus-visible span{color:var(--theme_text)}.switch{display:flex;align-items:center;gap:8px;position:relative}.switch:has(input:focus-visible) .control{box-shadow:0 0 0 1px var(--theme_border),0 0 0 3px var(--theme_outline)}.switch:has(input:checked) .control{background:var(--theme_background_contrast_1)}.switch:has(input:checked) .control:after{background:var(--theme_background_1);right:2px}.switch .control{width:40px;height:20px;background:var(--theme_background_1);border:1px solid var(--theme_border);border-radius:10px;position:relative;cursor:pointer;transition:ease-in-out .15s;display:flex;align-items:center}.switch .control:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:var(--theme_background_contrast_4);right:calc(100% - 18px);transition:ease-in-out .15s}.switch input{position:absolute;opacity:0;pointer-events:none}.switch .switch_labelBox{display:flex;align-items:center;gap:4px}.switch .label{color:var(--theme_text_muted);font-size:var(--font_size_small)}.switch .switch_tooltipBox{height:18px}.switch svg{width:18px;height:18px;color:var(--theme_text_muted)}.dropdown{width:250px;height:35px;position:relative}.dropdown .dropdown_box{width:100%;height:100%;background:var(--theme_background_1);border:1px solid var(--theme_border);border-radius:8px;padding:0 12px;display:flex;justify-content:space-between;align-items:center}.dropdown .dropdown_box:hover{border-color:var(--theme_border_active)}.dropdown .dropdown_box:focus-visible{border-color:var(--theme_border_contrast);box-shadow:0 0 0 1px var(--theme_border_contrast)}.dropdown .dropdown_box .tabler-icon{color:var(--theme_text_muted)}.dropdown div{width:100%}.dropdown div .drodpwn_menu{position:absolute;top:calc(100% + .25rem);left:0;width:100%;background:var(--theme_background_1);border-radius:8px;border:1px solid var(--theme_border);padding:.5rem 0;display:flex;flex-direction:column;z-index:500}.dropdown div .drodpwn_menu .dropdown_menu_option{width:100%;background:none;border:none;padding:12px;cursor:pointer;display:flex}.dropdown div .drodpwn_menu .dropdown_menu_option:hover,.dropdown div .drodpwn_menu .dropdown_menu_option:focus-visible{background:var(--theme_background_3)}.dropdown div .drodpwn_menu .dropdown_menu_option.dropdown_menu_option--isSelected{background:var(--theme_background_4)}.template{width:100%;height:100dvh;position:relative}.template .template_mainBox{width:100%;height:calc(100dvh - 64px);overflow-y:auto;background:var(--theme_background_2);position:absolute;bottom:0;left:0;border-radius:24px 24px 0 0;transition:height ease-in-out .5s}.template--home .template_mainBox{height:calc(100dvh - 314px)}.home{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;position:absolute}.home .home_description{color:var(--theme_text_muted);text-align:center;width:100%;max-width:800px}.home .home_contentBox{display:flex;align-items:center;gap:24px}.editor_header{display:flex;flex-direction:column;gap:1.5rem;padding:24px;margin-bottom:1rem}.editor_header .editor_header_content{width:100%;display:flex;align-items:center;gap:.5rem}.editor_header .editor_header_content h2,.editor_header .editor_header_content span{font-size:var(--font_size_heading_1);font-weight:var(--font_weight_bold)}.editor_header .editor_header_content span{font-weight:var(--font_weight_regular)}.editor_header .button{flex-shrink:0}.editor_header_modalContent{width:100%}.editor_header_modalContent form{display:flex;align-items:center;gap:1rem}.editor_header_modalContent form .input{width:100%}.editor_header_modalContent form .editor_header_modalContent_buttonBox{display:flex;align-items:center;gap:.5rem}.editor_content_modal .editor_content_modal_checkbox{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.editor_content_modal .editor_content_modal_buttonBox{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.editor_content_section{margin-bottom:2rem}.editor_content_section .inlineNotification{margin-bottom:1rem}.editor_content_section .editor_content_section_content{display:flex;align-items:center;gap:2rem}.editor_content_section .editor_content_section_content .editor_content_section_group{display:flex;align-items:center;gap:.5rem}.editor_content_section .editor_content_section_content .editor_content_section_group .input{width:50px}.editor_content_section .editor_content_section_content .editor_content_section_group .editor_content_section_group_dropdown{width:100px}.mainColors{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.mainColors .react-colorful--disabled{width:100%;height:200px;background:var(--theme_background_4);border-radius:8px;margin-bottom:.5rem}.mainColors .mainColors_box{display:flex;align-items:center;gap:2.5rem}.mainColors .mainColors_box .mainColor_colorPicker{width:225px}.mainColors .mainColors_box .mainColor_colorPicker .react-colorful{width:100%;margin-bottom:.5rem}.mainColors .mainColors_box .mainColor_colorPicker .mainColor_colorPicker_control{display:flex;flex-direction:column;gap:.5rem}.mainColors .mainColors_box .mainColor_colorPicker .mainColor_colorPicker_control .mainColor_colorPicker_control_label{display:flex;justify-content:space-between;align-items:flex-end;gap:.5rem;height:36px}.mainColors .mainColors_box .mainColor_colorPicker .input{width:100%}.colorRamp{margin-bottom:2rem}.colorRamp .colorRamp_info{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.colorRamp .colorRamp_percentages{width:fit-content;display:flex;align-items:center;margin-bottom:.5rem;position:relative}.colorRamp .colorRamp_percentages:after{content:"%";position:absolute;left:calc(100% + .5rem);color:var(--theme_text_muted)}.colorRamp .colorRamp_percentages .input{width:60px}.colorRamp .colorRamp_percentages .input .input_control{text-align:center;border-radius:0}.colorRamp .colorRamp_percentages .input:first-child .input_control{border-radius:8px 0 0 8px}.colorRamp .colorRamp_percentages .input:last-child .input_control{border-radius:0 8px 8px 0}.colorRamp .colorRamp_scale{width:fit-content;display:flex;align-items:center;border:1px solid var(--theme_border);border-radius:8px}.colorRamp .colorRamp_scale .colorRamp_scale_color{width:60px;height:35px;border:none;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.colorRamp .colorRamp_scale .colorRamp_scale_color .tabler-icon{opacity:0;transition:ease-in-out .15s}.colorRamp .colorRamp_scale .colorRamp_scale_color:first-child{border-radius:8px 0 0 8px}.colorRamp .colorRamp_scale .colorRamp_scale_color:last-child{border-radius:0 8px 8px 0}.colorRamp .colorRamp_scale .colorRamp_scale_color:hover .tabler-icon,.colorRamp .colorRamp_scale .colorRamp_scale_color:focus-visible .tabler-icon{opacity:1}.colorRamp .colorRamp_scale .colorRamp_scale_color:focus-visible{z-index:2;box-shadow:0 0 0 2px var(--theme_background_1),0 0 0 4px var(--theme_outline)}.colorRamp .colorRamp_numeration{display:flex}.colorRamp .colorRamp_numeration div{display:flex;justify-content:center;align-items:center;width:60px;margin-top:.5rem;font-size:var(--font_size_small);color:var(--theme_text_muted)}.results{margin-bottom:2rem}.results .results_terminal{border:1px solid var(--theme_border);border-radius:8px;background:var(--theme_background_1)}.results .results_terminal .results_terminal_header{padding:1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--theme_border)}.results .results_terminal .results_terminal_header .results_terminal_header_dropdown{display:flex;align-items:center;gap:.5rem}.results .results_terminal .results_terminal_header .results_terminal_header_dropdown .dropdown{width:100px}.results .results_terminal .results_terminal_header .results_terminal_header_dropdown .dropdown .dropdown_box{background:var(--theme_background_2)}.results .results_terminal .results_terminal_content{padding:1rem;display:flex;flex-direction:column;gap:.25rem}.results .results_terminal .results_terminal_content .results_terminal_content_color{display:flex;gap:1rem}.results .results_terminal .results_terminal_content .results_terminal_content_color .results_terminal_content_color_number{width:18px;text-align:right;color:var(--theme_text_muted);font-family:monospace;-webkit-user-select:none;user-select:none}.results .results_terminal .results_terminal_content .results_terminal_content_color .results_terminal_content_color_text{font-family:monospace}.editor{width:100%;min-height:100%;display:flex;flex-direction:column}.editor .editor_content{padding:1.5rem;padding-top:0}.editor .editor_content .editor_content_title{font-size:var(--font_size_heading_1);font-weight:var(--font_weight_bold);margin-bottom:1rem}.savedThemes{width:100%;min-height:100%;display:flex;flex-direction:column;padding:1.5rem}.savedThemes .savedThemes_header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.5rem}.savedThemes .savedThemes_header .savedThemes_header_left{display:flex;flex-direction:column;gap:1rem}.savedThemes .savedThemes_header .savedThemes_header_left h1{font-size:var(--font_size_heading_1);font-weight:var(--font_weight_bold)}.savedThemes .savedThemes_header .input{width:400px}.savedThemes .savedThemes_content{height:100%;display:flex;flex-direction:column;gap:.5rem}.savedThemes .savedThemes_content .savedThemes_content_element{width:100%;background:var(--theme_background_1);border:1px solid var(--theme_border);border-radius:.5rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;transition:ease-in-out .15s;color:var(--theme_text_muted)}.savedThemes .savedThemes_content .savedThemes_content_element:hover,.savedThemes .savedThemes_content .savedThemes_content_element:focus-visible{border-color:var(--theme_border_active);box-shadow:0 0 0 1px var(--theme_border_active);color:var(--theme_text)}.savedThemes .savedThemes_content .savedThemes_content_element .savedThemes_content_element_right{display:flex;align-items:center;gap:1rem}.savedThemes .savedThemes_content .savedThemes_content_empty{width:100%;height:calc(100dvh - 220px);display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.savedThemes .savedThemes_content .savedThemes_content_empty p,.savedThemes .savedThemes_content .savedThemes_content_noResults{color:var(--theme_text_muted)}.savedThemes_modal_content{display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.error h1{font-size:5rem}.error p{color:var(--theme_text_muted);margin-bottom:2rem}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0}*,*:before,*:after{box-sizing:border-box;outline:none}body{min-height:100dvh;background:var(--theme_background_1);color:var(--theme_text);font-family:var(--font_montserrat);font-size:var(--text_size_body);font-weight:var(--text_weight_regular);overflow:hidden;--rt-opacity: 1 !important}a,p,h1,h2,h3,h4,h5,h6,input,button,textarea,select{color:var(--theme_text);font-family:var(--font_montserrat);font-size:var(--text_size_body);font-weight:var(--text_weight_regular);text-decoration:none}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}img,video,svg{height:auto;max-width:100%}.container{width:100%;max-width:1440px}.react-tooltip{z-index:1000}#css-theme-builder{z-index:1500}div[data-focus-lock-disabled]{position:absolute}.Toastify__toast-container{width:auto}.Toastify__toast-container .Toastify__toast{background:var(--theme_background_contrast_1);width:fit-content;min-height:auto;color:var(--theme_text_contrast)}.Toastify__toast-container .Toastify__toast .Toastify__toast-body{margin:0;padding:0}.Toastify__toast-container .Toastify__toast .Toastify__close-button{display:none}@media (width <= 480px){.Toastify__toast-container{width:100%}.Toastify__toast-container .Toastify__toast{width:100%;text-align:center}}*::-webkit-scrollbar{height:10px;width:10px}*::-webkit-scrollbar-track{border-radius:5px;background-color:var(--theme_background_3)}*::-webkit-scrollbar-thumb{border-radius:5px;background-color:var(--theme_background_4)}:root{--font_montserrat: "Montserrat", sans-serif;--font_size_small: .8rem;--font_size_body: 1rem;--font_size_heading_1: 1.313rem;--font_size_heading_2: 1.688rem;--font_size_heading_3: 2.25rem;--font_size_display_1: 2.938rem;--font_size_display_2: 3.813rem;--font_size_display_3: 5rem;--font_weight_regular: 400;--font_weight_bold: 700}:root:has(body.dark){--theme_outline: var(--theme_border_contrast);--theme_background_1: #151515;--theme_background_2: #1e1e1e;--theme_background_3: #313131;--theme_background_4: #484848;--theme_background_contrast_1: #f3f3f3;--theme_background_contrast_2: #ffffff;--theme_background_contrast_3: #e8e8e8;--theme_background_contrast_4: #d0d0d0;--theme_background_blur: rgba(21, 21, 21, .9);--theme_text: #ffffff;--theme_text_muted: #a1a1a1;--theme_text_contrast: #151515;--theme_text_contrast_muted: #5b5b5b;--theme_border: #363636;--theme_border_active: #484848;--theme_border_contrast: #d0d0d0;--theme_border_contrast_active: #a1a1a1;--theme_info_background: #17182f;--theme_info: #5358ef;--theme_info_active: #282eeb;--theme_success_background: #1e2d18;--theme_success: #81e259;--theme_success_active: #61db30;--theme_danger_background: #2d1618;--theme_danger: #e14b58;--theme_danger_active: #e14b58;--theme_warning_background: #302a17;--theme_warning: #fbd351;--theme_warning_active: #fac825;--theme_disabled_opacity: .5}:root:has(body.light){--theme_outline: var(--theme_border_contrast);--theme_background_1: #f3f3f3;--theme_background_2: #ffffff;--theme_background_3: #e8e8e8;--theme_background_4: #d0d0d0;--theme_background_contrast_1: #151515;--theme_background_contrast_2: #1e1e1e;--theme_background_contrast_3: #313131;--theme_background_contrast_4: #484848;--theme_background_blur: rgba(243, 243, 243, .9);--theme_text: #151515;--theme_text_muted: #5b5b5b;--theme_text_contrast: #ffffff;--theme_text_contrast_muted: #a1a1a1;--theme_border: #e8e8e8;--theme_border_active: #d0d0d0;--theme_border_contrast: #363636;--theme_border_contrast_active: #484848;--theme_info_background: #d4d5fb;--theme_info: #282eeb;--theme_info_active: #2429c0;--theme_success_background: #dff8d6;--theme_success: #61db30;--theme_success_active: #52b32b;--theme_danger_background: #f7d2d5;--theme_danger: #d91e2e;--theme_danger_active: #b21c29;--theme_warning_background: #fef4d3;--theme_warning: #fac825;--theme_warning_active: #cca422;--theme_disabled_opacity: .75}
