.col-1{flex:0 1 auto;width:8.33333333%}.col-2{flex:0 1 auto;width:16.66666667%}.col-3{flex:0 1 auto;width:25%}.col-4{flex:0 1 auto;width:33.33333333%}.col-5{flex:0 1 auto;width:41.66666667%}.col-6{flex:0 1 auto;width:50%}.col-7{flex:0 1 auto;width:58.33333333%}.col-8{flex:0 1 auto;width:66.66666667%}.col-9{flex:0 1 auto;width:75%}.col-10{flex:0 1 auto;width:83.33333333%}.col-11{flex:0 1 auto;width:91.66666667%}.col-12{flex:0 1 auto;width:100%}.agenda-container{scroll-margin-top:200px}.agenda-heading{background-color:var(--theme-color);border:2px solid var(--border);overflow:hidden;position:sticky;top:100px}.agenda-heading-container{align-items:center;display:flex;justify-content:space-between}.agenda-heading__info{display:flex;gap:12px}.agenda-heading-btn-container{align-items:center;display:flex;justify-content:space-between;padding-right:var(--body-padding);position:relative;width:100%;z-index:0}.agenda-heading-btn-container:before{content:"";height:100%;left:0;position:absolute;top:0;width:100vw;z-index:-1}.agenda-heading__date,.agenda-heading__name{line-height:1.8;margin-bottom:0}.agenda-heading__name{border-right:2px solid var(--border);padding-left:var(--body-padding);padding-right:var(--body-padding);white-space:nowrap}.agenda-heading__date{font-family:var(--heading-font);font-size:36px;font-weight:900;padding-left:12px;text-transform:uppercase}.agenda-heading__share-btn{padding-right:var(--body-padding)}@media (max-width:640px){.agenda-heading-container{flex-direction:column;text-align:center}.agenda-heading__info{border-bottom:2px solid var(--border);justify-content:center;width:100%}.agenda-heading__name{border-right:none;line-height:1.1;white-space:normal}.agenda-heading-btn-container{flex-direction:column;padding:8px 10px}.agenda-heading__date{line-height:1.1;margin-bottom:12px}}@media (max-width:768px){.agenda-container{scroll-margin-top:94px}.agenda-heading{flex-direction:column;position:static}.agenda-heading-container{flex-direction:column;text-align:center}.agenda-heading__info{border-bottom:2px solid var(--border);justify-content:center;width:100%}.agenda-heading__name{border-right:none;line-height:1.1;white-space:normal}.agenda-heading-btn-container{flex-direction:column;padding:8px 10px}.agenda-heading__date{line-height:1.1;margin-bottom:12px}}@media (min-width:1700px){.agenda-heading{border-left:none;border-right:none}}.agenda-card{--card-padding:32px;background-color:var(--white)}.agenda-row{border-bottom:2px solid var(--border);border-left:2px solid var(--border);border-right:2px solid var(--border);display:flex}.agenda-container.no-bot-border .agenda-row:last-child{border-bottom:none}.agenda-card{border-right:2px solid var(--border)}.agenda-row .agenda-card:last-child{border-right:none}.agenda-card--overview{align-items:center;display:flex;justify-content:space-between;padding:var(--card-padding)}.agenda-card__content{flex:0 1 66%}.agenda-card__heading{border-bottom:2px solid var(--border);font-size:16px;font-weight:700;padding:8px var(--card-padding);text-transform:uppercase}.agenda-card__body{max-width:550px;padding:var(--card-padding)}.agenda-card__body--full-width{align-items:center;display:flex;justify-content:space-between;max-width:100%}.agenda-card__body--full-width .agenda-card__content-wrapper{flex:0 1 675px}.agenda-card__body--full-width .agenda-card__img{flex:0 1 33%;max-width:33%!important}.agenda-card__event-info{align-items:center;display:flex;gap:6px;margin-bottom:24px}.agenda-card__icon{color:var(--theme-color);padding-right:6px}.agenda-card__tag,.agenda-card__time{font-size:16px;font-weight:700}.agenda-card__divider,.agenda-card__tag{color:var(--theme-color)}.agenda-card__divider{padding-right:2px}.agenda-card__location{display:block;font-family:var(--heading-font);font-size:20px;font-weight:700;text-transform:uppercase}.agenda-card__title{line-height:1}@media (max-width:768px){.agenda-row{border-bottom:none;flex-direction:column}.agenda-card{border-bottom:2px solid var(--border);border-right:none;width:100%}.agenda-card__body--full-width{flex-direction:column}.agenda-card__body--full-width .agenda-card__content-wrapper{flex:1 1 100%}.agenda-card__body--full-width .agenda-card__img{max-width:100%!important}.agenda-card__event-info{margin-bottom:16px}.agenda-card__location{margin-bottom:8px}.agenda-card__title{font-size:2rem}}.agenda-speakers{display:flex;flex-direction:column;gap:12px;margin-top:24px}.agenda-speaker{align-items:center;display:flex;gap:8px}.agenda-speaker__img{border-radius:50%;max-height:51px;max-width:51px}.agenda-speaker__info{display:flex;flex-direction:column}.agenda-speaker__name,.agenda-speaker__role{font-family:var(--heading-font);font-size:18px;font-weight:700;text-transform:uppercase}.agenda-speaker__name{font-weight:700}.agenda-speaker__role{color:var(--theme-color)}