.LoadingScreen_loadingScreen__rkXda{color:#000000;font-size:80px;width:100vw;height:100vh;position:absolute;left:0;top:0;z-index:9999;display:flex;justify-content:center;align-items:center;background-color:white}@keyframes LoadingScreen_blink__Fjuju{0%{opacity:.2;color:#000000}20%{opacity:1;color:#000000}to{opacity:.2;color:#000000}}.LoadingScreen_loadingScreen__rkXda span{animation-name:LoadingScreen_blink__Fjuju;animation-duration:.8s;animation-iteration-count:infinite;animation-fill-mode:both}.LoadingScreen_loadingScreen__rkXda span:nth-child(2){animation-delay:.2s}.LoadingScreen_loadingScreen__rkXda span:nth-child(3){animation-delay:.4s}.LoadingScreen_loadingScreen__rkXda span:nth-child(4){animation-delay:.6s}.slider-wrap{display:flex;flex-direction:column;width:100%}.range{appearance:none;-webkit-appearance:none}.range::-webkit-slider-runnable-track{height:6px;background:transparent}.range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:44px;height:44px;border-radius:50%;background:linear-gradient(to bottom,var(--slider-top-color) 0,var(--slider-bottom-color) 100%);border:1px solid var(--slider-outline-color);cursor:pointer;margin-top:-19px;box-shadow:0 4px 6px rgba(0,0,0,.3)}.range::-moz-range-thumb{appearance:none;width:44px;height:44px;border-radius:50%;background:linear-gradient(to bottom,var(--slider-top-color) 0,var(--slider-bottom-color) 100%);border:1px solid var(--slider-outline-color);cursor:pointer;margin-top:-19px;box-shadow:0 4px 6px rgba(0,0,0,.3)}.slider-value{color:white;font-size:.875rem;font-weight:500}.range:focus-visible{outline:2px solid #f97316;outline-offset:2px}.range:focus-visible::-webkit-slider-thumb{background:#f97316;border-color:#facc15}.range:focus-visible::-moz-range-thumb{background:#f97316;border-color:#facc15}