.feature-tab__tab-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.feature-tab__list{align-items:center;display:flex;list-style-type:none;margin-bottom:0;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:max-content;padding:0;scroll-behavior:smooth;scrollbar-color:#bbb transparent;scrollbar-width:thin}.feature-tab__list::-webkit-scrollbar{height:8px}.feature-tab__list::-webkit-scrollbar-track{background:transparent}.feature-tab__list::-webkit-scrollbar-thumb{background-color:#bbb;border-radius:4px;transition:background-color .3s ease}.feature-tab__list::-webkit-scrollbar-thumb:hover{background-color:#bbb}.feature-tab__list-item{display:flex;flex:0 0 auto;gap:.5rem}.feature-tab__list-item span{cursor:pointer;display:inline-block;font-weight:400;text-align:center}.feature-tab__list-item-tag{display:inline-flex;font-size:10px;padding:0 4px}.feature-tab__content{align-items:center;display:none;flex-wrap:wrap;gap:2.5rem;margin-top:3rem}.feature-tab__content-desc{align-items:center;background-color:#fff;display:grid;flex:1;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden}.feature-tab__description-content{padding:2rem}.feature-tab__description-image{display:flex}.content--active{animation:showAll .2s;display:flex}@keyframes showAll{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:767px){.feature-tab__content-desc{gap:0;grid-template-columns:1fr}.feature-tab__list{max-width:unset}.feature-tab__list-item span{min-width:max-content}}