.masterstudy-switch-button{display:flex;align-items:center;justify-content:center;height:36px;border-radius:4px;padding:9px 20px 9px 12px;margin:0;background:rgba(77,94,111,.1);border:none;outline:0;position:relative}.masterstudy-switch-button__title{font-size:14px;font-style:normal;font-weight:700;line-height:normal;white-space:nowrap;margin:2px 0 0;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#4d5e6f;transition:.2s}.masterstudy-switch-button__burger{width:16px;height:16px;display:flex;flex-direction:column;justify-content:center;margin:0 10px 0 0}.masterstudy-switch-button__burger span{height:2px;width:100%;border-radius:4px;background-color:#4d5e6f;margin:3px 0 0;transition:.2s ease-in-out}.masterstudy-switch-button__burger span:first-child{margin:0}.masterstudy-switch-button:hover{cursor:pointer;background:var(--accent-10)}.masterstudy-switch-button:hover .masterstudy-switch-button__title{color:var(--accent-100)}.masterstudy-switch-button:hover .masterstudy-switch-button__burger span{background-color:var(--accent-100)}.masterstudy-switch-button.masterstudy-switch-button_active .masterstudy-switch-button__burger span:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.masterstudy-switch-button.masterstudy-switch-button_active .masterstudy-switch-button__burger span:nth-child(2){width:0;opacity:0}.masterstudy-switch-button.masterstudy-switch-button_active .masterstudy-switch-button__burger span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-7px}.masterstudy-switch-button.masterstudy-switch-button_dark-mode{background:rgba(255,255,255,.1)}.masterstudy-switch-button.masterstudy-switch-button_dark-mode .masterstudy-switch-button__title{color:rgba(255,255,255,.7)}.masterstudy-switch-button.masterstudy-switch-button_dark-mode .masterstudy-switch-button__burger span{background-color:rgba(255,255,255,.7)}.masterstudy-switch-button.masterstudy-switch-button_dark-mode:hover{background:var(--accent-10)}.masterstudy-switch-button.masterstudy-switch-button_dark-mode:hover .masterstudy-switch-button__title{color:var(--accent-100)}.masterstudy-switch-button.masterstudy-switch-button_dark-mode:hover .masterstudy-switch-button__burger span{background-color:var(--accent-100)}@media (max-width:576px){.masterstudy-switch-button{padding:9px 12px}.masterstudy-switch-button__title{display:none}.masterstudy-switch-button__burger{margin:0}}