.webinar-module{background-color:var(--module-white);border-radius:8px;margin:0 auto;max-width:1372px;padding:16px 0;width:100%}.webinar-module-content,.webinar-module-content-title{display:flex;flex-direction:column;justify-content:center}.webinar-module-content-title{padding:16px 0}.webinar-module-content-title-text{color:var(--module-dark-navy);font-family:var(--module-font-family);font-size:var(--module-font-size-lg);font-weight:var(--module-font-weight-medium)}@media (max-width:768px){.webinar-module-content-title-text{font-size:var(--module-font-size-base)}}.webinar-module-content__item{align-items:flex-start;background-color:#f9f9f9;border-radius:var(--module-border-radius-md);display:flex;flex-direction:row;gap:0;max-height:360px;overflow:hidden;width:100%}.webinar-module-content__item-details{align-items:flex-start;display:flex;flex-direction:column;gap:40px;height:100%;justify-content:space-between;padding:20px}.webinar-module-content__item-details-bottom,.webinar-module-content__item-details-top{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:center}.webinar-module-content__item-image{align-items:center;align-self:stretch;background-color:var(--module-clear-blue);border-bottom-left-radius:var(--module-border-radius-md);border-top-left-radius:var(--module-border-radius-md);box-sizing:border-box;display:flex;justify-content:center;min-width:50%;overflow:hidden;padding:16px;width:50%}.webinar-module-content__item-image img{display:block;height:auto;max-height:100%;object-fit:contain;object-position:center;width:100%}.webinar-module-content__badge{border-radius:var(--module-border-radius-sm);display:flex;flex-direction:row;gap:4px;padding:6px}.webinar-module-content__badge-text{color:var(--module-white);font-family:var(--module-font-family);font-size:var(--module-font-size-xs);font-weight:var(--module-font-weight-medium);line-height:1.2}.webinar-module-content__item-description{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}.webinar-module-content__item-description-text{color:var(--module-dark-navy);font-family:var(--module-font-family);font-size:var(--module-font-size-body);font-weight:var(--module-font-weight-medium);line-height:1.2}.webinar-module-content__item-date{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:center}.webinar-module-content__item-date-time-text{color:var(--module-dark-navy);font-family:var(--module-font-family);font-size:var(--module-font-size-xs);font-weight:var(--module-font-weight-medium);line-height:1.2}.webinar-module-content__item-button{align-items:center;border-radius:var(--module-border-radius-xs);display:flex;flex-direction:row;gap:8px;justify-content:center;padding:16px 24px}.webinar-module-content__item-button-text{color:var(--module-white);font-family:var(--module-font-family);font-size:var(--module-font-size-sm);font-weight:var(--module-font-weight-semibold);line-height:1.2}.webinar-module-content__item-button-icon{height:20px;width:20px}@media (max-width:768px){.webinar-module-content__item{flex-direction:column;margin:0 auto;max-height:none}.webinar-module-content__item-image{height:100%;min-width:100%;padding:4px;width:100%}}