body{margin:0 auto;font-family:"Nunito",sans-serif}.teams{cursor:pointer}.teams .team .show{display:flex;justify-content:space-between;max-height:-webkit-fit-content;max-height:fit-content;background-color:#3b003c;padding:16px 16px 0;border-radius:8px}.icon-wrap{display:flex;justify-content:center;align-items:center;margin-left:16px;min-width:32px;height:32px;border-radius:100%;background-color:rgba(13,13,13,.3)}.icon-wrap .icon{height:20px;width:13px;-webkit-transform:rotate(90deg);transform:rotate(90deg);transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;color:#eaff04}.teams .team .collapse{max-height:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.team.open .icon{-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.teams .team.open .show{border-radius:8px 8px 0 0}.teams .team.open .collapse{background-color:#3b003c;padding:16px 16px 0;border-radius:0 0 8px 8px;max-height:100%;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top;transform-origin:top}.icon-wrap,.icon:hover{background-color:rgba(13,13,13,.4);color:#cfa603}
/*# sourceMappingURL=main.b4c10738.chunk.css.map */