@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;800&display=swap");.agenda-module{background-color:#00345d;border-radius:15px;box-sizing:border-box;font-family:Montserrat,sans-serif;padding:24px 16px;width:100%}.agenda-item{border-bottom:1px solid hsla(0,0%,100%,.2);display:block;margin-bottom:20px;padding-bottom:20px}.agenda-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.agenda-row{align-items:start;display:grid;gap:2rem;grid-template-columns:200px 1fr}.agenda-time-location{padding-left:1rem}.agenda-content,.agenda-time-location{display:flex;flex-direction:column;gap:.25rem}.agenda-time{font-size:16px;font-weight:600}.agenda-location,.agenda-time{color:#fff!important;line-height:1.2;margin:0}.agenda-location{font-size:12px;font-weight:500;letter-spacing:.5px;opacity:.8;text-transform:uppercase}.agenda-title{font-size:16px;font-weight:600;line-height:1.3}.agenda-description,.agenda-title{color:#fff;margin:0;padding-left:1rem}.agenda-description{font-size:14px;font-weight:300;line-height:1.4;opacity:.9}.agenda-description p{margin:0;padding:0}.agenda-description *{color:inherit!important}@media (max-width:992px){.agenda-row{gap:1.5rem;grid-template-columns:160px 1fr}.agenda-title{font-size:16px}}@media (max-width:768px){.agenda-module{padding:20px 1rem}.agenda-row{gap:.5rem;grid-template-columns:1fr}.agenda-time-location{border-bottom:none;margin-bottom:.5rem;padding-bottom:.5rem;padding-left:0}.agenda-description,.agenda-title{padding-left:0}.agenda-title{font-size:16px}.agenda-time{font-size:15px}.agenda-location{font-size:11px}.agenda-description{font-size:13px}}@media (max-width:480px){.agenda-module{border-radius:12px;padding:16px 1rem}.agenda-row{gap:.25rem}.agenda-time-location{margin-bottom:.25rem;padding-bottom:.25rem}.agenda-item{margin-bottom:15px;padding-bottom:15px}.agenda-title{font-size:15px}.agenda-time{font-size:14px}.agenda-description{font-size:12px}}