.hide{animation:hide .3s ease 0s 1 normal forwards}.hide,.show{transform-origin:center}.show{animation:show .3s ease 0s 1 normal forwards}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes show{0%{opacity:0}to{opacity:1}}.webinars{display:flex;flex-direction:column;min-height:200px}.webinars-list{margin-bottom:20px;padding-top:20px}.webinar-filters{margin-bottom:3rem;margin-right:20px}.webinar-filters .filter{background-color:var(--primary);color:var(--white);margin-right:20px;padding:11px 16px}.webinar-filters .filter.active{background-color:#666}.filter:hover{cursor:pointer}.webinar-element{padding-bottom:38px;padding-top:38px}.webinar-element h2{margin-bottom:32px}.webinar-element .webinar-title{color:#222;font-size:24px;margin-bottom:32px}.webinar-element .table-borderless{border:none}.webinar-element .table-borderless td{color:inherit;padding-bottom:18px;padding-left:0;padding-top:0}