/* hero_section */
.hero_section {
    background: #112031;
    padding: 179px 0 130px;
}

.hero_section__wrapper {
    text-align: center;
}

.hero_section__header {
    margin-bottom: 12px;
}

.hero_section__title {
    margin: 0;
    font-family: 'Aeonik';
    font-weight: 400;
    font-size: 72px;
    line-height: 1.07;
    /*text-transform: capitalize;*/
    color: #fff;
}

.hero_section__subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.46;
    text-align: center;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 23px;
}

.hero_section__icons_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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero_section_icon {
    margin: 0 18px 15px;
}

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

.hero_section__button {
    padding: 0 15px;
    max-width: 50%;
}

.hero_section__button a {
    font-size: 18px;
    line-height: 1;
    min-width: 185px;
    padding: 16px 23px;
}

.product_hero {
    background: #112031;
    padding: 120px 0 78px;
}

.infrastructure_monitoring .product_hero {
    padding: 126px 0 52px;
}

.product_hero .container {
    max-width: 100%;
    width: 1206px;
}

.product_hero__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product_hero__left {
    width: 42%;
    padding: 0 15px;
}

.product_hero__icon {
    margin-bottom: 0;
    min-height: 52px;
}

.product_hero__icon svg {
    display: block;
    max-width: 100%;
    height: auto;
}

.infrastructure_monitoring .product_hero__icon {
    min-height: 45px;
}

.product_hero__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 77px;
    /*text-transform: capitalize;*/
    color: #fff;
    margin: 0 0 13px;
}

.product_hero__subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.01em;
    color: #ffff;
}

.product_hero__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 34px -10px 0;
}

.product_hero__button_wrapper {
    padding: 0 10px;
}

.infrastructure_monitoring .product_hero__button {
    margin-top: 25px;
}

.product_hero__button .theme_btn {
    font-size: 18px;
    line-height: 1;
    padding: 16px;
    min-width: 185px;
}

.product_hero__button_description {
    margin-top: 7px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

.product_hero__right {
    width: 58%;
    padding: 0 15px;
}

.product_hero__media.image img {
    margin-right: 0;
}

.product_hero__media.video {
    max-width: 601px;
    margin: 0 -5px 12px auto;
}

.infrastructure_monitoring .product_hero__media.video {
    margin-bottom: 40px;
}

.product_hero__video_btn {
    background: #fff;
    border-radius: 80px;
    font-family: 'Aeonik' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #112031;
    padding: 13px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

/* ,
.product_hero__video_btn:visited */
.product_hero__video_btn:hover,
.product_hero__video_btn:active,
.product_hero__video_btn:focus {
    text-decoration: none;
    background: #FEFF87;
    border-color: #FEFF87;
    color: #112031;
}

.product_hero__video_btn svg {
    margin-right: 9px;
}

.product_hero__button_wrapper.mobile_btn {
    display: none;
}

/* SVG */
.product_hero.svg_icons .product_hero__row {
    align-items: center;
}

.product_hero__media.svg_icons {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
}

.product_hero__media.svg_icons.row_4 {
    width: 550px;
}

.product_hero__media.svg_icons.row_5 {
    width: 100%;
}

.product_hero .svg_icons__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product_hero .svg_icons__item {
    padding: 0 15px;
    width: 33.33%;
}

.product_hero .row_4 .svg_icons__item {
    width: 25%;
}

.product_hero .row_5 .svg_icons__item {
    width: 20%;
}

.product_hero .svg_icons__item svg {
    display: block;
    max-width: 100%;
    width: 150px;
    height: auto;
    object-fit: cover;
    margin: auto;
}

.remove_border_for_hero_wistia .product_hero__right .wistia_responsive_wrapper img {
    width: calc(100% + 4px) !important;
    left: -2px !important;
    right: -2px !important;
    object-fit: cover !important;
}

/* why_page_dec_2025 */

.why_page_dec_2025 .product_hero {
    padding-top: 138px;
    padding-bottom: 68px;
    background-image: url('../img/why_page_dec_2025.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.why_page_dec_2025 .product_hero__row {
    align-items: flex-start;
}

.why_page_dec_2025 .product_hero__left {
    width: 44%;
}

.why_page_dec_2025 .product_hero__right {
    width: 56%;
}

.why_page_dec_2025 .product_hero__left_wrapper {
    margin-top: 12px;
}

.why_page_dec_2025 .product_hero__title {
    font-size: 62px;
    line-height: 1.13;
    margin-bottom: 17px;
}

.why_page_dec_2025 .product_hero__subtitle {
    margin-left: 3px;
}

.why_page_dec_2025 .product_hero__button {
    margin-top: 44px;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 1200px) {
    .product_hero__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product_hero__right,
    .product_hero__left {
        width: 50%;
    }
}


@media (max-width: 991px) {
    .product_hero .container {
        width: 600px;
        max-width: 100%;
    }

    .product_hero__right,
    .product_hero__left,
    .why_page_dec_2025 .product_hero__left,
    .why_page_dec_2025 .product_hero__right {
        width: 100%;
    }

    .infrastructure_monitoring .product_hero__media.video,
    .product_hero__media.video {
        margin: 50px auto 0;
    }

    .product_hero__media.image {
        margin: 50px auto 0;
    }

    .product_hero__media.image img {
        margin: auto;
    }

    .product_hero__media.svg_icons {
        margin-top: 50px;
    }
}


@media (max-width: 768px) {
    .hero_section {
        padding: 122px 0 77px;
    }

    .hero_section__wrapper {
        padding: 0 15px;
    }

    .hero_section__title {
        font-size: 48px;
        line-height: 56px;
    }

    .hero_section__header {
        margin-bottom: 6px;
    }

    .hero_section__title br {
        display: none;
    }

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

    .hero_section__icons {
        margin-top: 37px;
    }

    .hero_section_icon {
        margin: 0 13px 4px;
    }

    .hero_section__buttons {
        margin-top: 37px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

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

    .hero_section__button a {
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .product_hero__title {
        font-size: 48px;
        line-height: 56px;
    }

    .product_hero__subtitle {
        font-family: 'Inter';
        font-weight: 400;
        font-size: 18px;
        line-height: 29px;
        letter-spacing: -0.02em;
    }

    .product_hero,
    .infrastructure_monitoring .product_hero,
    .why_page_dec_2025 .product_hero {
        padding-top: 113px;
        padding-bottom: 59px;
    }

    .product_hero__left {
        padding: 0 36px;
    }

    .product_hero__title {
        margin-bottom: 8px;
    }

    .product_hero__button,
    .infrastructure_monitoring .product_hero__button {
        margin-top: 40px;
    }

    .product_hero__button_wrapper {
        width: 100%;
    }

    .product_hero__button .theme_btn {
        display: block;
        width: 100%;

        font-size: 18px;
        line-height: 18px;

        padding: 13px;
    }

    .product_hero__button_description {
        margin-top: 5px;
    }

    .product_hero__media.wistia {
        display: none;
    }

    .product_hero__button_wrapper {
        margin-top: 30px;
    }

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

    .product_hero__button_wrapper.mobile_btn {
        display: block;
    }

    .product_hero__button_wrapper.mobile_btn .wistia_embed {
        width: 100%;
    }

    .product_hero__button_wrapper.mobile_btn .wistia_click_to_play {
        width: auto !important;
        height: auto !important;
    }

    .product_hero__video_btn {
        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;
    }

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

    /*.product_hero + .flexible_content {*/
    /*    margin-top: -28px;*/
    /*}*/
    .product_hero + .flexible_content .big_arrow_square {
        display: none;
    }

    .product_hero .svg_icons__item,
    .product_hero .row_4 .svg_icons__item,
    .product_hero .row_5 .svg_icons__item {
        width: auto;
    }

    .product_hero .svg_icons__item svg {
        width: 100px;
    }
}

/* hero_section */

/* flexible_content */
.flexible_content {
    position: relative;
    padding-top: 43px;
    padding-bottom: 60px;
}

.flexible_content .theme_left_decor.top {
    position: absolute;
    left: 0;
    top: 0;
}

/* content_with_media */
.flexible_content__section {
    padding: 30px 0 70px;
    position: relative;
}

.content_with_media_top__wrapper {
    max-width: 920px;
    margin: auto;
}


.content_with_media_top__media.content_with_media_top__video {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.content_with_media_top__media video {
    max-width: 100%;
    margin: auto;
    display: block;
}

.content_with_media_top__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.19;
    text-align: center;
    color: #112031;
    margin: 0 0 22px;
}

.content_with_media_top__content_wrapper {
    max-width: 825px;
    margin: auto auto 42px;
}

.content_with_media_top__content {
    text-align: center;
}

@media (max-width: 991px) {
    .content_with_media_top__title br {
        display: none;
    }

    .content_with_media_top__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .content_with_media_top__content_wrapper {
        margin-bottom: 0;
    }

    .content_with_media_top__media {
        margin-bottom: 42px;
    }
}

@media (max-width: 768px) {
    .flexible_content {
        padding: 0 15px 35px;
    }

    .flexible_content .theme_left_decor.top {
        max-width: 100px;
    }

    .content_with_media_top__media {
        margin-bottom: 38px;
    }

    .content_with_media_top__title {
        text-align: left;
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 12px;
    }

    .content_with_media_top__content {
        text-align: left;
    }

    .content_with_media_top__title br {
        display: none;
    }

    .content_with_media_top__content.html_content,
    .content_with_media_top__content.html_content p {
        letter-spacing: -0.02em;
    }
}

/* Snake */
.content_with_media_snake .container {
    width: 1205px;
    max-width: 100%;
}

.content_with_media_snake .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content_with_media_snake.revert .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.content_with_media_snake__content_col {
    width: 42%;
    padding: 0 15px;
}

.content_with_media_snake__media_col {
    width: 58%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.content_with_media_snake__vidyard,
.content_with_media_snake__video {
    max-width: 575px;
    margin-left: auto;
    margin-right: 0;
}

.content_with_media_snake.revert .content_with_media_snake__video,
.content_with_media_snake.revert .content_with_media_snake__vidyard {
    margin-left: 0;
    margin-right: auto;
}

.content_with_media_snake__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    color: #112031;
    margin: 0 0 18px;
}

.content_with_media_snake__content.html_content ul:last-child {
    margin-bottom: 0;
}

.content_with_media_snake__content.html_content ul li:last-child {
    margin-bottom: 0;
}

/*.content_with_media_snake__content,*/
/*.content_with_media_snake__content p {*/
/*    letter-spacing: -0.03em;*/
/*}*/
/*.content_with_media_snake__content li {*/
/*    letter-spacing: -0.02em;*/
/*}*/
.content_with_media_snake__content.html_content a {
    color: #112031;
    text-decoration: underline;
}

.content_with_media_snake__content.html_content a.theme_btn {
    text-decoration: none !important;
}

.content_with_media_snake__image img {
    margin-right: 0;
}

.content_with_media_snake.revert .content_with_media_snake__image img {
    margin-left: 0;
}

.content_with_media_snake__video {
    overflow: hidden;
}

.content_with_media_snake__video video {
    display: block;
    max-width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    bottom: -2px;
}

@media (max-width: 991px) {
    .content_with_media_snake.revert .row,
    .content_with_media_snake .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .content_with_media_snake__content_col,
    .content_with_media_snake__media_col {
        width: 100%;
    }

    .content_with_media_snake.revert .content_with_media_snake__image img,
    .content_with_media_snake .content_with_media_snake__image img,
    .content_with_media_snake.revert .content_with_media_snake__video,
    .content_with_media_snake .content_with_media_snake__video,
    .content_with_media_snake.revert .content_with_media_snake__vidyard,
    .content_with_media_snake .content_with_media_snake__vidyard {
        margin-left: auto;
        margin-right: auto;
    }

    .content_with_media_snake__content_col__wrapper {
        max-width: 480px;
        margin: auto;
    }

    .content_with_media_snake__image,
    .content_with_media_snake__vidyard,
    .content_with_media_snake__video {
        margin-bottom: 30px;
    }

    .content_with_media_snake__image {
        margin-bottom: var(--mb_m);
    }

    .content_with_media_snake__vidyard {
        margin: 0 auto 30px;
    }

    .content_with_media_snake__title {
        margin-bottom: 15px;
    }

    .content_with_media_snake__title br {
        display: none;
    }

    .content_with_media_snake__content br {
        display: none;
    }

    .content_with_media_snake__video video {
        margin: auto !important;
    }
}

@media (max-width: 768px) {
    .content_with_media_snake {
        padding: 30px 0 85px !important;
    }
}

/* END Snake */
/* END content_with_media */

/* unifies_section */
.unifies_section {
    padding-top: 70px;
}

.unifies_section__header {
    margin-bottom: 15px;
    text-align: center;
}

.unifies_section__title {
    font-family: 'Aeonik';
    font-weight: 500;
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: 0.01em;
    color: #112031;
}

.unifies_section__links_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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.unifies_section__link {
    padding: 2px 20px;
    position: relative;
}

.unifies_section__link::before {
    content: '';
    position: absolute;
    display: block;
    height: 21px;
    width: 1px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #D1D4D9;
}

.unifies_section__link:last-child::before {
    content: none;
}

.unifies_section__link a,
.unifies_section__link span {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.44;
    text-align: center;
    letter-spacing: -0.02em;
    color: #112031;
}

.unifies_section__link a:hover {
    text-decoration: underline;
    color: #112031;
}

.unifies_section__image {
    margin: 80px auto 0;
    max-width: 1020px;
}

@media (max-width: 768px) {
    .unifies_section {
        padding-top: 45px;
    }

    .unifies_section__header {
        text-align: left;
        margin-bottom: 17px;
    }

    .unifies_section__links_row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: -10px;
    }

    .unifies_section__link {
        padding: 1px 11px;
    }

    .unifies_section__image {
        margin-top: 67px;
    }
}

/* END unifies_section */

/* products_row */
.products_row {
    padding: 64px 0 130px;
    position: relative;
}

.products_row__decor_bottom {
    position: absolute;
    right: -2px;
    bottom: -64px;
}

.products_row__header {
    text-align: center;
    margin-bottom: 54px;
}

.products_row__title {
    margin: 0;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: 0.01em;
    color: #112031;
}

.products_items_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.products_item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.products_item__wrapper {
    max-width: 315px;
    margin: auto;
    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;
    height: 100%;
}

.products_item__icon {
    text-align: center;
    margin-bottom: 2px;
}

.products_item__header {
    margin-bottom: 20px;
}

.products_item__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #112031;
    margin: 0 0 5px;
}

.products_item__subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.44;
    text-align: center;
    letter-spacing: -0.02em;
    color: #A2A9B3;
}

.products_item__description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.61;
    text-align: center;
    letter-spacing: -0.02em;
    color: #25282B;
}

.products_item__button {
    text-align: center;
    margin-top: 26px;
}

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

@media (max-width: 991px) {

    .products_row {
        padding-bottom: 101px;
    }

    .products_item {
        width: 100%;
        margin-bottom: 115px;
    }

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

    .products_item__wrapper {
        max-width: 100%;
    }

    .products_item__description br {
        display: none;
    }

    .products_row__decor_bottom {
        display: none;
    }
}

@media (max-width: 768px) {
    .products_row {
        padding-top: 43px;
    }

    .products_item__button {
        margin-top: 20px;
    }
}


/* END products_row */

/* Big Content With Media */
.big_content_with_media {
    padding-top: 45px;
    padding-bottom: 80px;
}

.big_content_with_media .container {
    width: 1205px;
    max-width: 100%;
}

.big_content_with_media__header {
    text-align: center;
    margin-bottom: 50px;
}

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

.big_content_with_media__wrapper {

}

.big_content_with_media__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.big_content_with_media__left {
    width: 54.5%;
}

.big_content_with_media__right {
    width: 45.5%;
}

.big_content_with_media__content_wrapper {
    padding: 37px 30px 30px 30px;
    background: -o-linear-gradient(23.18deg, #EFF1F2 4.62%, #FFFFFF 81.36%);
    background: linear-gradient(66.82deg, #EFF1F2 4.62%, #FFFFFF 81.36%);
    height: 100%;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.big_content_with_media__content {
    max-width: 460px;
}

.big_content_with_media__content.html_content {

}

.big_content_with_media__small_text {
    margin-top: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #112031;
}

.big_content_with_media__url {
    margin-top: 42px;
}

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

.big_content_with_media__button {
    text-align: center;
    margin-top: 50px;
}

.big_content_with_media__button .theme_btn {
    font-size: 18px;
    padding: 17px 31px;
}

@media (max-width: 1200px) {
    .big_content_with_media__left {
        background: #EFF1F2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .big_content_with_media {

    }

    .big_content_with_media .container {
        width: 510px;
        max-width: 100%;
        overflow: visible;
    }

    .big_content_with_media__header {
        margin-bottom: 32px;
        margin-left: 7px;
    }

    .big_content_with_media__right,
    .big_content_with_media__left {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
    }

    .big_content_with_media__left .big_content_with_media__image {
        width: 100%;
    }


    .big_content_with_media__title {
        text-align: left;
    }

    .big_content_with_media__title span {
        display: block;
    }

    .big_content_with_media__content_wrapper {
        padding-left: 37px;
        padding-right: 37px;
        padding-bottom: 54px;
    }

    .big_content_with_media__content.html_content,
    .big_content_with_media__content.html_content p {
        letter-spacing: 0;
    }

    .big_content_with_media__url {
        margin-top: 33px;
    }

    .big_content_with_media__button {
        margin-top: 38px;
    }

    .big_content_with_media__button .theme_btn {
        display: block;
    }

}

@media (max-width: 768px) {
    .content_with_media {
        padding-bottom: 83px;
    }

    .big_content_with_media {
        padding: 30px 0 85px !important;
    }
}

@media (max-width: 768px) {
    .products_row {
        padding-top: 43px;
    }

    .products_item__button {
        margin-top: 20px;
    }
}

/* END Big Content With Media */

/* tabs_small_items_with_icons */
.tabs_small_items_with_icons {
    padding-top: 55px;
    padding-bottom: 75px;
    position: relative;
}

.tabs_small_items_with_icons .container {
    overflow: visible;
    width: 1205px;
    max-width: 100%;
}

.tabs_small_items_with_icons__header {
    margin-bottom: 60px;
}

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

.tabs_small_items_with_icons__tabs_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 54px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.tabs_small_items_with_icons__tabs_nav_item {
    padding: 0 15px;
    width: 190px;
    margin-bottom: 15px;
}

.tabs_small_items_with_icons__tabs_nav_btn {
    font-family: 'Aeonik' !important;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 20px;
    text-transform: capitalize;
    color: #2E3141;

    display: block;
    width: 100%;
    border: none;
    outline: none !important;

    padding: 7px 14px;
    background: #F7F8F9;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    min-height: 54px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    cursor: pointer;
}

.tabs_small_items_with_icons__tabs_nav_btn.active {
    background: #fff;
    -webkit-box-shadow: 0px 10px 39px -4px #E0E2E6;
    box-shadow: 0px 10px 39px -4px #E0E2E6;
    border-radius: 10px;
}

.tabs_small_items_with_icons__tabs_content .tab_content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.tabs_small_items_with_icons__tabs_content .tab_content_item {
    width: 23.7%;
    padding: 0 15px;
    margin-bottom: 55px;
}

.tabs_small_items_with_icons__tabs_content .three_in_row .tab_content_item:nth-child(3) {
    width: 33.33%;
}

.tabs_small_items_with_icons__tabs_content .tab_content_item__wrapper {
    max-width: 250px;
}

.tabs_small_items_with_icons__tabs_content .tab_content_item__icon {
    margin-bottom: 14px;
}

.tabs_small_items_with_icons__tabs_content svg,
.tabs_small_items_with_icons__tabs_content img {
    margin-left: 0;
}

.tabs_small_items_with_icons__tabs_content svg {
    display: block;
    height: 46px;
}

.tabs_small_items_with_icons__tabs_content .tab_content_item__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2E3141;
    margin-bottom: 10px;
}

.tabs_small_items_with_icons__tabs_content .tab_content_item__content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #112031;
}

@media (max-width: 991px) {
    .tabs_small_items_with_icons__title span {
        display: block;
    }

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

    .tabs_small_items_with_icons__tabs_nav_item {
        width: 33.33%;
    }

    .tabs_small_items_with_icons__tabs_content .three_in_row .tab_content_item:nth-child(3),
    .tabs_small_items_with_icons__tabs_content .tab_content_item {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .tabs_small_items_with_icons__header {
        margin-bottom: 19px;
    }

    .tabs_small_items_with_icons {
        padding: 30px 0 69px !important;
    }

    .tabs_small_items_with_icons__tabs_nav {
        margin-bottom: 37px;
    }

    .tabs_small_items_with_icons__tabs_content .three_in_row .tab_content_item:nth-child(3),
    .tabs_small_items_with_icons__tabs_content .tab_content_item {
        width: 50%;
        margin-bottom: 39px;
    }

    .tabs_small_items_with_icons__tabs_content .tab_content_item__wrapper {
        max-width: 100%;
    }

    .tabs_small_items_with_icons__tabs_content .tab_content_item__icon {
        margin-bottom: 18px;
    }

    .tab_content_item__title {
        margin-bottom: 7px;
    }

    .tabs_small_items_with_icons__tabs_nav_item {
        width: 50%;
    }
}

@media (max-width: 560px) {
    .tabs_small_items_with_icons__tabs_nav_item {
        width: 100%;
    }

    .tabs_small_items_with_icons__tabs_content .three_in_row .tab_content_item:nth-child(3),
    .tabs_small_items_with_icons__tabs_content .tab_content_item {
        width: 100%;
        padding: 0 23px;
    }
}

/* END tabs_small_items_with_icons */

.flexible_content__section.accordion .container {
    width: 1205px;
    max-width: 100%;
}

/* Tabs Why */
.tab_content_item_product {
    display: none;
}

.tab_content_item_product.active {
    display: block;
}

.tabs_products_section {
    padding: 101px 0 160px;
    position: relative;
}

.tabs_products_section__decor {
    position: absolute;
    left: 0;
    top: 33%;
}

.tabs_products_section__decor_img {
    display: block;
    height: auto;
    max-width: 100%;
}

.tabs_products_section__decor svg {
    position: absolute;
    top: -15px;
    left: 0;
}

.tabs_products_section__header {
    margin-bottom: 54px;
    text-align: center;
}

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

.tabs_products {
    max-width: 100%;
    margin: auto;
}

.tab_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 30px;
}

.tabs_products__button {
    width: 248px;
    /*width: 33.33%;*/
    cursor: pointer;
    padding: 0 14px;
    outline: none !important;
    border: none;

    background: transparent;
    margin-bottom: 15px;
}

.tabs_products__button span {
    display: block;
}

.tabs_products__button_wrapper {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    outline: none !important;
    height: 100%;
    background: #F7F8F9;
    border-radius: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 19px 20px 20px;
}

.tabs_products__button.active .tabs_products__button_wrapper {
    background: #F1FCFF;
    -webkit-box-shadow: -5px 7px 30px rgba(116, 126, 142, 0.15);
    box-shadow: -5px 7px 30px rgba(116, 126, 142, 0.15);
}

.tabs_products__button_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.tabs_products__button_img_active,
.tabs_products__button_img_hover {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}


.tabs_products__button_img_hover {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tabs_products__button.active .tabs_products__button_img_hover {
    opacity: 1;
}

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

.tabs_products__button_title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #112031;
    margin-top: 4px;
}

.tabs_products__content {
    padding: 0 12px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}

.tab_content_item_product__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #2E3141;
    margin-bottom: 18px;
}

.tabs_products__content .html_content {
    max-width: 690px;
    margin: auto;
}

.tab_content_item_product__button {
    margin-top: 25px;
}

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

.tab_content_item_product__image {
    margin-top: 47px;
}

.tab_content_item_product__image video {
    max-width: 880px;
    display: block;
    margin: auto;
    height: auto;
}

.tab_content_item_product__image .wistia_responsive_padding {
    max-width: 880px;
    margin: auto;
    aspect-ratio: 16 / 9;
    padding: 0 !important;
}

/* wide */
.tabs_products_section.tabs_wide .container {
    max-width: 1204px;
    width: 100%;
}

.tabs_products_section.tabs_wide .container.image {
    max-width: 100%;
}

.tabs_products_section.tabs_wide .tab_navigation {
    margin-left: -21px;
    margin-right: -21px;
    margin-bottom: 50px;
}

.tabs_products_section.tabs_wide .tabs_products__button {
    width: 312px;
}

.tabs_products_section.tabs_wide .tabs_products__button_wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.tabs_products_section.tabs_wide .tabs_products__button_title {
    font-family: 'Inter';
}

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

    .tabs_products_section .container {
        width: 605px;
        max-width: 100%;
    }

    .tabs_products_section {
        padding: 80px 0 150px;
    }

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

    .tabs_products__content {
        padding: 0;
    }

    .tabs_products__button {
        width: 100%;
    }

    .tabs_products__button span.tabs_products__button_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*justify-content: center;*/
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 345px;
        margin: auto;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .tabs_products__button_img {
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    /*.tabs_products_section .container {*/
    /*    width: 100%;*/
    /*}*/
    /*.tabs_products_section .container {*/
    /*    padding: 0 30px;*/
    /*}*/
}

/* vertical_tab_boxes */
.vertical_tab_boxes {
    padding: 100px 0 160px;
}

.vertical_tab_boxes .container {
    width: 1005px;
    max-width: 100%;
}

.vertical_tab_boxes__header {
    margin-bottom: 49px;
}

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

.vertical_tab_boxes__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;
    margin: 0 -15px;
}

.vertical_tab_boxes__left {
    max-width: 305px;
    width: 100%;
    padding: 0 15px;
}

.vertical_tab_boxes__nav_item {
    padding: 18px 15px 20px 34px;
    border-left: 4px solid transparent;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    cursor: pointer;
}

.vertical_tab_boxes__nav_item.active {
    background-color: #F7F8F9;
    border-left-color: #EE7CD2;
}

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

.vertical_tab_boxes__nav_item_description {
    color: #112031;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.vertical_tab_boxes__right {
    max-width: calc(100% - 305px);
    padding: 0 15px;
}

.vertical_tab_boxes_content {
    padding-left: 8.5%;
    padding-top: 5px;
}

.vertical_tab_boxes_content_item__button {
    margin-top: 25px;
    margin-left: -2px;
}

.vertical_tab_boxes_content_item__button a {
    color: #112031;
    font-family: 'Inter' !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.36px;
}

.vertical_tab_boxes_content_item__media {
    margin-top: 40px;
    max-width: 100%;
    margin-left: -2px;
}

.vertical_tab_boxes_content_item__media img {
    margin-left: 0;
}

@media (max-width: 991px) {
    .vertical_tab_boxes {
        padding: 80px 0 150px !important;
    }

    .vertical_tab_boxes_content {
        padding-left: 0;
    }

}

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

    .vertical_tab_boxes__right {
        max-width: 100%;
    }

    .vertical_tab_boxes_content {
        padding-left: 0;
        padding-top: 0;
        margin-top: 50px;
    }
}

/* END vertical_tab_boxes */


/* END flexible_content */

/* platform_pebrand_v9 */
.platform_rebrand_v9 .hero_section {
    padding-top: 156px;
}

.platform_rebrand_v9 .hero_section__title {
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
}

.platform_rebrand_v9 .hero_section__title sup {
    top: -31px;
    left: -2px;
    margin-right: -9px;
    font-size: 17px;
}

.platform_rebrand_v9 .hero_section__subtitle {
    letter-spacing: -0.24px;
    margin-bottom: 46px;
}

.platform_rebrand_v9 .hero_section__buttons {
    margin-top: 29px;
}

.platform_rebrand_v9 .flexible_content {
    padding-top: 28px;
}

.platform_rebrand_v9 .content_with_media_top__title {
    margin-bottom: 15px;
}

.platform_rebrand_v9 .content_with_media_top__content_wrapper {
    margin-bottom: 25px;
}

.platform_rebrand_v9 .tabs_products_section {
    padding-top: 60px;
    padding-bottom: 100px;
    overflow: hidden;
}

.platform_rebrand_v9 .tabs_products_section__header {
    margin-bottom: 35px;
}

.platform_rebrand_v9 .tabs_products_section .container {
    width: 1170px;
    overflow: visible;
}

.platform_rebrand_v9 .tabs_products__button {
    width: 286px;
    padding-left: 12px;
    padding-right: 12px;
}

.platform_rebrand_v9 .tabs_products__button_img svg {
    min-height: 56px;
}

.platform_rebrand_v9 .tabs_products__button_wrapper {
    padding-top: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.platform_rebrand_v9 .tabs_products__button_title {
    font-family: 'Inter';
}

.platform_rebrand_v9 .tabs_products__content .html_content {
    max-width: 100%;
}

.platform_rebrand_v9 .tab_content_item_product__button {
    margin-top: 21px;
}

.platform_rebrand_v9 .tab_content_item_product__image {
    margin-top: 41px;
}

.tabs_products__content .html_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabs_products__content .html_content ul {
    text-align: left;
}

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

    .platform_rebrand_v9 .tabs_products__button {
        width: 100%;
    }

    .platform_rebrand_v9 .tabs_products__button_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .platform_rebrand_v9 .tabs_products__button span {
        min-width: 56px;
    }

    .platform_rebrand_v9 .tabs_products__content .html_content {
        max-width: 690px;
    }

    .platform_rebrand_v9 .tabs_products__content .html_content br {
        display: none;
    }
}

@media (max-width: 420px) {
    .platform_rebrand_v9 .hero_section__title {
        font-size: 42px;
        line-height: 1.2;
    }

    .platform_rebrand_v9 .hero_section__title sup {
        top: -20px;
    }

}

/* END platform_pebrand_v9 */

.content_with_media_snake__image.with_button {
    display: flex;
}

.content_with_media_snake__button_under_image {
    text-align: center;
    display: block;
    position: relative;
}

.content_with_media_snake__button_under_image a {
    font-size: 15px;
    padding-left: 29px;
    padding-right: 29px;
}

@media (max-width: 991px) {
    .content_with_media_snake__image_wrapper {
        display: block;
        width: 100%;
    }
}

/* Flexible Global */
.accordion_section.accordion .container {
    width: 1206px;
    max-width: 100%;
}
/* END Flexible Global */

.page-id-62129 .tabs_products_section__decor {
    top: 400px;
}

.tranform_none .product_hero__title {
    text-transform: none;
}

/* full_image_hero */

.full_image_hero .product_hero__wrapper .container {
    width: 100%;
    margin: 0 auto;
    padding: 120px 0 78px calc(50% - 586px);
    max-width: 100%;
    position: relative;
}

.full_image_hero .navattic_popup_wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
}

.full_image_hero .product_hero.image {
    padding: 0;
}

.full_image_hero  .product_hero__wrapper {
    max-width: 1440px;
    margin: auto;
}

.full_image_hero .product_hero__left {
    position: relative;
    z-index: 2;
}

@media (max-width: 1300px) {
    .full_image_hero .product_hero__wrapper .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media (max-width: 991px) {
    .full_image_hero .navattic_popup_wrapper {
        display: none;
    }
}

/* END full_image_hero */

.page-id-49801 .tabs_products_section__decor {
    display: none;
}