  section.agenda .container {
    padding: calc(30px * 3) calc(30px / 2);
    max-width: 880px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

section.agenda .container .notop {
    padding-top: 0;
}

section.agenda .container .nobottom {
    padding-bottom: 0;
}

section.agenda .container .intro *:first-child {
    margin-top: 0;
}

section.agenda .container .intro *:last-child {
    margin-bottom: 0;
}

section.agenda .container .buttons {
    margin-top: 64px;
    text-align: center;
}


/* ------- HIGHLIGHTS ------- */

section.agenda .container .intro.highlights {
    max-width: 760px;
    margin: 0 auto 30px;
}

section.agenda .container .content.highlights {
    display: flex;
    gap: 16px;
    justify-content: center;
}

section.agenda .container .content.highlights .column {
    flex: 1;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

section.agenda .container .content.highlights .column .date {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: -8px;
}

section.agenda .container .content.highlights .column .event {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
    display: block;
}

section.agenda .container .content.highlights .column .event:hover {
    opacity: 1;
}

section.agenda .container .content.highlights .column .event::after {
    content: "";
    width: 13px;
    height: 9px;
    min-width: 13px;
    min-height: 9px;
    mask-image: url(/wp-content/themes/axonify/img/chevron.svg);
    mask-size: 13px;
    mask-position: center;
    -webkit-mask-image: url(/wp-content/themes/axonify/img/chevron.svg);
    -webkit-mask-size: 13px;
    -webkit-mask-position: center;
    display: inline-block;
    margin-left: 0px;
    transition: all 0.2s ease;
    opacity: 0;
}

section.agenda .container .content.highlights .column .event:hover::after {
    margin-left: 6px;
    opacity: 1;
}

section.agenda .container .content.highlights .column .event:last-child {
    margin-bottom: 0;
}

section.agenda .container .content.highlights .column .event.time-100 {
    min-height: 25px;
}

section.agenda .container .content.highlights .column .event.time-200 {
    min-height: 74px;
}

section.agenda .container .content.highlights .column .event.time-300 {
    min-height: 147px;
}

section.agenda .container .content.highlights .column .event.time-400 {
    min-height: 221px;
}

section.agenda .container .content.highlights .column .event.time-500 {
    min-height: 269px;
}

section.agenda .container .content.highlights .column .event:hover {
    text-decoration: none;
}

section.agenda .container .content.highlights .column .event.lightgrey {
    background: #CECECE;
    color: #252D2A;
}
section.agenda .container .content.highlights .column .event.grass {
    background: #00AA61;
    color: #252D2A;
}
section.agenda .container .content.highlights .column .event.forest {
    background: #017551;
    color: #ffffff;
}
section.agenda .container .content.highlights .column .event.ochre {
    background: #D17B1E;
    color: #ffffff;
}
section.agenda .container .content.highlights .column .event.turmeric {
    background: #FCBC68;
    color: #252D2A;
}
section.agenda .container .content.highlights .column .event.darkforest {
    background: #02442E;
    color: #ffffff;
}


section.agenda .container .content.highlights .column .event.lightgrey::after, section.agenda .container .content.highlights .column .event.grass::after, section.agenda .container .content.highlights .column .event.turmeric::after {
    background: #252D2A;
}
section.agenda .container .content.highlights .column .event.forest::after, section.agenda .container .content.highlights .column .event.darkforest::after, section.agenda .container .content.highlights .column .event.ochre::after {
    background: #ffffff;
}

@media screen and (max-width: 560px) {
    section.agenda .container .content.highlights {
        flex-direction: column;
    }

    section.agenda .container .content.highlights .column:not(:last-child) {
        margin-bottom: 30px;
    }
}




/* ------- FULL ------- */

section.agenda .container .content.full {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}

section.agenda .container .content.full form .filter {
    display: flex;
    align-items: center;
    gap: 12px;
}

section.agenda .container .content.full form .filter input[type=radio] {
    display: none;
}

section.agenda .container .content.full form .filter label {
    border-radius: 22px;
    border: #CECECE 2px solid;
    padding: 8px 10px;
    background: #fff;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
}

section.agenda .container .content.full form .filter input[type=radio]:checked+label {
    border-color: #035E42;
    background: #035E42;
    color: #fff;
}

section.agenda .container .content.full #eventAgenda {
    width: 100%;
}

section.agenda .container .content.full #eventAgenda .event {
    box-shadow: 0 3px 20px rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 32px;
}

section.agenda .container .content.full #eventAgenda .event:not(:last-child) {
    margin-bottom: 30px;
}

section.agenda .container .content.full #eventAgenda .event h6 {
    margin-bottom: 8px;
}

section.agenda .container .content.full #eventAgenda .event .time {
    color: #727272;
    font-size: 16px;
    margin-bottom: 16px;
}

section.agenda .container .content.full #eventAgenda .event .time::before {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/axonify/img/clock.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

section.agenda .container .content.full #eventAgenda .event .description {
    margin-bottom: 20px;
}

section.agenda .container .content.full #eventAgenda .event .presenters {
    display: flex;
    gap: 16px 32px;
    align-items: center;
    margin-bottom: 20px;
	flex-wrap: wrap;
}

section.agenda .container .content.full #eventAgenda .event .presenters .presenter {
    display: flex;
    gap: 16px;
    align-items: center;
}

section.agenda .container .content.full #eventAgenda .event .presenters .presenter img {
    width: 58px;
    height: 58px;
    border-radius: 100%;
}

section.agenda .container .content.full #eventAgenda .event .presenters .presenter strong {
    display: block;
}

section.agenda .container .content.full #eventAgenda .event .tags {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
}

section.agenda .container .content.full #eventAgenda .event .tags .industry {
    padding: 3px 8px;
    border-radius: 10px;
}

section.agenda .container .content.full #eventAgenda .event .tags .industry.lightgrey {
    background: #CECECE;
    color: #252D2A;
}
section.agenda .container .content.full #eventAgenda .event .tags .industry.grass {
    background: #00AA61;
    color: #252D2A;
}
section.agenda .container .content.full #eventAgenda .event .tags .industry.forest {
    background: #017551;
    color: #ffffff;
}
section.agenda .container .content.full #eventAgenda .event .tags .industry.ochre {
    background: #D17B1E;
    color: #ffffff;
}
section.agenda .container .content.full #eventAgenda .event .tags .industry.turmeric {
    background: #FCBC68;
    color: #252D2A;
}
section.agenda .container .content.full #eventAgenda .event .tags .industry.darkforest {
    background: #02442E;
    color: #ffffff;
}

section.agenda .container .content.full #eventAgenda .event.group h6 {
    color: #035E42;
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

section.agenda .container .content.full #eventAgenda .event.group h6::after {
    content: "";
    display: inline-block;
    mask-image: url(/wp-content/themes/axonify/img/plus.svg);
    -webkit-mask-image: url(/wp-content/themes/axonify/img/plus.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: no-repeat;
    -webkit-mask-size: no-repeat;
    background: #035E42;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-left: auto;
    transition: 0.3s ease-in-out;
}

section.agenda .container .content.full #eventAgenda .event.group.active h6::after {
    mask-image: url(/wp-content/themes/axonify/img/minus.svg);
    -webkit-mask-image: url(/wp-content/themes/axonify/img/minus.svg);
}

section.agenda .container .content.full #eventAgenda .event.group .sub-event .eventtitle {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px;
    font-weight: 600;
}

section.agenda .container .content.full #eventAgenda .event *:last-child {
    margin-bottom: 0;
}

section.agenda .container .content.full #eventAgenda .event.group .sub-event {
    padding-bottom: 0;
    margin: 0;
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

section.agenda .container .content.full #eventAgenda .event.group.active .sub-event:not(:last-of-type) {
    padding-bottom: 30px;
    border-bottom: #CECECE 1px solid;
    margin: 30px 0;
    max-height: unset;
}

section.agenda .container .content.full #eventAgenda .event.group.active .sub-event {
    max-height: unset;
}