.wb_v1_hero {
    position: relative;
    z-index: 2;
    max-width: 100%;
    background: #112031;
}

.wb_v1_hero__decor {
    position: absolute;
    bottom: -154px;
    left: 0;
}

.wb_v1_hero__wrapper {
    padding: 122px 0 50px;
    position: relative;
    z-index: 2;
}

.wb_v1_hero__title {
    color: #fff;
    text-align: center;
    font-family: 'Aeonik';
    font-size: 72px;
    font-weight: 400;
    line-height: 77px;
    margin: 0 0 8px;
}

.wb_v1_hero__title span {
    color: #FDFF37;
}

.wb_v1_hero__subtitle.html_content,
.wb_v1_hero__subtitle.html_content a,
.wb_v1_hero__subtitle.html_content p {
    color: #fff;
    text-align: center;
    font-family: 'Aeonik';
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: normal;
}

.wb_v1_hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 55px -15px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wb_v1_hero__button {
    padding: 0 15px;
    margin: 0 0 30px;
}

.wb_v1_hero__button .theme_btn {
    font-family: 'Aeonik' !important;
    font-size: 18px;
    min-width: 185px;
    padding-top: 16px;
    padding-bottom: 16px;
}

/* wb_v1_hero__decor_robot_right */

.robot_in_the_right_corner.wb_v1_hero {
    background: linear-gradient(0deg, #1D334C 3.83%, #112031 77.82%);
    margin-bottom: 41px;
}

.robot_in_the_right_corner .wb_v1_hero__wrapper {
    padding-bottom: 46px;
}

.wb_v1_hero__decor_robot_right {
    position: absolute;
    right: 0;
    bottom: -41px;
}

.robot_in_the_right_corner .wb_v1_hero__title {
    font-size: 62px;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 14px;
}

.robot_in_the_right_corner .wb_v1_hero__buttons {
    margin-top: 44px;
}

@media (max-width: 991px) {
    .wb_v1_hero__decor,
    .wb_v1_hero__decor_robot_right {
        display: none;
    }
}

@media (max-width: 768px) {
    .wb_v1_hero__container {
        max-width: 560px;
    }

    .wb_v1_hero__title {
        font-size: 40px;
        line-height: 47px;
    }

    .wb_v1_hero__subtitle.html_content,
    .wb_v1_hero__subtitle.html_content a,
    .wb_v1_hero__subtitle.html_content p {
        font-size: 22px;
        line-height: 1.33;
    }

    .wb_v1_hero__subtitle.html_content br {
        display: none;
    }

    .wb_v1_hero__button {
        width: 100%;
    }

    .wb_v1_hero__button .theme_btn {
        width: 100%;
        display: block;
    }

}

/* news_section */
.news_section {
    margin: 88px 0 157px;
}

.news_section__container {
    position: relative;
    z-index: 2;
}

.news_section__header {
    text-align: center;
    margin-bottom: 78px;
}

.news_section__title {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 0;
}

.news_section__subtitle {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-top: 11px;
    margin-bottom: -12px;
}

.news_section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
    justify-content: center;
}

.news_section_item {
    width: 33.33%;
    padding: 0 13px;
    margin-bottom: 95px;
}

.news_section_item__image {
    margin-bottom: 23px;
    transition: .3s all ease-in-out;
}

.news_section_item__wrapper:hover .news_section_item__image {
    opacity: 0.8;
}

.news_section_item__title,
.news_section_item__title a {
    color: #112031;
    font-family: 'Aeonik' !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_section_item__title {
    margin-bottom: 7px;
    max-width: 330px;
}
.news_section_item__excerpt {
    max-width: 340px;
}

.news_section_item__excerpt,
.news_section_item__excerpt a {
    color: #112031;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.36px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_section__button {
    margin-top: -20px;
    text-align: center;
}

.news_section__button .theme_btn {
    min-width: 235px;
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
}

/* gray_with_arrow */
.gray_with_arrow .news_section__wrapper {
    background: #F7F8F9;
    padding: 165px 0 165px;
    position: relative;
    overflow: hidden;
}

.news_section__right_arrow {
    position: absolute;
    right: 0;
    top: -169px;
}

/* gray_with_light */
.gray_with_light .news_section__wrapper {
    background: #F7F8F9;
    padding: 105px 0 105px;
    position: relative;
    overflow: hidden;
}

.news_section__left_light {
    position: absolute;
    left: 0;
    top: 12px;
}


@media (max-width: 991px) {
    .news_section__left_light,
    .news_section__right_arrow {
        display: none;
    }

    .news_section {
        margin: 80px 0 100px;
    }

    .news_section__header {
        margin-bottom: 50px;
    }

    .news_section__row {
        max-width: 810px;
        margin: auto;
    }

    .news_section_item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 70px;
    }

    .news_section__button {
        margin-top: 0;
    }

    .gray_with_arrow .news_section__wrapper,
    .gray_with_light .news_section__wrapper {
        padding: 80px 0 80px;
    }
}

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

    .news_section_item {
        width: 100%;
        padding: 0;
    }

    .news_section_item__wrapper {
        max-width: 375px;
        margin: auto;
    }

}

@media (max-width: 560px) {
    .news_section__button .theme_btn {
        min-width: auto;
        width: 100%;
        display: block;
    }
}
/* END news_section */

/* wb_v1_cards */
.wb_v1_cards {
    padding: 146px 0 147px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.wb_v1_cards::before {
    content: '';
    display: block;
    background-color: #FDFF37;
    margin: 0 -15px;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    position: absolute;
    width: 200vw;
    height: 92%;
    right: -48%;
    bottom: -52%;
}

.wb_v1_cards__decor {
    position: absolute;
    right: 0;
    top: 0;
}

.wb_v1_cards__container {
    position: relative;
}

.wb_v1_cards__header {
    text-align: center;
    margin-bottom: 93px;
}

.wb_v1_cards__title {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0;
}

.wb_v1_cards__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -18px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.wb_v1_card {
    width: 25%;
    padding: 0 18px;
    margin-bottom: 50px;
}

.wb_v1_card__wrapper {
    height: 100%;
    padding: 33px 8px 56px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: -5px 5px 15px 0 rgba(116, 126, 142, 0.15);
    box-shadow: -5px 5px 15px 0 rgba(116, 126, 142, 0.15);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.wb_v1_card__wrapper:hover {
    -webkit-box-shadow: -12px 10px 55px 0 rgba(116, 126, 142, 0.20);
    box-shadow: -12px 10px 55px 0 rgba(116, 126, 142, 0.20);
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.wb_v1_card__top {
    width: 100%;
}

.wb_v1_card__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 17px;
}

.wb_v1_card__icon svg {
    display: block;
}

.wb_v1_card__title {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 7px;
}

.wb_v1_card__description {
    color: #112031;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.wb_v1_card__button {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.wb_v1_card__button .theme_btn {
    min-width: 143px;
    font-size: 15px;
}
@media (max-width: 991px) {
    .wb_v1_cards__decor {
        display: none;
    }

    .wb_v1_cards {
        padding: 80px 0 50px;
    }

    .wb_v1_cards__header {
        margin-bottom: 50px;
    }

    .wb_v1_cards__row {
        max-width: 604px;
        margin: auto;
    }

    .wb_v1_card {
        width: 50%;
    }

    .wb_v1_cards::before {
        bottom: -40%;
    }

}

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

    .wb_v1_card {
        width: 100%;
    }

    .wb_v1_card__wrapper {
        max-width: 266px;
        margin: auto;
    }
}
/* END wb_v1_cards */

.page-template-welcome_back_page_v1 .observability_iq_announce {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .page-template-welcome_back_page_v1 .observability_iq_announce {
        margin-top: 100px;
    }
}

.page-template-welcome_back_page_v1 .global_cards__container {
    max-width: 1204px;
}

.page-template-welcome_back_page_v1 .global_cards__header {
    margin-bottom: 75px;
}

.page-template-welcome_back_page_v1 .to_center .global_card_item__wrapper {
    padding-top: 35px;
    padding-bottom: 57px;
}

.page-template-welcome_back_page_v1 .to_center .global_card_item__icon {
    margin-bottom: 17px;
}

.page-template-welcome_back_page_v1 .global_card_item__title {
    margin-bottom: 7px;
}

.page-template-welcome_back_page_v1 .global_card_item__button.black {
    margin-top: 20px;
}

.page-template-welcome_back_page_v1 .flexible_content_general .global_cards_section:last-child {
    padding-bottom: 110px;
}

.page-template-welcome_back_page_v1 .global_cards_section::before {
    height: 90%;
}