.tabs{background:#d3dfdc;display:flex;justify-content:space-between;padding:2px}.tabs,.tabs__tab{border-radius:38px}.tabs__tab[aria-selected=true]{background:#fff;border-radius:38px;color:#323232;font-weight:300}.tabs__tab:focus,.tabs__tab:hover{border-radius:38px}.tabs__tab:active{background:#fff}.tabs__tab{color:#727171;flex:1;font-size:16px;font-weight:300;justify-content:center;line-height:normal;position:relative;text-transform:none}.tabs__tab,.tabs__tab:last-child{margin-right:15px}.tabs__tab:after{content:"";height:30px;position:absolute;right:-8px;width:1px}.tabs__tab:last-child:after,.tabs__tab[aria-selected=true]:after{content:none}.tabs__tab:last-child{margin-right:0!important}.tabs__content{padding:2rem}@media(max-width:768px){.tabs{flex-wrap:nowrap;overflow:auto;white-space:nowrap;width:100%}.tabs__tab{flex:none;min-width:138px}}@media(max-width:767px){.tabs__content{padding:2rem 0 2rem .5rem}}