.a-switcher{cursor:pointer;justify-content:space-between;column-gap:18px;max-width:100%;display:flex}.a-switcher.reversed{flex-direction:row-reverse}.a-switcher .switcher-bg{will-change:background-color, border-color;border:1px solid var(--colors-additional-space-5);background-color:#0000;border-radius:40px;align-items:center;width:56px;min-width:56px;height:32px;transition:background-color .15s ease-out;display:flex}.a-switcher .switcher-bg:hover .switcher-circle{background-color:var(--colors-surface-invert-second)}.a-switcher .switcher-bg .switcher-circle{background-color:var(--colors-surface-invert-prime);aspect-ratio:1;will-change:margin-left;border-radius:40px;height:24px;margin-left:4px;transition:margin-left .15s cubic-bezier(.34,1.3,.93,1),background-color .15s ease-out}.a-switcher.checked .switcher-bg{background-color:var(--colors-accent-prime);border:1px solid var(--colors-accent-prime)}.a-switcher.checked .switcher-bg .switcher-circle{background:var(--colors-surface-usual-prime);margin-left:27px}.a-switcher.checked .switcher-bg:hover .switcher-circle{background:var(--colors-surface-usual-second)}.a-switcher.disabled{pointer-events:none;opacity:.5}.a-switcher label{color:var(--color-neutral-1);cursor:pointer;user-select:none;text-align:left;font-size:var(--spacing-4);font-style:normal;font-weight:500;line-height:var(--spacing-5);flex-wrap:wrap;display:flex}.tooltip-wrapper{cursor:pointer;align-items:center;display:inline-flex;position:relative}.tooltip-wrapper .tooltip-position-wrapper{position:absolute;top:0;left:0}.tooltip-box{background-color:var(--colors-surface-invert-prime);color:var(--colors-text-invert-prime);border-radius:var(--radius-3);white-space:nowrap;z-index:5;opacity:0;padding:8px 12px;animation:.2s ease-out forwards fadeIn;position:fixed;transform:none!important}.tooltip-box .tooltip-title{font-size:var(--spacing-5);font-style:normal;font-weight:600;line-height:var(--spacing-8);letter-spacing:-.32px;white-space:normal;max-width:224px}.tooltip-box .tooltip-text{font-size:var(--spacing-4);font-style:normal;font-weight:500;line-height:var(--spacing-5);white-space:normal;max-width:224px}@keyframes fadeIn{to{opacity:1}}.spinner-dots-layout{text-align:center;z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.spinner-dots-layout .spinner-dots{gap:6px;display:flex}.spinner-dots-layout .dot{background-color:var(--colors-text-usual-prime);border-radius:50%;width:8px;height:8px;animation:1.8s ease-in-out infinite dots-animation;transform:scale(0)}.spinner-dots-layout .dot-1{animation-delay:-.32s}.spinner-dots-layout .dot-2{animation-delay:-.16s}@keyframes dots-animation{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
