#agenda_module.agenda{background:#fff;border-radius:20px;display:block;font-family:Source Sans Pro,sans-serif;margin:0 auto;max-width:100%;overflow:hidden}#agenda_module .agenda__item{align-items:stretch;display:grid!important;grid-template-columns:1fr 3fr;min-height:60px}#agenda_module .agenda__item:not(:last-child){border-bottom:.5px solid #00acaa}#agenda_module .agenda__headings{display:grid!important;grid-template-columns:1fr 3fr}#agenda_module .agenda__content-heading,#agenda_module .agenda__time-heading{background:#08444a;border-bottom:3px solid #00acaa!important;color:#fff!important;font-size:32px!important;font-weight:600!important;margin:0!important;padding:23px 40px!important}#agenda_module .agenda__time-heading{border-radius:20px 0 0 0;border-right:3px solid #00acaa;text-align:center}#agenda_module .agenda__content-heading{border-radius:0 20px 0 0;text-align:left!important}#agenda_module .agenda__time{align-items:flex-start;background:#e0ebeb;border-right:3px solid #00acaa;color:#000!important;display:flex;font-size:24px;font-weight:600!important;justify-content:center;padding:20px!important;text-align:right}#agenda_module .agenda__content{padding:20px 42px!important}#agenda_module .agenda__title{color:#000;font-size:24px!important;font-weight:600!important;margin-bottom:15px!important;margin-top:0!important}#agenda_module .agenda__description p{color:#000;font-size:20px;margin-bottom:15px}#agenda_module .agenda__description ul{list-style:none!important;margin:15px 0!important;padding:0!important}#agenda_module .agenda__description li{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%2300acaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' viewBox='0 0 24 24'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E")!important;background-position:0 6px!important;background-repeat:no-repeat!important;background-size:18px 18px!important;color:#000!important;display:block!important;font-size:20px!important;line-height:1.5!important;list-style-type:none!important;margin:0!important;padding:0 0 12px 30px!important}#agenda_module .agenda__description li:after,#agenda_module .agenda__description li:before{content:none!important;display:none!important}#agenda_module .agenda__description li p{display:inline!important;margin:0!important;padding:0!important}#agenda_module .agenda__additional-info-icon{height:20px!important;width:20px!important}#agenda_module .agenda__additional-info-container{align-items:center;display:flex;gap:8px;margin-top:15px}#agenda_module .agenda__speakers{display:grid!important;gap:20px!important;grid-template-columns:repeat(2,1fr);margin-top:25px!important}#agenda_module .agenda__speaker-image{border-radius:50%;height:100px!important;object-fit:cover;width:100px!important}@media (max-width:768px){#agenda_module .agenda__item{display:flex!important;flex-direction:column}#agenda_module .agenda__time{border-bottom:3px solid #00acaa;border-right:none;width:100%}}