.toggle-switch{background:#f7f7f8;border-radius:.8rem;display:flex;margin-bottom:2rem;padding:.4rem}.toggle-switch__item{border-radius:.4rem;color:#32314a;cursor:pointer;flex:1;font-size:1.6rem;font-weight:500;padding:1rem 2rem;text-align:center;transition:background-color .2s linear,color .2s linear}.toggle-switch__item.active{background:#71ce46;box-shadow:0 .2rem .4rem rgba(0,0,0,.1);color:#fff}@media only screen and (max-width:767px){.toggle-switch__item{font-size:1.2rem;padding:.8rem 1rem}}