.expandable-list{opacity:0}.expandable-list.initialized{opacity:1;transition:opacity 0.4s ease}.expandable-content{height:0;overflow:hidden;opacity:0;transition:height 0.5s cubic-bezier(.4,0,.2,1),opacity 0.3s ease,margin-top 0.5s cubic-bezier(.4,0,.2,1);margin-top:0}.expandable-content.visible{height:8rem;opacity:1;margin-top:.75rem;transition:height 0.5s cubic-bezier(.4,0,.2,1),opacity 0.4s ease 0.15s,margin-top 0.5s cubic-bezier(.4,0,.2,1)}.expandable-list .expandable-item{transition:width 0.5s cubic-bezier(.4,0,.2,1);cursor:default}.expandable-list .expandable-item.cursor-pointer{cursor:pointer}@media (max-width:639px){.expandable-list{opacity:1}.expandable-content{height:auto!important;opacity:1!important;margin-top:0.75rem!important}.expandable-list .expandable-item{width:100%!important}}