.hero_section {
    background: #112031;
}

.hero_section__wrapper {
    position: relative;
    z-index: 1;
    padding: 116px 0 85px;
}

.hero_section__container {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
}

.hero_section__content_wrapper {
    text-align: center;
}

.hero_section__title {
    font-size: 72px;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    line-height: 77px;
    color: #fff;
    margin: 0;
}

.hero_section__subtitle {
    font-family: 'Aeonik';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-top: 10px;
    color: #fff;
}

.hero_section__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 37px -10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero_section__button {
    padding: 0 10px;
    min-width: 205px;
    margin-bottom: 15px;
}

.hero_section__button .theme_btn {
    width: 100%;
    font-size: 18px;
    padding: 16px;
}

@media (max-width: 1300px) {
    .hero_section__container {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .hero_section {
        padding: 90px 0 60px;
    }

    .hero_section__wrapper {
        padding: 0;
    }

    .hero_section__container {
        min-height: auto;
    }

    .hero_section__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: auto;
    }

    .hero_section__left_col {
        width: 100%;
    }

    .hero_section__right_col {
        width: 80%;
    }

    .hero_section__logo {
        margin-top: 0;
    }

    .hero_section__content_wrapper {
        text-align: center;
        margin: auto;
    }

    .hero_section__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero_section__image_wrapper {
        position: relative;
        display: none;
    }


}

@media (max-width: 768px) {
    .hero_section__title {
        font-size: 48px;
        line-height: 56px;
    }

    .hero_section__subtitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 29px;
        letter-spacing: -0.02em;
    }


    .hero_section__right_col {
        width: 100%;
    }

    .hero_section__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hero_section__button {
        width: 100%;
    }
}

/* top_section */

.top_section {
    margin: 82px 0;
}

.top_section__container {
    max-width: 1204px;
    margin: auto;
    width: 100%;
    overflow: visible;
    z-index: 2;
    padding: 0 15px;
}

.top_section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -15px;
}

.featured_webinar {
    width: calc(100% - 367px);
    max-width: 824px;
    padding: 0 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.featured_webinar__wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: -5.18519px 7.25926px 36.2963px 0px rgba(116, 126, 142, 0.15);
    box-shadow: -5.18519px 7.25926px 36.2963px 0px rgba(116, 126, 142, 0.15);
}

.featured_webinar__image_layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(203deg, rgba(17, 32, 49, 0.00) 38.76%, rgba(17, 32, 49, 0.40) 97.72%);
    background: linear-gradient(247deg, rgba(17, 32, 49, 0.00) 38.76%, rgba(17, 32, 49, 0.40) 97.72%);
    padding: 32px 55px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.featured_webinar__image_layer:hover {
    opacity: 0.8;
}

.featured_webinar__title {
    color: #fff;
    font-family: 'Aeonik';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    max-width: 450px;
    margin: 0;
}

.upcoming_webinar {
    width: 367px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.upcoming_webinar__wrapper {
    -webkit-box-shadow: -5px 7px 35px 0px rgba(116, 126, 142, 0.15);
    box-shadow: -5px 7px 35px 0px rgba(116, 126, 142, 0.15);
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
}

.upcoming_webinar__wrapper svg {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
}

.upcoming_webinar__image {
    position: relative;
}

.upcoming_webinar__image_layer {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: -o-linear-gradient(199deg, rgba(17, 32, 49, 0.10) 17.13%, rgba(17, 32, 49, 0.40) 76.73%);
    background: linear-gradient(251deg, rgba(17, 32, 49, 0.10) 17.13%, rgba(17, 32, 49, 0.40) 76.73%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 17px 29px;
}

.upcoming_webinar__title {
    color: #fff;
    font-family: 'Aeonik';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.upcoming_webinar__title.without_arrow {
    padding-left: 2px;
}

.upcoming_webinar__title.with_arrow:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'%3E%3Cpath d='M5.91302 15.0791L11.5647 9.42738C11.7091 9.28306 11.7091 9.04906 11.5647 8.90474L5.91302 3.25301' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 17px;
    height: 18px;
    margin-right: 2px;
}

.upcoming_webinar__date {
    background-color: #D6F6FF;
    padding: 8px 29px 5px;
    color: #112031;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.upcoming_webinar__webinar_title {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 11px 29px 20px;
}

.upcoming_webinar__button {
    margin: 10px 28px 23px;
}

.upcoming_webinar__button a {
    font-size: 18px;
}

@media (max-width: 991px) {
    .top_section__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .featured_webinar {
        width: 100%;
        margin-bottom: 30px;
    }

    .upcoming_webinar {
        margin: auto;
    }
}

@media (max-width: 768px) {
    .featured_webinar__image_layer {
        padding: 15px 20px;
    }

    .featured_webinar__title {
        font-size: 24px;
        line-height: 28px;
    }
}

/* END top_section */


/* items_slider */

.flexible_content {
    margin-top: 117px;
}

.items_slider {
    margin: 100px 0 133px;
}

.items_slider:first-child {
    margin-top: 0;
}

.items_slider:last-child {
    margin-bottom: 0;
}

.items_slider__container {
    max-width: 1174px;
    padding: 0 15px;
    margin: auto;
    width: 100%;
    overflow: visible;
    z-index: 2;
}

.items_slider__header {
    margin: 0 0 54px;
}

.items_slider__header.with_description {
    margin-bottom: 37px;
}

.items_slider__title {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    margin: 0;
    text-align: center;
}

.items_slider__description {
    font-family: 'Aeonik';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 12px;
    text-align: center;
    letter-spacing: normal;
}

.items_slide {
    padding: 0 12px;
}

.items_slide .wistia_click_to_play {
    max-width: 100%;
    height: auto !important;
    cursor: pointer;
}

.items_slide__wrapper .modal_video .items_slide__img {
    position: relative;
}

.items_slide__wrapper .modal_video .items_slide__img:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    /*display: block;*/
    background-image: url('../img/play.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    cursor: pointer;
    z-index: 1;
    display: none;
}

.items_slide__img {
    margin-bottom: 20px;
}

.items_slide__img img {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 400 / 209;
}

.items_slide__title {
    max-width: 290px;
}

.items_slide__title,
.items_slide__title a {
    font-family: 'Aeonik';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #112031;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.items_slider .slick-arrow {
    position: absolute;
    top: 24%;
    width: 46px;
    height: 46px;
    background-color: transparent;
    border: none;
    outline: none !important;
    font-size: 0 !important;
    padding: 0;
    z-index: 2;
    cursor: pointer;
}

.items_slider .slick-arrow.slick-next {
    right: -52px;
}

.items_slider .slick-arrow.slick-next:before {
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 39L31.2929 23.7071C31.6834 23.3166 31.6834 22.6834 31.2929 22.2929L16 7' stroke='%23647081' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    content: '';
    width: 100%;
    height: 100%;
    display: block;
}

.items_slider .slick-arrow.slick-prev {
    left: -52px;
}

.items_slider .slick-arrow.slick-prev:before {
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 7L14.7071 22.2929C14.3166 22.6834 14.3166 23.3166 14.7071 23.7071L30 39' stroke='%23647081' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    content: '';
    width: 100%;
    height: 100%;
    display: block;
}

.items_slider__wrapper {
    max-width: 1054px;
    margin: auto;
}

@media (max-width: 991px) {
    .items_slider__header {
        margin-bottom: 30px;
    }

    .items_slider {
        margin: 70px 0 100px;
    }
}

@media (max-width: 768px) {
    .items_slide__title {
        max-width: 100%;
    }

    .items_slide__title br {
        display: none;
    }

    .items_slider__description br {
        display: none;
    }
}

/* END items_slider */

.flexible_button {
    margin: 163px 0 163px;
    text-align: center;
}

.flexible_button .theme_btn {
    font-size: 18px;
    padding: 17px 48px;
}

@media (max-width: 991px) {
    .flexible_button {
        margin: 70px 0;
    }
}

.cta_section {
    margin: 150px 0 180px;
}

.cta_section__link {
    display: block;
}

.cta_section img {
    display: block;
}

@media (max-width: 768px) {
    .cta_section {
        display: none;
    }
}