@charset "UTF-8";.chipsList{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}@media only screen and (max-width: 767px){.chipsList{display:block;margin-left:-20px;margin-right:-20px}}.chipsList__swiper:before,.chipsList__swiper:after{transition:all .4s ease;content:"";display:block;width:67px;height:100%;z-index:2;pointer-events:none;position:absolute;top:0}.chipsList__swiper:before{left:0;background:linear-gradient(to left,#fff0,#fff)}.chipsList__swiper:after{right:0;background:linear-gradient(to right,#fff0,#fff)}.chipsList__swiper.begin-reached:before{opacity:0}.chipsList__swiper.end-reached:after{opacity:0}.chipsList__slide{width:auto}
