.annual-switcher-wrapper{position:relative;display:inline-block;width:34px;min-width:34px;height:20px}.annual-switcher-input{width:0;height:0;opacity:0}.annual-switcher-toggle{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;background-color:var(--main-colors-dark-grey-2);border-radius:10px;transition:.24s}.annual-switcher-input:checked+.annual-switcher-toggle{background-color:#00bb5d}.annual-switcher-input:checked+.annual-switcher-toggle:before{transform:translateX(14px)}.annual-switcher-toggle:before{position:absolute;bottom:2px;left:2px;width:16px;height:16px;content:'';background-color:#fff;border-radius:50%;transition:.24s}