.event_statistics {
    display: flex;
    border-bottom: 1px solid #00ADE6;
}

.event_statistics_card {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.event_statistics .event_statistics_card .event_statistics_card__num {
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
}

.event_statistics .event_statistics_card__title {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.quote-yellow {
    font-style: unset;
    border: 1px solid #D4D4D4;
    border-left: 9px solid #FCB65A;
}

.quote_yellow__wrap {
    max-width: 696px;
    margin: 0 auto;
    padding-top: 3px;
}

.quote-yellow .quote_yellow__wrap li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.quote_slider_wrap {
    position: relative;
}

.quote_slider_wrap:not(:nth-last-child(1))::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 679px;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #00ADE6;
}

.quote_slider__slide {
    border: 1px solid #D4D4D4;
    border-left: 9px solid #291A40;
}

.quote_slider__slide--img {
    max-width: 47px;
}

.quote_slider__slide--img img {
    width: 100%;
}

.quote_slider .swiper_nav_dots .swiper-pagination-bullet {
    opacity: 1;
}

.description_blocks_card {
    width: 100%;
    border: 1px solid #D4D4D4;
}

.countdown_cards {
    padding: 4px 0 12px;
    display: flex;
    justify-content: space-between;
}

.countdown_card {
    width: 78px;
    height: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
}

.countdown_cards .countdown_card .countdown_card__num {
    margin-bottom: -3px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #291A40;
}

.countdown_cards .countdown_card .countdown_card__title {
    margin: 0;
    font-size: 12px;
    line-height: 13px;
}

.team_slider_v1_wrap {
    border-top: 1px solid #00ADE6;
}

.team_slider {
    position: relative;
}

.swiper_nav_arrow {
    position: absolute;
    top: 33%;
    min-width: auto;
    height: auto;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    z-index: 2;
}

.swiper_nav_arrow:hover,
.swiper_nav_arrow:focus,
.swiper_nav_arrow:active {
    background: transparent;
}

.team_slider_v1_wrap .team_slider_v1 .team_slider_v1__slide--caption {
    font-weight: 600;
}

.team_slider_v1__slide--img {
    position: relative;
    max-width: 130px;
    margin-bottom: 12px;
    padding-top: 130px;
}

.team_slider_v1__slide--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.team_slider_v1_wrap .team_slider_v1 .team_slider_v1__slide--name {
    margin: 0 0 4px;
    color: #000;
}

.team_slider_v1_wrap .team_slider_v1 .quote_slider__slide--position {
    margin: 0 0 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.team_slider_v1_wrap .team_slider_v1 .quote_slider__slide--links {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}


.team_slider_v1_wrap .block__caption {
    text-align: center;
}

.team_slider_v2_wrap {
    border-top: 1px solid #00ADE6;
    border-bottom: 1px solid #00ADE6;
}

.team_slider_v2__slide--img {
    position: relative;
    padding-top: 100%;
}

.btn_box.center {
    display: flex;
    justify-content: center;
}

.ast-single-post .entry-content .wp-block-button .wp-block-button__link,
.single-events .entry-content .btn_box a {
    min-width: 175px;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.btn_box a:hover {
    color: #fff !important;
}

.event_info_cards {
    /*border-bottom: 1px solid #00ADE6;*/
}

.event_info_card--img {
    position: relative;
    padding-top: 57%;
}

.event_info_card--img img,
.team_slider_v2__slide--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.speakers_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.speakers_card__txt {
    width: calc(100% - 85px);
}

.speakers_card--img img {
    border-radius: 50%;
}

.speakers .speakers_card .speakers_card--name {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}

.speakers .speakers_card .speakers_card--position {
    margin: 0;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
}

.team_slider.v2 {
    max-width: 678px;
    margin: 0 auto;
    padding: 0 20px;
}

.single-events .post_content .entry-content ul {
    padding-left: 23px;
    padding-top: 3px;
}

.single-events .post_content .entry-content .plenary-sessions .plenary_sessions_card--description ul {
    margin: 0;
    padding: 0px;
}

.single-events .post_content .entry-content ul li {
    margin-bottom: 24px;
}

.single-events .post_content .wp-block-separator {
    border-top: 1px solid #00ADE6;
    background: transparent;
}

.audience-overview {
    border-top: 1px solid #00ADE6;
    border-bottom: 1px solid #00ADE6;
}

.audience_overview_row {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 10px;
}

.audience_overview_card {
    text-align: center;
}

.audience_overview_row .audience_overview_card .audience_overview--title {
    margin: 28px 0 0;
}

.plenary_sessions_row {
    position: relative;
    padding-left: 41px;
}

.plenary_sessions_row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    width: 1px;
    height: 100%;
    background: #291A40;
}

.plenary_sessions_card {
    position: relative;
    padding: 23px 0 22px 8px;
}

.plenary_sessions_card:nth-child(1) {
    border-top: 1px solid #D9D9D9;
}

.plenary_sessions_card:not(:nth-last-child(1)) {
    border-bottom: 1px solid #D9D9D9;
}

.plenary-sessions .plenary_sessions_card .plenary_sessions_card--time {
    position: absolute;
    top: 30px;
    left: -60px;
    margin: 0;
    font-weight: 700;
    transform: translateX(-100%);
}

.plenary-sessions .plenary_sessions_card .plenary_sessions_card--time::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -34px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ADE6;
}

.plenary-sessions .plenary_sessions_card .plenary_sessions_card--title {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}

.plenary-sessions .plenary_sessions_card--title.translucent {
    color: #969696;
}

.plenary-sessions .plenary_sessions_card .plenary_sessions_card--sub-title {
    margin: 2px 0 0;
}
.single-events .post_content .entry-content .plenary-sessions .plenary_sessions_card--description ul:nth-last-child(1) li:nth-last-child(1),
.plenary-sessions .plenary_sessions_card .plenary_sessions_card--description p:nth-last-child(1) {
    margin-bottom: 0;
}

.plenary-sessions .plenary_sessions_card .speakers_card--name {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}

.plenary-sessions .plenary_sessions_card .speakers_card--position {
    margin: 0;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
}

.speakers_separator {
    width: 100%;
    height: 1px;
    display: block;
    background: #D9D9D9;
    margin: 7px 0 10px;
}

.speakers_separator:nth-last-child(1) {
    display: none;
}

.single-events .wp-block-gallery img {
    border-radius: 12px;
}

.numeric_list_wrap {
    counter-reset: main-counter;
    list-style: none;
}

.numeric_list_wrap > li {
    position: relative;
    counter-increment: main-counter;
    margin-bottom: 10px;
    padding-left: 20px;
}

.numeric_list_wrap > li::before {
    content: counter(main-counter) ". ";
    position: absolute;
    top: 3px;
    left: 0;
}

.s-dpage .spost-content-wrap .numeric_list_wrap .numeric_list_row--title {
    margin: 0;
    font-size: 18px;
    line-height: normal;
}

.numeric_list_row--text {
    padding-top: 10px;
}

.numeric_list_row--list {
    counter-reset: sub-counter;
    padding-top: 10px;
    list-style: none;
}

.numeric_list_row--list > li {
    position: relative;
    counter-increment: sub-counter;
    margin-bottom: 5px;
    padding-left: 40px;
}

.numeric_list_row--list > li::before {
    content: counter(main-counter) "." counter(sub-counter) " ";
    position: absolute;
    top: 10px;
    left: 0;
}

.numeric_list_row--list > li > ol {
    counter-reset: sub-sub-counter;
    list-style: none;
}

.numeric_list_row--list > li > ol  > li {
    counter-increment: sub-sub-counter;
    display: flex;
    grid-column-gap: 10px;
}

.numeric_list_row--list > li > ol  > li:not(:nth-last-child(1)) {
    margin-bottom: 8px;
}

.numeric_list_row--list > li > ol  > li::before {
    content: counter(main-counter) "." counter(sub-counter) "." counter(sub-sub-counter) " ";
}

.numeric_list_row--title_and_text {
    list-style: none;
}

.numeric_list_row--title_and_text > li {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    list-style: none;
}

.numeric_list_row--title_and_text > li::after {
    display: none;
}

.numeric_list_row--title_and_text > li > p:nth-child(1) {
    width: 24%;
    font-weight: 700;
}

.numeric_list_row--title_and_text > li span {
    width: 72%;
    text-align: left;
}

@media (min-width: 992px) {
    .single-events .post_content .entry-content h2 {
        line-height: 54px;
    }

    .single-events .entry-content h4,
    .event_statistics .event_statistics_card__title {
        font-size: 22px;
        line-height: 32px;
    }

    .event_statistics {
        justify-content: space-between;
        margin-bottom: 48px;
        padding: 34px 0 29px;
    }

    .event_statistics.large {
        padding-bottom: 60px;
    }

    .event_statistics_card {
        width: 20%;
    }

    .event_statistics_card:not(:nth-last-child(1))::before {
        content: "";
        position: absolute;
        top: 0;
        right: -10%;
        width: 1px;
        height: 72%;
        background: #d9d9d9;
    }

    .event_statistics.large .event_statistics_card:not(:nth-last-child(1))::before {
        right: 16%;
        height: 90%;
    }

    .event_statistics .event_statistics_card .event_statistics_card__num {
        margin-bottom: 10px;
        font-size: 50px;
        line-height: 42px;
    }

    .quote-yellow {
        margin: 40px 0 20px -13%;
        padding: 32px 34px 29px;
    }

    .quote-yellow + .quote-yellow {
        margin-top: 2px;
        margin-bottom: 47px;
    }

    .quote-yellow .quote__title {
        margin: 0 0 0;
    }

    .post_content .entry-content .quote-yellow .quote_yellow__wrap ul {
        padding-top: 5px;
        padding-left: 0;
    }

    .post_content .entry-content .quote-yellow .quote_yellow__wrap li:not(:nth-last-child(1)) {
        margin-bottom: 23px;
    }

    .event_statistics.large {
        max-width: 167%;
        width: 167%;
        margin-left: -29.5%;
    }

    .single-events .wp-block-gallery,
    .quote-yellow,
    .quote_slider_wrap,
    .description_blocks,
    .event_info_cards_row {
        max-width: 126.5%;
        width: 126.5%;
        margin-left: -13%;
    }

    .single-events .post_content .wp-block-gallery {
        grid-row-gap: 44px;
        margin-top: 44px;
    }

    .quote_slider_wrap:not(:nth-last-child(1)) {
        margin-bottom: 55px;
        padding-bottom: 45px;
    }

    .quote_slider {
        padding-top: 21px;
    }

    .quote_slider__slide {
        height: initial;
        padding: 38px 38px 13px;
    }

    .quote_slider__slide.icon .quote_slider__slide--box {
        max-width: 696px;
        margin: 0 auto;
    }

    .quote_slider__slide .quote_slider__slide--title {
        margin: 11px 0 21px;
    }

    .quote_slider_wrap .swiper_nav_dots {
        display: flex;
        justify-content: center;
        padding-top: 36px;
    }

    .description_blocks {
        padding-bottom: 53px;
    }

    .description_blocks__row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 22px;
        grid-column-gap: 18px;
        padding-top: 6px;
    }

    .description_blocks_card {
        min-height: 227px;
        padding: 30px 38px 4px;
    }

    .description_blocks_card.icon {
        padding: 28px 6.5% 4px;
    }

    .description_blocks_card.half {
        width: calc(50% - 9px);
    }

    .description_blocks_card--icon {
        margin-bottom: 12px;
    }

    .description_blocks_card .description_blocks_card--title {
        margin: 0 0 15px;
    }

    .description_blocks .btn_box {
        padding-top: 38px;
    }

    .countdown_cards {
        padding: 9px 0 41px;
    }

    .countdown_card {
        width: 130px;
        height: 130px;
    }

    .countdown_cards .countdown_card .countdown_card__num {
        margin: 0 0 -9px;
        font-size: 40px;
        line-height: 54px;
    }

    .team_slider_v1 {
        border-bottom: 1px solid #00ADE6;
    }

    .team_slider_v1_wrap {
        padding-top: 14px;
    }

    .team_slider_v1 {
        padding: 10px 0 50px;
    }

    .team_slider_v1_wrap .team_slider_v1 .team_slider_v1__slide--caption {
        margin-bottom: 22px;
        font-size: 18px;
        line-height: 24px;
    }

    .team_slider_v2_wrap {
        margin: 51px 0 53px;
        padding: 18px 0 54px;
    }

    .team_slider.v2 {
        margin-top: 40px;
    }

    .team_slider_v2_wrap .block__description {
        padding: 7px 0 0;
    }

    .team_slider_v2_wrap .btn_box {
        padding-top: 39px;
    }

    .team_slider .swiper_nav_prev {
        left: -34px;
    }

    .team_slider.v2 .swiper_nav_prev {
        left: -10px;
    }

    .team_slider .swiper_nav_next {
        right: -34px;
    }

    .team_slider.v2 .swiper_nav_next {
        right: -10px;
    }

    .team_slider_v1_wrap .block__caption {
        margin-bottom: 28px;
        padding-top: 31px;
    }

    .team_slider.v2 .team_slider_v2 .team_slider_v2__slide--name {
        margin: 26px 0 6px;
    }

    .event_info_cards {
        margin-bottom: 54px;
        /*padding: 14px 0 51px;*/
        padding: 14px 0 0;
    }

    .event_info_cards_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 52px;
        grid-column-gap: 20px;
    }

    .event_info_card {
        width: calc(50% - 10px);
    }

    .event_info_card--title {
        margin-bottom: 21px;
    }

    .event_info_card--description {
        padding-bottom: 8px;
    }

    .entry-content .event_info_cards .event_info_cards_description {
        margin-bottom: -3px;
        padding-top: 37px;
    }

    .speakers .headline .headline__title {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .speakers_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 15px;
        padding: 11px 0 45px;
    }

    .speakers_card {
        width: 49%;
    }

    .speakers .speakers_card .speakers_card--name {
        font-size: 16px;
        line-height: 22px;
    }

    .speakers .speakers_card .speakers_card--position {
        font-size: 14px;
        line-height: 22px;
    }

    .audience-overview {
        margin: -26px 0 53px;
        padding: 23px 0 54px;
    }

    .audience-overview .headline {
        max-width: 600px;
        margin-bottom: 48px;
        text-align: left;
    }

    .plenary_sessions_row {
        max-width: 116%;
        width: 116%;
        margin-top: 40px;
    }

    .plenary-sessions .headline__title {
        text-align: left;
    }

    .plenary-sessions .plenary_sessions_card .plenary_sessions_card--title {
        font-size: 22px;
        line-height: 34px;
    }

    .plenary-sessions .plenary_sessions_card .plenary_sessions_card--description {
        max-width: 91%;
        margin: 0;
        padding-top: 23px;
    }

    .audience_overview_row .audience_overview_card .audience_overview--title {
        font-size: 22px;
        line-height: 24px;
    }

    .plenary-sessions .speakers_row {
        padding: 22px 0 8px;
    }

    .plenary-sessions .speakers_card {
        align-items: flex-start;
        width: 48%;
    }

    .plenary-sessions .speakers_card:nth-of-type(even) {
        margin-left: auto;
    }

    .plenary-sessions .speakers_card:nth-child(2n + 1)::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #D9D9D9;
    }

    .plenary-sessions .plenary_sessions_card .speakers_card--name {
        font-size: 16px;
        line-height: 22px;
    }

    .plenary-sessions .plenary_sessions_card .speakers_card--position {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 991px) {
    .post_event_btn .btn {
        min-width: 268px;
        padding: 0 12px;
    }

    .post_event_btn .btn:not(:hover) {
        background: #fff;
    }
    
    .single-events .post__thumbnail {
        margin-top: 15px;
    }

    .single-events .post_content {
        padding: 27px 0 0;
    }

    .post_content .plenary-sessions .headline__title {
        margin: 0 0 20px;
        font-size: 30px;
        line-height: 44px;
    }

    .plenary_sessions_card--description {
        padding-top: 22px;
    }

    .plenary_sessions_row {
        padding-left: 100px;
    }

    .plenary_sessions_row::before {
        left: 79px;
    }

    .plenary_sessions_card {
        padding: 10px 0 9px 0;
    }

    .plenary-sessions .plenary_sessions_card .plenary_sessions_card--sub-title {
        font-size: 14px;
        line-height: normal;
    }

    .plenary-sessions .speakers_row {
        padding: 16px 0 7px;
    }

    .speakers_card__txt {
        width: calc(100% - 55px);
    }

    .speakers_card--img img {
        max-width: 46px;
    }

    .plenary-sessions .plenary_sessions_card .plenary_sessions_card--time {
        top: 2px;
        left: -43px;
        width: min-content;
        display: table-caption;
        font-size: 12px;
        line-height: 12px;
    }

    .plenary-sessions .plenary_sessions_card .plenary_sessions_card--time::before {
        top: 12px;
        right: -29px;
    }

    .single-events .post_content .entry-content h2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 44px;
        text-align: center;
    }

    .single-events .post_content .entry-content h2:nth-child(1) {
        margin-top: 0;
    }

    .event_statistics {
        flex-wrap: wrap;
        /*justify-content: space-between;*/
        /*grid-column-gap: 18px;*/
        grid-row-gap: 3px;
        padding-bottom: 28px;
    }

    .event_statistics_card {
        width: 33%;
        padding: 0 10px;
    }

    .event_statistics_card:nth-child(4):nth-last-child(1) {
        width: 100%;
    }

    .event_statistics_card:nth-child(5):nth-last-child(1) {
        width: 50%;
    }

    .event_statistics_card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 10px;
        width: 1px;
        height: 91%;
        background: #d9d9d9;
    }

    .event_statistics_card:nth-child(3n)::before,
    .event_statistics_card:nth-last-child(1)::before {
        display: none;
    }

    .single-events .post_content h4.wp-block-heading {
        font-size: 18px;
        line-height: 28px;
    }

    .quote-yellow {
        margin: 34px 0 1.5em;
        padding: 23px 30px 18px;
    }

    .quote-yellow + .quote-yellow {
        margin-top: -6px;
    }

    .quote-yellow .quote__title {
        margin: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .single-events .post_content .entry-content ul {
        padding-left: 2px;
        padding-top: 5px;
    }

    .quote_slider_wrap {
        padding: 13px 0 46px;
    }

    .quote_slider__slide--box {
        padding: 38px 34px 35px;
    }

    .quote_slider__slide--img {
        margin-bottom: 17px;
    }

    .quote_slider__slide--box .quote_slider__slide--title {
        margin: 0 0 18px;
    }

    .quote_slider__slide--box p:nth-last-child(1) {
        margin-bottom: 0;
    }

    .quote_slider .swiper_nav_dots {
        justify-content: center;
        display: flex;
        padding-top: 27px;
    }

    .description_blocks {
        padding-top: 21px;
    }

    .description_blocks_card {
        margin-bottom: 15px;
        padding: 34px 39px 4px;
    }

    .description_blocks .description_blocks_card .description_blocks_card--title {
        margin: 0 0 19px;
        font-size: 22px;
        line-height: 24px;
    }

    .event_countdown {
        padding-top: 11px;
    }

    .countdown_cards {
        max-width: 344px;
        margin: 0 auto;
    }

    .post_content .entry-content .event_countdown .block__title {
        margin: 0 0 17px;
    }

    .team_slider_v2_wrap {
        padding-bottom: 32px;
    }

    .team_slider {
        max-width: 344px;
        width: 100%;
        margin: 0 auto 36px;
    }

    .team_slider:not(.v2)::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: calc(100vw - 30px);
        height: 1px;
        background: #00ADE6;
        transform: translateX(-50%);
    }

    .team_slider .swiper_nav_prev {
        left: 0;
    }

    .team_slider .swiper_nav_next {
        right: 0;
    }

    .team_slider_v1 {
        padding-bottom: 41px;
    }

    .team_slider_v1__slide,
    .team_slider_v2__slide  {
        text-align: center;
    }

    .team_slider_v1__slide--img {
        margin: 0 auto 16px;
    }

    .team_slider_v1_wrap .team_slider_v1 .team_slider_v1__slide--name {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 24px;
    }

    .description_blocks_card--icon {
        margin-bottom: 20px;
    }

    .audience_overview_row {
        padding-bottom: 32px;
    }

    .audience_overview_row .audience_overview_card .audience_overview--title {
        margin: 16px 0 0;
        font-size: 16px;
    }

    .event_info_cards {
        padding-bottom: 40px;
    }

    .event_info_card:not(:nth-last-child(1)) {
        margin-bottom: 38px;
    }

    .event_info_cards_description {
        padding: 30px 0 20px;
    }

    .speakers .speakers_row {
        padding: 10px 0 30px;
    }

    .speakers_card:not(:nth-last-child(1)) {
        margin-bottom: 20px;
    }
}

@media (max-width: 560px) {
    .event_statistics_card::before {
        right: 5%;
    }

    .quote_slider__slide--email {
        display: block;
    }

    .description_blocks .btn_box {
        padding-top: 26px;
    }

    .numeric_list_row--title_and_text > li {
        flex-direction: column;
    }

    .numeric_list_row--title_and_text > li > p:nth-child(1) {
        width: 100%;
        margin-bottom: 0;
    }

    .numeric_list_row--title_and_text > li > span {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .countdown_card {
        width: 60px;
        height: 60px;
    }

    .audience_overview_row {
        flex-direction: column;
        grid-row-gap: 26px;
    }
}