#main {
	overflow: unset;
}

.l-webinar-section {
    background: #EEF4FE;
}
.l-webinar-text-block_c {
    max-width: 567px;
}
.l-webinar-blocks {
    max-width: 1232px;
    margin: 0 auto;
    padding: 72px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-webinar_date_text-bages {
    padding: 8px 16px;
    color: #101012;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 2px solid #101012;
    background: #FFF;
    width: fit-content;
    margin-bottom: 24px;
}

.l-webinar_title {
    color: #2F3241;
    font-size: 52px;
    font-weight: 800;
    text-transform: uppercase;
	margin-bottom: 24px;
}
.l-webinar_title span{
    color: #0063C1;
}
.l-webinar_up_subtext {
    color: #26292C;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.l-webinar_up_about_text {
    color: #2F3241;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.l-webinar_date_block_c {
    border-radius: 16px;
    background: #DDE8FA;
    padding: 24px;
    margin-top: 58px;
}
.l-webinar_date_text_c img {
    min-width: 24px;
    height: 24px;
}
.l-webinar_date_text_on {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: center;
}
.l-webinar_date_text_off {
    display: flex;
    gap: 50px;
    align-items: center;
}
.l-webinar_date_text_r {
    color: #101012;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}
.l-webinar_date_text_c {
    color: #101012;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
}
/*  */


.about_event_wrapper {
    max-width: 1232px;
    margin: 0 auto;
    padding: 72px 16px;
}

.about_event_header_block {
  margin-bottom: 56px;
}

.about_event_label {
    color: #101012;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}

.about_event_heading {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 16px 0;
}

.about_event_description {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 1.6;
  max-width: 750px;
}
.about_event_benefits_container {
  display: flex;
  gap: 24px;
}

.about_event_card {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 24px;
    background: #EEF4FE;
}

.about_event_card_text {
    color: #2F3241;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.about_event_card_title_large {
    color: #101012;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

.about_event_card_text_large {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    max-width: 274px;
}

.about_event_card_title_small {
    color: #101012;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

.about_event_card_large {
    flex: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 384px;
    max-width: 372px;
}

.about_event_right_column {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about_event_card_wide {
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.about_event_bottom_row {
  display: flex;
  gap: 24px;
}

.about_event_card_small {
  flex: 1;
}
.about_event_icon_circle {
    margin-bottom: 24px;
}
.about_event_card.about_event_card_small {
    padding: 24px;
}

.about_event_icon_square img, 
.about_event_icon_circle img {
  min-width: 64px;
  height: 64px;
}

@media (max-width: 992px) {
  .about_event_benefits_container, 
  .about_event_bottom_row, 
  .about_event_card_wide {
    flex-direction: column;
  }
  
  .about_event_heading {
    font-size: 32px;
  }
}

/*  */
.l-webinars-about_speakers_block {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
	flex-direction: column;
}
.l-webinar_about_speaker-container {
    display: flex;
    flex-direction: column;
    gap: 275px;
}
.l-webinars-about_speakers_block-item-box-img {
    margin-bottom: 16px;
    max-width: 200px;
}
.l-webinars-about_speakers_block-item-box-cont-text {
    color: #101012;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 4px;
}
.l-webinars-about_speakers_block-item-box-cont-text a {
    display: flex;
}
.l-webinars-about_speakers_block-item-box-cont-subtext {
    color: #101012;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
	max-width: 336px;
}
.hero_small_button_service_page {
    cursor: pointer;
}
/*  */
.l-webinar_date_block_button.hero_big_button_service_page {
    width: 100%;
    display: flex;
    justify-content: center;
}
.l-webinar_about_speaker-section {
    align-items: start;
    max-width: 1232px;
    margin: 0 auto;
    padding: 72px 16px;
    display: flex;
	justify-content: space-between;
}
.l-summits-speaker-contenheader {
    margin-bottom: 32px;
    color: #101012;
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.44px;
}
.l-about_speaker_items-list {
    max-width: 744px;
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 24px;
    background: linear-gradient(184deg, #EBF3FE 1.98%, #FFF 95.73%);
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.l-about_speaker_items-list-i-contenheader {
    color: #101012;
    margin: 0 auto 24px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.l-about_speaker_items-list-i {
    display: flex;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
	width: 100%;
}

.l-about_speaker_items-list-i-img img {
    width: 40px;
    min-width: 40px;
    height: auto;
}
.l-about_speaker_items-list-i-img-text {
    color: #2F3241;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.l-about_speaker_items-list-item {
    flex-direction: column;
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

/*  */

.l-webinar_time_block {
    margin-bottom: 48px;
}
.l-webinars_time_block_timer {
    display: flex;
    width: 100%;
    gap: 12px;
    align-items: center;
    margin-bottom: 48px;
}
.l-webinars_block-timer-number-c {
    color: #0063C1;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    text-align: center;
}
.l-webinars_block-timer-number-text {
    color: #2F3241;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.l-webinars_block-timer-dot {
    display: block;
    min-width: 1px;
    height: 64px;
    background: #709ADB;
}
.l-webinars_block-timer-number {
    padding: 12px 20px;
}