.list-with-description .wrapper{border-radius:24px;gap:20px 60px}.list-with-description .wrapper--chips{gap:20px;width:50%}@media(max-width:767px){.list-with-description .wrapper--chips{gap:10px;width:100%}}.list-with-description .wrapper--descriptions{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;width:50%}@media(max-width:767px){.list-with-description .wrapper--descriptions{display:none;pointer-events:none}}.list-with-description .wrapper--descriptions>div{grid-column:1/2;grid-row:1/2}.list-with-description .wrapper .chip{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.list-with-description .wrapper .chip--title{border-radius:16px;padding:20px 30px;-webkit-transition:all .3s ease;transition:all .3s ease}.list-with-description .wrapper .chip--title.active .icon,.list-with-description .wrapper .chip--title:hover .icon{opacity:1}.list-with-description .wrapper .chip--title .icon{opacity:0;position:relative;-webkit-transition:all .3s linear;transition:all .3s linear}.list-with-description .wrapper .chip--title *{margin-bottom:0}.list-with-description .wrapper .chip--content{border-radius:26px;opacity:0;pointer-events:none;-webkit-transition:all .3s ease;transition:all .3s ease}@media(min-width:768px){.list-with-description .wrapper .chip--content.mobile{display:none;pointer-events:none}}.list-with-description .wrapper .chip--content>div{display:-webkit-box;display:-ms-flexbox;display:flex;padding:52px 20px 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:18px}.list-with-description .wrapper .chip--content .description{padding:0 20px}.list-with-description .wrapper .chip--content .media-image *{margin-bottom:0}.list-with-description .wrapper .chip--content.active{opacity:1;pointer-events:all}.list-with-description .wrapper .chip.mobile{height:0}.list-with-description .wrapper .chip.mobile.active{height:auto}